/*!
 *  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-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

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

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

/* line 170, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

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

/* line 186, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

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

/* line 273, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

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

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

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

/* line 358, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

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

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

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

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

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

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

/* line 19, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

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

/* line 33, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 33, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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 47, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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 47, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 59, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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 47, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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 47, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 72, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

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

/* line 189, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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 44, ../../../usr/local/rvm/gems/ruby-2.7.7/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 52, ../../../usr/local/rvm/gems/ruby-2.7.7/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 69, ../../../usr/local/rvm/gems/ruby-2.7.7/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 76, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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 93, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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 119, ../../../usr/local/rvm/gems/ruby-2.7.7/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 128, ../../../usr/local/rvm/gems/ruby-2.7.7/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 132, ../../../usr/local/rvm/gems/ruby-2.7.7/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 140, ../../../usr/local/rvm/gems/ruby-2.7.7/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 143, ../../../usr/local/rvm/gems/ruby-2.7.7/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 149, ../../../usr/local/rvm/gems/ruby-2.7.7/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 156, ../../../usr/local/rvm/gems/ruby-2.7.7/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 160, ../../../usr/local/rvm/gems/ruby-2.7.7/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 170, ../../../usr/local/rvm/gems/ruby-2.7.7/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 175, ../../../usr/local/rvm/gems/ruby-2.7.7/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 44, ../../../usr/local/rvm/gems/ruby-2.7.7/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 52, ../../../usr/local/rvm/gems/ruby-2.7.7/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 69, ../../../usr/local/rvm/gems/ruby-2.7.7/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 76, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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 93, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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 119, ../../../usr/local/rvm/gems/ruby-2.7.7/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 128, ../../../usr/local/rvm/gems/ruby-2.7.7/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 132, ../../../usr/local/rvm/gems/ruby-2.7.7/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 140, ../../../usr/local/rvm/gems/ruby-2.7.7/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 143, ../../../usr/local/rvm/gems/ruby-2.7.7/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 149, ../../../usr/local/rvm/gems/ruby-2.7.7/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 156, ../../../usr/local/rvm/gems/ruby-2.7.7/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 160, ../../../usr/local/rvm/gems/ruby-2.7.7/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 170, ../../../usr/local/rvm/gems/ruby-2.7.7/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 175, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-primary.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-primary.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-primary.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-primary.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-secondary.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-secondary.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-secondary.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-secondary.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-success.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-success.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-success.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-success.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-info.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-info.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-info.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-info.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-warning.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-warning.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-warning.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-warning.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.active:not(:disabled):not(.disabled), .applied-filter .remove.active:not(:disabled):not(.disabled):hover, .show > .btn-danger.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-danger.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-danger.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-danger.dropdown-toggle, .applied-filter .show > .dropdown-toggle.remove:hover, .applied-filter .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.remove:hover, .applied-filter .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .dropdown-toggle.remove:hover, .twitter-typeahead .applied-filter .no-js .btn-group:focus-within .tt-menu > .dropdown-toggle.remove:hover, .no-js .btn-group:focus-within .applied-filter .dropdown-menu > .dropdown-toggle.remove:hover, .no-js .btn-group:focus-within .applied-filter .twitter-typeahead .tt-menu > .dropdown-toggle.remove:hover, .twitter-typeahead .no-js .btn-group:focus-within .applied-filter .tt-menu > .dropdown-toggle.remove:hover, .applied-filter .show > .dropdown-toggle.remove:active, .applied-filter .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.remove:active, .applied-filter .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .dropdown-toggle.remove:active, .twitter-typeahead .applied-filter .no-js .btn-group:focus-within .tt-menu > .dropdown-toggle.remove:active, .no-js .btn-group:focus-within .applied-filter .dropdown-menu > .dropdown-toggle.remove:active, .no-js .btn-group:focus-within .applied-filter .twitter-typeahead .tt-menu > .dropdown-toggle.remove:active, .twitter-typeahead .no-js .btn-group:focus-within .applied-filter .tt-menu > .dropdown-toggle.remove:active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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.active:not(:disabled):not(.disabled):focus, .applied-filter .remove.active:not(:disabled):not(.disabled):focus:hover, .show > .btn-danger.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-danger.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-danger.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-danger.dropdown-toggle:focus, .applied-filter .show > .dropdown-toggle.remove:focus:hover, .applied-filter .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.remove:focus:hover, .applied-filter .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .dropdown-toggle.remove:focus:hover, .twitter-typeahead .applied-filter .no-js .btn-group:focus-within .tt-menu > .dropdown-toggle.remove:focus:hover, .no-js .btn-group:focus-within .applied-filter .dropdown-menu > .dropdown-toggle.remove:focus:hover, .no-js .btn-group:focus-within .applied-filter .twitter-typeahead .tt-menu > .dropdown-toggle.remove:focus:hover, .twitter-typeahead .no-js .btn-group:focus-within .applied-filter .tt-menu > .dropdown-toggle.remove:focus:hover, .applied-filter .show > .dropdown-toggle.remove:focus:active, .applied-filter .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.remove:focus:active, .applied-filter .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .dropdown-toggle.remove:focus:active, .twitter-typeahead .applied-filter .no-js .btn-group:focus-within .tt-menu > .dropdown-toggle.remove:focus:active, .no-js .btn-group:focus-within .applied-filter .dropdown-menu > .dropdown-toggle.remove:focus:active, .no-js .btn-group:focus-within .applied-filter .twitter-typeahead .tt-menu > .dropdown-toggle.remove:focus:active, .twitter-typeahead .no-js .btn-group:focus-within .applied-filter .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-light.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-light.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-light.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-light.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-dark.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-dark.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-dark.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-dark.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-primary.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-primary.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 92, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-primary.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-primary.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-secondary.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-secondary.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 92, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-secondary.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-secondary.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-success.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-success.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-success.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-success.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-info.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-info.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-info.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-info.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-warning.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-warning.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 92, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-warning.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-warning.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-danger.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-danger.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 92, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-danger.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-danger.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-light.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-light.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-light.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-light.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-dark.dropdown-toggle, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-dark.dropdown-toggle, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-dark.dropdown-toggle:focus, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-dark.dropdown-toggle:focus, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

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

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

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

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .twitter-typeahead .tt-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .twitter-typeahead .tt-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .twitter-typeahead .tt-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .twitter-typeahead .tt-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show, .twitter-typeahead .show.tt-menu, .no-js .btn-group:focus-within .dropdown-menu, .no-js .btn-group:focus-within .twitter-typeahead .tt-menu, .twitter-typeahead .no-js .btn-group:focus-within .tt-menu {
  display: block;
}

/* line 178, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .no-js .btn-group:focus-within .nav-item.dropdown-menu .nav-link,
.nav-tabs .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu .nav-link,
.twitter-typeahead .nav-tabs .no-js .btn-group:focus-within .nav-item.tt-menu .nav-link,
.no-js .btn-group:focus-within .nav-tabs .nav-item.dropdown-menu .nav-link,
.no-js .btn-group:focus-within .nav-tabs .twitter-typeahead .nav-item.tt-menu .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .nav-tabs .nav-item.tt-menu .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 61, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .no-js .btn-group:focus-within .dropdown-menu > .nav-link,
.nav-pills .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .nav-link,
.twitter-typeahead .nav-pills .no-js .btn-group:focus-within .tt-menu > .nav-link,
.no-js .btn-group:focus-within .nav-pills .dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .nav-pills .twitter-typeahead .tt-menu > .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .nav-pills .tt-menu > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 92, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

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

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .no-js .btn-group:focus-within .dropdown-menu > .nav-link, .navbar-light .navbar-nav .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .nav-link, .twitter-typeahead .navbar-light .navbar-nav .no-js .btn-group:focus-within .tt-menu > .nav-link, .no-js .btn-group:focus-within .navbar-light .navbar-nav .dropdown-menu > .nav-link, .no-js .btn-group:focus-within .navbar-light .navbar-nav .twitter-typeahead .tt-menu > .nav-link, .twitter-typeahead .no-js .btn-group:focus-within .navbar-light .navbar-nav .tt-menu > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .no-js .btn-group:focus-within .nav-link.dropdown-menu,
.navbar-light .navbar-nav .no-js .btn-group:focus-within .twitter-typeahead .nav-link.tt-menu,
.twitter-typeahead .navbar-light .navbar-nav .no-js .btn-group:focus-within .nav-link.tt-menu,
.no-js .btn-group:focus-within .navbar-light .navbar-nav .nav-link.dropdown-menu,
.no-js .btn-group:focus-within .navbar-light .navbar-nav .twitter-typeahead .nav-link.tt-menu,
.twitter-typeahead .no-js .btn-group:focus-within .navbar-light .navbar-nav .nav-link.tt-menu,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 261, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .no-js .btn-group:focus-within .dropdown-menu > .nav-link, .navbar-dark .navbar-nav .no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .nav-link, .twitter-typeahead .navbar-dark .navbar-nav .no-js .btn-group:focus-within .tt-menu > .nav-link, .no-js .btn-group:focus-within .navbar-dark .navbar-nav .dropdown-menu > .nav-link, .no-js .btn-group:focus-within .navbar-dark .navbar-nav .twitter-typeahead .tt-menu > .nav-link, .twitter-typeahead .no-js .btn-group:focus-within .navbar-dark .navbar-nav .tt-menu > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .no-js .btn-group:focus-within .nav-link.dropdown-menu,
.navbar-dark .navbar-nav .no-js .btn-group:focus-within .twitter-typeahead .nav-link.tt-menu,
.twitter-typeahead .navbar-dark .navbar-nav .no-js .btn-group:focus-within .nav-link.tt-menu,
.no-js .btn-group:focus-within .navbar-dark .navbar-nav .nav-link.dropdown-menu,
.no-js .btn-group:focus-within .navbar-dark .navbar-nav .twitter-typeahead .nav-link.tt-menu,
.twitter-typeahead .no-js .btn-group:focus-within .navbar-dark .navbar-nav .nav-link.tt-menu,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 313, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

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

/* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

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

/* line 29, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show, .no-js .btn-group:focus-within .toast.dropdown-menu, .no-js .btn-group:focus-within .twitter-typeahead .toast.tt-menu, .twitter-typeahead .no-js .btn-group:focus-within .toast.tt-menu {
  display: block;
  opacity: 1;
}

/* line 28, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

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

/* line 11, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog, .no-js .btn-group:focus-within .modal.dropdown-menu .modal-dialog, .no-js .btn-group:focus-within .twitter-typeahead .modal.tt-menu .modal-dialog, .twitter-typeahead .no-js .btn-group:focus-within .modal.tt-menu .modal-dialog {
  transform: none;
}

/* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show, .no-js .btn-group:focus-within .modal-backdrop.dropdown-menu, .no-js .btn-group:focus-within .twitter-typeahead .modal-backdrop.tt-menu, .twitter-typeahead .no-js .btn-group:focus-within .modal-backdrop.tt-menu {
  opacity: 0.5;
}

/* line 141, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show, .no-js .btn-group:focus-within .tooltip.dropdown-menu, .no-js .btn-group:focus-within .twitter-typeahead .tooltip.tt-menu, .twitter-typeahead .no-js .btn-group:focus-within .tooltip.tt-menu {
  opacity: 0.9;
}

/* line 17, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

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

/* line 125, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after, .modal-content::after, .documents-list .document::after, .pagination-search-widgets::after {
  display: block;
  clear: both;
  content: "";
}

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

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

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

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

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1,
.search-widgets > *,
.applied-filter {
  margin-right: 0.25rem !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1,
.search-widgets > *,
.applied-filter {
  margin-left: 0.25rem !important;
}

/* line 11, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2, .constraints-container,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1,
.pivot-facet {
  padding-top: 0.25rem !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1,
.pivot-facet {
  padding-bottom: 0.25rem !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2,
.navbar + .container {
  padding-top: 0.5rem !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2,
.navbar + .container {
  padding-bottom: 0.5rem !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3,
.search-history .constraint {
  padding-right: 1rem !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4,
.pivot-facet {
  padding-right: 1.5rem !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_bootstrap_overrides.scss */
.facet-field-heading {
  border-bottom: 0;
}

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_bootstrap_overrides.scss */
.facet-field-heading button {
  font-weight: 500;
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_bootstrap_overrides.scss */
.facet-field-heading button.collapsed {
  border-bottom: 0;
}

/* line 21, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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.7.7/gems/blacklight-7.33.1/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.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_header.scss */
  .topbar > .container {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_header.scss */
.navbar-logo {
  /* The main logo image for the Blacklight instance */
  background: transparent url(/assets/blacklight/logo-650a77e54d19e9576d80005d9f05fdaeb3bbe1161c000f7f3c829190e01710de.png) no-repeat top left;
  background-size: 150px 50px;
  display: inline-block;
  height: 50px;
  margin-right: 20px;
  margin-top: -0.4rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 150px;
}

/* line 27, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_header.scss */
.navbar-search {
  z-index: 1;
}

/* line 30, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_header.scss */
.navbar-search .search-field {
  min-width: 7em;
}

/* line 35, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_header.scss */
.navbar-search .search-query-form {
  padding-left: 0;
}

@media screen and (max-width: 575.98px) {
  /* line 41, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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 54, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_header.scss */
#skip-link {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;
}

/* line 60, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_header.scss */
#skip-link .element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/* line 67, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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 75, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_header.scss */
#skip-link a:focus {
  background-color: #fff;
}

/* line 1, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_constraints.scss */
.constraints-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.25rem;
}

/* line 11, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_constraints.scss */
.applied-filter .constraint-value {
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 576px) {
  /* line 11, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_constraints.scss */
  .applied-filter .constraint-value {
    max-width: 288px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 11, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_constraints.scss */
  .applied-filter .constraint-value {
    max-width: 288px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 11, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_constraints.scss */
  .applied-filter .constraint-value {
    max-width: 384px;
  }
}

@media (min-width: 992px) {
  /* line 11, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_constraints.scss */
  .applied-filter .constraint-value {
    max-width: 496px;
  }
}

/* line 33, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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 40, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_controls.scss */
.search-widgets {
  display: flex;
}

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_controls.scss */
.sort-pagination,
.pagination-search-widgets {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

/* line 16, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_controls.scss */
.pagination-search-widgets {
  padding-top: 1px;
  padding-bottom: 1rem;
}

/* line 22, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_controls.scss */
.sort-pagination .dropdown-toggle {
  cursor: pointer;
}

/* line 34, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_controls.scss */
.view-type {
  display: inline-block;
}

/* line 43, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_controls.scss */
.search-input-group {
  width: 80%;
}

@media (max-width: 575.98px) {
  /* line 48, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_controls.scss */
  .search-input-group {
    width: auto;
  }
}

/* line 53, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_controls.scss */
.modal_form {
  margin-bottom: 0;
}

/* line 4, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_search_form.scss */
.input-group > .form-control.search-q {
  flex-grow: 3;
}

/* line 3, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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.7.7/gems/blacklight-7.33.1/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.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_search_results.scss */
  .documents-list .document .index-document-functions {
    margin-bottom: 0;
  }
}

/* line 23, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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.7.7/gems/blacklight-7.33.1/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.7.7/gems/blacklight-7.33.1/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.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_pagination.scss */
  .pagination {
    flex-wrap: wrap;
  }
}

/* line 1, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_group.scss */
.group-key {
  border-bottom: 1px solid #3f4953;
  clear: right;
}

/* line 7, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_group.scss */
.grouped-documents .document {
  border-bottom: 0;
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_group.scss */
.more-in-group {
  float: right;
}

/* line 1, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_bookmark.scss */
label.toggle-bookmark {
  font-weight: inherit;
  min-width: 8.5em;
}

/* line 2, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_balanced_list.scss */
.dl-invert dt {
  font-weight: normal;
  color: #6c757d;
}

@media (max-width: 768px) {
  /* line 2, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_balanced_list.scss */
  .dl-invert dt {
    text-align: left;
  }
}

@media (min-width: 768px) {
  /* line 2, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_balanced_list.scss */
  .dl-invert dt {
    text-align: right;
  }
}

/* line 2, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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 6, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.sidenav .navbar-toggler:hover, .sidenav .navbar-toggler:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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 26, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable .facets-collapse {
    display: block !important;
    width: 100%;
  }
  /* line 32, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 26, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-sm .facets-collapse {
    display: block !important;
    width: 100%;
  }
  /* line 32, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 26, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-md .facets-collapse {
    display: block !important;
    width: 100%;
  }
  /* line 32, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 26, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-lg .facets-collapse {
    display: block !important;
    width: 100%;
  }
  /* line 32, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-lg .navbar-toggler {
    display: none;
  }
}

/* line 26, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facets-toggleable-xl .facets-collapse {
  display: block !important;
  width: 100%;
}

/* line 32, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facets-toggleable-xl .navbar-toggler {
  display: none;
}

@media (max-width: 1199.98px) {
  /* line 42, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
  .no-js #sidebar {
    order: 6 !important;
  }
}

/* line 47, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.no-js .facet-content.collapse {
  display: block;
}

/* line 51, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.no-js .facet-toggle-handle {
  display: none;
}

/* line 55, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.no-js .pivot-facet.collapse {
  display: block;
}

/* line 59, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.no-js .facets-collapse.collapse {
  display: block;
}

/* line 64, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facets-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 71, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facets-heading {
  line-height: inherit;
}

/* line 76, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-limit {
  margin-bottom: 1rem;
}

/* line 79, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-limit .card-body {
  padding: 1rem;
}

/* line 98, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}

/* line 104, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values li {
  display: table-row;
}

/* line 113, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values .remove {
  color: #6c757d;
  font-weight: bold;
  padding-left: 0.5rem;
  text-decoration: none;
}

/* line 119, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values .remove:hover {
  color: #dc3545;
  text-decoration: none;
}

/* line 132, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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 141, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values .facet-count {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 5em;
}

/* line 148, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values .facet-checkbox {
  display: table-cell;
  width: 1.25rem;
  vertical-align: top;
}

/* line 154, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values .label-and-count {
  display: table;
  width: 100%;
}

/* line 159, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values .label-and-count label {
  display: table-row;
}

/* line 165, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-extended-list .sort-options {
  text-align: right;
}

/* line 169, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-extended-list .prev-next-links {
  float: left;
}

/* line 174, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-field-heading {
  /* This prevents the contained stretch link from covering the panel body */
  position: relative;
}

/* line 177, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-field-heading a {
  color: inherit;
}

/* Sidenav
-------------------------------------------------- */
/* line 189, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-pagination.top {
  padding: 1rem;
}

/* style for pivot facet's nested list */
/* line 204, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-leaf-node {
  margin-left: 1rem;
  padding-right: 1rem;
  margin-top: -1.5rem;
}

/* line 210, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-toggle-handle {
  margin: 0;
  margin-left: -5px;
  padding: 0;
}

/* line 216, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-toggle-handle.collapsed .show, .facet-toggle-handle.collapsed .no-js .btn-group:focus-within .dropdown-menu, .facet-toggle-handle.collapsed .no-js .btn-group:focus-within .twitter-typeahead .tt-menu, .twitter-typeahead .facet-toggle-handle.collapsed .no-js .btn-group:focus-within .tt-menu, .no-js .btn-group:focus-within .facet-toggle-handle.collapsed .dropdown-menu, .no-js .btn-group:focus-within .facet-toggle-handle.collapsed .twitter-typeahead .tt-menu, .twitter-typeahead .no-js .btn-group:focus-within .facet-toggle-handle.collapsed .tt-menu {
  display: block;
}

/* line 217, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-toggle-handle.collapsed .hide {
  display: none;
}

/* line 220, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-toggle-handle .show, .facet-toggle-handle .no-js .btn-group:focus-within .dropdown-menu, .facet-toggle-handle .no-js .btn-group:focus-within .twitter-typeahead .tt-menu, .twitter-typeahead .facet-toggle-handle .no-js .btn-group:focus-within .tt-menu, .no-js .btn-group:focus-within .facet-toggle-handle .dropdown-menu, .no-js .btn-group:focus-within .facet-toggle-handle .twitter-typeahead .tt-menu, .twitter-typeahead .no-js .btn-group:focus-within .facet-toggle-handle .tt-menu {
  display: none;
}

/* line 221, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_facets.scss */
.facet-toggle-handle .hide {
  display: block;
}

/* Search History */
/* line 3, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_search_history.scss */
.search-history .constraint {
  display: block;
  text-indent: -1rem;
}

/* line 4, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_modal.scss */
.modal-content .facet-pagination.top {
  display: none;
}

/* line 8, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_modal.scss */
.modal-content .page-sidebar {
  display: none;
}

/* line 12, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_modal.scss */
.modal-content .blacklight-modal-close {
  display: block;
}

/* line 19, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_modal.scss */
.blacklight-modal-close {
  display: none;
}

/* line 1, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead {
  display: inline-flex !important;
  flex-grow: 2;
  z-index: 1000;
}

/* line 6, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead input.tt-input.form-control {
  width: 100%;
}

/* line 10, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead input.tt-hint.form-control {
  width: 100%;
  filter: opacity(0.33);
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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 21, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead .tt-cursor {
  background-color: #e9ecef;
  color: #16181b;
  text-decoration: none;
}

/* line 27, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead .tt-suggestion {
  font-size: 14px;
  padding: 5px 5px 5px 10px;
}

/* line 32, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead .tt-suggestion:hover {
  background-color: #e9ecef;
  color: #16181b;
  cursor: pointer;
}

/* line 3, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-primary .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-primary .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-secondary .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-secondary .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-success .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-success .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-info .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-info .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-warning .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-warning .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/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.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-danger .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-light .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-light .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-dark .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-dark .blacklight-icons svg {
  fill: currentColor;
}

/* line 15, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn.btn-icon {
  padding: 0.375rem;
}

/* line 18, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.btn.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  padding: 0.25rem;
}

/* line 23, ../../../usr/local/rvm/gems/ruby-2.7.7/gems/blacklight-7.33.1/app/assets/stylesheets/blacklight/_icons.scss */
.remove-icon {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* border between items on marc view */
/* line 4, ../../../usr/local/rvm/gems/ruby-2.7.7/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.7.7/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.7.7/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.7.7/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.7.7/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.7.7/gems/blacklight-marc-7.0.1/app/assets/stylesheets/blacklight_marc.scss */
#marc_view .tag_ind {
  float: left;
}

/*------------------------------------
  Default Styles
------------------------------------*/
/* line 4, app/assets/stylesheets/unify-core.css */
html {
  font-size: 14px;
  overflow-x: hidden;
}

/* line 8, 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, app/assets/stylesheets/unify-core.css */
a {
  color: #72c02c;
  outline: none;
}

/* line 24, app/assets/stylesheets/unify-core.css */
a:focus,
a:hover {
  color: #66ab27;
}

/* line 28, app/assets/stylesheets/unify-core.css */
.nav-link {
  color: #555;
}

/* line 31, app/assets/stylesheets/unify-core.css */
.nav-link:focus,
.nav-link:hover {
  color: #555;
}

/* line 35, app/assets/stylesheets/unify-core.css */
figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
/* line 41, 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, app/assets/stylesheets/unify-core.css */
.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
/* line 51, app/assets/stylesheets/unify-core.css */
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
/* line 59, app/assets/stylesheets/unify-core.css */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}

/* line 63, app/assets/stylesheets/unify-core.css */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}
::selection {
  color: #fff;
  background-color: #72c02c;
}

/* line 67, app/assets/stylesheets/unify-core.css */
.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}

/* line 71, 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, app/assets/stylesheets/unify-globals.css */
.g-word-break {
  word-wrap: break-word;
}

/* Puller */
/* line 10, app/assets/stylesheets/unify-globals.css */
.g-pull-50x-up {
  transform: translateY(-51%);
}

/* line 15, app/assets/stylesheets/unify-globals.css */
.g-pull-50x-bottom {
  transform: translateY(51%);
}

/* line 20, app/assets/stylesheets/unify-globals.css */
.g-pull-50x-left {
  transform: translateX(-51%);
}

/* line 25, app/assets/stylesheets/unify-globals.css */
.g-pull-50x-right {
  transform: translateX(51%);
}

/* Link overlay */
/* line 31, 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, app/assets/stylesheets/unify-globals.css */
.g-pos-cover {
  z-index: 1;
}

/*------------------------------------
  Block Alignments
------------------------------------*/
/* line 48, app/assets/stylesheets/unify-globals.css */
.g-bg-attachment-fixed {
  background-attachment: fixed;
}

/*------------------------------------
  Background Gradient Colors
------------------------------------*/
/* Simple Linear Gradients
------------------------------------*/
/* Gray Light v1 */
/* line 57, 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, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-blue-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(0deg, #73bec7, #4e66b0);
}

/* line 81, app/assets/stylesheets/unify-globals.css */
.g-bg-blue-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #429edc, #00629e);
}

/* line 85, app/assets/stylesheets/unify-globals.css */
.g-bg-blue-lineargradient-v3 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #3266a2, #98cfbf);
}

/* line 89, app/assets/stylesheets/unify-globals.css */
.g-bg-blue-lineargradient-v4 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #5b85df, #3ec2e3);
}

/* line 93, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-orange-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #be1715, #ed6d0f);
}

/* line 102, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-main {
  background-color: #fff !important;
}

/* Main Secondary */
/* line 276, app/assets/stylesheets/unify-globals.css */
.g-bg-secondary {
  background-color: #fafafa !important;
}

/* Primary Colors */
/* line 280, app/assets/stylesheets/unify-globals.css */
.g-bg-primary {
  background-color: #72c02c !important;
}

/* line 283, app/assets/stylesheets/unify-globals.css */
.g-bg-primary--hover:hover {
  background-color: #72c02c !important;
}

/* line 286, app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-primary--hover {
  background-color: #72c02c;
}

/* line 289, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-primary--parent-hover {
  background-color: #72c02c !important;
}

/* line 292, app/assets/stylesheets/unify-globals.css */
.g-bg-primary--active.active,
.active .g-bg-primary--active {
  background-color: #72c02c !important;
}

/* line 296, app/assets/stylesheets/unify-globals.css */
.g-parent.active .g-bg-primary--parent-active {
  background-color: #72c02c !important;
}

/* line 299, app/assets/stylesheets/unify-globals.css */
.g-bg-primary--before::before, .g-bg-primary--after::after {
  background-color: #72c02c !important;
}

/* line 302, app/assets/stylesheets/unify-globals.css */
.g-bg-primary-dark-v1 {
  background-color: #6db82a !important;
}

/* line 305, app/assets/stylesheets/unify-globals.css */
.g-bg-primary-dark-v2 {
  background-color: #66ab27 !important;
}

/* line 308, app/assets/stylesheets/unify-globals.css */
.g-bg-primary-dark-v3 {
  background-color: #599722 !important;
}

/* line 311, app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

/* line 314, app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_2 {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 317, 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, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_3 {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 332, 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, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_4 {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 347, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_6 {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 359, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_8 {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 371, 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, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_9 {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 386, 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, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-black {
  background-color: #000 !important;
}

/* line 402, app/assets/stylesheets/unify-globals.css */
.g-bg-black--hover:hover {
  background-color: #000 !important;
}

/* line 405, app/assets/stylesheets/unify-globals.css */
.g-bg-black--after::after {
  background-color: #000 !important;
}

/* line 408, app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 411, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 417, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 423, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 435, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 441, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 450, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 459, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 468, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 477, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-white {
  background-color: #fff !important;
}

/* line 487, app/assets/stylesheets/unify-globals.css */
.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

/* line 490, app/assets/stylesheets/unify-globals.css */
.g-bg-white--hover:hover, .g-bg-white--active.active {
  background-color: #fff !important;
}

/* line 493, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-white--parent-hover {
  background-color: #fff !important;
}

/* line 496, app/assets/stylesheets/unify-globals.css */
.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

/* line 499, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_05 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

/* line 505, app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 508, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 514, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 520, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 529, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 535, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 541, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 550, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 562, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v1 {
  background-color: #111 !important;
}

/* line 572, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v1--hover:hover {
  background-color: #111 !important;
}

/* line 575, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v2 {
  background-color: #333 !important;
}

/* line 578, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v2--hover:hover {
  background-color: #333 !important;
}

/* line 581, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v3 {
  background-color: #555 !important;
}

/* line 584, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v3--hover:hover {
  background-color: #555 !important;
}

/* line 587, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v4 {
  background-color: #777 !important;
}

/* line 590, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v4--hover:hover {
  background-color: #777 !important;
}

/* line 593, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v5 {
  background-color: #999 !important;
}

/* line 596, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v5--hover:hover {
  background-color: #999 !important;
}

/* line 599, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v1 {
  background-color: #bbb !important;
}

/* line 602, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v1--hover:hover {
  background-color: #bbb !important;
}

/* line 605, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v2 {
  background-color: #ccc !important;
}

/* line 608, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v2--hover:hover {
  background-color: #ccc !important;
}

/* line 611, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v3 {
  background-color: #ddd !important;
}

/* line 614, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v3--hover:hover {
  background-color: #ddd !important;
}

/* line 617, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v4 {
  background-color: #eee !important;
}

/* line 620, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v4--hover:hover {
  background-color: #eee !important;
}

/* line 623, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v5 {
  background-color: #f7f7f7 !important;
}

/* line 626, app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v5--hover:hover {
  background-color: #f7f7f7 !important;
}

/* line 629, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-transparent {
  background-color: transparent !important;
}

/* line 637, app/assets/stylesheets/unify-globals.css */
.g-bg-transparent--hover:hover {
  background-color: transparent !important;
}

/* line 640, app/assets/stylesheets/unify-globals.css */
.g-bg-transparent--hover--after:hover::after {
  background-color: transparent !important;
}

/* line 643, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-transparent--parent-hover {
  background-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Beige Colors */
/* line 649, app/assets/stylesheets/unify-globals.css */
.g-bg-beige {
  background-color: #e5e1de !important;
}

/* Color Green */
/* line 653, app/assets/stylesheets/unify-globals.css */
.g-bg-green {
  background-color: #72c02c !important;
}

/* line 656, app/assets/stylesheets/unify-globals.css */
.g-bg-green-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

/* line 659, app/assets/stylesheets/unify-globals.css */
.g-bg-green--hover:hover {
  background-color: #72c02c !important;
}

/* Color Blue */
/* line 663, app/assets/stylesheets/unify-globals.css */
.g-bg-blue {
  background-color: #3398dc !important;
}

/* line 666, app/assets/stylesheets/unify-globals.css */
.g-bg-blue-opacity-0_1 {
  background-color: rgba(51, 152, 220, 0.1) !important;
}

/* line 669, app/assets/stylesheets/unify-globals.css */
.g-bg-blue-opacity-0_7 {
  background-color: rgba(51, 152, 220, 0.7) !important;
}

/* line 672, app/assets/stylesheets/unify-globals.css */
.g-bg-blue-opacity-0_9 {
  background-color: rgba(51, 152, 220, 0.9) !important;
}

/* line 675, app/assets/stylesheets/unify-globals.css */
.g-bg-blue--hover:hover {
  background-color: #3398dc !important;
}

/* Color Light Blue */
/* line 679, app/assets/stylesheets/unify-globals.css */
.g-bg-lightblue {
  background-color: #edf2f8 !important;
}

/* line 682, app/assets/stylesheets/unify-globals.css */
.g-bg-lightblue-opacity-0_1 {
  background-color: rgba(237, 242, 248, 0.1) !important;
}

/* line 685, app/assets/stylesheets/unify-globals.css */
.g-bg-lightblue-v1 {
  background-color: #d6e2ee !important;
}

/* line 688, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-darkblue {
  background-color: #009 !important;
}

/* line 695, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-indigo {
  background-color: #4263a3 !important;
}

/* line 702, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-red {
  background-color: #f00 !important;
}

/* line 709, app/assets/stylesheets/unify-globals.css */
.g-bg-red-opacity-0_1 {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

/* line 712, app/assets/stylesheets/unify-globals.css */
.g-bg-red-opacity-0_2 {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

/* line 715, app/assets/stylesheets/unify-globals.css */
.g-bg-red-opacity-0_5 {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

/* line 718, app/assets/stylesheets/unify-globals.css */
.g-bg-red-opacity-0_8 {
  background-color: rgba(255, 0, 0, 0.8) !important;
}

/* line 721, app/assets/stylesheets/unify-globals.css */
.g-bg-red--hover:hover {
  background-color: #f00 !important;
}

/* Color Light Red */
/* line 725, app/assets/stylesheets/unify-globals.css */
.g-bg-lightred {
  background-color: #e64b3b !important;
}

/* line 728, app/assets/stylesheets/unify-globals.css */
.g-bg-lightred-opacity-0_1 {
  background-color: rgba(230, 75, 59, 0.1) !important;
}

/* line 731, app/assets/stylesheets/unify-globals.css */
.g-bg-lightred--hover:hover {
  background-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 735, app/assets/stylesheets/unify-globals.css */
.g-bg-darkred {
  background-color: #a10f2b !important;
}

/* line 738, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-purple {
  background-color: #9a69cb !important;
}

/* line 745, app/assets/stylesheets/unify-globals.css */
.g-bg-purple-opacity-0_1 {
  background-color: rgba(154, 105, 203, 0.1) !important;
}

/* line 748, app/assets/stylesheets/unify-globals.css */
.g-bg-purple-opacity-0_7 {
  background-color: rgba(154, 105, 203, 0.7) !important;
}

/* line 751, app/assets/stylesheets/unify-globals.css */
.g-bg-purple-opacity-0_9 {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

/* line 754, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-purple--hover:hover {
  background-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 761, app/assets/stylesheets/unify-globals.css */
.g-bg-darkpurple {
  background-color: #6639b6 !important;
}

/* line 764, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-pink {
  background-color: #e81c62 !important;
}

/* line 771, app/assets/stylesheets/unify-globals.css */
.g-bg-pink-opacity-0_1 {
  background-color: rgba(232, 28, 98, 0.1) !important;
}

/* line 774, app/assets/stylesheets/unify-globals.css */
.g-bg-pink-opacity-0_9 {
  background-color: rgba(232, 28, 98, 0.9) !important;
}

/* line 777, app/assets/stylesheets/unify-globals.css */
.g-bg-pink--hover:hover {
  background-color: #e81c62 !important;
}

/* line 780, app/assets/stylesheets/unify-globals.css */
.g-bg-pink--before::after, .g-bg-pink--after::after {
  background-color: #e81c62 !important;
}

/* line 783, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-orange {
  background-color: #e57d20 !important;
}

/* line 790, app/assets/stylesheets/unify-globals.css */
.g-bg-orange-opacity-0_1 {
  background-color: rgba(229, 125, 32, 0.1) !important;
}

/* line 793, app/assets/stylesheets/unify-globals.css */
.g-bg-orange-opacity-0_2 {
  background-color: rgba(229, 125, 32, 0.2) !important;
}

/* line 796, app/assets/stylesheets/unify-globals.css */
.g-bg-orange--hover:hover {
  background-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 800, app/assets/stylesheets/unify-globals.css */
.g-bg-deeporange {
  background-color: #fe541e !important;
}

/* line 803, app/assets/stylesheets/unify-globals.css */
.g-bg-deeporange-opacity-0_1 {
  background-color: rgba(254, 84, 30, 0.1) !important;
}

/* line 806, app/assets/stylesheets/unify-globals.css */
.g-bg-deeporange--hover:hover {
  background-color: #fe541e !important;
}

/* Color Yellow */
/* line 810, app/assets/stylesheets/unify-globals.css */
.g-bg-yellow {
  background-color: #ebc71d !important;
}

/* line 813, app/assets/stylesheets/unify-globals.css */
.g-bg-yellow-opacity-0_1 {
  background-color: rgba(235, 199, 29, 0.1) !important;
}

/* line 816, app/assets/stylesheets/unify-globals.css */
.g-bg-yellow-opacity-0_7 {
  background: rgba(235, 199, 29, 0.7) !important;
}

/* line 819, app/assets/stylesheets/unify-globals.css */
.g-bg-yellow--hover:hover {
  background-color: #ebc71d !important;
}

/* Color Aqua */
/* line 823, app/assets/stylesheets/unify-globals.css */
.g-bg-aqua {
  background-color: #29d6e6 !important;
}

/* line 826, app/assets/stylesheets/unify-globals.css */
.g-bg-aqua-opacity-0_1 {
  background-color: rgba(41, 214, 230, 0.1) !important;
}

/* line 829, app/assets/stylesheets/unify-globals.css */
.g-bg-aqua-opacity-0_9 {
  background-color: rgba(41, 214, 230, 0.9) !important;
}

/* line 832, app/assets/stylesheets/unify-globals.css */
.g-bg-aqua--hover:hover {
  background-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 836, app/assets/stylesheets/unify-globals.css */
.g-bg-cyan {
  background-color: #00bed6 !important;
}

/* line 839, app/assets/stylesheets/unify-globals.css */
.g-bg-cyan-opacity-0_1 {
  background-color: rgba(0, 190, 214, 0.1) !important;
}

/* line 842, app/assets/stylesheets/unify-globals.css */
.g-bg-cyan-opacity-0_9 {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

/* line 845, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-cyan--hover:hover {
  background-color: #00bed6 !important;
}

/* Color Teal */
/* line 852, app/assets/stylesheets/unify-globals.css */
.g-bg-teal {
  background-color: #18ba9b !important;
}

/* line 855, app/assets/stylesheets/unify-globals.css */
.g-bg-teal-opacity-0_1 {
  background-color: rgba(24, 186, 155, 0.1) !important;
}

/* line 858, app/assets/stylesheets/unify-globals.css */
.g-bg-teal-opacity-0_9 {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

/* line 861, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-teal--hover:hover {
  background-color: #18ba9b !important;
}

/* Color Brown */
/* line 868, app/assets/stylesheets/unify-globals.css */
.g-bg-brown {
  background-color: #9c8061 !important;
}

/* line 871, app/assets/stylesheets/unify-globals.css */
.g-bg-brown-opacity-0_1 {
  background-color: rgba(156, 128, 97, 0.1) !important;
}

/* line 874, app/assets/stylesheets/unify-globals.css */
.g-bg-brown--hover:hover {
  background-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 878, app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray {
  background-color: #585f69 !important;
}

/* line 881, app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-opacity-0_1 {
  background-color: rgba(88, 95, 105, 0.1) !important;
}

/* line 884, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-opacity-0_5 {
  background-color: rgba(88, 95, 105, 0.5) !important;
}

/* line 893, app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-opacity-0_7 {
  background-color: rgba(88, 95, 105, 0.7) !important;
}

/* line 896, app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray--hover:hover {
  background-color: #585f69 !important;
}

/* line 899, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.js-header-change-moment .g-bg-primary--scrolling {
  background-color: #72c02c !important;
}

/*------------------------------------
  Social Background Colors
------------------------------------*/
/* Facebook */
/* line 923, app/assets/stylesheets/unify-globals.css */
.g-bg-facebook {
  background-color: #3b5998;
}

/* line 926, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-twitter {
  background-color: #00acee;
}

/* line 933, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-skype {
  background-color: #00aff0;
}

/* line 940, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-pinterest {
  background-color: #c8232c;
}

/* line 947, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-vine {
  background-color: #00bf8f;
}

/* line 954, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-youtube {
  background-color: #c4302b;
}

/* line 961, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-google-plus {
  background-color: #dd4b39;
}

/* line 968, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-dribbble {
  background-color: #ea4c89;
}

/* line 975, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-vk {
  background-color: #2b587a;
}

/* line 982, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-linkedin {
  background-color: #0e76a8;
}

/* line 989, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-instagram {
  background-color: #3f729b;
}

/* line 996, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v1--before::before {
  background-image: url(/../../assets/img/bg/grid/wave.png);
}

/* line 1005, app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v2--before::after {
  background-image: url(/../../assets/img/bg/grid/tile-left.png);
}

/* line 1008, app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v3--before::after {
  background-image: url(/../../assets/img/bg/grid/tile-right.png);
}

/* line 1011, app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v4--before::after {
  background-image: url(/../../assets/img/bg/grid/diagonal-left.png);
}

/* line 1014, app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v5--before::after {
  background-image: url(/../../assets/img/bg/grid/diagonal-right.png);
}

/* line 1017, app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v6--before::after {
  background-image: url(/../../assets/img/bg/grid/zigzag-left.png);
}

/* line 1020, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-cover {
  position: relative;
}

/* line 1029, app/assets/stylesheets/unify-globals.css */
.g-bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 1037, 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, app/assets/stylesheets/unify-globals.css */
.g-bg-cover__inner {
  z-index: 1;
  position: relative;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
/* line 1051, app/assets/stylesheets/unify-globals.css */
.g-bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------------------------
  Background Patterns
------------------------------------*/
/* line 1059, app/assets/stylesheets/unify-globals.css */
.g-bg-pattern-green {
  background-image: url(/../img/bg/pattern--green.png);
}

/*------------------------------------
  Background Position
------------------------------------*/
/* line 1065, app/assets/stylesheets/unify-globals.css */
.g-bg-pos-center {
  background-position: center;
}

/* line 1068, app/assets/stylesheets/unify-globals.css */
.g-bg-pos-left-center {
  background-position: left center;
}

/* line 1071, app/assets/stylesheets/unify-globals.css */
.g-bg-pos-top-center {
  background-position: top center;
}

/* line 1074, app/assets/stylesheets/unify-globals.css */
.g-bg-pos-bottom-center {
  background-position: bottom center;
}

/*------------------------------------
  Background Repeat
------------------------------------*/
/* line 1080, app/assets/stylesheets/unify-globals.css */
.g-bg-no-repeat {
  background-repeat: no-repeat;
}

/*------------------------------------
  Background Size
------------------------------------*/
/* line 1086, app/assets/stylesheets/unify-globals.css */
.g-bg-size-cover {
  background-size: cover !important;
}

/* line 1089, app/assets/stylesheets/unify-globals.css */
.g-bg-size-100x {
  background-size: 100% !important;
}

/* line 1092, app/assets/stylesheets/unify-globals.css */
.g-bg-size-100x--hover:hover {
  background-size: 100% !important;
}

/* line 1095, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-size-100x--parent-hover {
  background-size: 100% !important;
}

/* line 1098, app/assets/stylesheets/unify-globals.css */
.g-bg-size-120x {
  background-size: 120% !important;
}

/* line 1101, app/assets/stylesheets/unify-globals.css */
.g-bg-size-120x--hover {
  background-size: 120% !important;
}

/* line 1104, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-size-120x--parent-hover {
  background-size: 120% !important;
}

/* line 1107, app/assets/stylesheets/unify-globals.css */
.g-bg-repeat {
  background-repeat: repeat !important;
  /* P */
  background-size: auto !important;
}

/* Primary Colors */
/* line 1113, app/assets/stylesheets/unify-globals.css */
.g-fill-primary path,
.g-fill-primary polygon {
  fill: #72c02c !important;
}

/* line 1117, app/assets/stylesheets/unify-globals.css */
.g-fill-primary--hover:hover path,
.g-fill-primary--hover:hover polygon {
  fill: #72c02c !important;
}

/* line 1121, 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, app/assets/stylesheets/unify-globals.css */
.g-fill-white path,
.g-fill-white polygon {
  fill: #fff !important;
}

/* line 1129, app/assets/stylesheets/unify-globals.css */
.g-fill-white--hover:hover path,
.g-fill-white--hover:hover polygon {
  fill: #fff !important;
}

/* line 1133, 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, app/assets/stylesheets/unify-globals.css */
.g-fill-gray-light-v4 path,
.g-fill-gray-light-v4 polygon {
  fill: #eee !important;
}

/* line 1141, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-none {
  /* P */
  border: none !important;
}

/* line 1156, app/assets/stylesheets/unify-globals.css */
.g-brd-x {
  border-left: solid 1px transparent !important;
  border-right: solid 1px transparent !important;
}

/* line 1160, app/assets/stylesheets/unify-globals.css */
.g-brd-y {
  border-top: solid 1px transparent !important;
  border-bottom: solid 1px transparent !important;
}

/* line 1164, app/assets/stylesheets/unify-globals.css */
.g-brd-around {
  border: solid 1px transparent !important;
}

/* line 1167, app/assets/stylesheets/unify-globals.css */
.g-brd-top {
  border-top: solid 1px transparent !important;
}

/* line 1170, app/assets/stylesheets/unify-globals.css */
.g-brd-right {
  border-right: solid 1px transparent !important;
}

/* line 1173, app/assets/stylesheets/unify-globals.css */
.g-brd-bottom {
  border-bottom: solid 1px transparent !important;
}

/* line 1176, app/assets/stylesheets/unify-globals.css */
.g-brd-left {
  border-left: solid 1px transparent !important;
}

/* line 1179, app/assets/stylesheets/unify-globals.css */
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  /* line 1183, app/assets/stylesheets/unify-globals.css */
  .g-brd-around--sm {
    border: solid 1px transparent !important;
  }
  /* line 1185, app/assets/stylesheets/unify-globals.css */
  .g-brd-top--sm {
    border-top: solid 1px transparent !important;
  }
  /* line 1187, app/assets/stylesheets/unify-globals.css */
  .g-brd-right--sm {
    border-right: solid 1px transparent !important;
  }
  /* line 1189, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--sm {
    border-bottom: solid 1px transparent !important;
  }
  /* line 1191, app/assets/stylesheets/unify-globals.css */
  .g-brd-left--sm {
    border-left: solid 1px transparent !important;
  }
}

@media (min-width: 768px) {
  /* line 1195, app/assets/stylesheets/unify-globals.css */
  .g-brd-x--md {
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
  }
  /* line 1198, app/assets/stylesheets/unify-globals.css */
  .g-brd-around--md {
    border: solid 1px transparent !important;
  }
  /* line 1200, app/assets/stylesheets/unify-globals.css */
  .g-brd-top--md {
    border-top: solid 1px transparent !important;
  }
  /* line 1202, app/assets/stylesheets/unify-globals.css */
  .g-brd-right--md {
    border-right: solid 1px transparent !important;
  }
  /* line 1204, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--md {
    border-bottom: solid 1px transparent !important;
  }
  /* line 1206, app/assets/stylesheets/unify-globals.css */
  .g-brd-left--md {
    border-left: solid 1px transparent !important;
  }
}

@media (min-width: 992px) {
  /* P */
  /* line 1211, app/assets/stylesheets/unify-globals.css */
  .g-brd-around--lg {
    border: solid 1px transparent !important;
  }
  /* line 1213, app/assets/stylesheets/unify-globals.css */
  .g-brd-top--lg {
    border-top: solid 1px transparent !important;
  }
  /* line 1215, app/assets/stylesheets/unify-globals.css */
  .g-brd-right--lg {
    border-right: solid 1px transparent !important;
  }
  /* line 1217, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--lg {
    border-bottom: solid 1px transparent !important;
  }
  /* line 1219, app/assets/stylesheets/unify-globals.css */
  .g-brd-left--lg {
    border-left: solid 1px transparent !important;
  }
  /* line 1221, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}

/*------------------------------------
  Borders None
------------------------------------*/
/* line 1227, app/assets/stylesheets/unify-globals.css */
.g-brd-around-none {
  border-width: 0 !important;
}

/* line 1230, app/assets/stylesheets/unify-globals.css */
.g-brd-top-none {
  border-top: none !important;
}

/* line 1233, app/assets/stylesheets/unify-globals.css */
.g-brd-right-none {
  border-right: none !important;
}

/* line 1236, app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-none {
  border-bottom: none !important;
}

/* line 1239, app/assets/stylesheets/unify-globals.css */
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  /* line 1243, app/assets/stylesheets/unify-globals.css */
  .g-brd-around-none--sm {
    border: none !important;
  }
  /* line 1245, app/assets/stylesheets/unify-globals.css */
  .g-brd-top-none--sm {
    border-top: none !important;
  }
  /* line 1247, app/assets/stylesheets/unify-globals.css */
  .g-brd-right-none--sm {
    border-right: none !important;
  }
  /* line 1249, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-none--sm {
    border-bottom: none !important;
  }
  /* line 1251, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-none--sm {
    border-left: none !important;
  }
}

@media (min-width: 768px) {
  /* line 1255, app/assets/stylesheets/unify-globals.css */
  .g-brd-around-none--md {
    border: none !important;
  }
  /* line 1257, app/assets/stylesheets/unify-globals.css */
  .g-brd-top-none--md {
    border-top: none !important;
  }
  /* line 1259, app/assets/stylesheets/unify-globals.css */
  .g-brd-right-none--md {
    border-right: none !important;
  }
  /* line 1261, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-none--md {
    border-bottom: none !important;
  }
  /* line 1263, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-none--md {
    border-left: none !important;
  }
}

@media (min-width: 992px) {
  /* line 1267, app/assets/stylesheets/unify-globals.css */
  .g-brd-around-none--lg {
    border: none !important;
  }
  /* line 1269, app/assets/stylesheets/unify-globals.css */
  .g-brd-top-none--lg {
    border-top: none !important;
  }
  /* line 1271, app/assets/stylesheets/unify-globals.css */
  .g-brd-right-none--lg {
    border-right: none !important;
  }
  /* line 1273, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-none--lg {
    border-bottom: none !important;
  }
  /* line 1275, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}

/*------------------------------------
  Border Style
------------------------------------*/
/* line 1281, app/assets/stylesheets/unify-globals.css */
.g-brd-style-solid {
  border-style: solid !important;
}

/* line 1284, app/assets/stylesheets/unify-globals.css */
.g-brd-style-dashed {
  border-style: dashed !important;
}

/* line 1287, app/assets/stylesheets/unify-globals.css */
.g-brd-style-dotted {
  border-style: dotted !important;
}

/*------------------------------------
  Border Radius (Rounded Styles)
------------------------------------*/
/* Rounded Around */
/* line 1294, app/assets/stylesheets/unify-globals.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 1297, app/assets/stylesheets/unify-globals.css */
.g-rounded-50x {
  border-radius: 50%;
}

/* line 1300, app/assets/stylesheets/unify-globals.css */
.g-rounded-1 {
  border-radius: 1px !important;
}

/* line 1303, app/assets/stylesheets/unify-globals.css */
.g-rounded-2 {
  border-radius: 2px !important;
}

/* line 1306, app/assets/stylesheets/unify-globals.css */
.g-rounded-3 {
  border-radius: 3px !important;
}

/* line 1309, app/assets/stylesheets/unify-globals.css */
.g-rounded-4 {
  border-radius: 4px !important;
}

/* line 1312, app/assets/stylesheets/unify-globals.css */
.g-rounded-5 {
  border-radius: 5px !important;
}

/* line 1315, app/assets/stylesheets/unify-globals.css */
.g-rounded-6 {
  border-radius: 6px !important;
}

/* line 1318, app/assets/stylesheets/unify-globals.css */
.g-rounded-7 {
  border-radius: 7px !important;
}

/* line 1321, app/assets/stylesheets/unify-globals.css */
.g-rounded-10 {
  border-radius: 10px !important;
}

/* line 1324, app/assets/stylesheets/unify-globals.css */
.g-rounded-15 {
  border-radius: 15px !important;
}

/* line 1327, app/assets/stylesheets/unify-globals.css */
.g-rounded-20 {
  border-radius: 20px !important;
}

/* line 1330, app/assets/stylesheets/unify-globals.css */
.g-rounded-25 {
  border-radius: 25px !important;
}

/* line 1333, app/assets/stylesheets/unify-globals.css */
.g-rounded-30 {
  border-radius: 30px !important;
}

/* line 1336, app/assets/stylesheets/unify-globals.css */
.g-rounded-50 {
  border-radius: 50px !important;
}

/* line 1339, app/assets/stylesheets/unify-globals.css */
.g-rounded-100 {
  border-radius: 100px !important;
}

/* line 1342, app/assets/stylesheets/unify-globals.css */
.g-rounded-100--after::after {
  border-radius: 100px !important;
}

/* Rounded Top */
/* line 1346, 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, app/assets/stylesheets/unify-globals.css */
.g-rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1355, app/assets/stylesheets/unify-globals.css */
.g-rounded-right-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 1359, app/assets/stylesheets/unify-globals.css */
.g-rounded-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* line 1363, app/assets/stylesheets/unify-globals.css */
.g-rounded-right-30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

/* line 1367, 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, app/assets/stylesheets/unify-globals.css */
.g-rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 1376, app/assets/stylesheets/unify-globals.css */
.g-rounded-bottom-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 1380, app/assets/stylesheets/unify-globals.css */
.g-rounded-bottom-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 1384, 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, app/assets/stylesheets/unify-globals.css */
.g-rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 1393, app/assets/stylesheets/unify-globals.css */
.g-rounded-left-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 1397, app/assets/stylesheets/unify-globals.css */
.g-rounded-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 1401, app/assets/stylesheets/unify-globals.css */
.g-rounded-left-30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

/* line 1405, 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, app/assets/stylesheets/unify-globals.css */
  .g-rounded-0--md {
    border-radius: 0 !important;
  }
  /* line 1412, 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, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-around--dashed {
  border: dashed 1px transparent;
}

/* line 1433, app/assets/stylesheets/unify-globals.css */
.g-brd-top--dashed {
  border-top: dashed 1px transparent;
}

/* line 1436, app/assets/stylesheets/unify-globals.css */
.g-brd-bottom--dashed {
  border-bottom: dashed 1px transparent;
}

/* line 1439, app/assets/stylesheets/unify-globals.css */
.g-brd-right--dashed {
  border-right: dashed 1px transparent;
}

/* line 1442, app/assets/stylesheets/unify-globals.css */
.g-brd-left--dashed {
  border-left: dashed 1px transparent;
}

@media (min-width: 576px) {
  /* line 1446, app/assets/stylesheets/unify-globals.css */
  .g-brd-around--dashed--sm {
    border: dashed 1px transparent;
  }
  /* line 1448, app/assets/stylesheets/unify-globals.css */
  .g-brd-top--dashed--sm {
    border-top: dashed 1px transparent;
  }
  /* line 1450, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--dashed--sm {
    border-bottom: dashed 1px transparent;
  }
  /* line 1452, app/assets/stylesheets/unify-globals.css */
  .g-brd-right--dashed--sm {
    border-right: dashed 1px transparent;
  }
  /* line 1454, app/assets/stylesheets/unify-globals.css */
  .g-brd-left--dashed--sm {
    border-left: dashed 1px transparent;
  }
}

@media (min-width: 768px) {
  /* line 1458, app/assets/stylesheets/unify-globals.css */
  .g-brd-around--dashed--md {
    border: dashed 1px transparent;
  }
  /* line 1460, app/assets/stylesheets/unify-globals.css */
  .g-brd-top--dashed--md {
    border-top: dashed 1px transparent;
  }
  /* line 1462, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--dashed--md {
    border-bottom: dashed 1px transparent;
  }
  /* line 1464, app/assets/stylesheets/unify-globals.css */
  .g-brd-right--dashed--md {
    border-right: dashed 1px transparent;
  }
  /* line 1466, app/assets/stylesheets/unify-globals.css */
  .g-brd-left--dashed--md {
    border-left: dashed 1px transparent;
  }
}

/*------------------------------------
  Borders Default (dotted)
------------------------------------*/
/* line 1472, app/assets/stylesheets/unify-globals.css */
.g-brd-around--dotted {
  border: dotted 1px transparent;
}

/* line 1475, app/assets/stylesheets/unify-globals.css */
.g-brd-top--dotted {
  border-top: dotted 1px transparent;
}

/* line 1478, app/assets/stylesheets/unify-globals.css */
.g-brd-bottom--dotted {
  border-bottom: dotted 1px transparent;
}

/* line 1481, app/assets/stylesheets/unify-globals.css */
.g-brd-right--dotted {
  border-right: dotted 1px transparent;
}

/* line 1484, app/assets/stylesheets/unify-globals.css */
.g-brd-left--dotted {
  border-left: dotted 1px transparent;
}

@media (min-width: 576px) {
  /* line 1488, app/assets/stylesheets/unify-globals.css */
  .g-brd-around--dotted--sm {
    border: dotted 1px transparent;
  }
  /* line 1490, app/assets/stylesheets/unify-globals.css */
  .g-brd-top--dotted--sm {
    border-top: dotted 1px transparent;
  }
  /* line 1492, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--dotted--sm {
    border-bottom: dotted 1px transparent;
  }
  /* line 1494, app/assets/stylesheets/unify-globals.css */
  .g-brd-right--dotted--sm {
    border-right: dotted 1px transparent;
  }
  /* line 1496, app/assets/stylesheets/unify-globals.css */
  .g-brd-left--dotted--sm {
    border-left: dotted 1px transparent;
  }
}

@media (min-width: 768px) {
  /* line 1500, app/assets/stylesheets/unify-globals.css */
  .g-brd-around--dotted--md {
    border: dotted 1px transparent;
  }
  /* line 1502, app/assets/stylesheets/unify-globals.css */
  .g-brd-top--dotted--md {
    border-top: dotted 1px transparent;
  }
  /* line 1504, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--dotted--md {
    border-bottom: dotted 1px transparent;
  }
  /* line 1506, app/assets/stylesheets/unify-globals.css */
  .g-brd-right--dotted--md {
    border-right: dotted 1px transparent;
  }
  /* line 1508, app/assets/stylesheets/unify-globals.css */
  .g-brd-left--dotted--md {
    border-left: dotted 1px transparent;
  }
}

/*------------------------------------
  Border Width
------------------------------------*/
/* line 1514, app/assets/stylesheets/unify-globals.css */
.g-brd-0 {
  border-width: 0 !important;
}

/* line 1517, app/assets/stylesheets/unify-globals.css */
.g-brd-1 {
  border-width: 1px !important;
}

/* line 1520, app/assets/stylesheets/unify-globals.css */
.g-brd-2 {
  border-width: 2px !important;
}

/* line 1523, app/assets/stylesheets/unify-globals.css */
.g-brd-3 {
  border-width: 3px !important;
}

/* line 1526, app/assets/stylesheets/unify-globals.css */
.g-brd-3--before::before {
  border-width: 3px !important;
}

/* line 1529, app/assets/stylesheets/unify-globals.css */
.g-brd-3--before--active.active::before {
  border-width: 3px !important;
}

/* line 1532, app/assets/stylesheets/unify-globals.css */
.g-brd-4 {
  border-width: 4px !important;
}

/* line 1535, app/assets/stylesheets/unify-globals.css */
.g-brd-5 {
  border-width: 5px !important;
}

/* line 1538, app/assets/stylesheets/unify-globals.css */
.g-brd-6 {
  border-width: 6px !important;
}

/* line 1541, app/assets/stylesheets/unify-globals.css */
.g-brd-7 {
  border-width: 7px !important;
}

/* line 1544, app/assets/stylesheets/unify-globals.css */
.g-brd-10 {
  border-width: 10px !important;
}

/* line 1547, app/assets/stylesheets/unify-globals.css */
.g-brd-top-0 {
  border-top-width: 0 !important;
}

/* line 1550, app/assets/stylesheets/unify-globals.css */
.g-brd-top-2 {
  border-top-width: 2px !important;
}

/* line 1553, app/assets/stylesheets/unify-globals.css */
.g-brd-top-3 {
  border-top-width: 3px !important;
}

/* line 1556, app/assets/stylesheets/unify-globals.css */
.g-brd-top-5 {
  border-top-width: 5px !important;
}

/* line 1559, app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-0 {
  border-bottom-width: 0 !important;
}

/* line 1562, app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 1565, app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-2--hover:hover {
  border-bottom-width: 2px !important;
}

/* line 1568, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-brd-bottom-2--parent-hover {
  border-bottom-width: 2px !important;
}

/* line 1571, app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 1574, app/assets/stylesheets/unify-globals.css */
.g-brd-left-0 {
  border-left-width: 0 !important;
}

/* line 1577, app/assets/stylesheets/unify-globals.css */
.g-brd-left-1 {
  border-left-width: 1px !important;
}

/* line 1580, app/assets/stylesheets/unify-globals.css */
.g-brd-left-2 {
  border-left-width: 2px !important;
}

/* line 1583, app/assets/stylesheets/unify-globals.css */
.g-brd-left-3 {
  border-left-width: 3px !important;
}

/* line 1586, app/assets/stylesheets/unify-globals.css */
.g-brd-left-4 {
  border-left-width: 4px !important;
}

@media (min-width: 768px) {
  /* line 1590, app/assets/stylesheets/unify-globals.css */
  .g-brd-0--md {
    border-width: 0 !important;
  }
  /* line 1592, app/assets/stylesheets/unify-globals.css */
  .g-brd-1--md {
    border-width: 1px !important;
  }
  /* line 1594, app/assets/stylesheets/unify-globals.css */
  .g-brd-2--md {
    border-width: 2px !important;
  }
  /* line 1596, app/assets/stylesheets/unify-globals.css */
  .g-brd-3--md {
    border-width: 3px !important;
  }
  /* line 1598, app/assets/stylesheets/unify-globals.css */
  .g-brd-4--md {
    border-width: 4px !important;
  }
  /* line 1600, app/assets/stylesheets/unify-globals.css */
  .g-brd-5--md {
    border-width: 5px !important;
  }
  /* line 1602, app/assets/stylesheets/unify-globals.css */
  .g-brd-6--md {
    border-width: 6px !important;
  }
  /* line 1604, app/assets/stylesheets/unify-globals.css */
  .g-brd-10--md {
    border-width: 10px !important;
  }
  /* line 1606, app/assets/stylesheets/unify-globals.css */
  .g-brd-top-0--md {
    border-top-width: 0 !important;
  }
  /* line 1608, app/assets/stylesheets/unify-globals.css */
  .g-brd-top-2--md {
    border-top-width: 2px !important;
  }
  /* line 1610, app/assets/stylesheets/unify-globals.css */
  .g-brd-top-3--md {
    border-top-width: 3px !important;
  }
  /* line 1612, app/assets/stylesheets/unify-globals.css */
  .g-brd-top-5--md {
    border-top-width: 5px !important;
  }
  /* line 1614, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-0--md {
    border-bottom-width: 0 !important;
  }
  /* line 1616, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-2--md {
    border-bottom-width: 2px !important;
  }
  /* line 1618, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-5--md {
    border-bottom-width: 5px !important;
  }
  /* line 1620, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-0--md {
    border-left-width: 0 !important;
  }
  /* line 1622, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-1--md {
    border-left-width: 1px !important;
  }
  /* line 1624, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-2--md {
    border-left-width: 2px !important;
  }
  /* line 1626, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-3--md {
    border-left-width: 3px !important;
  }
  /* line 1628, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-4--md {
    border-left-width: 4px !important;
  }
  /* line 1630, app/assets/stylesheets/unify-globals.css */
  .g-brd-right-0--md {
    border-right-width: 0 !important;
  }
  /* line 1632, app/assets/stylesheets/unify-globals.css */
  .g-brd-right-1--md {
    border-right-width: 1px !important;
  }
}

@media (min-width: 992px) {
  /* line 1636, app/assets/stylesheets/unify-globals.css */
  .g-brd-0--lg {
    border-width: 0 !important;
  }
  /* line 1638, app/assets/stylesheets/unify-globals.css */
  .g-brd-1--lg {
    border-width: 1px !important;
  }
  /* line 1640, app/assets/stylesheets/unify-globals.css */
  .g-brd-top-0--lg {
    border-top-width: 0 !important;
  }
  /* line 1642, app/assets/stylesheets/unify-globals.css */
  .g-brd-top-1--lg {
    border-top-width: 1px !important;
  }
  /* line 1644, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-0--lg {
    border-bottom-width: 0 !important;
  }
  /* line 1646, app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-1--lg {
    border-bottom-width: 1px !important;
  }
  /* line 1648, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-0--lg {
    border-left-width: 0 !important;
  }
  /* line 1650, app/assets/stylesheets/unify-globals.css */
  .g-brd-left-1--lg {
    border-left-width: 1px !important;
  }
  /* line 1652, app/assets/stylesheets/unify-globals.css */
  .g-brd-right-0--lg {
    border-right-width: 0 !important;
  }
  /* line 1654, app/assets/stylesheets/unify-globals.css */
  .g-brd-right-1--lg {
    border-right-width: 1px !important;
  }
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Primary Colors */
/* line 1663, app/assets/stylesheets/unify-globals.css */
.g-brd-primary {
  border-color: #72c02c !important;
}

/* line 1666, app/assets/stylesheets/unify-globals.css */
.g-brd-primary--before::before {
  border-color: #72c02c !important;
}

/* line 1669, app/assets/stylesheets/unify-globals.css */
.g-brd-primary--before--active.active::before {
  border-color: #72c02c !important;
}

/* line 1672, app/assets/stylesheets/unify-globals.css */
.g-brd-primary--hover:hover, .g-brd-primary--active.active {
  border-color: #72c02c !important;
}

/* line 1675, app/assets/stylesheets/unify-globals.css */
.g-brd-primary--active.active,
.active .g-brd-primary--active {
  border-color: #72c02c !important;
}

/* line 1679, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-primary--hover-parent {
  border-color: #72c02c !important;
}

/* line 1682, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-opacity-0_3 {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 1685, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1 {
  border-color: #6db82a !important;
}

/* line 1694, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
  border-color: #6db82a !important;
}

/* line 1700, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2 {
  border-color: #66ab27 !important;
}

/* line 1703, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
  border-color: #66ab27 !important;
}

/* line 1709, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3 {
  border-color: #599722 !important;
}

/* line 1712, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
  border-color: #599722 !important;
}

/* line 1718, app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-primary--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* Main Colors */
/* line 1722, app/assets/stylesheets/unify-globals.css */
.g-brd-main {
  border-color: #555 !important;
}

/* line 1725, app/assets/stylesheets/unify-globals.css */
.g-brd-main--hover:hover {
  border-color: #555 !important;
}

/* Black Colors */
/* line 1729, app/assets/stylesheets/unify-globals.css */
.g-brd-black {
  border-color: #000 !important;
}

/* line 1732, app/assets/stylesheets/unify-globals.css */
.g-brd-black--hover:hover, .g-brd-black--active.active {
  border-color: #000 !important;
}

/* line 1735, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-black--hover-parent {
  border-color: #000 !important;
}

/* line 1738, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-white {
  border-color: #fff !important;
}

/* line 1745, app/assets/stylesheets/unify-globals.css */
.g-brd-white--hover:hover, .g-brd-white--active.active {
  border-color: #fff !important;
}

/* line 1748, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-white--hover-parent {
  border-color: #fff !important;
}

/* line 1751, app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_1 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 1754, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_2 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 1763, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_3 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 1772, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_4 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 1781, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_5 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 1790, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_6 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 1799, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_8 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 1808, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1 {
  border-color: #111 !important;
}

/* line 1818, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-dark-v1--hover-parent {
  border-color: #111 !important;
}

/* line 1824, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2 {
  border-color: #333 !important;
}

/* line 1827, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-dark-v2--hover-parent {
  border-color: #333 !important;
}

/* line 1833, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3 {
  border-color: #555 !important;
}

/* line 1836, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-dark-v3--hover-parent {
  border-color: #555 !important;
}

/* line 1842, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4 {
  border-color: #777 !important;
}

/* line 1845, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-dark-v4--hover-parent {
  border-color: #777 !important;
}

/* line 1851, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5 {
  border-color: #999 !important;
}

/* line 1854, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-dark-v5--hover-parent {
  border-color: #999 !important;
}

/* line 1860, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1 {
  border-color: #bbb !important;
}

/* line 1863, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-light-v1--hover-parent {
  border-color: #bbb !important;
}

/* line 1869, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2 {
  border-color: #ccc !important;
}

/* line 1872, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2--before::before {
  border-color: #ccc !important;
}

/* line 1875, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2--after::after {
  border-color: #ccc !important;
}

/* line 1878, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-light-v2--hover-parent {
  border-color: #ccc !important;
}

/* line 1884, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3 {
  border-color: #ddd !important;
}

/* line 1887, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-light-v3--hover-parent {
  border-color: #ddd !important;
}

/* line 1893, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4 {
  border-color: #eee !important;
}

/* line 1896, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-light-v4--hover-parent {
  border-color: #eee !important;
}

/* line 1902, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5 {
  border-color: #f7f7f7 !important;
}

/* line 1905, 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, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-light-v5--hover-parent {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 1912, app/assets/stylesheets/unify-globals.css */
.g-brd-transparent {
  border-color: transparent !important;
}

/* line 1915, app/assets/stylesheets/unify-globals.css */
.g-brd-transparent--before::before {
  border-color: transparent !important;
}

/* line 1918, app/assets/stylesheets/unify-globals.css */
.g-brd-transparent--after::after {
  border-color: transparent !important;
}

/* line 1921, app/assets/stylesheets/unify-globals.css */
.g-brd-transparent--hover:hover, .g-brd-transparent--active.active {
  border-color: transparent !important;
}

/* line 1924, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-transparent--hover-parent {
  border-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 1930, app/assets/stylesheets/unify-globals.css */
.g-brd-green {
  border-color: #72c02c !important;
}

/* line 1933, app/assets/stylesheets/unify-globals.css */
.g-brd-green--hover:hover, .g-brd-green--active.active {
  border-color: #72c02c !important;
}

/* line 1936, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-green--hover-parent {
  border-color: #72c02c !important;
}

/* Color Blue */
/* line 1940, app/assets/stylesheets/unify-globals.css */
.g-brd-blue {
  border-color: #3398dc !important;
}

/* line 1943, app/assets/stylesheets/unify-globals.css */
.g-brd-blue--hover:hover, .g-brd-blue--active.active {
  border-color: #3398dc !important;
}

/* line 1946, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-blue--hover-parent {
  border-color: #3398dc !important;
}

/* Color Light Blue */
/* line 1950, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue {
  border-color: #edf2f8 !important;
}

/* line 1953, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue--hover:hover, .g-brd-lightblue--active.active {
  border-color: #edf2f8 !important;
}

/* line 1956, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-lightblue--hover-parent {
  border-color: #edf2f8 !important;
}

/* line 1959, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1 {
  border-color: #d6e2ee !important;
}

/* line 1962, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1--hover:hover, .g-brd-lightblue-v1--active.active {
  border-color: #d6e2ee !important;
}

/* line 1965, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-lightblue-v1--hover-parent {
  border-color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 1969, app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue {
  border-color: #009 !important;
}

/* line 1972, app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue--hover:hover, .g-brd-darkblue--active.active {
  border-color: #009 !important;
}

/* line 1975, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-darkblue--hover-parent {
  border-color: #009 !important;
}

/* Color Indigo */
/* line 1979, app/assets/stylesheets/unify-globals.css */
.g-brd-indigo {
  border-color: #4263a3 !important;
}

/* line 1982, app/assets/stylesheets/unify-globals.css */
.g-brd-indigo--hover:hover, .g-brd-indigo--active.active {
  border-color: #4263a3 !important;
}

/* line 1985, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-indigo--hover-parent {
  border-color: #4263a3 !important;
}

/* Color Red */
/* line 1989, app/assets/stylesheets/unify-globals.css */
.g-brd-red {
  border-color: #f00 !important;
}

/* line 1992, app/assets/stylesheets/unify-globals.css */
.g-brd-red--hover:hover, .g-brd-red--active.active {
  border-color: #f00 !important;
}

/* line 1995, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-red--hover-parent {
  border-color: #f00 !important;
}

/* Color Light Red */
/* line 1999, app/assets/stylesheets/unify-globals.css */
.g-brd-lightred {
  border-color: #e64b3b !important;
}

/* line 2002, app/assets/stylesheets/unify-globals.css */
.g-brd-lightred--hover:hover, .g-brd-lightred--active.active {
  border-color: #e64b3b !important;
}

/* line 2005, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-lightred--hover-parent {
  border-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 2009, app/assets/stylesheets/unify-globals.css */
.g-brd-darkred {
  border-color: #a10f2b !important;
}

/* line 2012, app/assets/stylesheets/unify-globals.css */
.g-brd-darkred--hover:hover, .g-brd-darkred--active.active {
  border-color: #a10f2b !important;
}

/* line 2015, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-darkred--hover-parent {
  border-color: #a10f2b !important;
}

/* Color Purple */
/* line 2019, app/assets/stylesheets/unify-globals.css */
.g-brd-purple {
  border-color: #9a69cb !important;
}

/* line 2022, app/assets/stylesheets/unify-globals.css */
.g-brd-purple--hover:hover, .g-brd-purple--active.active {
  border-color: #9a69cb !important;
}

/* line 2025, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-purple--hover-parent {
  border-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 2029, app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple {
  border-color: #6639b6 !important;
}

/* line 2032, app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple--hover:hover, .g-brd-darkpurple--active.active {
  border-color: #6639b6 !important;
}

/* line 2035, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-darkpurple--hover-parent {
  border-color: #6639b6 !important;
}

/* Color Pink */
/* line 2039, app/assets/stylesheets/unify-globals.css */
.g-brd-pink {
  border-color: #e81c62 !important;
}

/* line 2042, app/assets/stylesheets/unify-globals.css */
.g-brd-pink--hover:hover, .g-brd-pink--active.active {
  border-color: #e81c62 !important;
}

/* line 2045, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-pink--hover-parent {
  border-color: #e81c62 !important;
}

/* Color Orange */
/* line 2049, app/assets/stylesheets/unify-globals.css */
.g-brd-orange {
  border-color: #e57d20 !important;
}

/* line 2052, app/assets/stylesheets/unify-globals.css */
.g-brd-orange--hover:hover, .g-brd-orange--active.active {
  border-color: #e57d20 !important;
}

/* line 2055, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-orange--hover-parent {
  border-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 2059, app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange {
  border-color: #fe541e !important;
}

/* line 2062, app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange--hover:hover, .g-brd-deeporange--active.active {
  border-color: #fe541e !important;
}

/* line 2065, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-deeporange--hover-parent {
  border-color: #fe541e !important;
}

/* Color Yellow */
/* line 2069, app/assets/stylesheets/unify-globals.css */
.g-brd-yellow {
  border-color: #ebc71d !important;
}

/* line 2072, app/assets/stylesheets/unify-globals.css */
.g-brd-yellow--hover:hover, .g-brd-yellow--active.active {
  border-color: #ebc71d !important;
}

/* line 2075, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-yellow--hover-parent {
  border-color: #ebc71d !important;
}

/* Color Aqua */
/* line 2079, app/assets/stylesheets/unify-globals.css */
.g-brd-aqua {
  border-color: #29d6e6 !important;
}

/* line 2082, app/assets/stylesheets/unify-globals.css */
.g-brd-aqua--hover:hover, .g-brd-aqua--active.active {
  border-color: #29d6e6 !important;
}

/* line 2085, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-aqua--hover-parent {
  border-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 2089, app/assets/stylesheets/unify-globals.css */
.g-brd-cyan {
  border-color: #00bed6 !important;
}

/* line 2092, app/assets/stylesheets/unify-globals.css */
.g-brd-cyan--hover:hover, .g-brd-cyan--active.active {
  border-color: #00bed6 !important;
}

/* line 2095, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-cyan--hover-parent {
  border-color: #00bed6 !important;
}

/* Color Teal */
/* line 2099, app/assets/stylesheets/unify-globals.css */
.g-brd-teal {
  border-color: #18ba9b !important;
}

/* line 2102, app/assets/stylesheets/unify-globals.css */
.g-brd-teal--hover:hover, .g-brd-teal--active.active {
  border-color: #18ba9b !important;
}

/* line 2105, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-teal--hover-parent {
  border-color: #18ba9b !important;
}

/* Color Brown */
/* line 2109, app/assets/stylesheets/unify-globals.css */
.g-brd-brown {
  border-color: #9c8061 !important;
}

/* line 2112, app/assets/stylesheets/unify-globals.css */
.g-brd-brown--hover:hover, .g-brd-brown--active.active {
  border-color: #9c8061 !important;
}

/* line 2115, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-brown--hover-parent {
  border-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 2119, app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray {
  border-color: #585f69 !important;
}

/* line 2122, app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray--hover:hover, .g-brd-bluegray--active.active {
  border-color: #585f69 !important;
}

/* line 2125, app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-bluegray--hover-parent {
  border-color: #585f69 !important;
}

/* Primary Colors */
/* line 2129, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top {
  border-top-color: #72c02c !important;
}

/* line 2132, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top--before::before {
  border-top-color: #72c02c !important;
}

/* line 2135, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom {
  border-bottom-color: #72c02c !important;
}

/* line 2138, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom--before:before {
  border-bottom-color: #72c02c !important;
}

/* line 2141, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-left {
  border-left-color: #72c02c !important;
}

/* line 2144, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-left--before:before {
  border-left-color: #72c02c !important;
}

/* line 2147, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-right {
  border-right-color: #72c02c !important;
}

/* line 2150, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-right--before:before {
  border-right-color: #72c02c !important;
}

/* line 2153, 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, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1-top {
  border-top-color: #6db82a !important;
}

/* line 2168, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1-bottom {
  border-bottom-color: #6db82a !important;
}

/* line 2171, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1-left {
  border-left-color: #6db82a !important;
}

/* line 2174, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1-right {
  border-right-color: #6db82a !important;
}

/* line 2177, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2-top {
  border-top-color: #66ab27 !important;
}

/* line 2180, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2-bottom {
  border-bottom-color: #66ab27 !important;
}

/* line 2183, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2-left {
  border-left-color: #66ab27 !important;
}

/* line 2186, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2-right {
  border-right-color: #66ab27 !important;
}

/* line 2189, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3-top {
  border-top-color: #599722 !important;
}

/* line 2192, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3-bottom {
  border-bottom-color: #599722 !important;
}

/* line 2195, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3-left {
  border-left-color: #599722 !important;
}

/* line 2198, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3-right {
  border-right-color: #599722 !important;
}

/* Black Colors */
/* line 2202, app/assets/stylesheets/unify-globals.css */
.g-brd-black-top {
  border-top-color: #000 !important;
}

/* line 2205, app/assets/stylesheets/unify-globals.css */
.g-brd-black-bottom {
  border-bottom-color: #000 !important;
}

/* line 2208, app/assets/stylesheets/unify-globals.css */
.g-brd-black-left {
  border-left-color: #000 !important;
}

/* line 2211, app/assets/stylesheets/unify-globals.css */
.g-brd-black-right {
  border-right-color: #000 !important;
}

/* White */
/* line 2215, app/assets/stylesheets/unify-globals.css */
.g-brd-white-top {
  border-top-color: #fff !important;
}

/* line 2218, app/assets/stylesheets/unify-globals.css */
.g-brd-white-bottom {
  border-bottom-color: #fff !important;
}

/* line 2221, app/assets/stylesheets/unify-globals.css */
.g-brd-white-left {
  border-left-color: #fff !important;
}

/* line 2224, app/assets/stylesheets/unify-globals.css */
.g-brd-white-right {
  border-right-color: #fff !important;
}

/* line 2227, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1-top {
  border-top-color: #111 !important;
}

/* line 2303, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1-bottom {
  border-bottom-color: #111 !important;
}

/* line 2306, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1-left {
  border-left-color: #111 !important;
}

/* line 2309, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1-right {
  border-right-color: #111 !important;
}

/* line 2312, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2-top {
  border-top-color: #333 !important;
}

/* line 2315, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2-bottom {
  border-bottom-color: #333 !important;
}

/* line 2318, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2-left {
  border-left-color: #333 !important;
}

/* line 2321, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2-right {
  border-right-color: #333 !important;
}

/* line 2324, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3-top {
  border-top-color: #555 !important;
}

/* line 2327, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3-bottom {
  border-bottom-color: #555 !important;
}

/* line 2330, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3-left {
  border-left-color: #555 !important;
}

/* line 2333, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3-right {
  border-right-color: #555 !important;
}

/* line 2336, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4-top {
  border-top-color: #777 !important;
}

/* line 2339, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4-bottom {
  border-bottom-color: #777 !important;
}

/* line 2342, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4-left {
  border-left-color: #777 !important;
}

/* line 2345, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4-right {
  border-right-color: #777 !important;
}

/* line 2348, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5-top {
  border-top-color: #999 !important;
}

/* line 2351, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5-bottom {
  border-bottom-color: #999 !important;
}

/* line 2354, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5-left {
  border-left-color: #999 !important;
}

/* line 2357, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5-right {
  border-right-color: #999 !important;
}

/* line 2360, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1-top {
  border-top-color: #bbb !important;
}

/* line 2363, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1-bottom {
  border-bottom-color: #bbb !important;
}

/* line 2366, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1-left {
  border-left-color: #bbb !important;
}

/* line 2369, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1-right {
  border-right-color: #bbb !important;
}

/* line 2372, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2-top {
  border-top-color: #ccc !important;
}

/* line 2375, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2-bottom {
  border-bottom-color: #ccc !important;
}

/* line 2378, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2-left {
  border-left-color: #ccc !important;
}

/* line 2381, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2-right {
  border-right-color: #ccc !important;
}

/* line 2384, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3-top {
  border-top-color: #ddd !important;
}

/* line 2387, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3-bottom {
  border-bottom-color: #ddd !important;
}

/* line 2390, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3-left {
  border-left-color: #ddd !important;
}

/* line 2393, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3-right {
  border-right-color: #ddd !important;
}

/* line 2396, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4-top {
  border-top-color: #eee !important;
}

/* line 2399, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4-bottom {
  border-bottom-color: #eee !important;
}

/* line 2402, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4-left {
  border-left-color: #eee !important;
}

/* line 2405, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4-right {
  border-right-color: #eee !important;
}

/* line 2408, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5-top {
  border-top-color: #f7f7f7 !important;
}

/* line 2411, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5-bottom {
  border-bottom-color: #f7f7f7 !important;
}

/* line 2414, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5-left {
  border-left-color: #f7f7f7 !important;
}

/* line 2417, app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5-right {
  border-right-color: #f7f7f7 !important;
}

/* Transparent */
/* line 2421, app/assets/stylesheets/unify-globals.css */
.g-brd-transparent-top {
  border-top-color: transparent !important;
}

/* line 2424, app/assets/stylesheets/unify-globals.css */
.g-brd-transparent-bottom {
  border-bottom-color: transparent !important;
}

/* line 2427, app/assets/stylesheets/unify-globals.css */
.g-brd-transparent-left {
  border-left-color: transparent !important;
}

/* line 2430, app/assets/stylesheets/unify-globals.css */
.g-brd-transparent-right {
  border-right-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 2436, app/assets/stylesheets/unify-globals.css */
.g-brd-green-top {
  border-top-color: #72c02c !important;
}

/* line 2439, app/assets/stylesheets/unify-globals.css */
.g-brd-green-bottom {
  border-bottom-color: #72c02c !important;
}

/* line 2442, app/assets/stylesheets/unify-globals.css */
.g-brd-green-left {
  border-left-color: #72c02c !important;
}

/* line 2445, app/assets/stylesheets/unify-globals.css */
.g-brd-green-right {
  border-right-color: #72c02c !important;
}

/* Color Blue */
/* line 2449, app/assets/stylesheets/unify-globals.css */
.g-brd-blue-top {
  border-top-color: #3398dc !important;
}

/* line 2452, app/assets/stylesheets/unify-globals.css */
.g-brd-blue-bottom {
  border-bottom-color: #3398dc !important;
}

/* line 2455, app/assets/stylesheets/unify-globals.css */
.g-brd-blue-left {
  border-left-color: #3398dc !important;
}

/* line 2458, app/assets/stylesheets/unify-globals.css */
.g-brd-blue-right {
  border-right-color: #3398dc !important;
}

/* Color Light Blue */
/* line 2462, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-top {
  border-top-color: #edf2f8 !important;
}

/* line 2465, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-bottom {
  border-bottom-color: #edf2f8 !important;
}

/* line 2468, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-left {
  border-left-color: #edf2f8 !important;
}

/* line 2471, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-right {
  border-right-color: #edf2f8 !important;
}

/* line 2474, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1-top {
  border-top-color: #d6e2ee !important;
}

/* line 2477, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1-bottom {
  border-bottom-color: #d6e2ee !important;
}

/* line 2480, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1-left {
  border-left-color: #d6e2ee !important;
}

/* line 2483, app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1-right {
  border-right-color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 2487, app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue-top {
  border-top-color: #009 !important;
}

/* line 2490, app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue-bottom {
  border-bottom-color: #009 !important;
}

/* line 2493, app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue-left {
  border-left-color: #009 !important;
}

/* line 2496, app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue-right {
  border-right-color: #009 !important;
}

/* Color Indigo */
/* line 2500, app/assets/stylesheets/unify-globals.css */
.g-brd-indigo-top {
  border-top-color: #4263a3 !important;
}

/* line 2503, app/assets/stylesheets/unify-globals.css */
.g-brd-indigo-bottom {
  border-bottom-color: #4263a3 !important;
}

/* line 2506, app/assets/stylesheets/unify-globals.css */
.g-brd-indigo-left {
  border-left-color: #4263a3 !important;
}

/* line 2509, app/assets/stylesheets/unify-globals.css */
.g-brd-indigo-right {
  border-right-color: #4263a3 !important;
}

/* Color Red */
/* line 2513, app/assets/stylesheets/unify-globals.css */
.g-brd-red-top {
  border-top-color: #f00 !important;
}

/* line 2516, app/assets/stylesheets/unify-globals.css */
.g-brd-red-bottom {
  border-bottom-color: #f00 !important;
}

/* line 2519, app/assets/stylesheets/unify-globals.css */
.g-brd-red-left {
  border-left-color: #f00 !important;
}

/* line 2522, app/assets/stylesheets/unify-globals.css */
.g-brd-red-right {
  border-right-color: #f00 !important;
}

/* Color Light Red */
/* line 2526, app/assets/stylesheets/unify-globals.css */
.g-brd-lightred-top {
  border-top-color: #e64b3b !important;
}

/* line 2529, app/assets/stylesheets/unify-globals.css */
.g-brd-lightred-bottom {
  border-bottom-color: #e64b3b !important;
}

/* line 2532, app/assets/stylesheets/unify-globals.css */
.g-brd-lightred-left {
  border-left-color: #e64b3b !important;
}

/* line 2535, app/assets/stylesheets/unify-globals.css */
.g-brd-lightred-right {
  border-right-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 2539, app/assets/stylesheets/unify-globals.css */
.g-brd-darkred-top {
  border-top-color: #a10f2b !important;
}

/* line 2542, app/assets/stylesheets/unify-globals.css */
.g-brd-darkred-bottom {
  border-bottom-color: #a10f2b !important;
}

/* line 2545, app/assets/stylesheets/unify-globals.css */
.g-brd-darkred-left {
  border-left-color: #a10f2b !important;
}

/* line 2548, app/assets/stylesheets/unify-globals.css */
.g-brd-darkred-right {
  border-right-color: #a10f2b !important;
}

/* Color Purple */
/* line 2552, app/assets/stylesheets/unify-globals.css */
.g-brd-purple-top {
  border-top-color: #9a69cb !important;
}

/* line 2555, app/assets/stylesheets/unify-globals.css */
.g-brd-purple-bottom {
  border-bottom-color: #9a69cb !important;
}

/* line 2558, app/assets/stylesheets/unify-globals.css */
.g-brd-purple-left {
  border-left-color: #9a69cb !important;
}

/* line 2561, app/assets/stylesheets/unify-globals.css */
.g-brd-purple-right {
  border-right-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 2565, app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple-top {
  border-top-color: #6639b6 !important;
}

/* line 2568, app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple-bottom {
  border-bottom-color: #6639b6 !important;
}

/* line 2571, app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple-left {
  border-left-color: #6639b6 !important;
}

/* line 2574, app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple-right {
  border-right-color: #6639b6 !important;
}

/* Color Pink */
/* line 2578, app/assets/stylesheets/unify-globals.css */
.g-brd-pink-top {
  border-top-color: #e81c62 !important;
}

/* line 2581, app/assets/stylesheets/unify-globals.css */
.g-brd-pink-bottom {
  border-bottom-color: #e81c62 !important;
}

/* line 2584, app/assets/stylesheets/unify-globals.css */
.g-brd-pink-left {
  border-left-color: #e81c62 !important;
}

/* line 2587, app/assets/stylesheets/unify-globals.css */
.g-brd-pink-right {
  border-right-color: #e81c62 !important;
}

/* Color Orange */
/* line 2591, app/assets/stylesheets/unify-globals.css */
.g-brd-orange-top {
  border-top-color: #e57d20 !important;
}

/* line 2594, app/assets/stylesheets/unify-globals.css */
.g-brd-orange-bottom {
  border-bottom-color: #e57d20 !important;
}

/* line 2597, app/assets/stylesheets/unify-globals.css */
.g-brd-orange-left {
  border-left-color: #e57d20 !important;
}

/* line 2600, app/assets/stylesheets/unify-globals.css */
.g-brd-orange-right {
  border-right-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 2604, app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange-top {
  border-top-color: #fe541e !important;
}

/* line 2607, app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange-bottom {
  border-bottom-color: #fe541e !important;
}

/* line 2610, app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange-left {
  border-left-color: #fe541e !important;
}

/* line 2613, app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange-right {
  border-right-color: #fe541e !important;
}

/* Color Yellow */
/* line 2617, app/assets/stylesheets/unify-globals.css */
.g-brd-yellow-top {
  border-top-color: #ebc71d !important;
}

/* line 2620, app/assets/stylesheets/unify-globals.css */
.g-brd-yellow-bottom {
  border-bottom-color: #ebc71d !important;
}

/* line 2623, app/assets/stylesheets/unify-globals.css */
.g-brd-yellow-left {
  border-left-color: #ebc71d !important;
}

/* line 2626, app/assets/stylesheets/unify-globals.css */
.g-brd-yellow-right {
  border-right-color: #ebc71d !important;
}

/* Color Aqua */
/* line 2630, app/assets/stylesheets/unify-globals.css */
.g-brd-aqua-top {
  border-top-color: #29d6e6 !important;
}

/* line 2633, app/assets/stylesheets/unify-globals.css */
.g-brd-aqua-bottom {
  border-bottom-color: #29d6e6 !important;
}

/* line 2636, app/assets/stylesheets/unify-globals.css */
.g-brd-aqua-left {
  border-left-color: #29d6e6 !important;
}

/* line 2639, app/assets/stylesheets/unify-globals.css */
.g-brd-aqua-right {
  border-right-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 2643, app/assets/stylesheets/unify-globals.css */
.g-brd-cyan-top {
  border-top-color: #00bed6 !important;
}

/* line 2646, app/assets/stylesheets/unify-globals.css */
.g-brd-cyan-bottom {
  border-bottom-color: #00bed6 !important;
}

/* line 2649, app/assets/stylesheets/unify-globals.css */
.g-brd-cyan-left {
  border-left-color: #00bed6 !important;
}

/* line 2652, app/assets/stylesheets/unify-globals.css */
.g-brd-cyan-right {
  border-right-color: #00bed6 !important;
}

/* Color Teal */
/* line 2656, app/assets/stylesheets/unify-globals.css */
.g-brd-teal-top {
  border-top-color: #18ba9b !important;
}

/* line 2659, app/assets/stylesheets/unify-globals.css */
.g-brd-teal-bottom {
  border-bottom-color: #18ba9b !important;
}

/* line 2662, app/assets/stylesheets/unify-globals.css */
.g-brd-teal-left {
  border-left-color: #18ba9b !important;
}

/* line 2665, app/assets/stylesheets/unify-globals.css */
.g-brd-teal-right {
  border-right-color: #18ba9b !important;
}

/* Color Brown */
/* line 2669, app/assets/stylesheets/unify-globals.css */
.g-brd-brown-top {
  border-top-color: #9c8061 !important;
}

/* line 2672, app/assets/stylesheets/unify-globals.css */
.g-brd-brown-bottom {
  border-bottom-color: #9c8061 !important;
}

/* line 2675, app/assets/stylesheets/unify-globals.css */
.g-brd-brown-left {
  border-left-color: #9c8061 !important;
}

/* line 2678, app/assets/stylesheets/unify-globals.css */
.g-brd-brown-right {
  border-right-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 2682, app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray-top {
  border-top-color: #585f69 !important;
}

/* line 2685, app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray-bottom {
  border-bottom-color: #585f69 !important;
}

/* line 2688, app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray-left {
  border-left-color: #585f69 !important;
}

/* line 2691, app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray-right {
  border-right-color: #585f69 !important;
}

/* O */
/* line 2695, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top--hover:hover {
  border-top-color: #72c02c !important;
}

/* line 2698, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top--hover:hover::after {
  border-top-color: #72c02c;
}

/* line 2701, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top--active.active {
  border-top-color: #72c02c !important;
}

/* line 2704, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top--active.active::after {
  border-top-color: #72c02c;
}

/* line 2707, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* line 2710, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom--hover:hover::after {
  border-bottom-color: #72c02c;
}

/* line 2713, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom--active.active {
  border-bottom-color: #72c02c !important;
}

/* line 2716, app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom--active.active::after {
  border-bottom-color: #72c02c;
}

/* line 2719, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest {
  border-color: #c8232c !important;
}

/* line 2722, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest::after {
  border-color: #c8232c !important;
}

/* line 2725, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-top--hover:hover {
  border-top-color: #c8232c !important;
}

/* line 2728, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-top--hover:hover::after {
  border-top-color: #c8232c;
}

/* line 2731, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-top--active.active {
  border-top-color: #c8232c !important;
}

/* line 2734, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-top--active.active::after {
  border-top-color: #c8232c;
}

/* line 2737, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-bottom--hover:hover {
  border-bottom-color: #c8232c !important;
}

/* line 2740, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-bottom--hover:hover::after {
  border-bottom-color: #c8232c;
}

/* line 2743, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-bottom--active.active {
  border-bottom-color: #c8232c !important;
}

/* line 2746, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-bottom--active.active::after {
  border-bottom-color: #c8232c;
}

/*------------------------------------
  Social Border Colors
------------------------------------*/
/* Facebook */
/* line 2753, app/assets/stylesheets/unify-globals.css */
.g-brd-facebook {
  border-color: #3b5998;
}

/* line 2756, app/assets/stylesheets/unify-globals.css */
.g-brd-facebook--hover:hover {
  border-color: #3b5998 !important;
}

/* Twitter */
/* line 2760, app/assets/stylesheets/unify-globals.css */
.g-brd-twitter {
  border-color: #00acee;
}

/* line 2763, app/assets/stylesheets/unify-globals.css */
.g-brd-twitter--hover:hover {
  border-color: #00acee !important;
}

/* Skype */
/* line 2767, app/assets/stylesheets/unify-globals.css */
.g-brd-skype {
  border-color: #00aff0;
}

/* line 2770, app/assets/stylesheets/unify-globals.css */
.g-brd-skype--hover:hover {
  border-color: #00aff0 !important;
}

/* Pinterest */
/* line 2774, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest {
  border-color: #c8232c;
}

/* line 2777, app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest--hover:hover {
  border-color: #c8232c !important;
}

/* Vine */
/* line 2781, app/assets/stylesheets/unify-globals.css */
.g-brd-vine {
  border-color: #00bf8f;
}

/* line 2784, app/assets/stylesheets/unify-globals.css */
.g-brd-vine--hover:hover {
  border-color: #00bf8f !important;
}

/* Youtube */
/* line 2788, app/assets/stylesheets/unify-globals.css */
.g-brd-youtube {
  border-color: #c4302b;
}

/* line 2791, app/assets/stylesheets/unify-globals.css */
.g-brd-youtube--hover:hover {
  border-color: #c4302b !important;
}

/* Google plus */
/* line 2795, app/assets/stylesheets/unify-globals.css */
.g-brd-google-plus {
  border-color: #dd4b39;
}

/* line 2798, app/assets/stylesheets/unify-globals.css */
.g-brd-google-plus--hover:hover {
  border-color: #dd4b39 !important;
}

/* Dribbble */
/* line 2802, app/assets/stylesheets/unify-globals.css */
.g-brd-dribbble {
  border-color: #ea4c89;
}

/* line 2805, app/assets/stylesheets/unify-globals.css */
.g-brd-dribbble--hover:hover {
  border-color: #ea4c89 !important;
}

/* VK */
/* line 2809, app/assets/stylesheets/unify-globals.css */
.g-brd-vk {
  border-color: #2b587a;
}

/* line 2812, app/assets/stylesheets/unify-globals.css */
.g-brd-vk--hover:hover {
  border-color: #2b587a !important;
}

/* Linkedin */
/* line 2816, app/assets/stylesheets/unify-globals.css */
.g-brd-linkedin {
  border-color: #0e76a8;
}

/* line 2819, app/assets/stylesheets/unify-globals.css */
.g-brd-linkedin--hover:hover {
  border-color: #0e76a8 !important;
}

/* Instagram */
/* line 2823, app/assets/stylesheets/unify-globals.css */
.g-brd-instagram {
  border-color: #3f729b;
}

/* line 2826, app/assets/stylesheets/unify-globals.css */
.g-brd-instagram--hover:hover {
  border-color: #3f729b !important;
}

/*------------------------------------
  Border Gradient Colors
------------------------------------*/
/* Cyan Gradient */
/* line 2833, 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, app/assets/stylesheets/unify-globals.css */
.g-font-secondary {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

/* line 2844, app/assets/stylesheets/unify-globals.css */
.g-font-code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 2847, app/assets/stylesheets/unify-globals.css */
.g-font-niconne {
  font-family: "Niconne", cursive;
}

/*------------------------------------
  Typography Font Size
------------------------------------*/
/* line 2853, app/assets/stylesheets/unify-globals.css */
.g-font-size-default {
  font-size: 1rem !important;
}

/* line 2856, app/assets/stylesheets/unify-globals.css */
.g-font-size-70x {
  font-size: 70% !important;
}

/* line 2859, app/assets/stylesheets/unify-globals.css */
.g-font-size-75x {
  font-size: 75% !important;
}

/* line 2862, app/assets/stylesheets/unify-globals.css */
.g-font-size-80x {
  font-size: 80% !important;
}

/* line 2865, app/assets/stylesheets/unify-globals.css */
.g-font-size-85x {
  font-size: 85% !important;
}

/* line 2868, app/assets/stylesheets/unify-globals.css */
.g-font-size-90x {
  font-size: 90% !important;
}

/* line 2871, app/assets/stylesheets/unify-globals.css */
.g-font-size-95x {
  font-size: 95% !important;
}

/* line 2874, app/assets/stylesheets/unify-globals.css */
.g-font-size-0 {
  font-size: 0;
}

/* line 2877, app/assets/stylesheets/unify-globals.css */
.g-font-size-5 {
  font-size: 0.35714rem !important;
}

/* line 2880, app/assets/stylesheets/unify-globals.css */
.g-font-size-8 {
  font-size: 0.57143rem !important;
}

/* line 2883, app/assets/stylesheets/unify-globals.css */
.g-font-size-9 {
  font-size: 0.64286rem !important;
}

/* line 2886, app/assets/stylesheets/unify-globals.css */
.g-font-size-10 {
  font-size: 0.71429rem !important;
}

/* line 2889, app/assets/stylesheets/unify-globals.css */
.g-font-size-11 {
  font-size: 0.78571rem !important;
}

/* line 2892, app/assets/stylesheets/unify-globals.css */
.g-font-size-12 {
  font-size: 0.85714rem !important;
}

/* line 2895, app/assets/stylesheets/unify-globals.css */
.g-font-size-13 {
  font-size: 0.92857rem !important;
}

/* line 2898, app/assets/stylesheets/unify-globals.css */
.g-font-size-14 {
  font-size: 1rem !important;
}

/* line 2901, app/assets/stylesheets/unify-globals.css */
.g-font-size-15 {
  font-size: 1.07143rem !important;
}

/* line 2904, app/assets/stylesheets/unify-globals.css */
.g-font-size-16 {
  font-size: 1.14286rem !important;
}

/* line 2907, app/assets/stylesheets/unify-globals.css */
.g-font-size-17 {
  font-size: 1.21429rem !important;
}

/* line 2910, app/assets/stylesheets/unify-globals.css */
.g-font-size-18 {
  font-size: 1.28571rem !important;
}

/* line 2913, app/assets/stylesheets/unify-globals.css */
.g-font-size-20 {
  font-size: 1.42857rem !important;
}

/* line 2916, app/assets/stylesheets/unify-globals.css */
.g-font-size-22 {
  font-size: 1.57143rem !important;
}

/* line 2919, app/assets/stylesheets/unify-globals.css */
.g-font-size-23 {
  font-size: 1.64286rem !important;
}

/* line 2922, app/assets/stylesheets/unify-globals.css */
.g-font-size-24 {
  font-size: 1.71429rem !important;
}

/* line 2925, app/assets/stylesheets/unify-globals.css */
.g-font-size-25 {
  font-size: 1.78571rem !important;
}

/* line 2928, app/assets/stylesheets/unify-globals.css */
.g-font-size-26 {
  font-size: 1.85714rem !important;
}

/* line 2931, app/assets/stylesheets/unify-globals.css */
.g-font-size-27 {
  font-size: 1.92857rem !important;
}

/* line 2934, app/assets/stylesheets/unify-globals.css */
.g-font-size-28 {
  font-size: 2rem !important;
}

/* line 2937, app/assets/stylesheets/unify-globals.css */
.g-font-size-30 {
  font-size: 2.14286rem !important;
}

/* line 2940, app/assets/stylesheets/unify-globals.css */
.g-font-size-32 {
  font-size: 2.28571rem !important;
}

/* line 2943, app/assets/stylesheets/unify-globals.css */
.g-font-size-33 {
  font-size: 2.35714rem !important;
}

/* line 2946, app/assets/stylesheets/unify-globals.css */
.g-font-size-35 {
  font-size: 2.5rem !important;
}

/* line 2949, app/assets/stylesheets/unify-globals.css */
.g-font-size-36 {
  font-size: 2.57143rem !important;
}

/* line 2952, app/assets/stylesheets/unify-globals.css */
.g-font-size-38 {
  font-size: 2.71429rem !important;
}

/* line 2955, app/assets/stylesheets/unify-globals.css */
.g-font-size-40 {
  font-size: 2.85714rem !important;
}

/* line 2958, app/assets/stylesheets/unify-globals.css */
.g-font-size-42 {
  font-size: 3rem !important;
}

/* line 2961, app/assets/stylesheets/unify-globals.css */
.g-font-size-45 {
  font-size: 3.21429rem !important;
}

/* line 2964, app/assets/stylesheets/unify-globals.css */
.g-font-size-46 {
  font-size: 3.28571rem !important;
}

/* line 2967, app/assets/stylesheets/unify-globals.css */
.g-font-size-48 {
  font-size: 3.42857rem !important;
}

/* line 2970, app/assets/stylesheets/unify-globals.css */
.g-font-size-50 {
  font-size: 3.57143rem !important;
}

/* line 2973, app/assets/stylesheets/unify-globals.css */
.g-font-size-55 {
  font-size: 3.92857rem !important;
}

/* line 2976, app/assets/stylesheets/unify-globals.css */
.g-font-size-56 {
  font-size: 4rem !important;
}

/* line 2979, app/assets/stylesheets/unify-globals.css */
.g-font-size-60 {
  font-size: 4.28571rem !important;
}

/* line 2982, app/assets/stylesheets/unify-globals.css */
.g-font-size-65 {
  font-size: 4.64286rem !important;
}

/* line 2985, app/assets/stylesheets/unify-globals.css */
.g-font-size-70 {
  line-height: 70px;
  font-size: 5rem !important;
}

/* line 2989, app/assets/stylesheets/unify-globals.css */
.g-font-size-75 {
  font-size: 5.35714rem !important;
}

/* line 2992, app/assets/stylesheets/unify-globals.css */
.g-font-size-76 {
  font-size: 5.42857rem !important;
}

/* line 2995, app/assets/stylesheets/unify-globals.css */
.g-font-size-80 {
  font-size: 5.71429rem !important;
}

/* line 2998, app/assets/stylesheets/unify-globals.css */
.g-font-size-86 {
  font-size: 6.14286rem !important;
}

/* line 3001, app/assets/stylesheets/unify-globals.css */
.g-font-size-90 {
  font-size: 6.42857rem !important;
}

/* line 3004, app/assets/stylesheets/unify-globals.css */
.g-font-size-120 {
  font-size: 8.57143rem !important;
}

/* line 3007, app/assets/stylesheets/unify-globals.css */
.g-font-size-200 {
  line-height: 210px;
  font-size: 14.28571rem !important;
}

/* line 3011, app/assets/stylesheets/unify-globals.css */
.g-font-size-180 {
  font-size: 12.85714rem !important;
}

@media (min-width: 576px) {
  /* line 3015, app/assets/stylesheets/unify-globals.css */
  .g-font-size-20--sm {
    font-size: 1.42857rem !important;
  }
  /* line 3017, app/assets/stylesheets/unify-globals.css */
  .g-font-size-25--sm {
    font-size: 1.78571rem !important;
  }
  /* line 3019, app/assets/stylesheets/unify-globals.css */
  .g-font-size-40--sm {
    font-size: 2.85714rem !important;
  }
  /* line 3021, app/assets/stylesheets/unify-globals.css */
  .g-font-size-50--sm {
    font-size: 3.57143rem !important;
  }
  /* line 3023, app/assets/stylesheets/unify-globals.css */
  .g-font-size-240--sm {
    font-size: 17.14286rem !important;
  }
}

@media (min-width: 768px) {
  /* line 3027, app/assets/stylesheets/unify-globals.css */
  .g-font-size-default--md {
    font-size: 1rem;
  }
  /* line 3029, app/assets/stylesheets/unify-globals.css */
  .g-font-size-12--md {
    font-size: 0.85714rem !important;
  }
  /* line 3031, app/assets/stylesheets/unify-globals.css */
  .g-font-size-16--md {
    font-size: 1.14286rem !important;
  }
  /* line 3033, app/assets/stylesheets/unify-globals.css */
  .g-font-size-18--md {
    font-size: 1.28571rem !important;
  }
  /* line 3035, app/assets/stylesheets/unify-globals.css */
  .g-font-size-20--md {
    font-size: 1.42857rem !important;
  }
  /* line 3037, app/assets/stylesheets/unify-globals.css */
  .g-font-size-24--md {
    font-size: 1.71429rem !important;
  }
  /* line 3039, app/assets/stylesheets/unify-globals.css */
  .g-font-size-25--md {
    font-size: 1.78571rem !important;
  }
  /* line 3041, app/assets/stylesheets/unify-globals.css */
  .g-font-size-26--md {
    font-size: 1.85714rem !important;
  }
  /* line 3043, app/assets/stylesheets/unify-globals.css */
  .g-font-size-27--md {
    font-size: 1.92857rem !important;
  }
  /* line 3045, app/assets/stylesheets/unify-globals.css */
  .g-font-size-28--md {
    font-size: 2rem !important;
  }
  /* line 3047, app/assets/stylesheets/unify-globals.css */
  .g-font-size-30--md {
    font-size: 2.14286rem !important;
  }
  /* line 3049, app/assets/stylesheets/unify-globals.css */
  .g-font-size-32--md {
    font-size: 2.28571rem !important;
  }
  /* line 3051, app/assets/stylesheets/unify-globals.css */
  .g-font-size-35--md {
    font-size: 2.5rem !important;
  }
  /* line 3053, app/assets/stylesheets/unify-globals.css */
  .g-font-size-36--md {
    font-size: 2.57143rem !important;
  }
  /* line 3055, app/assets/stylesheets/unify-globals.css */
  .g-font-size-40--md {
    font-size: 2.85714rem !important;
  }
  /* line 3057, app/assets/stylesheets/unify-globals.css */
  .g-font-size-45--md {
    font-size: 3.21429rem !important;
  }
  /* line 3059, app/assets/stylesheets/unify-globals.css */
  .g-font-size-46--md {
    font-size: 3.28571rem !important;
  }
  /* line 3061, app/assets/stylesheets/unify-globals.css */
  .g-font-size-48--md {
    font-size: 3.42857rem !important;
  }
  /* line 3063, app/assets/stylesheets/unify-globals.css */
  .g-font-size-50--md {
    font-size: 3.57143rem !important;
  }
  /* line 3065, app/assets/stylesheets/unify-globals.css */
  .g-font-size-55--md {
    font-size: 3.92857rem !important;
  }
  /* line 3067, app/assets/stylesheets/unify-globals.css */
  .g-font-size-56--md {
    font-size: 4rem !important;
  }
  /* line 3069, app/assets/stylesheets/unify-globals.css */
  .g-font-size-60--md {
    font-size: 4.28571rem !important;
  }
  /* line 3071, app/assets/stylesheets/unify-globals.css */
  .g-font-size-65--md {
    font-size: 4.64286rem !important;
  }
  /* line 3073, app/assets/stylesheets/unify-globals.css */
  .g-font-size-70--md {
    font-size: 5rem !important;
  }
  /* line 3075, app/assets/stylesheets/unify-globals.css */
  .g-font-size-75--md {
    font-size: 5.35714rem !important;
  }
  /* line 3077, app/assets/stylesheets/unify-globals.css */
  .g-font-size-76--md {
    font-size: 5.42857rem !important;
  }
  /* line 3079, app/assets/stylesheets/unify-globals.css */
  .g-font-size-90--md {
    font-size: 6.42857rem !important;
  }
  /* line 3081, app/assets/stylesheets/unify-globals.css */
  .g-font-size-130--md {
    font-size: 9.28571rem !important;
  }
}

@media (min-width: 992px) {
  /* line 3085, app/assets/stylesheets/unify-globals.css */
  .g-font-size-18--lg {
    font-size: 1.28571rem !important;
  }
  /* line 3087, app/assets/stylesheets/unify-globals.css */
  .g-font-size-26--lg {
    font-size: 1.85714rem !important;
  }
  /* line 3089, app/assets/stylesheets/unify-globals.css */
  .g-font-size-35--lg {
    font-size: 2.5rem !important;
  }
  /* line 3091, app/assets/stylesheets/unify-globals.css */
  .g-font-size-36--lg {
    font-size: 2.57143rem !important;
  }
  /* line 3093, app/assets/stylesheets/unify-globals.css */
  .g-font-size-75--lg {
    font-size: 5.35714rem !important;
  }
  /* line 3095, app/assets/stylesheets/unify-globals.css */
  .g-font-size-76--lg {
    font-size: 5.42857rem !important;
  }
  /* line 3097, app/assets/stylesheets/unify-globals.css */
  .g-font-size-420--lg {
    font-size: 30rem !important;
  }
}

@media (max-width: 575px) {
  /* line 3101, app/assets/stylesheets/unify-globals.css */
  .g-font-size-25 {
    font-size: 1.78571rem !important;
  }
}

/*------------------------------------
  Typography Font Weight
------------------------------------*/
/* line 3107, app/assets/stylesheets/unify-globals.css */
.g-font-weight-100 {
  font-weight: 100;
}

/* line 3110, app/assets/stylesheets/unify-globals.css */
.g-font-weight-200 {
  font-weight: 200;
}

/* line 3113, app/assets/stylesheets/unify-globals.css */
.g-font-weight-300 {
  font-weight: 300;
}

/* line 3116, app/assets/stylesheets/unify-globals.css */
.g-font-weight-400 {
  font-weight: 400;
}

/* line 3119, app/assets/stylesheets/unify-globals.css */
.g-font-weight-500 {
  font-weight: 500;
}

/* line 3122, app/assets/stylesheets/unify-globals.css */
.g-font-weight-600 {
  font-weight: 600;
}

/* line 3125, app/assets/stylesheets/unify-globals.css */
.g-font-weight-700 {
  font-weight: 700;
}

/* line 3128, app/assets/stylesheets/unify-globals.css */
.g-font-weight-800 {
  font-weight: 800;
}

/* line 3131, app/assets/stylesheets/unify-globals.css */
.g-font-weight-900 {
  font-weight: 900;
}

@media (min-width: 768px) {
  /* line 3135, app/assets/stylesheets/unify-globals.css */
  .g-font-weight-100--md {
    font-weight: 100;
  }
  /* line 3137, app/assets/stylesheets/unify-globals.css */
  .g-font-weight-200--md {
    font-weight: 200;
  }
  /* line 3139, app/assets/stylesheets/unify-globals.css */
  .g-font-weight-300--md {
    font-weight: 300;
  }
  /* line 3141, app/assets/stylesheets/unify-globals.css */
  .g-font-weight-400--md {
    font-weight: 400;
  }
  /* line 3143, app/assets/stylesheets/unify-globals.css */
  .g-font-weight-500--md {
    font-weight: 500;
  }
  /* line 3145, app/assets/stylesheets/unify-globals.css */
  .g-font-weight-600--md {
    font-weight: 600;
  }
  /* line 3147, app/assets/stylesheets/unify-globals.css */
  .g-font-weight-700--md {
    font-weight: 700;
  }
  /* line 3149, app/assets/stylesheets/unify-globals.css */
  .g-font-weight-800--md {
    font-weight: 800;
  }
  /* line 3151, app/assets/stylesheets/unify-globals.css */
  .g-font-weight-900--md {
    font-weight: 900;
  }
}

/*------------------------------------
  Typography Text Transform
------------------------------------*/
/* line 3157, app/assets/stylesheets/unify-globals.css */
.g-text-transform-none {
  text-transform: none !important;
}

/*------------------------------------
  Typography Text Decoration
------------------------------------*/
/* line 3163, app/assets/stylesheets/unify-globals.css */
.g-text-underline {
  text-decoration: underline;
}

/* line 3166, app/assets/stylesheets/unify-globals.css */
.g-text-underline--none--hover:focus, .g-text-underline--none--hover:hover {
  text-decoration: none;
}

/* line 3169, app/assets/stylesheets/unify-globals.css */
.g-text-strike {
  text-decoration: line-through;
}

/*------------------------------------
  Typography Letter Spacing
------------------------------------*/
/* line 3175, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-minus-2 {
  letter-spacing: -0.14286rem;
}

/* line 3178, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-0_5 {
  letter-spacing: 0.03571rem;
}

/* line 3181, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-1_5 {
  letter-spacing: 0.10714rem;
}

/* line 3184, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-0 {
  letter-spacing: 0px;
}

/* line 3187, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-1 {
  letter-spacing: 0.07143rem;
}

/* line 3190, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-2 {
  letter-spacing: 0.14286rem;
}

/* line 3193, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-3 {
  letter-spacing: 0.21429rem;
}

/* line 3196, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-4 {
  letter-spacing: 0.28571rem;
}

/* line 3199, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-5 {
  letter-spacing: 0.35714rem;
}

/* line 3202, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-6 {
  letter-spacing: 0.42857rem;
}

/* line 3205, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-7 {
  letter-spacing: 0.5rem;
}

/* line 3208, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-8 {
  letter-spacing: 0.57143rem;
}

/* line 3211, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-9 {
  letter-spacing: 0.64286rem;
}

/* line 3214, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-10 {
  letter-spacing: 0.71429rem;
}

/* line 3217, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-11 {
  letter-spacing: 0.78571rem;
}

/* line 3220, app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-12 {
  letter-spacing: 0.85714rem;
}

/*------------------------------------
  Typography Line Height
------------------------------------*/
/* line 3226, app/assets/stylesheets/unify-globals.css */
.g-line-height-0 {
  line-height: 0 !important;
}

/* line 3229, app/assets/stylesheets/unify-globals.css */
.g-line-height-0_7 {
  line-height: .7 !important;
}

/* line 3232, app/assets/stylesheets/unify-globals.css */
.g-line-height-0_8 {
  line-height: .8 !important;
}

/* line 3235, app/assets/stylesheets/unify-globals.css */
.g-line-height-0_9 {
  line-height: .9 !important;
}

/* line 3238, app/assets/stylesheets/unify-globals.css */
.g-line-height-1 {
  line-height: 1 !important;
}

/* line 3241, app/assets/stylesheets/unify-globals.css */
.g-line-height-1_1 {
  line-height: 1.1 !important;
}

/* line 3244, app/assets/stylesheets/unify-globals.css */
.g-line-height-1_2 {
  line-height: 1.2 !important;
}

/* line 3247, app/assets/stylesheets/unify-globals.css */
.g-line-height-1_3 {
  line-height: 1.3 !important;
}

/* line 3250, app/assets/stylesheets/unify-globals.css */
.g-line-height-1_4 {
  line-height: 1.4 !important;
}

/* line 3253, app/assets/stylesheets/unify-globals.css */
.g-line-height-1_5 {
  line-height: 1.5 !important;
}

/* line 3256, app/assets/stylesheets/unify-globals.css */
.g-line-height-1_6 {
  line-height: 1.6 !important;
}

/* line 3259, app/assets/stylesheets/unify-globals.css */
.g-line-height-1_8 {
  line-height: 1.8 !important;
}

/* line 3262, app/assets/stylesheets/unify-globals.css */
.g-line-height-2 {
  line-height: 2 !important;
}

/*------------------------------------
  Typography Font Style
------------------------------------*/
/* line 3268, app/assets/stylesheets/unify-globals.css */
.g-font-style-normal {
  font-style: normal;
}

/* line 3271, app/assets/stylesheets/unify-globals.css */
.g-font-style-italic {
  font-style: italic;
}

/*------------------------------------
  List Style Types
------------------------------------*/
/* line 3277, app/assets/stylesheets/unify-globals.css */
.g-list-style-circle {
  list-style-type: circle;
}

/* line 3280, app/assets/stylesheets/unify-globals.css */
.g-list-style-square {
  list-style-type: square;
}

/* line 3283, app/assets/stylesheets/unify-globals.css */
.g-list-style-lower-roman {
  list-style-type: lower-roman;
}

/* line 3286, app/assets/stylesheets/unify-globals.css */
.g-list-style-upper-roman {
  list-style-type: upper-roman;
}

/* line 3289, app/assets/stylesheets/unify-globals.css */
.g-list-style-lower-latin {
  list-style-type: lower-latin;
}

/* line 3292, app/assets/stylesheets/unify-globals.css */
.g-list-style-upper-latin {
  list-style-type: upper-latin;
}

/*------------------------------------
  Text Types
------------------------------------*/
/* line 3298, app/assets/stylesheets/unify-globals.css */
.g-text-break-word {
  word-wrap: break-word;
}

/*------------------------------------
  Quotes
------------------------------------*/
/* Quote v1 */
/* line 3305, 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, app/assets/stylesheets/unify-globals.css */
.u-quote-v1::after {
  display: none;
}

/*------------------------------------
  Positions
------------------------------------*/
/* line 3319, app/assets/stylesheets/unify-globals.css */
.g-pos-rel {
  position: relative !important;
}

/* line 3322, app/assets/stylesheets/unify-globals.css */
.g-pos-abs {
  position: absolute !important;
}

/* line 3325, app/assets/stylesheets/unify-globals.css */
.g-pos-stc {
  position: static !important;
}

/* line 3328, app/assets/stylesheets/unify-globals.css */
.g-pos-fix {
  position: fixed !important;
}

@media (min-width: 768px) {
  /* line 3332, app/assets/stylesheets/unify-globals.css */
  .g-pos-rel--md {
    position: relative !important;
  }
  /* line 3334, app/assets/stylesheets/unify-globals.css */
  .g-pos-fix--md {
    position: fixed !important;
  }
  /* line 3336, app/assets/stylesheets/unify-globals.css */
  .g-pos-abs--md {
    position: absolute !important;
  }
  /* line 3338, app/assets/stylesheets/unify-globals.css */
  .g-pos-fix--md {
    position: fixed !important;
  }
}

@media (min-width: 992px) {
  /* line 3342, app/assets/stylesheets/unify-globals.css */
  .g-pos-abs--lg {
    position: absolute !important;
  }
}

/*------------------------------------
  Position Spaces
------------------------------------*/
/* Top */
/* line 3349, app/assets/stylesheets/unify-globals.css */
.g-top-auto {
  /* P */
  top: auto;
}

/* line 3353, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-top-auto--parent-hover {
  top: auto;
}

/* line 3356, app/assets/stylesheets/unify-globals.css */
.g-top-0 {
  top: 0;
}

/* line 3359, app/assets/stylesheets/unify-globals.css */
.g-top-0--hover:hover {
  top: 0;
}

/* line 3362, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-top-0--parent-hover {
  top: 0;
}

/* line 3365, app/assets/stylesheets/unify-globals.css */
.g-top-1 {
  top: 0.07143rem;
}

/* line 3368, app/assets/stylesheets/unify-globals.css */
.g-top-2 {
  top: 0.14286rem;
}

/* line 3371, app/assets/stylesheets/unify-globals.css */
.g-top-3 {
  top: 0.21429rem;
}

/* line 3374, app/assets/stylesheets/unify-globals.css */
.g-top-5 {
  top: 0.35714rem;
}

/* line 3377, app/assets/stylesheets/unify-globals.css */
.g-top-10 {
  top: 0.71429rem;
}

/* line 3380, app/assets/stylesheets/unify-globals.css */
.g-top-15 {
  top: 1.07143rem;
}

/* line 3383, app/assets/stylesheets/unify-globals.css */
.g-top-20 {
  top: 1.42857rem;
}

/* line 3386, app/assets/stylesheets/unify-globals.css */
.g-top-30 {
  top: 2.14286rem;
}

/* line 3389, app/assets/stylesheets/unify-globals.css */
.g-top-35 {
  top: 2.5rem;
}

/* line 3392, app/assets/stylesheets/unify-globals.css */
.g-top-55 {
  top: 3.92857rem;
}

/* line 3395, app/assets/stylesheets/unify-globals.css */
.g-top-100 {
  top: 7.14286rem;
}

/* line 3398, app/assets/stylesheets/unify-globals.css */
.g-top-15x {
  top: 15%;
}

/* line 3401, app/assets/stylesheets/unify-globals.css */
.g-top-20x {
  top: 20%;
}

/* line 3404, app/assets/stylesheets/unify-globals.css */
.g-top-25x {
  top: 25%;
}

/* line 3407, app/assets/stylesheets/unify-globals.css */
.g-top-30x {
  top: 30%;
}

/* line 3410, app/assets/stylesheets/unify-globals.css */
.g-top-35x {
  top: 35%;
}

/* line 3413, app/assets/stylesheets/unify-globals.css */
.g-top-50x {
  top: 50%;
}

/* line 3416, app/assets/stylesheets/unify-globals.css */
.g-top-100x {
  top: 100%;
}

/* Top Minis */
/* line 3420, app/assets/stylesheets/unify-globals.css */
.g-top-minus-1 {
  top: -0.07143rem;
}

/* line 3423, app/assets/stylesheets/unify-globals.css */
.g-top-minus-2 {
  top: -0.14286rem;
}

/* line 3426, app/assets/stylesheets/unify-globals.css */
.g-top-minus-3 {
  top: -0.21429rem;
}

/* line 3429, app/assets/stylesheets/unify-globals.css */
.g-top-minus-4 {
  top: -0.28571rem;
}

/* line 3432, app/assets/stylesheets/unify-globals.css */
.g-top-minus-5 {
  top: -0.35714rem;
}

/* line 3435, app/assets/stylesheets/unify-globals.css */
.g-top-minus-6 {
  top: -0.42857rem;
}

/* line 3438, app/assets/stylesheets/unify-globals.css */
.g-top-minus-8 {
  top: -0.57143rem;
}

/* line 3441, app/assets/stylesheets/unify-globals.css */
.g-top-minus-10 {
  top: -0.71429rem;
}

/* line 3444, app/assets/stylesheets/unify-globals.css */
.g-top-minus-15 {
  top: -1.07143rem;
}

/* line 3447, app/assets/stylesheets/unify-globals.css */
.g-top-minus-20 {
  top: -1.42857rem;
}

/* line 3450, app/assets/stylesheets/unify-globals.css */
.g-top-minus-30 {
  top: -2.14286rem;
}

/* line 3453, app/assets/stylesheets/unify-globals.css */
.g-top-minus-35 {
  top: -2.5rem;
}

/* line 3456, app/assets/stylesheets/unify-globals.css */
.g-top-minus-40 {
  top: -2.85714rem;
}

/* line 3459, app/assets/stylesheets/unify-globals.css */
.g-top-minus-70 {
  top: -5rem;
}

/* line 3462, app/assets/stylesheets/unify-globals.css */
.g-top-minus-120 {
  top: -8.57143rem;
}

/* line 3465, app/assets/stylesheets/unify-globals.css */
.g-top-minus-25x {
  top: -25%;
}

/* Left */
/* line 3469, app/assets/stylesheets/unify-globals.css */
.g-left-auto {
  /* P */
  left: auto;
}

/* line 3473, app/assets/stylesheets/unify-globals.css */
.g-left-0 {
  left: 0;
}

/* line 3476, app/assets/stylesheets/unify-globals.css */
.g-left-0--hover:hover {
  left: 0;
}

/* line 3479, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-left-0--parent-hover {
  left: 0;
}

/* line 3482, app/assets/stylesheets/unify-globals.css */
.g-left-2 {
  left: 0.14286rem;
}

/* line 3485, app/assets/stylesheets/unify-globals.css */
.g-left-5 {
  left: 0.35714rem;
}

/* line 3488, app/assets/stylesheets/unify-globals.css */
.g-left-10 {
  left: 0.71429rem;
}

/* line 3491, app/assets/stylesheets/unify-globals.css */
.g-left-15 {
  left: 1.07143rem !important;
}

/* line 3494, app/assets/stylesheets/unify-globals.css */
.g-left-20 {
  left: 1.42857rem;
}

/* line 3497, app/assets/stylesheets/unify-globals.css */
.g-left-30 {
  left: 2.14286rem;
}

/* line 3500, app/assets/stylesheets/unify-globals.css */
.g-left-40 {
  left: 2.85714rem;
  /* O */
}

/* line 3504, app/assets/stylesheets/unify-globals.css */
.g-left-45 {
  left: 3.21429rem;
  /* P */
}

/* line 3508, app/assets/stylesheets/unify-globals.css */
.g-left-75 {
  left: 5.35714rem;
}

/* line 3511, app/assets/stylesheets/unify-globals.css */
.g-left-110 {
  left: 7.85714rem;
}

/* line 3514, app/assets/stylesheets/unify-globals.css */
.g-left-130 {
  left: 9.28571rem;
}

/* line 3517, app/assets/stylesheets/unify-globals.css */
.g-left-200 {
  left: 14.28571rem;
}

/* line 3520, app/assets/stylesheets/unify-globals.css */
.g-left-15x {
  left: 15%;
}

/* line 3523, app/assets/stylesheets/unify-globals.css */
.g-left-35x {
  left: 35%;
}

/* line 3526, app/assets/stylesheets/unify-globals.css */
.g-left-50x {
  left: 50%;
}

/* line 3529, app/assets/stylesheets/unify-globals.css */
.g-left-100x {
  left: 100%;
}

/* Left Minus */
/* line 3533, app/assets/stylesheets/unify-globals.css */
.g-left-minus-3 {
  left: -0.21429rem;
}

/* line 3536, app/assets/stylesheets/unify-globals.css */
.g-left-minus-6 {
  left: -0.42857rem;
}

/* line 3539, app/assets/stylesheets/unify-globals.css */
.g-left-minus-7 {
  left: -0.5rem;
}

/* line 3542, app/assets/stylesheets/unify-globals.css */
.g-left-minus-10 {
  left: -0.71429rem;
}

/* line 3545, app/assets/stylesheets/unify-globals.css */
.g-left-minus-15 {
  left: -1.07143rem;
}

/* line 3548, app/assets/stylesheets/unify-globals.css */
.g-left-minus-20 {
  left: -1.42857rem;
}

/* line 3551, app/assets/stylesheets/unify-globals.css */
.g-left-minus-25 {
  left: -1.78571rem;
}

/* line 3554, app/assets/stylesheets/unify-globals.css */
.g-left-minus-30 {
  left: -2.14286rem;
}

/* line 3557, app/assets/stylesheets/unify-globals.css */
.g-left-minus-50 {
  left: -3.57143rem;
}

/* line 3560, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-left-minus-50--parent-hover {
  left: -3.57143rem;
}

/* Right */
/* line 3564, app/assets/stylesheets/unify-globals.css */
.g-right-auto {
  /* P */
  right: auto;
}

/* line 3568, app/assets/stylesheets/unify-globals.css */
.g-right-0 {
  right: 0;
}

/* line 3571, app/assets/stylesheets/unify-globals.css */
.g-right-0--hover:hover {
  right: 0;
}

/* line 3574, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-right-0--parent-hover {
  right: 0;
}

/* line 3577, app/assets/stylesheets/unify-globals.css */
.g-right-5 {
  right: 0.35714rem;
}

/* line 3580, app/assets/stylesheets/unify-globals.css */
.g-right-10 {
  right: 0.71429rem;
}

/* line 3583, app/assets/stylesheets/unify-globals.css */
.g-right-15 {
  right: 1.07143rem !important;
}

/* line 3586, app/assets/stylesheets/unify-globals.css */
.g-right-20 {
  right: 1.42857rem;
}

/* line 3589, app/assets/stylesheets/unify-globals.css */
.g-right-30 {
  right: 2.14286rem;
}

/* line 3592, app/assets/stylesheets/unify-globals.css */
.g-right-40 {
  right: 2.85714rem;
}

/* line 3595, app/assets/stylesheets/unify-globals.css */
.g-right-45 {
  right: 3.21429rem;
  /* P */
}

/* line 3599, app/assets/stylesheets/unify-globals.css */
.g-right-55 {
  right: 3.92857rem;
  /* O */
}

/* line 3603, app/assets/stylesheets/unify-globals.css */
.g-right-100 {
  right: 7.14286rem;
}

/* line 3606, app/assets/stylesheets/unify-globals.css */
.g-right-110 {
  right: 7.85714rem;
}

/* line 3609, app/assets/stylesheets/unify-globals.css */
.g-right-130 {
  right: 9.28571rem;
}

/* line 3612, app/assets/stylesheets/unify-globals.css */
.g-right-15x {
  right: 15%;
}

/* line 3615, app/assets/stylesheets/unify-globals.css */
.g-right-35x {
  right: 35%;
}

/* line 3618, app/assets/stylesheets/unify-globals.css */
.g-right-50x {
  right: 50%;
}

/* line 3621, app/assets/stylesheets/unify-globals.css */
.g-right-100x {
  right: 100%;
}

/* Right Minus */
/* line 3625, app/assets/stylesheets/unify-globals.css */
.g-right-minus-3 {
  right: -0.21429rem;
}

/* line 3628, app/assets/stylesheets/unify-globals.css */
.g-right-minus-6 {
  right: -0.42857rem;
}

/* line 3631, app/assets/stylesheets/unify-globals.css */
.g-right-minus-5 {
  right: -0.35714rem;
}

/* line 3634, app/assets/stylesheets/unify-globals.css */
.g-right-minus-10 {
  right: -0.71429rem;
}

/* line 3637, app/assets/stylesheets/unify-globals.css */
.g-right-minus-13 {
  right: -0.92857rem;
}

/* line 3640, app/assets/stylesheets/unify-globals.css */
.g-right-minus-15 {
  right: -1.07143rem;
}

/* line 3643, app/assets/stylesheets/unify-globals.css */
.g-right-minus-20 {
  right: -1.42857rem;
}

/* line 3646, app/assets/stylesheets/unify-globals.css */
.g-right-minus-25 {
  right: -1.78571rem;
}

/* line 3649, app/assets/stylesheets/unify-globals.css */
.g-right-minus-50 {
  right: -3.57143rem;
}

/* Bottom */
/* line 3653, app/assets/stylesheets/unify-globals.css */
.g-bottom-auto {
  /* P */
  bottom: auto;
}

/* line 3657, app/assets/stylesheets/unify-globals.css */
.g-bottom-0 {
  bottom: 0;
}

/* line 3660, app/assets/stylesheets/unify-globals.css */
.g-bottom-0--hover:hover {
  bottom: 0;
}

/* line 3663, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bottom-0--parent-hover {
  bottom: 0;
}

/* line 3666, app/assets/stylesheets/unify-globals.css */
.g-bottom-6 {
  bottom: 0.42857rem;
}

/* line 3669, app/assets/stylesheets/unify-globals.css */
.g-bottom-10 {
  bottom: 0.71429rem;
}

/* line 3672, app/assets/stylesheets/unify-globals.css */
.g-bottom-20 {
  bottom: 1.42857rem;
}

/* line 3675, app/assets/stylesheets/unify-globals.css */
.g-bottom-30 {
  bottom: 2.14286rem;
}

/* line 3678, app/assets/stylesheets/unify-globals.css */
.g-bottom-40 {
  bottom: 2.85714rem;
}

/* line 3681, app/assets/stylesheets/unify-globals.css */
.g-bottom-50 {
  bottom: 3.57143rem;
}

/* line 3684, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bottom-50--parent-hover {
  bottom: 3.57143rem;
}

/* line 3687, app/assets/stylesheets/unify-globals.css */
.g-bottom-60 {
  bottom: 4.28571rem;
}

/* line 3690, app/assets/stylesheets/unify-globals.css */
.g-bottom-80 {
  bottom: 5.71429rem;
}

/* line 3693, app/assets/stylesheets/unify-globals.css */
.g-bottom-minus-20 {
  bottom: -1.42857rem;
}

/* line 3696, app/assets/stylesheets/unify-globals.css */
.g-bottom-minus-30 {
  bottom: -2.14286rem;
}

/* line 3699, app/assets/stylesheets/unify-globals.css */
.g-bottom-minus-35x {
  bottom: -35%;
}

/* line 3702, app/assets/stylesheets/unify-globals.css */
.g-bottom-minus-70 {
  bottom: -5rem;
}

/* line 3705, app/assets/stylesheets/unify-globals.css */
.g-bottom-15x {
  bottom: 15%;
}

/* line 3708, app/assets/stylesheets/unify-globals.css */
.g-bottom-minus-25x {
  bottom: -25%;
}

/* line 3711, app/assets/stylesheets/unify-globals.css */
.g-bottom-100x {
  bottom: 100%;
}

/* Z */
@media (min-width: 576px) {
  /* line 3716, app/assets/stylesheets/unify-globals.css */
  .g-left-auto--sm {
    left: auto;
  }
  /* line 3718, app/assets/stylesheets/unify-globals.css */
  .g-left-minus-20--sm {
    left: -20px;
  }
  /* line 3720, app/assets/stylesheets/unify-globals.css */
  .g-right-minus-20--sm {
    right: -20px;
  }
}

/* O */
@media (min-width: 768px) {
  /* line 3725, app/assets/stylesheets/unify-globals.css */
  .g-right-0--md {
    right: 0;
  }
  /* line 3727, app/assets/stylesheets/unify-globals.css */
  .g-right-minus-15--md {
    right: -1.07143rem;
  }
  /* line 3729, app/assets/stylesheets/unify-globals.css */
  .g-left-minus-15--md {
    left: -1.07143rem;
  }
  /* line 3731, app/assets/stylesheets/unify-globals.css */
  .g-top-minus-20--md {
    top: -1.42857rem;
  }
  /* line 3733, app/assets/stylesheets/unify-globals.css */
  .g-right-minus-25--md {
    right: -1.78571rem;
  }
  /* line 3735, app/assets/stylesheets/unify-globals.css */
  .g-bottom-minus-50--md {
    bottom: -3.57143rem;
  }
  /* line 3737, app/assets/stylesheets/unify-globals.css */
  .g-left-auto--md {
    left: auto;
  }
  /* line 3739, app/assets/stylesheets/unify-globals.css */
  .g-left-minus-25--md {
    left: -1.78571rem;
  }
  /* line 3741, app/assets/stylesheets/unify-globals.css */
  .g-left-130--md {
    left: 9.28571rem;
  }
  /* line 3743, app/assets/stylesheets/unify-globals.css */
  .g-left-35x--md {
    left: 35%;
  }
  /* line 3745, app/assets/stylesheets/unify-globals.css */
  .g-left-50x--md {
    left: 50%;
  }
  /* line 3747, app/assets/stylesheets/unify-globals.css */
  .g-right-130--md {
    right: 9.28571rem;
  }
  /* line 3749, app/assets/stylesheets/unify-globals.css */
  .g-right-35x--md {
    right: 35%;
  }
  /* line 3751, app/assets/stylesheets/unify-globals.css */
  .g-right-50x--md {
    right: 50%;
  }
}

@media (min-width: 992px) {
  /* line 3755, app/assets/stylesheets/unify-globals.css */
  .g-top-0--lg {
    top: 0;
  }
  /* line 3757, app/assets/stylesheets/unify-globals.css */
  .g-right-0--lg {
    right: 0;
  }
  /* line 3759, app/assets/stylesheets/unify-globals.css */
  .g-left-minus-35--lg {
    left: -2.5rem;
  }
  /* line 3761, app/assets/stylesheets/unify-globals.css */
  .g-left-40--lg {
    left: 2.85714rem;
  }
  /* line 3763, app/assets/stylesheets/unify-globals.css */
  .g-right-minus-35--lg {
    right: -2.5rem;
  }
  /* line 3765, app/assets/stylesheets/unify-globals.css */
  .g-right-40--lg {
    right: 2.85714rem;
  }
}

/*------------------------------------
  Block Alignments
------------------------------------*/
/* Absolute (Position, X, Y) */
/* line 3772, 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, 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, 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, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-transform-origin--top-left {
  transform-origin: top left;
}

/* line 3821, app/assets/stylesheets/unify-globals.css */
.g-transform-origin--top-right {
  transform-origin: top right;
}

/* line 3826, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-relative-centered--x {
  position: relative;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

/* line 3851, 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, app/assets/stylesheets/unify-globals.css */
.g-flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3871, app/assets/stylesheets/unify-globals.css */
.g-flex-centered-item {
  flex: 1;
}

/* line 3876, app/assets/stylesheets/unify-globals.css */
.g-flex-centered-item--top {
  align-self: flex-start;
}

/* line 3880, app/assets/stylesheets/unify-globals.css */
.g-flex-centered-item--bottom {
  align-self: flex-end;
}

/* Flex right */
/* line 3885, app/assets/stylesheets/unify-globals.css */
.g-flex-right--xs {
  justify-content: flex-end;
}

/* Flex middle */
/* line 3891, app/assets/stylesheets/unify-globals.css */
.g-flex-middle {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

/* line 3903, app/assets/stylesheets/unify-globals.css */
.g-flex-middle-item {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 3907, app/assets/stylesheets/unify-globals.css */
.g-flex-middle-item--top {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3911, app/assets/stylesheets/unify-globals.css */
.g-flex-middle-item--bottom {
  margin-top: auto;
  margin-bottom: 0;
}

/* line 3915, app/assets/stylesheets/unify-globals.css */
.g-flex-middle-item--fixed {
  flex: none;
  max-width: 50%;
}

@media (min-width: 768px) {
  /* Flex right */
  /* line 3923, app/assets/stylesheets/unify-globals.css */
  .g-flex-right--md {
    justify-content: flex-end;
  }
  /* line 3927, app/assets/stylesheets/unify-globals.css */
  .g-flex-centered--md {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* O */
  /* line 3938, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-valign-super {
  vertical-align: super !important;
}

/* line 3962, app/assets/stylesheets/unify-globals.css */
.g-valign-sub {
  vertical-align: sub !important;
}

/* line 3965, app/assets/stylesheets/unify-globals.css */
.g-valign-top {
  vertical-align: top !important;
}

/* line 3968, app/assets/stylesheets/unify-globals.css */
.g-valign-middle {
  vertical-align: middle !important;
}

/* line 3971, app/assets/stylesheets/unify-globals.css */
.g-valign-bottom {
  vertical-align: bottom !important;
}

/*------------------------------------
  Blur
------------------------------------*/
/* line 3977, app/assets/stylesheets/unify-globals.css */
.g-blur-30 {
  filter: blur(30px);
}

/* line 3981, app/assets/stylesheets/unify-globals.css */
.g-blur-30--hover:hover {
  filter: blur(30px);
}

/* line 3985, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-blur-30--parent-hover {
  filter: blur(30px);
}

/*------------------------------------
  Box-shadows
------------------------------------*/
/* line 3992, app/assets/stylesheets/unify-globals.css */
.g-box-shadow-none {
  box-shadow: none !important;
}

/*------------------------------------
  Clear
------------------------------------*/
/* line 3998, app/assets/stylesheets/unify-globals.css */
.g-clear {
  clear: both;
}

/* line 4001, app/assets/stylesheets/unify-globals.css */
.g-clear--left {
  clear: left;
}

/* line 4004, app/assets/stylesheets/unify-globals.css */
.g-clear--right {
  clear: right;
}

/*------------------------------------
  Cursors
------------------------------------*/
/* line 4010, app/assets/stylesheets/unify-globals.css */
.g-cursor-pointer {
  cursor: pointer;
}

/*------------------------------------
  Overflows
------------------------------------*/
/* line 4016, app/assets/stylesheets/unify-globals.css */
.g-overflow-hidden {
  overflow: hidden;
}

/* line 4019, app/assets/stylesheets/unify-globals.css */
.g-overflow-visible {
  overflow: visible;
}

/* line 4022, app/assets/stylesheets/unify-globals.css */
.g-overflow-x-hidden {
  overflow-x: hidden;
}

/* line 4025, app/assets/stylesheets/unify-globals.css */
.g-overflow-x-scroll {
  overflow-x: scroll;
}

/* line 4028, app/assets/stylesheets/unify-globals.css */
.g-overflow-y-auto {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4032, app/assets/stylesheets/unify-globals.css */
  .g-overflow-x-visible--md {
    overflow-x: visible;
  }
}

@media (min-width: 992px) {
  /* line 4036, 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, app/assets/stylesheets/unify-globals.css */
[class*="g-transition"] {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* line 4071, 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, app/assets/stylesheets/unify-globals.css */
.g-transition-0_2 {
  transition-duration: .2s;
}

/* line 4081, 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, app/assets/stylesheets/unify-globals.css */
.g-transition-0_3 {
  transition-duration: .3s;
}

/* line 4089, 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, app/assets/stylesheets/unify-globals.css */
.g-transition-0_5 {
  transition-duration: .5s;
}

/* line 4097, 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, app/assets/stylesheets/unify-globals.css */
.g-transition-0_6 {
  transition-duration: .6s;
}

/* line 4105, 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, app/assets/stylesheets/unify-globals.css */
.g-transition-delay-0_11 {
  transition-delay: .11s;
}

/* line 4113, 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, app/assets/stylesheets/unify-globals.css */
.g-transition-delay-0_2 {
  transition-delay: .2s;
}

/* line 4121, 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, app/assets/stylesheets/unify-globals.css */
.g-transition-delay-0_45 {
  transition-delay: .45s;
}

/* line 4129, 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, app/assets/stylesheets/unify-globals.css */
.g-transition--ease-out {
  transition-timing-function: ease-out;
}

/* line 4137, 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, app/assets/stylesheets/unify-globals.css */
.g-transition--ease-in {
  transition-timing-function: ease-in;
}

/* line 4145, 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, app/assets/stylesheets/unify-globals.css */
.g-transition--ease-in-out {
  transition-timing-function: ease-in-out;
}

/* line 4153, 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, app/assets/stylesheets/unify-globals.css */
.g-transition--linear {
  transition-timing-function: linear;
}

/* line 4161, 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, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_5 {
  transform: scale(0.5);
}

/* line 4174, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_5--hover:hover {
  transform: scale(0.5);
}

/* line 4179, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-0_5--parent-hover {
  transform: scale(0.5);
}

/* line 4184, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_8 {
  transform: scale(0.8);
}

/* line 4189, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_8--hover:hover {
  transform: scale(0.8);
}

/* line 4194, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-0_8--parent-hover {
  transform: scale(0.8);
}

/* line 4199, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_85 {
  transform: scale(0.85);
}

/* line 4204, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_85--hover:hover {
  transform: scale(0.85);
}

/* line 4209, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-0_85--parent-hover {
  transform: scale(0.85);
}

/* line 4214, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_9 {
  transform: scale(0.9);
}

/* line 4219, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_9--hover:hover {
  transform: scale(0.9);
}

/* line 4224, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-0_9--parent-hover {
  transform: scale(0.9);
}

/* line 4229, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1 {
  transform: scale(1);
}

/* line 4234, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1--hover:hover {
  transform: scale(1);
}

/* line 4239, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-1--parent-hover {
  transform: scale(1);
}

/* line 4244, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1_05 {
  transform: scale3d(1.05, 1.05, 1.05);
}

/* line 4248, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1_1 {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 4261, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1_2 {
  transform: scale(1.2);
}

/* line 4275, app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1_2--hover:hover {
  transform: scale(1.2);
}

/* line 4280, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-1_2--parent-hover {
  transform: scale(1.2);
}

/* line 4285, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-x-100x {
  transform: translateX(100%);
}

/* line 4290, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-x-100x--hover:hover {
  transform: translateX(100%);
}

/* line 4295, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-x-100x--parent-hover {
  transform: translateX(100%);
}

/* line 4300, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-x-minus-100x {
  transform: translateX(-100%);
}

/* line 4305, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-x-minus-100x--hover:hover {
  transform: translateX(-100%);
}

/* line 4310, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-x-minus-100x--parent-hover {
  transform: translateX(-100%);
}

/* line 4315, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-5 {
  transform: translateY(5px);
}

/* line 4320, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-5--hover:hover {
  transform: translateY(5px);
}

/* line 4325, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-y-5--parent-hover {
  transform: translateY(5px);
}

/* line 4330, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-100x {
  transform: translateY(100%);
}

/* line 4335, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-100x--hover:hover {
  transform: translateY(100%);
}

/* line 4340, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-y-100x--parent-hover {
  transform: translateY(100%);
}

/* line 4345, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-5 {
  transform: translateY(-5px);
}

/* line 4350, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-5--hover:hover {
  transform: translateY(-5px);
}

/* line 4355, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-y-minus-5--parent-hover {
  transform: translateY(-5px);
}

/* line 4360, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-70 {
  transform: translateY(-70px);
}

/* line 4365, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-70--hover:hover {
  transform: translateY(-70px);
}

/* line 4370, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-y-minus-70--parent-hover {
  transform: translateY(-70px);
}

/* line 4375, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-100x {
  transform: translateY(-100%);
}

/* line 4380, app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-100x--hover:hover {
  transform: translateY(-100%);
}

/* line 4385, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-y-minus-100x--parent-hover {
  transform: translateY(-100%);
}

/*------------------------------------
  Opacity
------------------------------------*/
/* line 4393, app/assets/stylesheets/unify-globals.css */
.opacity-0 {
  opacity: 0 !important;
}

/* line 4396, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_3 {
  opacity: .3 !important;
}

/* line 4399, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_4 {
  opacity: .4 !important;
}

/* line 4402, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_5 {
  opacity: .5 !important;
}

/* line 4405, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_6 {
  opacity: .6 !important;
}

/* line 4408, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_7 {
  opacity: .7 !important;
}

/* line 4411, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_8 {
  opacity: .8 !important;
}

/* line 4414, app/assets/stylesheets/unify-globals.css */
.g-opacity-1 {
  opacity: 1 !important;
}

/* line 4417, app/assets/stylesheets/unify-globals.css */
.opacity-0--hover:hover {
  opacity: 0 !important;
}

/* line 4420, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .opacity-0--parent-hover {
  opacity: 0 !important;
}

/* line 4423, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_3--hover:hover {
  opacity: .3 !important;
}

/* line 4426, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-0_3--parent-hover {
  opacity: .3 !important;
}

/* line 4429, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_5--hover:hover {
  opacity: .5 !important;
}

/* line 4432, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-0_5--parent-hover {
  opacity: .5 !important;
}

/* line 4435, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_6--hover:hover {
  opacity: .6 !important;
}

/* line 4438, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-0_6--parent-hover {
  opacity: .6 !important;
}

/* line 4441, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_7--hover:hover {
  opacity: .7 !important;
}

/* line 4444, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-0_7--parent-hover {
  opacity: .7 !important;
}

/* line 4447, app/assets/stylesheets/unify-globals.css */
.g-opacity-0_8--hover:hover {
  opacity: .8 !important;
}

/* line 4450, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-0_8--parent-hover {
  opacity: .8 !important;
}

/* line 4453, app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-opacity-1--hover, .g-opacity-1--hover:hover {
  opacity: 1 !important;
}

/* line 4456, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-1--parent-hover {
  opacity: 1 !important;
}

/*------------------------------------
  Z-Index
------------------------------------*/
/* line 4462, app/assets/stylesheets/unify-globals.css */
.g-z-index-auto {
  z-index: auto;
}

/* line 4465, app/assets/stylesheets/unify-globals.css */
.g-z-index-1 {
  z-index: 1;
}

/* line 4468, app/assets/stylesheets/unify-globals.css */
.g-z-index-2 {
  z-index: 2;
}

/* line 4471, app/assets/stylesheets/unify-globals.css */
.g-z-index-3 {
  z-index: 3;
}

/* line 4474, app/assets/stylesheets/unify-globals.css */
.g-z-index-3--hover:hover {
  z-index: 3;
}

/* line 4477, app/assets/stylesheets/unify-globals.css */
.g-z-index-4 {
  z-index: 4;
}

/* line 4480, app/assets/stylesheets/unify-globals.css */
.g-z-index-4--hover:hover {
  z-index: 4;
}

/* line 4483, app/assets/stylesheets/unify-globals.css */
.g-z-index-9999 {
  z-index: 9999;
}

/* line 4486, app/assets/stylesheets/unify-globals.css */
.g-z-index-minus-1 {
  z-index: -1;
}

/* line 4489, app/assets/stylesheets/unify-globals.css */
.g-abs-reset-margins {
  margin: 0 !important;
}

/* O */
/*------------------------------------
  Resize
------------------------------------*/
/* line 4496, app/assets/stylesheets/unify-globals.css */
.g-resize-none {
  resize: none;
}

/*------------------------------------
  Placeholder
------------------------------------*/
/* line 4502, app/assets/stylesheets/unify-globals.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 4505, app/assets/stylesheets/unify-globals.css */
.g-placeholder-white:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 4508, 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, app/assets/stylesheets/unify-globals.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 4516, app/assets/stylesheets/unify-globals.css */
.g-placeholder-primary::-webkit-input-placeholder {
  color: #fff;
}

/* line 4519, app/assets/stylesheets/unify-globals.css */
.g-placeholder-primary:-ms-input-placeholder {
  color: #fff;
}

/* line 4522, 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, app/assets/stylesheets/unify-globals.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 4529, app/assets/stylesheets/unify-globals.css */
.g-placeholder-inherit:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 4533, 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, app/assets/stylesheets/unify-globals.css */
.g-placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 4541, app/assets/stylesheets/unify-globals.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/*------------------------------------
  Offsets
------------------------------------*/
@media (min-width: 768px) {
  /* line 4549, app/assets/stylesheets/unify-globals.css */
  .g-offset-md-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width: 992px) {
  /* line 4553, app/assets/stylesheets/unify-globals.css */
  .g-offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 4555, app/assets/stylesheets/unify-globals.css */
  .g-offset-lg-4 {
    margin-left: 33.333333%;
  }
}

/*------------------------------------
  Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Inherit Colors */
/* line 4564, app/assets/stylesheets/unify-globals.css */
.g-color-inherit {
  color: inherit !important;
}

/* Main Colors */
/* line 4568, app/assets/stylesheets/unify-globals.css */
.g-color-main {
  color: #555 !important;
}

/* line 4571, app/assets/stylesheets/unify-globals.css */
.g-color-main--hover:hover {
  color: #555 !important;
}

/* Primary Colors */
/* line 4575, app/assets/stylesheets/unify-globals.css */
.g-color-primary {
  color: #72c02c !important;
}

/* line 4578, app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
  color: #72c02c !important;
}

/* line 4581, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-color-primary--parent-hover {
  color: #72c02c !important;
}

/* line 4584, app/assets/stylesheets/unify-globals.css */
.g-color-primary-opacity-0_3 {
  color: rgba(114, 192, 44, 0.3) !important;
}

/* line 4587, app/assets/stylesheets/unify-globals.css */
.g-color-primary-opacity-0_4 {
  color: rgba(114, 192, 44, 0.4) !important;
}

/* line 4590, app/assets/stylesheets/unify-globals.css */
.g-color-primary--before::before, .g-color-primary--after::after {
  color: #72c02c;
}

/* Black Colors */
/* line 4594, app/assets/stylesheets/unify-globals.css */
.g-color-black {
  color: #000 !important;
}

/* line 4597, app/assets/stylesheets/unify-globals.css */
.g-color-black--hover:hover {
  color: #000 !important;
}

/* line 4600, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-color-black--parent-hover {
  color: #000 !important;
}

/* line 4603, app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_1 {
  color: rgba(0, 0, 0, 0.1) !important;
}

/* line 4606, app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_3 {
  color: rgba(0, 0, 0, 0.3) !important;
}

/* line 4609, app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_5 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 4612, app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_6 {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 4615, app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_7 {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 4618, app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_8 {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 4621, app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_8--child * {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 4624, app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_9 {
  color: rgba(0, 0, 0, 0.9) !important;
}

/* White Colors */
/* line 4628, app/assets/stylesheets/unify-globals.css */
.g-color-white {
  color: #fff !important;
}

/* line 4631, app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
  color: #fff !important;
}

/* line 4634, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-color-white--parent-hover {
  color: #fff !important;
}

/* line 4637, app/assets/stylesheets/unify-globals.css */
.active .g-color-white--active {
  color: #fff !important;
}

/* line 4640, app/assets/stylesheets/unify-globals.css */
.g-color-white--child * {
  color: #fff !important;
}

/* line 4643, app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_1 {
  color: rgba(255, 255, 255, 0.1) !important;
}

/* line 4646, app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_2 {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* line 4649, app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_3 {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* line 4652, 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, app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_6 {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 4658, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* line 4667, app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 4670, app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_8--child * {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 4673, 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, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v1 {
  color: #bbb !important;
}

/* line 4680, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v1--hover:hover {
  color: #bbb !important;
}

/* line 4683, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v2 {
  color: #ccc !important;
}

/* line 4686, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v2--hover:hover {
  color: #ccc !important;
}

/* line 4689, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v3 {
  color: #ddd !important;
}

/* line 4692, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v3--hover:hover {
  color: #ddd !important;
}

/* line 4695, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v4 {
  color: #eee !important;
}

/* line 4698, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v4--hover:hover {
  color: #eee !important;
}

/* line 4701, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v4-opacity-0_6 {
  color: rgba(238, 238, 238, 0.6) !important;
}

/* line 4704, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v5 {
  color: #f7f7f7 !important;
}

/* line 4707, app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v5--hover:hover {
  color: #f7f7f7 !important;
}

/* line 4710, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v1 {
  color: #111 !important;
}

/* line 4713, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v1--hover:hover {
  color: #111 !important;
}

/* line 4716, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v2 {
  color: #333 !important;
}

/* line 4719, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v2--hover:hover {
  color: #333 !important;
}

/* line 4722, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v2-opacity-0_75 {
  color: rgba(51, 51, 51, 0.75) !important;
}

/* line 4725, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v3 {
  color: #555 !important;
}

/* line 4728, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v3--hover:hover {
  color: #555 !important;
}

/* line 4731, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v4 {
  color: #777 !important;
}

/* line 4734, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v4--hover:hover {
  color: #777 !important;
}

/* line 4737, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v5 {
  color: #999 !important;
}

/* line 4740, app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v5--hover:hover {
  color: #999 !important;
}

/* line 4743, 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, app/assets/stylesheets/unify-globals.css */
.g-color-green {
  color: #72c02c !important;
}

/* Color Blue */
/* line 4753, app/assets/stylesheets/unify-globals.css */
.g-color-blue {
  color: #3398dc !important;
}

/* line 4756, app/assets/stylesheets/unify-globals.css */
.g-color-blue--hover:hover {
  color: #3398dc !important;
}

/* line 4759, app/assets/stylesheets/unify-globals.css */
.g-color-blue-dark-v1 {
  color: #175a88 !important;
}

/* Color Light Blue */
/* line 4763, app/assets/stylesheets/unify-globals.css */
.g-color-lightblue {
  color: #edf2f8 !important;
}

/* line 4766, app/assets/stylesheets/unify-globals.css */
.g-color-lightblue--hover:hover {
  color: #edf2f8 !important;
}

/* line 4769, app/assets/stylesheets/unify-globals.css */
.g-color-lightblue-v1 {
  color: #d6e2ee !important;
}

/* line 4772, app/assets/stylesheets/unify-globals.css */
.g-color-lightblue-v1--hover:hover {
  color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 4776, app/assets/stylesheets/unify-globals.css */
.g-color-darkblue {
  color: #009 !important;
}

/* line 4779, app/assets/stylesheets/unify-globals.css */
.g-color-darkblue--hover:hover {
  color: #009 !important;
}

/* Color Indigo */
/* line 4783, app/assets/stylesheets/unify-globals.css */
.g-color-indigo {
  color: #4263a3 !important;
}

/* line 4786, app/assets/stylesheets/unify-globals.css */
.g-color-indigo--hover:hover {
  color: #4263a3 !important;
}

/* Color Red */
/* line 4790, app/assets/stylesheets/unify-globals.css */
.g-color-red {
  color: #f00 !important;
}

/* line 4793, app/assets/stylesheets/unify-globals.css */
.g-color-red--hover:hover {
  color: #f00 !important;
}

/* Color Light Red */
/* line 4797, app/assets/stylesheets/unify-globals.css */
.g-color-lightred {
  color: #e64b3b !important;
}

/* line 4800, app/assets/stylesheets/unify-globals.css */
.g-color-lightred--hover:hover {
  color: #e64b3b !important;
}

/* Color Dark Red */
/* line 4804, app/assets/stylesheets/unify-globals.css */
.g-color-darkred {
  color: #a10f2b !important;
}

/* line 4807, app/assets/stylesheets/unify-globals.css */
.g-color-darkred--hover:hover {
  color: #a10f2b !important;
}

/* Color Purple */
/* line 4811, app/assets/stylesheets/unify-globals.css */
.g-color-purple {
  color: #9a69cb;
}

/* line 4814, app/assets/stylesheets/unify-globals.css */
.g-color-purple--hover:hover {
  color: #9a69cb !important;
}

/* line 4817, app/assets/stylesheets/unify-globals.css */
.g-color-purple-dark-v1 {
  color: #552c7e !important;
}

/* Color Dark Purple */
/* line 4821, app/assets/stylesheets/unify-globals.css */
.g-color-darkpurple {
  color: #6639b6 !important;
}

/* line 4824, app/assets/stylesheets/unify-globals.css */
.g-color-darkpurple--hover:hover {
  color: #6639b6 !important;
}

/* Color Pink */
/* line 4828, app/assets/stylesheets/unify-globals.css */
.g-color-pink {
  color: #e81c62;
}

/* line 4831, app/assets/stylesheets/unify-globals.css */
.g-color-pink--hover:hover {
  color: #e81c62 !important;
}

/* line 4834, app/assets/stylesheets/unify-globals.css */
.g-color-pink-dark-v1 {
  color: #6f0b2d !important;
}

/* Color Orange */
/* line 4838, app/assets/stylesheets/unify-globals.css */
.g-color-orange {
  color: #e57d20 !important;
}

/* line 4841, app/assets/stylesheets/unify-globals.css */
.g-color-orange--hover:hover {
  color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 4845, app/assets/stylesheets/unify-globals.css */
.g-color-deeporange {
  color: #fe541e !important;
}

/* line 4848, app/assets/stylesheets/unify-globals.css */
.g-color-deeporange--hover:hover {
  color: #fe541e !important;
}

/* Color Yellow */
/* line 4852, app/assets/stylesheets/unify-globals.css */
.g-color-yellow {
  color: #ebc71d !important;
}

/* line 4855, app/assets/stylesheets/unify-globals.css */
.g-color-yellow--hover:hover {
  color: #ebc71d !important;
}

/* Color Aqua */
/* line 4859, app/assets/stylesheets/unify-globals.css */
.g-color-aqua {
  color: #29d6e6;
}

/* line 4862, app/assets/stylesheets/unify-globals.css */
.g-color-aqua--hover:hover {
  color: #29d6e6 !important;
}

/* line 4865, app/assets/stylesheets/unify-globals.css */
.g-color-aqua-dark-v1 {
  color: #11848e !important;
}

/* Color Cyan */
/* line 4869, app/assets/stylesheets/unify-globals.css */
.g-color-cyan {
  color: #00bed6 !important;
}

/* line 4872, app/assets/stylesheets/unify-globals.css */
.g-color-cyan--hover:hover {
  color: #00bed6 !important;
}

/* Color Teal */
/* line 4876, app/assets/stylesheets/unify-globals.css */
.g-color-teal {
  color: #18ba9b !important;
}

/* line 4879, app/assets/stylesheets/unify-globals.css */
.g-color-teal--hover:hover {
  color: #18ba9b !important;
}

/* Color Brown */
/* line 4883, app/assets/stylesheets/unify-globals.css */
.g-color-brown {
  color: #9c8061 !important;
}

/* line 4886, app/assets/stylesheets/unify-globals.css */
.g-color-brown--hover:hover {
  color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 4890, app/assets/stylesheets/unify-globals.css */
.g-color-bluegray {
  color: #585f69 !important;
}

/* line 4893, app/assets/stylesheets/unify-globals.css */
.g-color-bluegray--hover:hover {
  color: #585f69 !important;
}

/*------------------------------------
  Social Colors
------------------------------------*/
/* Facebook */
/* line 4900, app/assets/stylesheets/unify-globals.css */
.g-color-facebook {
  color: #3b5998;
}

/* line 4903, app/assets/stylesheets/unify-globals.css */
.g-color-facebook:hover {
  color: #344e86;
}

/* line 4906, app/assets/stylesheets/unify-globals.css */
.g-color-facebook--hover:hover {
  color: #3b5998 !important;
}

/* Twitter */
/* line 4910, app/assets/stylesheets/unify-globals.css */
.g-color-twitter {
  color: #00acee;
}

/* line 4913, app/assets/stylesheets/unify-globals.css */
.g-color-twitter:hover {
  color: #009ad5;
}

/* line 4916, app/assets/stylesheets/unify-globals.css */
.g-color-twitter--hover:hover {
  color: #00acee !important;
}

/* Skype */
/* line 4920, app/assets/stylesheets/unify-globals.css */
.g-color-skype {
  color: #00aff0;
}

/* line 4923, app/assets/stylesheets/unify-globals.css */
.g-color-skype:hover {
  color: #009cd7;
}

/* line 4926, app/assets/stylesheets/unify-globals.css */
.g-color-skype--hover:hover {
  color: #00aff0 !important;
}

/* Pinterest */
/* line 4930, app/assets/stylesheets/unify-globals.css */
.g-color-pinterest {
  color: #c8232c;
}

/* line 4933, app/assets/stylesheets/unify-globals.css */
.g-color-pinterest:hover {
  color: #b21f27;
}

/* line 4936, app/assets/stylesheets/unify-globals.css */
.g-color-pinterest--hover:hover {
  color: #c8232c !important;
}

/* Vine */
/* line 4940, app/assets/stylesheets/unify-globals.css */
.g-color-vine {
  color: #00bf8f;
}

/* line 4943, app/assets/stylesheets/unify-globals.css */
.g-color-vine:hover {
  color: #00a67c;
}

/* line 4946, app/assets/stylesheets/unify-globals.css */
.g-color-vine--hover:hover {
  color: #00bf8f !important;
}

/* Youtube */
/* line 4950, app/assets/stylesheets/unify-globals.css */
.g-color-youtube {
  color: #c4302b;
}

/* line 4953, app/assets/stylesheets/unify-globals.css */
.g-color-youtube:hover {
  color: #af2b26;
}

/* line 4956, app/assets/stylesheets/unify-globals.css */
.g-color-youtube--hover:hover {
  color: #c4302b !important;
}

/* Google plus */
/* line 4960, app/assets/stylesheets/unify-globals.css */
.g-color-google-plus {
  color: #dd4b39;
}

/* line 4963, app/assets/stylesheets/unify-globals.css */
.g-color-google-plus:hover {
  color: #d73925;
}

/* line 4966, app/assets/stylesheets/unify-globals.css */
.g-color-google-plus--hover:hover {
  color: #dd4b39 !important;
}

/* Dribbble */
/* line 4970, app/assets/stylesheets/unify-globals.css */
.g-color-dribbble {
  color: #ea4c89;
}

/* line 4973, app/assets/stylesheets/unify-globals.css */
.g-color-dribbble:hover {
  color: #e7357a;
}

/* line 4976, app/assets/stylesheets/unify-globals.css */
.g-color-dribbble--hover:hover {
  color: #ea4c89 !important;
}

/* VK */
/* line 4980, app/assets/stylesheets/unify-globals.css */
.g-color-vk {
  color: #2b587a;
}

/* line 4983, app/assets/stylesheets/unify-globals.css */
.g-color-vk:hover {
  color: #244a67;
}

/* line 4986, app/assets/stylesheets/unify-globals.css */
.g-color-vk--hover:hover {
  color: #2b587a !important;
}

/* Linkedin */
/* line 4990, app/assets/stylesheets/unify-globals.css */
.g-color-linkedin {
  color: #0e76a8;
}

/* line 4993, app/assets/stylesheets/unify-globals.css */
.g-color-linkedin:hover {
  color: #0c6590;
}

/* line 4996, app/assets/stylesheets/unify-globals.css */
.g-color-linkedin--hover:hover {
  color: #0e76a8 !important;
}

/* Instagram */
/* line 5000, app/assets/stylesheets/unify-globals.css */
.g-color-instagram {
  color: #3f729b;
}

/* line 5003, app/assets/stylesheets/unify-globals.css */
.g-color-instagram:hover {
  color: #386589;
}

/* line 5006, app/assets/stylesheets/unify-globals.css */
.g-color-instagram--hover:hover {
  color: #3f729b !important;
}

/*------------------------------------
  Gradient Colors
------------------------------------*/
/* Cyan Gradient */
/* line 5013, 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, 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, app/assets/stylesheets/unify-globals.css */
.g-width-30x {
  width: 30% !important;
  /* P */
}

/* line 5038, app/assets/stylesheets/unify-globals.css */
.g-width-40x {
  width: 40% !important;
  /* P */
}

/* line 5042, app/assets/stylesheets/unify-globals.css */
.g-width-50x {
  width: 50% !important;
  /* P */
}

/* line 5046, app/assets/stylesheets/unify-globals.css */
.g-width-60x {
  width: 60% !important;
  /* P */
}

/* line 5050, app/assets/stylesheets/unify-globals.css */
.g-width-70x {
  width: 70% !important;
  /* P */
}

/* line 5054, app/assets/stylesheets/unify-globals.css */
.g-width-80x {
  width: 80% !important;
  /* P */
}

/* line 5058, app/assets/stylesheets/unify-globals.css */
.g-width-90x {
  width: 90% !important;
  /* P */
}

@media (max-width: 445px) {
  /* line 5063, app/assets/stylesheets/unify-globals.css */
  .w-100--2xs {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  /* line 5067, app/assets/stylesheets/unify-globals.css */
  .g-width-20x--sm {
    width: 20% !important;
  }
  /* line 5069, app/assets/stylesheets/unify-globals.css */
  .g-width-25x--sm {
    width: 25% !important;
  }
  /* line 5071, app/assets/stylesheets/unify-globals.css */
  .g-width-33_3x--sm {
    width: 33.333333% !important;
  }
  /* line 5073, app/assets/stylesheets/unify-globals.css */
  .g-width-40x--sm {
    width: 40% !important;
  }
  /* line 5075, app/assets/stylesheets/unify-globals.css */
  .g-width-60x--sm {
    width: 60% !important;
  }
  /* line 5077, app/assets/stylesheets/unify-globals.css */
  .g-width-16_6x--sm {
    width: 16.666666% !important;
  }
  /* line 5079, app/assets/stylesheets/unify-globals.css */
  .g-width-66_6x--sm {
    width: 66.666666% !important;
  }
}

@media (min-width: 768px) {
  /* P */
  /* line 5084, app/assets/stylesheets/unify-globals.css */
  .g-width-20x--md {
    width: 20% !important;
    /* P */
  }
  /* line 5087, app/assets/stylesheets/unify-globals.css */
  .g-width-25x--md {
    width: 25% !important;
    /* P */
  }
  /* line 5090, app/assets/stylesheets/unify-globals.css */
  .g-width-30x--md {
    width: 30% !important;
    /* P */
  }
  /* line 5093, app/assets/stylesheets/unify-globals.css */
  .g-width-35x--md {
    width: 35% !important;
    /* P */
  }
  /* line 5096, app/assets/stylesheets/unify-globals.css */
  .g-width-40x--md {
    width: 40% !important;
    /* P */
  }
  /* line 5099, app/assets/stylesheets/unify-globals.css */
  .g-width-45x--md {
    width: 45% !important;
    /* P */
  }
  /* line 5102, app/assets/stylesheets/unify-globals.css */
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }
  /* line 5105, app/assets/stylesheets/unify-globals.css */
  .g-width-55x--md {
    width: 55% !important;
    /* P */
  }
  /* line 5108, app/assets/stylesheets/unify-globals.css */
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }
  /* line 5111, app/assets/stylesheets/unify-globals.css */
  .g-width-65x--md {
    width: 65% !important;
    /* P */
  }
  /* line 5114, app/assets/stylesheets/unify-globals.css */
  .g-width-70x--md {
    width: 70% !important;
    /* P */
  }
  /* line 5117, app/assets/stylesheets/unify-globals.css */
  .g-width-75x--md {
    width: 75% !important;
    /* P */
  }
  /* line 5120, app/assets/stylesheets/unify-globals.css */
  .g-width-80x--md {
    width: 80% !important;
    /* P */
  }
  /* line 5123, app/assets/stylesheets/unify-globals.css */
  .g-width-85x--md {
    width: 85% !important;
    /* P */
  }
  /* line 5126, app/assets/stylesheets/unify-globals.css */
  .g-width-90x--md {
    width: 90% !important;
    /* P */
  }
  /* line 5129, app/assets/stylesheets/unify-globals.css */
  .g-width-33_3x--md {
    /* P */
    width: 33.333333% !important;
  }
  /* line 5132, app/assets/stylesheets/unify-globals.css */
  .g-width-16_6x--md {
    /* P */
    width: 16.666666% !important;
  }
  /* line 5135, app/assets/stylesheets/unify-globals.css */
  .g-width-66_6x--md {
    /* P */
    width: 66.666666% !important;
  }
}

/* line 5139, app/assets/stylesheets/unify-globals.css */
.g-width-auto {
  width: auto !important;
  /* P */
}

/* Max Width in Percentage (%) */
/* line 5144, app/assets/stylesheets/unify-globals.css */
.g-width-1x {
  max-width: 1%;
}

/* line 5147, app/assets/stylesheets/unify-globals.css */
.g-width-80x {
  max-width: 80%;
}

/* line 5150, app/assets/stylesheets/unify-globals.css */
.g-width-90x {
  max-width: 90%;
}

/* line 5153, app/assets/stylesheets/unify-globals.css */
.g-width-95x {
  width: 95%;
}

/* line 5156, app/assets/stylesheets/unify-globals.css */
.g-max-width-60x {
  max-width: 60%;
}

/* line 5159, app/assets/stylesheets/unify-globals.css */
.g-max-width-100x {
  max-width: 100%;
}

/* Min Width in Percentage (%) */
/* line 5163, app/assets/stylesheets/unify-globals.css */
.g-min-width-100x {
  min-width: 100%;
}

/* Width Viewport Width (vw) */
/* line 5167, app/assets/stylesheets/unify-globals.css */
.g-width-50vw {
  width: 50vw !important;
  /* P */
}

/* line 5171, app/assets/stylesheets/unify-globals.css */
.g-width-100vw {
  width: 100vw !important;
  /* P */
}

/* Width in Pixels (px) */
/* line 5176, app/assets/stylesheets/unify-globals.css */
.g-width-3 {
  width: 3px !important;
  /* O */
}

/* line 5180, app/assets/stylesheets/unify-globals.css */
.g-width-10 {
  width: 10px !important;
  /* O */
}

/* line 5184, app/assets/stylesheets/unify-globals.css */
.g-width-12 {
  width: 12px !important;
  /* Z */
}

/* line 5188, app/assets/stylesheets/unify-globals.css */
.g-width-16 {
  width: 16px !important;
  /* O */
}

/* line 5192, app/assets/stylesheets/unify-globals.css */
.g-width-18 {
  width: 18px !important;
  /* O */
}

/* line 5196, app/assets/stylesheets/unify-globals.css */
.g-width-20 {
  width: 20px !important;
  /* O */
}

/* line 5200, app/assets/stylesheets/unify-globals.css */
.g-width-24 {
  width: 24px !important;
  /* O */
}

/* line 5204, app/assets/stylesheets/unify-globals.css */
.g-width-25 {
  width: 25px !important;
}

/* line 5207, app/assets/stylesheets/unify-globals.css */
.g-width-26 {
  width: 26px !important;
  /* P */
}

/* line 5211, app/assets/stylesheets/unify-globals.css */
.g-width-28 {
  width: 28px !important;
  /* O */
}

/* line 5215, app/assets/stylesheets/unify-globals.css */
.g-width-30 {
  width: 30px !important;
  /* P */
}

/* line 5219, app/assets/stylesheets/unify-globals.css */
.g-width-32 {
  width: 32px !important;
  /* O */
}

/* line 5223, app/assets/stylesheets/unify-globals.css */
.g-width-35 {
  width: 35px !important;
  /* P */
}

/* line 5227, app/assets/stylesheets/unify-globals.css */
.g-width-40 {
  width: 40px !important;
  /* P */
}

/* line 5231, app/assets/stylesheets/unify-globals.css */
.g-width-45 {
  width: 45px !important;
  /* P */
}

/* line 5235, app/assets/stylesheets/unify-globals.css */
.g-width-48 {
  width: 48px !important;
  /* P */
}

/* line 5239, app/assets/stylesheets/unify-globals.css */
.g-width-50 {
  width: 50px !important;
  /* P */
}

/* line 5243, app/assets/stylesheets/unify-globals.css */
.g-width-54 {
  width: 54px !important;
  /* P */
}

/* line 5247, app/assets/stylesheets/unify-globals.css */
.g-width-55 {
  width: 55px !important;
  /* P */
}

/* line 5251, app/assets/stylesheets/unify-globals.css */
.g-width-60 {
  width: 60px !important;
  /* P */
}

/* line 5255, app/assets/stylesheets/unify-globals.css */
.g-width-64 {
  width: 64px !important;
  /* P */
}

/* line 5259, app/assets/stylesheets/unify-globals.css */
.g-width-70 {
  width: 70px !important;
  /* P */
}

/* line 5263, app/assets/stylesheets/unify-globals.css */
.g-width-75 {
  width: 75px !important;
  /* O */
}

/* line 5267, app/assets/stylesheets/unify-globals.css */
.g-width-80 {
  width: 80px !important;
  /* P */
}

/* line 5271, app/assets/stylesheets/unify-globals.css */
.g-width-85 {
  width: 85px !important;
  /* P */
}

/* line 5275, app/assets/stylesheets/unify-globals.css */
.g-width-95 {
  width: 95px !important;
  /* P */
}

/* line 5279, app/assets/stylesheets/unify-globals.css */
.g-width-100 {
  width: 100px !important;
  /* P */
}

/* line 5283, app/assets/stylesheets/unify-globals.css */
.g-width-105 {
  width: 105px;
}

/* line 5286, app/assets/stylesheets/unify-globals.css */
.g-width-110 {
  width: 110px !important;
  /* O */
}

/* line 5290, app/assets/stylesheets/unify-globals.css */
.g-width-115 {
  width: 115px !important;
  /* O */
}

/* line 5294, app/assets/stylesheets/unify-globals.css */
.g-width-120 {
  width: 120px !important;
  /* P */
}

/* line 5298, app/assets/stylesheets/unify-globals.css */
.g-width-125 {
  width: 125px !important;
  /* P */
}

/* line 5302, app/assets/stylesheets/unify-globals.css */
.g-width-130 {
  width: 130px !important;
  /* P */
}

/* line 5306, app/assets/stylesheets/unify-globals.css */
.g-width-140 {
  width: 140px !important;
  /* P */
}

/* line 5310, app/assets/stylesheets/unify-globals.css */
.g-width-150 {
  width: 150px !important;
}

/* line 5313, app/assets/stylesheets/unify-globals.css */
.g-width-160 {
  width: 160px !important;
  /* P */
}

/* line 5317, app/assets/stylesheets/unify-globals.css */
.g-width-170 {
  width: 170px !important;
  /* P */
}

/* line 5321, app/assets/stylesheets/unify-globals.css */
.g-width-200 {
  width: 200px !important;
  /* P */
}

/* line 5325, app/assets/stylesheets/unify-globals.css */
.g-width-215 {
  width: 215px !important;
}

/* line 5328, app/assets/stylesheets/unify-globals.css */
.g-width-235 {
  width: 235px !important;
}

/* line 5331, app/assets/stylesheets/unify-globals.css */
.g-width-250 {
  /* RG-Q */
  width: 250px !important;
  /* P */
  max-width: 100%;
}

/* line 5337, app/assets/stylesheets/unify-globals.css */
.g-width-270 {
  width: 270px !important;
  /* O */
  max-width: 100%;
}

/* line 5342, app/assets/stylesheets/unify-globals.css */
.g-width-300 {
  width: 300px !important;
  /* P */
  max-width: 100%;
}

/* line 5347, app/assets/stylesheets/unify-globals.css */
.g-width-400 {
  width: 400px !important;
  /* O */
  max-width: 100%;
}

/* line 5352, app/assets/stylesheets/unify-globals.css */
.g-width-340 {
  width: 340px !important;
  /* O */
  max-width: 100%;
}

/* line 5357, app/assets/stylesheets/unify-globals.css */
.g-width-360 {
  width: 360px !important;
  /* O */
  max-width: 100%;
}

/* line 5362, app/assets/stylesheets/unify-globals.css */
.g-width-370 {
  width: 370px !important;
  /* P */
  max-width: 100%;
}

/* line 5367, app/assets/stylesheets/unify-globals.css */
.g-width-380 {
  width: 380px !important;
  /* O */
  max-width: 100%;
}

/* line 5372, app/assets/stylesheets/unify-globals.css */
.g-width-460 {
  width: 460px !important;
  /* O */
  max-width: 100%;
}

/* line 5377, app/assets/stylesheets/unify-globals.css */
.g-width-465 {
  width: 465px !important;
  /* O */
  max-width: 100%;
}

/* line 5382, app/assets/stylesheets/unify-globals.css */
.g-width-485 {
  width: 485px !important;
  /* O */
  max-width: 100%;
}

/* line 5387, app/assets/stylesheets/unify-globals.css */
.g-width-560 {
  width: 560px !important;
  /* O */
  max-width: 100%;
}

/* line 5392, app/assets/stylesheets/unify-globals.css */
.g-width-590 {
  width: 590px !important;
  max-width: 100%;
}

/* line 5396, app/assets/stylesheets/unify-globals.css */
.g-width-600 {
  width: 600px !important;
  /* O */
  max-width: 100%;
}

/* line 5401, app/assets/stylesheets/unify-globals.css */
.g-width-630 {
  width: 630px !important;
  /* O */
  max-width: 100%;
}

/* line 5406, app/assets/stylesheets/unify-globals.css */
.g-width-680 {
  width: 680px !important;
  /* O */
  max-width: 100%;
}

/* line 5411, app/assets/stylesheets/unify-globals.css */
.g-width-720 {
  width: 720px !important;
  /* O */
  max-width: 100%;
}

/* line 5416, app/assets/stylesheets/unify-globals.css */
.g-width-760 {
  width: 760px !important;
  max-width: 100%;
}

/* line 5420, app/assets/stylesheets/unify-globals.css */
.g-width-770 {
  width: 770px !important;
  max-width: 100%;
}

/* line 5424, app/assets/stylesheets/unify-globals.css */
.g-width-780 {
  /* RG-Q */
  width: 780px !important;
  /* P */
  max-width: 100%;
}

/* line 5430, app/assets/stylesheets/unify-globals.css */
.g-width-900 {
  width: 900px !important;
  /* P */
  max-width: 100%;
}

/* line 5435, app/assets/stylesheets/unify-globals.css */
.g-width-945 {
  width: 945px !important;
  max-width: 100%;
}

/* line 5439, app/assets/stylesheets/unify-globals.css */
.g-width-1025 {
  width: 1025px !important;
  max-width: 100%;
}

/* Max Width in Pixels (px) */
/* line 5444, app/assets/stylesheets/unify-globals.css */
.g-max-width-100 {
  max-width: 100px;
}

/* line 5447, app/assets/stylesheets/unify-globals.css */
.g-max-width-120 {
  max-width: 120px;
}

/* line 5450, app/assets/stylesheets/unify-globals.css */
.g-max-width-170 {
  max-width: 170px;
  /* O */
}

/* line 5454, app/assets/stylesheets/unify-globals.css */
.g-max-width-190 {
  max-width: 190px;
}

/* line 5457, app/assets/stylesheets/unify-globals.css */
.g-max-width-200 {
  max-width: 200px;
}

/* line 5460, app/assets/stylesheets/unify-globals.css */
.g-max-width-250 {
  max-width: 250px;
}

/* line 5463, app/assets/stylesheets/unify-globals.css */
.g-max-width-300 {
  max-width: 300px;
}

/* line 5466, app/assets/stylesheets/unify-globals.css */
.g-max-width-400 {
  max-width: 400px;
}

/* line 5469, app/assets/stylesheets/unify-globals.css */
.g-max-width-540 {
  max-width: 540px;
}

/* line 5472, app/assets/stylesheets/unify-globals.css */
.g-max-width-550 {
  max-width: 550px;
}

/* line 5475, app/assets/stylesheets/unify-globals.css */
.g-max-width-570 {
  max-width: 570px;
}

/* line 5478, app/assets/stylesheets/unify-globals.css */
.g-max-width-600 {
  max-width: 600px;
}

/* line 5481, app/assets/stylesheets/unify-globals.css */
.g-max-width-645 {
  max-width: 645px;
}

/* line 5484, app/assets/stylesheets/unify-globals.css */
.g-max-width-670 {
  max-width: 670px;
}

/* line 5487, app/assets/stylesheets/unify-globals.css */
.g-max-width-700 {
  max-width: 700px;
}

/* line 5490, app/assets/stylesheets/unify-globals.css */
.g-max-width-750 {
  max-width: 750px;
}

/* line 5493, app/assets/stylesheets/unify-globals.css */
.g-max-width-770 {
  max-width: 770px;
}

/* line 5496, app/assets/stylesheets/unify-globals.css */
.g-max-width-780 {
  max-width: 780px;
}

/* line 5499, app/assets/stylesheets/unify-globals.css */
.g-max-width-800 {
  max-width: 800px;
}

/* line 5502, app/assets/stylesheets/unify-globals.css */
.g-max-width-840 {
  max-width: 840px;
}

/* line 5505, app/assets/stylesheets/unify-globals.css */
.g-max-width-960 {
  max-width: 960px;
}

/* Min Width in Pixels (px) */
/* line 5509, app/assets/stylesheets/unify-globals.css */
.g-min-width-40 {
  min-width: 40px;
}

/* line 5512, app/assets/stylesheets/unify-globals.css */
.g-min-width-65 {
  min-width: 65px;
}

/* line 5515, app/assets/stylesheets/unify-globals.css */
.g-min-width-110 {
  min-width: 110px;
}

/* line 5518, app/assets/stylesheets/unify-globals.css */
.g-min-width-130 {
  min-width: 130px;
}

/* line 5521, app/assets/stylesheets/unify-globals.css */
.g-min-width-170 {
  min-width: 170px;
}

/* line 5524, app/assets/stylesheets/unify-globals.css */
.g-min-width-200 {
  min-width: 200px;
}

/* line 5527, app/assets/stylesheets/unify-globals.css */
.g-min-width-220 {
  min-width: 220px;
}

/* line 5530, app/assets/stylesheets/unify-globals.css */
.g-min-width-300 {
  min-width: 300px;
}

@media (min-width: 576px) {
  /* line 5534, app/assets/stylesheets/unify-globals.css */
  .g-width-50x--sm {
    width: 50% !important;
    /* P */
  }
  /* line 5537, app/assets/stylesheets/unify-globals.css */
  .g-width-80x--sm {
    width: 80% !important;
    /* R */
  }
  /* line 5540, app/assets/stylesheets/unify-globals.css */
  .g-width-485--sm {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 5546, app/assets/stylesheets/unify-globals.css */
  .g-width-60--md {
    width: 60px !important;
    /* O */
  }
  /* line 5549, app/assets/stylesheets/unify-globals.css */
  .g-width-80--md {
    width: 80px !important;
    /* O */
  }
  /* line 5552, app/assets/stylesheets/unify-globals.css */
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }
  /* line 5555, app/assets/stylesheets/unify-globals.css */
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }
  /* line 5558, app/assets/stylesheets/unify-globals.css */
  .g-width-80x--md {
    width: 80% !important;
    /* R */
  }
  /* line 5561, app/assets/stylesheets/unify-globals.css */
  .g-width-45--md {
    width: 45px !important;
  }
  /* line 5563, app/assets/stylesheets/unify-globals.css */
  .g-width-100--md {
    width: 100px !important;
    /* O */
  }
  /* line 5566, app/assets/stylesheets/unify-globals.css */
  .g-width-125--md {
    width: 125px !important;
    /* P */
  }
  /* line 5569, app/assets/stylesheets/unify-globals.css */
  .g-width-140--md {
    width: 140px !important;
    /* R */
  }
  /* line 5572, app/assets/stylesheets/unify-globals.css */
  .g-width-155--md {
    width: 155px !important;
    /* R */
  }
  /* line 5575, app/assets/stylesheets/unify-globals.css */
  .g-width-225--md {
    width: 225px !important;
  }
  /* line 5577, app/assets/stylesheets/unify-globals.css */
  .g-width-160--md {
    width: 160px !important;
  }
  /* line 5579, app/assets/stylesheets/unify-globals.css */
  .g-width-165--md {
    width: 165px !important;
  }
  /* line 5581, app/assets/stylesheets/unify-globals.css */
  .g-width-170--md {
    width: 170px !important;
    /* P */
  }
  /* line 5584, app/assets/stylesheets/unify-globals.css */
  .g-width-780--md {
    width: 780px !important;
    /* O */
    max-width: 100%;
  }
  /* line 5588, app/assets/stylesheets/unify-globals.css */
  .g-max-width-200--md {
    max-width: 200px;
  }
  /* line 5590, app/assets/stylesheets/unify-globals.css */
  .g-max-width-400--md {
    max-width: 400px;
  }
  /* line 5592, app/assets/stylesheets/unify-globals.css */
  .g-min-width-110--md {
    min-width: 110px;
  }
  /* line 5594, app/assets/stylesheets/unify-globals.css */
  .g-width-auto--md {
    width: auto !important;
    /* P */
  }
}

@media (min-width: 992px) {
  /* line 5599, app/assets/stylesheets/unify-globals.css */
  .g-width-100x--lg {
    width: 100% !important;
    /* P */
  }
  /* line 5602, app/assets/stylesheets/unify-globals.css */
  .g-width-155--lg {
    width: 155px !important;
    /* O */
  }
  /* line 5605, app/assets/stylesheets/unify-globals.css */
  .g-width-165--lg {
    width: 165px !important;
  }
  /* line 5607, app/assets/stylesheets/unify-globals.css */
  .g-width-200--lg {
    width: 200px !important;
    /* O */
    max-width: 100%;
  }
  /* line 5611, app/assets/stylesheets/unify-globals.css */
  .g-width-485--lg {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }
  /* line 5615, app/assets/stylesheets/unify-globals.css */
  .g-width-auto--lg {
    width: auto !important;
    /* P */
  }
}

/* line 5619, app/assets/stylesheets/unify-globals.css */
* > .g-width-70--hover {
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 5624, app/assets/stylesheets/unify-globals.css */
*:hover > .g-width-70--hover {
  width: 70px;
}

/*------------------------------------
  Heights
------------------------------------*/
/* Height in Percentage (%) */
/* line 5631, app/assets/stylesheets/unify-globals.css */
.g-height-50x {
  height: 50%;
}

/* line 5634, app/assets/stylesheets/unify-globals.css */
.g-height-80x {
  height: 80%;
}

/* line 5637, app/assets/stylesheets/unify-globals.css */
.g-height-90x {
  height: 90%;
}

/* line 5640, app/assets/stylesheets/unify-globals.css */
.g-height-95x {
  height: 95%;
}

/* line 5643, app/assets/stylesheets/unify-globals.css */
.g-height-100x {
  height: 100%;
}

/* Max Height in Percentage (%) */
/* line 5647, app/assets/stylesheets/unify-globals.css */
.g-max-height-100x {
  max-height: 100%;
}

/* Max Height in Viewport Height (vh) */
/* line 5651, app/assets/stylesheets/unify-globals.css */
.g-max-height-90vh {
  height: 90vh !important;
}

/* Min Height in Percentage (%) */
/* line 5655, app/assets/stylesheets/unify-globals.css */
.g-min-height-100x {
  min-height: 100%;
}

/* Height  in Viewport Height (vh) */
/* line 5659, app/assets/stylesheets/unify-globals.css */
.g-height-50vh {
  height: 50vh !important;
}

/* line 5662, app/assets/stylesheets/unify-globals.css */
.g-height-70vh {
  height: 70vh;
}

/* line 5665, app/assets/stylesheets/unify-globals.css */
.g-height-75vh {
  height: 75vh;
}

/* line 5668, app/assets/stylesheets/unify-globals.css */
.g-height-100vh {
  height: 100vh !important;
}

/* Min Height in Viewport Height (vh) */
/* line 5672, app/assets/stylesheets/unify-globals.css */
.g-min-height-50vh {
  min-height: 50vh;
}

/* line 5675, app/assets/stylesheets/unify-globals.css */
.g-min-height-60vh {
  min-height: 60vh;
}

/* line 5678, app/assets/stylesheets/unify-globals.css */
.g-min-height-70vh {
  min-height: 70vh;
}

/* line 5681, app/assets/stylesheets/unify-globals.css */
.g-min-height-80vh {
  min-height: 80vh;
}

/* line 5684, app/assets/stylesheets/unify-globals.css */
.g-min-height-100vh {
  min-height: 100vh;
}

/* Auto Height */
/* line 5688, app/assets/stylesheets/unify-globals.css */
.g-height-auto {
  height: auto;
}

@media (min-width: 576px) {
  /* line 5692, app/assets/stylesheets/unify-globals.css */
  .g-height-100vh--sm {
    height: 100vh !important;
  }
  /* line 5694, app/assets/stylesheets/unify-globals.css */
  .g-height-auto--sm {
    height: auto;
  }
  /* line 5696, app/assets/stylesheets/unify-globals.css */
  .g-height-100x--sm {
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 5700, app/assets/stylesheets/unify-globals.css */
  .g-height-auto--md {
    height: auto;
  }
  /* line 5702, app/assets/stylesheets/unify-globals.css */
  .g-min-height-100vh--md {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  /* line 5706, app/assets/stylesheets/unify-globals.css */
  .g-height-100vh--lg {
    height: 100vh !important;
  }
  /* line 5708, app/assets/stylesheets/unify-globals.css */
  .g-height-auto--lg {
    height: auto;
  }
}

@media (min-width: 1200px) {
  /* line 5712, app/assets/stylesheets/unify-globals.css */
  .g-height-auto--xl {
    height: auto;
  }
}

/* Height in Pixels (px) */
/* line 5716, app/assets/stylesheets/unify-globals.css */
.g-height-1 {
  height: 1px;
}

/* line 5719, app/assets/stylesheets/unify-globals.css */
.g-height-2 {
  height: 2px;
}

/* line 5722, app/assets/stylesheets/unify-globals.css */
.g-height-4 {
  height: 4px;
}

/* line 5725, app/assets/stylesheets/unify-globals.css */
.g-height-5 {
  height: 5px !important;
}

/* line 5728, app/assets/stylesheets/unify-globals.css */
.g-height-6 {
  height: 6px !important;
}

/* line 5731, app/assets/stylesheets/unify-globals.css */
.g-height-10 {
  height: 10px !important;
}

/* line 5734, app/assets/stylesheets/unify-globals.css */
.g-height-12 {
  height: 12px !important;
}

/* line 5737, app/assets/stylesheets/unify-globals.css */
.g-height-16 {
  height: 16px !important;
}

/* line 5740, app/assets/stylesheets/unify-globals.css */
.g-height-18 {
  height: 18px;
}

/* line 5743, app/assets/stylesheets/unify-globals.css */
.g-height-20 {
  height: 20px !important;
}

/* line 5746, app/assets/stylesheets/unify-globals.css */
.g-height-24 {
  height: 24px;
}

/* line 5749, app/assets/stylesheets/unify-globals.css */
.g-height-25 {
  height: 25px;
}

/* line 5752, app/assets/stylesheets/unify-globals.css */
.g-height-26 {
  height: 26px;
}

/* line 5755, app/assets/stylesheets/unify-globals.css */
.g-height-28 {
  height: 28px !important;
  /* O */
}

/* line 5759, app/assets/stylesheets/unify-globals.css */
.g-height-30 {
  height: 30px !important;
}

/* line 5762, app/assets/stylesheets/unify-globals.css */
.g-height-32 {
  height: 32px;
  /* O */
}

/* line 5766, app/assets/stylesheets/unify-globals.css */
.g-height-35 {
  height: 35px !important;
}

/* line 5769, app/assets/stylesheets/unify-globals.css */
.g-height-40 {
  height: 40px;
}

/* line 5772, app/assets/stylesheets/unify-globals.css */
.g-height-45 {
  height: 45px;
}

/* line 5775, app/assets/stylesheets/unify-globals.css */
.g-height-48 {
  height: 48px;
  /* O */
}

/* line 5779, app/assets/stylesheets/unify-globals.css */
.g-height-50 {
  height: 50px;
}

/* line 5782, app/assets/stylesheets/unify-globals.css */
.g-height-55 {
  height: 55px;
}

/* line 5785, app/assets/stylesheets/unify-globals.css */
.g-height-60 {
  height: 60px;
}

/* line 5788, app/assets/stylesheets/unify-globals.css */
.g-height-64 {
  height: 64px;
}

/* line 5791, app/assets/stylesheets/unify-globals.css */
.g-height-70 {
  height: 70px;
}

/* line 5794, app/assets/stylesheets/unify-globals.css */
.g-height-75 {
  height: 75px;
  /* O */
}

/* line 5798, app/assets/stylesheets/unify-globals.css */
.g-height-80 {
  height: 80px !important;
}

/* line 5801, app/assets/stylesheets/unify-globals.css */
.g-height-85 {
  height: 85px;
}

/* line 5804, app/assets/stylesheets/unify-globals.css */
.g-height-88 {
  height: 88px;
}

/* line 5807, app/assets/stylesheets/unify-globals.css */
.g-height-90 {
  height: 90px;
}

/* line 5810, app/assets/stylesheets/unify-globals.css */
.g-height-95 {
  height: 95px !important;
}

/* line 5813, app/assets/stylesheets/unify-globals.css */
.g-height-100 {
  height: 100px !important;
}

/* line 5816, app/assets/stylesheets/unify-globals.css */
.g-height-105 {
  height: 105px;
}

/* line 5819, app/assets/stylesheets/unify-globals.css */
.g-height-115 {
  height: 115px !important;
  /* O */
}

/* line 5823, app/assets/stylesheets/unify-globals.css */
.g-height-120 {
  height: 120px;
}

/* line 5826, app/assets/stylesheets/unify-globals.css */
.g-height-130 {
  height: 130px;
}

/* line 5829, app/assets/stylesheets/unify-globals.css */
.g-height-140 {
  height: 140px;
}

/* line 5832, app/assets/stylesheets/unify-globals.css */
.g-height-150 {
  height: 150px;
}

/* line 5835, app/assets/stylesheets/unify-globals.css */
.g-height-160 {
  height: 160px;
}

/* line 5838, app/assets/stylesheets/unify-globals.css */
.g-height-170 {
  height: 170px;
  /* O */
}

/* line 5842, app/assets/stylesheets/unify-globals.css */
.g-height-180 {
  height: 180px !important;
  /* O */
}

/* line 5846, app/assets/stylesheets/unify-globals.css */
.g-height-200 {
  height: 200px;
}

/* line 5849, app/assets/stylesheets/unify-globals.css */
.g-height-250 {
  height: 250px;
}

/* line 5852, app/assets/stylesheets/unify-globals.css */
.g-height-280 {
  height: 280px;
}

/* line 5855, app/assets/stylesheets/unify-globals.css */
.g-height-300 {
  height: 300px;
}

/* line 5858, app/assets/stylesheets/unify-globals.css */
.g-height-350 {
  height: 350px;
}

/* line 5861, app/assets/stylesheets/unify-globals.css */
.g-height-400 {
  height: 400px;
}

/* line 5864, app/assets/stylesheets/unify-globals.css */
.g-height-450 {
  height: 450px;
}

/* line 5867, app/assets/stylesheets/unify-globals.css */
.g-height-460 {
  height: 460px;
  /* O */
  max-height: 100% !important;
}

/* line 5872, app/assets/stylesheets/unify-globals.css */
.g-height-500 {
  height: 500px;
}

/* line 5875, app/assets/stylesheets/unify-globals.css */
.g-height-600 {
  height: 600px;
}

/* line 5878, app/assets/stylesheets/unify-globals.css */
.g-height-680 {
  height: 680px;
}

/* Min Height in Pixels (px) */
/* line 5882, app/assets/stylesheets/unify-globals.css */
.g-min-height-4 {
  min-height: 4px;
}

/* line 5885, app/assets/stylesheets/unify-globals.css */
.g-min-height-200 {
  min-height: 200px;
}

/* line 5888, app/assets/stylesheets/unify-globals.css */
.g-min-height-250 {
  min-height: 250px;
}

/* line 5891, app/assets/stylesheets/unify-globals.css */
.g-min-height-275 {
  min-height: 275px;
}

/* line 5894, app/assets/stylesheets/unify-globals.css */
.g-min-height-300 {
  min-height: 300px;
}

/* line 5897, app/assets/stylesheets/unify-globals.css */
.g-min-height-312 {
  min-height: 312px;
}

/* line 5900, app/assets/stylesheets/unify-globals.css */
.g-min-height-360 {
  min-height: 360px;
}

/* line 5903, app/assets/stylesheets/unify-globals.css */
.g-min-height-400 {
  min-height: 400px;
}

/* line 5906, app/assets/stylesheets/unify-globals.css */
.g-min-height-450 {
  min-height: 450px;
}

/* line 5909, app/assets/stylesheets/unify-globals.css */
.g-min-height-500 {
  min-height: 500px;
}

/* line 5912, app/assets/stylesheets/unify-globals.css */
.g-min-height-600 {
  min-height: 600px;
}

@media (min-width: 576px) {
  /* line 5916, app/assets/stylesheets/unify-globals.css */
  .g-height-350--sm {
    height: 350px;
  }
  /* line 5918, app/assets/stylesheets/unify-globals.css */
  .g-height-680--sm {
    height: 680px;
  }
}

@media (min-width: 768px) {
  /* line 5922, app/assets/stylesheets/unify-globals.css */
  .g-height-45--md {
    height: 45px !important;
  }
  /* line 5924, app/assets/stylesheets/unify-globals.css */
  .g-height-60--md {
    height: 60px !important;
  }
  /* line 5926, app/assets/stylesheets/unify-globals.css */
  .g-height-100--md {
    height: 100px !important;
  }
  /* line 5928, app/assets/stylesheets/unify-globals.css */
  .g-height-170--md {
    height: 170px !important;
  }
  /* line 5930, app/assets/stylesheets/unify-globals.css */
  .g-height-350--md {
    height: 350px;
  }
  /* line 5932, app/assets/stylesheets/unify-globals.css */
  .g-height-500--md {
    height: 500px;
  }
  /* line 5934, app/assets/stylesheets/unify-globals.css */
  .g-height-680--md {
    height: 680px;
  }
  /* line 5936, app/assets/stylesheets/unify-globals.css */
  .g-height-100x--md {
    height: 100%;
  }
  /* line 5938, app/assets/stylesheets/unify-globals.css */
  .g-height-100vh--md {
    height: 100vh;
  }
  /* line 5940, app/assets/stylesheets/unify-globals.css */
  .g-min-height-230--md {
    min-height: 230px;
  }
  /* line 5942, app/assets/stylesheets/unify-globals.css */
  .g-min-height-500--md {
    min-height: 500px;
  }
}

@media (min-width: 992px) {
  /* line 5946, app/assets/stylesheets/unify-globals.css */
  .g-height-200--lg {
    height: 200px !important;
  }
  /* line 5948, app/assets/stylesheets/unify-globals.css */
  .g-height-230--lg {
    height: 230px;
  }
  /* line 5950, app/assets/stylesheets/unify-globals.css */
  .g-height-350--lg {
    height: 350px;
  }
  /* line 5952, app/assets/stylesheets/unify-globals.css */
  .g-height-680--lg {
    height: 680px;
  }
}

@media (min-width: 1200px) {
  /* line 5956, app/assets/stylesheets/unify-globals.css */
  .g-height-350--xl {
    height: 350px;
  }
  /* line 5958, app/assets/stylesheets/unify-globals.css */
  .g-height-680--xl {
    height: 680px;
  }
}

/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  /* line 5967, app/assets/stylesheets/unify-globals.css */
  .g-ma-0 {
    margin: 0 !important;
  }
  /* line 5969, app/assets/stylesheets/unify-globals.css */
  .g-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 5972, app/assets/stylesheets/unify-globals.css */
  .g-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 5975, app/assets/stylesheets/unify-globals.css */
  .g-ml-0 {
    margin-left: 0 !important;
  }
  /* line 5977, app/assets/stylesheets/unify-globals.css */
  .g-mr-0 {
    margin-right: 0 !important;
  }
  /* line 5979, app/assets/stylesheets/unify-globals.css */
  .g-mt-0 {
    margin-top: 0 !important;
  }
  /* line 5981, app/assets/stylesheets/unify-globals.css */
  .g-mb-0 {
    margin-bottom: 0 !important;
  }
  /* line 5983, app/assets/stylesheets/unify-globals.css */
  .g-mx-1 {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  /* line 5986, app/assets/stylesheets/unify-globals.css */
  .g-mx-2 {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  /* line 5989, app/assets/stylesheets/unify-globals.css */
  .g-mx-3 {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  /* line 5992, app/assets/stylesheets/unify-globals.css */
  .g-mx-4 {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  /* line 5995, app/assets/stylesheets/unify-globals.css */
  .g-mx-5 {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  /* line 5998, app/assets/stylesheets/unify-globals.css */
  .g-mx-6 {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  /* line 6001, app/assets/stylesheets/unify-globals.css */
  .g-mx-7 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 6004, app/assets/stylesheets/unify-globals.css */
  .g-mx-8 {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  /* line 6007, app/assets/stylesheets/unify-globals.css */
  .g-mx-9 {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  /* line 6010, app/assets/stylesheets/unify-globals.css */
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 6013, app/assets/stylesheets/unify-globals.css */
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 6016, app/assets/stylesheets/unify-globals.css */
  .g-mx-15 {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  /* line 6019, app/assets/stylesheets/unify-globals.css */
  .g-mx-20 {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  /* line 6022, app/assets/stylesheets/unify-globals.css */
  .g-mx-25 {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  /* line 6025, app/assets/stylesheets/unify-globals.css */
  .g-mx-30 {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  /* line 6028, app/assets/stylesheets/unify-globals.css */
  .g-mx-35 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 6031, app/assets/stylesheets/unify-globals.css */
  .g-mx-40 {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  /* line 6034, app/assets/stylesheets/unify-globals.css */
  .g-mx-45 {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  /* line 6037, app/assets/stylesheets/unify-globals.css */
  .g-mx-50 {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  /* line 6040, app/assets/stylesheets/unify-globals.css */
  .g-mx-55 {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  /* line 6043, app/assets/stylesheets/unify-globals.css */
  .g-mx-60 {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  /* line 6046, app/assets/stylesheets/unify-globals.css */
  .g-mx-65 {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  /* line 6049, app/assets/stylesheets/unify-globals.css */
  .g-mx-70 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 6052, app/assets/stylesheets/unify-globals.css */
  .g-mx-75 {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  /* line 6055, app/assets/stylesheets/unify-globals.css */
  .g-mx-80 {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  /* line 6058, app/assets/stylesheets/unify-globals.css */
  .g-mx-85 {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  /* line 6061, app/assets/stylesheets/unify-globals.css */
  .g-mx-90 {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  /* line 6064, app/assets/stylesheets/unify-globals.css */
  .g-mx-95 {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  /* line 6067, app/assets/stylesheets/unify-globals.css */
  .g-mx-100 {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  /* line 6070, app/assets/stylesheets/unify-globals.css */
  .g-my-1 {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  /* line 6073, app/assets/stylesheets/unify-globals.css */
  .g-my-2 {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  /* line 6076, app/assets/stylesheets/unify-globals.css */
  .g-my-3 {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  /* line 6079, app/assets/stylesheets/unify-globals.css */
  .g-my-4 {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  /* line 6082, app/assets/stylesheets/unify-globals.css */
  .g-my-5 {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  /* line 6085, app/assets/stylesheets/unify-globals.css */
  .g-my-6 {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  /* line 6088, app/assets/stylesheets/unify-globals.css */
  .g-my-7 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6091, app/assets/stylesheets/unify-globals.css */
  .g-my-8 {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  /* line 6094, app/assets/stylesheets/unify-globals.css */
  .g-my-9 {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  /* line 6097, app/assets/stylesheets/unify-globals.css */
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 6100, app/assets/stylesheets/unify-globals.css */
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 6103, app/assets/stylesheets/unify-globals.css */
  .g-my-15 {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  /* line 6106, app/assets/stylesheets/unify-globals.css */
  .g-my-20 {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  /* line 6109, app/assets/stylesheets/unify-globals.css */
  .g-my-25 {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  /* line 6112, app/assets/stylesheets/unify-globals.css */
  .g-my-30 {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  /* line 6115, app/assets/stylesheets/unify-globals.css */
  .g-my-35 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 6118, app/assets/stylesheets/unify-globals.css */
  .g-my-40 {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  /* line 6121, app/assets/stylesheets/unify-globals.css */
  .g-my-45 {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  /* line 6124, app/assets/stylesheets/unify-globals.css */
  .g-my-50 {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  /* line 6127, app/assets/stylesheets/unify-globals.css */
  .g-my-55 {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  /* line 6130, app/assets/stylesheets/unify-globals.css */
  .g-my-60 {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  /* line 6133, app/assets/stylesheets/unify-globals.css */
  .g-my-65 {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  /* line 6136, app/assets/stylesheets/unify-globals.css */
  .g-my-70 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 6139, app/assets/stylesheets/unify-globals.css */
  .g-my-75 {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  /* line 6142, app/assets/stylesheets/unify-globals.css */
  .g-my-80 {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  /* line 6145, app/assets/stylesheets/unify-globals.css */
  .g-my-85 {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  /* line 6148, app/assets/stylesheets/unify-globals.css */
  .g-my-90 {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  /* line 6151, app/assets/stylesheets/unify-globals.css */
  .g-my-95 {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  /* line 6154, app/assets/stylesheets/unify-globals.css */
  .g-my-100 {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  /* line 6157, app/assets/stylesheets/unify-globals.css */
  .g-mt-1 {
    margin-top: 0.07143rem !important;
  }
  /* line 6159, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-1 {
    margin-top: -0.07143rem !important;
  }
  /* line 6161, app/assets/stylesheets/unify-globals.css */
  .g-mt-2 {
    margin-top: 0.14286rem !important;
  }
  /* line 6163, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-2 {
    margin-top: -0.14286rem !important;
  }
  /* line 6165, app/assets/stylesheets/unify-globals.css */
  .g-mt-3 {
    margin-top: 0.21429rem !important;
  }
  /* line 6167, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-3 {
    margin-top: -0.21429rem !important;
  }
  /* line 6169, app/assets/stylesheets/unify-globals.css */
  .g-mt-4 {
    margin-top: 0.28571rem !important;
  }
  /* line 6171, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-4 {
    margin-top: -0.28571rem !important;
  }
  /* line 6173, app/assets/stylesheets/unify-globals.css */
  .g-mt-5 {
    margin-top: 0.35714rem !important;
  }
  /* line 6175, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-5 {
    margin-top: -0.35714rem !important;
  }
  /* line 6177, app/assets/stylesheets/unify-globals.css */
  .g-mt-6 {
    margin-top: 0.42857rem !important;
  }
  /* line 6179, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-6 {
    margin-top: -0.42857rem !important;
  }
  /* line 6181, app/assets/stylesheets/unify-globals.css */
  .g-mt-7 {
    margin-top: 0.5rem !important;
  }
  /* line 6183, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-7 {
    margin-top: -0.5rem !important;
  }
  /* line 6185, app/assets/stylesheets/unify-globals.css */
  .g-mt-8 {
    margin-top: 0.57143rem !important;
  }
  /* line 6187, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-8 {
    margin-top: -0.57143rem !important;
  }
  /* line 6189, app/assets/stylesheets/unify-globals.css */
  .g-mt-9 {
    margin-top: 0.64286rem !important;
  }
  /* line 6191, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-9 {
    margin-top: -0.64286rem !important;
  }
  /* line 6193, app/assets/stylesheets/unify-globals.css */
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }
  /* line 6195, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }
  /* line 6197, app/assets/stylesheets/unify-globals.css */
  .g-mt-11 {
    margin-top: 0.78571rem !important;
  }
  /* line 6199, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-11 {
    margin-top: -0.78571rem !important;
  }
  /* line 6201, app/assets/stylesheets/unify-globals.css */
  .g-mt-12 {
    margin-top: 0.85714rem !important;
  }
  /* line 6203, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-12 {
    margin-top: -0.85714rem !important;
  }
  /* line 6205, app/assets/stylesheets/unify-globals.css */
  .g-mt-13 {
    margin-top: 0.92857rem !important;
  }
  /* line 6207, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-13 {
    margin-top: -0.92857rem !important;
  }
  /* line 6209, app/assets/stylesheets/unify-globals.css */
  .g-mt-14 {
    margin-top: 1rem !important;
  }
  /* line 6211, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-14 {
    margin-top: -1rem !important;
  }
  /* line 6213, app/assets/stylesheets/unify-globals.css */
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }
  /* line 6215, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }
  /* line 6217, app/assets/stylesheets/unify-globals.css */
  .g-mt-16 {
    margin-top: 1.14286rem !important;
  }
  /* line 6219, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-16 {
    margin-top: -1.14286rem !important;
  }
  /* line 6221, app/assets/stylesheets/unify-globals.css */
  .g-mt-17 {
    margin-top: 1.21429rem !important;
  }
  /* line 6223, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-17 {
    margin-top: -1.21429rem !important;
  }
  /* line 6225, app/assets/stylesheets/unify-globals.css */
  .g-mt-18 {
    margin-top: 1.28571rem !important;
  }
  /* line 6227, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-18 {
    margin-top: -1.28571rem !important;
  }
  /* line 6229, app/assets/stylesheets/unify-globals.css */
  .g-mt-19 {
    margin-top: 1.35714rem !important;
  }
  /* line 6231, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-19 {
    margin-top: -1.35714rem !important;
  }
  /* line 6233, app/assets/stylesheets/unify-globals.css */
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }
  /* line 6235, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }
  /* line 6237, app/assets/stylesheets/unify-globals.css */
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }
  /* line 6239, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }
  /* line 6241, app/assets/stylesheets/unify-globals.css */
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }
  /* line 6243, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }
  /* line 6245, app/assets/stylesheets/unify-globals.css */
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }
  /* line 6247, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }
  /* line 6249, app/assets/stylesheets/unify-globals.css */
  .g-mt-25 {
    margin-top: 1.78571rem !important;
  }
  /* line 6251, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-25 {
    margin-top: -1.78571rem !important;
  }
  /* line 6253, app/assets/stylesheets/unify-globals.css */
  .g-mt-30 {
    margin-top: 2.14286rem !important;
  }
  /* line 6255, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-30 {
    margin-top: -2.14286rem !important;
  }
  /* line 6257, app/assets/stylesheets/unify-globals.css */
  .g-mt-35 {
    margin-top: 2.5rem !important;
  }
  /* line 6259, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-35 {
    margin-top: -2.5rem !important;
  }
  /* line 6261, app/assets/stylesheets/unify-globals.css */
  .g-mt-40 {
    margin-top: 2.85714rem !important;
  }
  /* line 6263, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-40 {
    margin-top: -2.85714rem !important;
  }
  /* line 6265, app/assets/stylesheets/unify-globals.css */
  .g-mt-45 {
    margin-top: 3.21429rem !important;
  }
  /* line 6267, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-45 {
    margin-top: -3.21429rem !important;
  }
  /* line 6269, app/assets/stylesheets/unify-globals.css */
  .g-mt-50 {
    margin-top: 3.57143rem !important;
  }
  /* line 6271, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-50 {
    margin-top: -3.57143rem !important;
  }
  /* line 6273, app/assets/stylesheets/unify-globals.css */
  .g-mt-55 {
    margin-top: 3.92857rem !important;
  }
  /* line 6275, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-55 {
    margin-top: -3.92857rem !important;
  }
  /* line 6277, app/assets/stylesheets/unify-globals.css */
  .g-mt-60 {
    margin-top: 4.28571rem !important;
  }
  /* line 6279, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-60 {
    margin-top: -4.28571rem !important;
  }
  /* line 6281, app/assets/stylesheets/unify-globals.css */
  .g-mt-65 {
    margin-top: 4.64286rem !important;
  }
  /* line 6283, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-65 {
    margin-top: -4.64286rem !important;
  }
  /* line 6285, app/assets/stylesheets/unify-globals.css */
  .g-mt-70 {
    margin-top: 5rem !important;
  }
  /* line 6287, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-70 {
    margin-top: -5rem !important;
  }
  /* line 6289, app/assets/stylesheets/unify-globals.css */
  .g-mt-75 {
    margin-top: 5.35714rem !important;
  }
  /* line 6291, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-75 {
    margin-top: -5.35714rem !important;
  }
  /* line 6293, app/assets/stylesheets/unify-globals.css */
  .g-mt-80 {
    margin-top: 5.71429rem !important;
  }
  /* line 6295, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-80 {
    margin-top: -5.71429rem !important;
  }
  /* line 6297, app/assets/stylesheets/unify-globals.css */
  .g-mt-85 {
    margin-top: 6.07143rem !important;
  }
  /* line 6299, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-85 {
    margin-top: -6.07143rem !important;
  }
  /* line 6301, app/assets/stylesheets/unify-globals.css */
  .g-mt-90 {
    margin-top: 6.42857rem !important;
  }
  /* line 6303, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-90 {
    margin-top: -6.42857rem !important;
  }
  /* line 6305, app/assets/stylesheets/unify-globals.css */
  .g-mt-95 {
    margin-top: 6.78571rem !important;
  }
  /* line 6307, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-95 {
    margin-top: -6.78571rem !important;
  }
  /* line 6309, app/assets/stylesheets/unify-globals.css */
  .g-mt-100 {
    margin-top: 7.14286rem !important;
  }
  /* line 6311, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-100 {
    margin-top: -7.14286rem !important;
  }
  /* line 6313, app/assets/stylesheets/unify-globals.css */
  .g-mt-105 {
    margin-top: 7.5rem !important;
  }
  /* line 6315, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-105 {
    margin-top: -7.5rem !important;
  }
  /* line 6317, app/assets/stylesheets/unify-globals.css */
  .g-mt-110 {
    margin-top: 7.85714rem !important;
  }
  /* line 6319, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-110 {
    margin-top: -7.85714rem !important;
  }
  /* line 6321, app/assets/stylesheets/unify-globals.css */
  .g-mt-115 {
    margin-top: 8.21429rem !important;
  }
  /* line 6323, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-115 {
    margin-top: -8.21429rem !important;
  }
  /* line 6325, app/assets/stylesheets/unify-globals.css */
  .g-mt-120 {
    margin-top: 8.57143rem !important;
  }
  /* line 6327, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-120 {
    margin-top: -8.57143rem !important;
  }
  /* line 6329, app/assets/stylesheets/unify-globals.css */
  .g-mt-125 {
    margin-top: 8.92857rem !important;
  }
  /* line 6331, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-125 {
    margin-top: -8.92857rem !important;
  }
  /* line 6333, app/assets/stylesheets/unify-globals.css */
  .g-mt-130 {
    margin-top: 9.28571rem !important;
  }
  /* line 6335, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-130 {
    margin-top: -9.28571rem !important;
  }
  /* line 6337, app/assets/stylesheets/unify-globals.css */
  .g-mt-135 {
    margin-top: 9.64286rem !important;
  }
  /* line 6339, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-135 {
    margin-top: -9.64286rem !important;
  }
  /* line 6341, app/assets/stylesheets/unify-globals.css */
  .g-mt-140 {
    margin-top: 10rem !important;
  }
  /* line 6343, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-140 {
    margin-top: -10rem !important;
  }
  /* line 6345, app/assets/stylesheets/unify-globals.css */
  .g-mt-145 {
    margin-top: 10.35714rem !important;
  }
  /* line 6347, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-145 {
    margin-top: -10.35714rem !important;
  }
  /* line 6349, app/assets/stylesheets/unify-globals.css */
  .g-mt-150 {
    margin-top: 10.71429rem !important;
  }
  /* line 6351, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-150 {
    margin-top: -10.71429rem !important;
  }
  /* line 6353, app/assets/stylesheets/unify-globals.css */
  .g-mt-155 {
    margin-top: 11.07143rem !important;
  }
  /* line 6355, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-155 {
    margin-top: -11.07143rem !important;
  }
  /* line 6357, app/assets/stylesheets/unify-globals.css */
  .g-mt-160 {
    margin-top: 11.42857rem !important;
  }
  /* line 6359, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-160 {
    margin-top: -11.42857rem !important;
  }
  /* line 6361, app/assets/stylesheets/unify-globals.css */
  .g-mt-165 {
    margin-top: 11.78571rem !important;
  }
  /* line 6363, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-165 {
    margin-top: -11.78571rem !important;
  }
  /* line 6365, app/assets/stylesheets/unify-globals.css */
  .g-mt-170 {
    margin-top: 12.14286rem !important;
  }
  /* line 6367, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-170 {
    margin-top: -12.14286rem !important;
  }
  /* line 6369, app/assets/stylesheets/unify-globals.css */
  .g-mb-1 {
    margin-bottom: 0.07143rem !important;
  }
  /* line 6371, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-1 {
    margin-bottom: -0.07143rem !important;
  }
  /* line 6373, app/assets/stylesheets/unify-globals.css */
  .g-mb-2 {
    margin-bottom: 0.14286rem !important;
  }
  /* line 6375, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-2 {
    margin-bottom: -0.14286rem !important;
  }
  /* line 6377, app/assets/stylesheets/unify-globals.css */
  .g-mb-3 {
    margin-bottom: 0.21429rem !important;
  }
  /* line 6379, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-3 {
    margin-bottom: -0.21429rem !important;
  }
  /* line 6381, app/assets/stylesheets/unify-globals.css */
  .g-mb-4 {
    margin-bottom: 0.28571rem !important;
  }
  /* line 6383, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-4 {
    margin-bottom: -0.28571rem !important;
  }
  /* line 6385, app/assets/stylesheets/unify-globals.css */
  .g-mb-5 {
    margin-bottom: 0.35714rem !important;
  }
  /* line 6387, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-5 {
    margin-bottom: -0.35714rem !important;
  }
  /* line 6389, app/assets/stylesheets/unify-globals.css */
  .g-mb-6 {
    margin-bottom: 0.42857rem !important;
  }
  /* line 6391, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-6 {
    margin-bottom: -0.42857rem !important;
  }
  /* line 6393, app/assets/stylesheets/unify-globals.css */
  .g-mb-7 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6395, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-7 {
    margin-bottom: -0.5rem !important;
  }
  /* line 6397, app/assets/stylesheets/unify-globals.css */
  .g-mb-8 {
    margin-bottom: 0.57143rem !important;
  }
  /* line 6399, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-8 {
    margin-bottom: -0.57143rem !important;
  }
  /* line 6401, app/assets/stylesheets/unify-globals.css */
  .g-mb-9 {
    margin-bottom: 0.64286rem !important;
  }
  /* line 6403, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-9 {
    margin-bottom: -0.64286rem !important;
  }
  /* line 6405, app/assets/stylesheets/unify-globals.css */
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  /* line 6407, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-10 {
    margin-bottom: -0.71429rem !important;
  }
  /* line 6409, app/assets/stylesheets/unify-globals.css */
  .g-mb-11 {
    margin-bottom: 0.78571rem !important;
  }
  /* line 6411, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-11 {
    margin-bottom: -0.78571rem !important;
  }
  /* line 6413, app/assets/stylesheets/unify-globals.css */
  .g-mb-12 {
    margin-bottom: 0.85714rem !important;
  }
  /* line 6415, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-12 {
    margin-bottom: -0.85714rem !important;
  }
  /* line 6417, app/assets/stylesheets/unify-globals.css */
  .g-mb-13 {
    margin-bottom: 0.92857rem !important;
  }
  /* line 6419, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-13 {
    margin-bottom: -0.92857rem !important;
  }
  /* line 6421, app/assets/stylesheets/unify-globals.css */
  .g-mb-14 {
    margin-bottom: 1rem !important;
  }
  /* line 6423, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-14 {
    margin-bottom: -1rem !important;
  }
  /* line 6425, app/assets/stylesheets/unify-globals.css */
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }
  /* line 6427, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-15 {
    margin-bottom: -1.07143rem !important;
  }
  /* line 6429, app/assets/stylesheets/unify-globals.css */
  .g-mb-16 {
    margin-bottom: 1.14286rem !important;
  }
  /* line 6431, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-16 {
    margin-bottom: -1.14286rem !important;
  }
  /* line 6433, app/assets/stylesheets/unify-globals.css */
  .g-mb-17 {
    margin-bottom: 1.21429rem !important;
  }
  /* line 6435, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-17 {
    margin-bottom: -1.21429rem !important;
  }
  /* line 6437, app/assets/stylesheets/unify-globals.css */
  .g-mb-18 {
    margin-bottom: 1.28571rem !important;
  }
  /* line 6439, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-18 {
    margin-bottom: -1.28571rem !important;
  }
  /* line 6441, app/assets/stylesheets/unify-globals.css */
  .g-mb-19 {
    margin-bottom: 1.35714rem !important;
  }
  /* line 6443, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-19 {
    margin-bottom: -1.35714rem !important;
  }
  /* line 6445, app/assets/stylesheets/unify-globals.css */
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }
  /* line 6447, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-20 {
    margin-bottom: -1.42857rem !important;
  }
  /* line 6449, app/assets/stylesheets/unify-globals.css */
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  /* line 6451, app/assets/stylesheets/unify-globals.css */
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }
  /* line 6453, app/assets/stylesheets/unify-globals.css */
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }
  /* line 6455, app/assets/stylesheets/unify-globals.css */
  .g-mb-25 {
    margin-bottom: 1.78571rem !important;
  }
  /* line 6457, app/assets/stylesheets/unify-globals.css */
  .g-mb-30 {
    margin-bottom: 2.14286rem !important;
  }
  /* line 6459, app/assets/stylesheets/unify-globals.css */
  .g-mb-35 {
    margin-bottom: 2.5rem !important;
  }
  /* line 6461, app/assets/stylesheets/unify-globals.css */
  .g-mb-40 {
    margin-bottom: 2.85714rem !important;
  }
  /* line 6463, app/assets/stylesheets/unify-globals.css */
  .g-mb-45 {
    margin-bottom: 3.21429rem !important;
  }
  /* line 6465, app/assets/stylesheets/unify-globals.css */
  .g-mb-50 {
    margin-bottom: 3.57143rem !important;
  }
  /* line 6467, app/assets/stylesheets/unify-globals.css */
  .g-mb-55 {
    margin-bottom: 3.92857rem !important;
  }
  /* line 6469, app/assets/stylesheets/unify-globals.css */
  .g-mb-60 {
    margin-bottom: 4.28571rem !important;
  }
  /* line 6471, app/assets/stylesheets/unify-globals.css */
  .g-mb-65 {
    margin-bottom: 4.64286rem !important;
  }
  /* line 6473, app/assets/stylesheets/unify-globals.css */
  .g-mb-70 {
    margin-bottom: 5rem !important;
  }
  /* line 6475, app/assets/stylesheets/unify-globals.css */
  .g-mb-75 {
    margin-bottom: 5.35714rem !important;
  }
  /* line 6477, app/assets/stylesheets/unify-globals.css */
  .g-mb-80 {
    margin-bottom: 5.71429rem !important;
  }
  /* line 6479, app/assets/stylesheets/unify-globals.css */
  .g-mb-85 {
    margin-bottom: 6.07143rem !important;
  }
  /* line 6481, app/assets/stylesheets/unify-globals.css */
  .g-mb-90 {
    margin-bottom: 6.42857rem !important;
  }
  /* line 6483, app/assets/stylesheets/unify-globals.css */
  .g-mb-95 {
    margin-bottom: 6.78571rem !important;
  }
  /* line 6485, app/assets/stylesheets/unify-globals.css */
  .g-mb-100 {
    margin-bottom: 7.14286rem !important;
  }
  /* line 6487, app/assets/stylesheets/unify-globals.css */
  .g-mb-105 {
    margin-bottom: 7.5rem !important;
  }
  /* line 6489, app/assets/stylesheets/unify-globals.css */
  .g-mb-110 {
    margin-bottom: 7.85714rem !important;
  }
  /* line 6491, app/assets/stylesheets/unify-globals.css */
  .g-mb-115 {
    margin-bottom: 8.21429rem !important;
  }
  /* line 6493, app/assets/stylesheets/unify-globals.css */
  .g-mb-120 {
    margin-bottom: 8.57143rem !important;
  }
  /* line 6495, app/assets/stylesheets/unify-globals.css */
  .g-mb-125 {
    margin-bottom: 8.92857rem !important;
  }
  /* line 6497, app/assets/stylesheets/unify-globals.css */
  .g-mb-130 {
    margin-bottom: 9.28571rem !important;
  }
  /* line 6499, app/assets/stylesheets/unify-globals.css */
  .g-mb-135 {
    margin-bottom: 9.64286rem !important;
  }
  /* line 6501, app/assets/stylesheets/unify-globals.css */
  .g-mb-140 {
    margin-bottom: 10rem !important;
  }
  /* line 6503, app/assets/stylesheets/unify-globals.css */
  .g-mb-145 {
    margin-bottom: 10.35714rem !important;
  }
  /* line 6505, app/assets/stylesheets/unify-globals.css */
  .g-mb-150 {
    margin-bottom: 10.71429rem !important;
  }
  /* line 6507, app/assets/stylesheets/unify-globals.css */
  .g-mb-155 {
    margin-bottom: 11.07143rem !important;
  }
  /* line 6509, app/assets/stylesheets/unify-globals.css */
  .g-mb-160 {
    margin-bottom: 11.42857rem !important;
  }
  /* line 6511, app/assets/stylesheets/unify-globals.css */
  .g-mb-165 {
    margin-bottom: 11.78571rem !important;
  }
  /* line 6513, app/assets/stylesheets/unify-globals.css */
  .g-mb-170 {
    margin-bottom: 12.14286rem !important;
  }
  /* line 6515, app/assets/stylesheets/unify-globals.css */
  .g-ml-1 {
    margin-left: 0.07143rem !important;
  }
  /* line 6517, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1 {
    margin-left: -0.07143rem !important;
  }
  /* line 6519, app/assets/stylesheets/unify-globals.css */
  .g-ml-2 {
    margin-left: 0.14286rem !important;
  }
  /* line 6521, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-2 {
    margin-left: -0.14286rem !important;
  }
  /* line 6523, app/assets/stylesheets/unify-globals.css */
  .g-ml-3 {
    margin-left: 0.21429rem !important;
  }
  /* line 6525, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-3 {
    margin-left: -0.21429rem !important;
  }
  /* line 6527, app/assets/stylesheets/unify-globals.css */
  .g-ml-4 {
    margin-left: 0.28571rem !important;
  }
  /* line 6529, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-4 {
    margin-left: -0.28571rem !important;
  }
  /* line 6531, app/assets/stylesheets/unify-globals.css */
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }
  /* line 6533, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }
  /* line 6535, app/assets/stylesheets/unify-globals.css */
  .g-ml-6 {
    margin-left: 0.42857rem !important;
  }
  /* line 6537, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-6 {
    margin-left: -0.42857rem !important;
  }
  /* line 6539, app/assets/stylesheets/unify-globals.css */
  .g-ml-7 {
    margin-left: 0.5rem !important;
  }
  /* line 6541, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-7 {
    margin-left: -0.5rem !important;
  }
  /* line 6543, app/assets/stylesheets/unify-globals.css */
  .g-ml-8 {
    margin-left: 0.57143rem !important;
  }
  /* line 6545, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-8 {
    margin-left: -0.57143rem !important;
  }
  /* line 6547, app/assets/stylesheets/unify-globals.css */
  .g-ml-9 {
    margin-left: 0.64286rem !important;
  }
  /* line 6549, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9 {
    margin-left: -0.64286rem !important;
  }
  /* line 6551, app/assets/stylesheets/unify-globals.css */
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  /* line 6553, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }
  /* line 6555, app/assets/stylesheets/unify-globals.css */
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }
  /* line 6557, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }
  /* line 6559, app/assets/stylesheets/unify-globals.css */
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  /* line 6561, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }
  /* line 6563, app/assets/stylesheets/unify-globals.css */
  .g-ml-15 {
    margin-left: 1.07143rem !important;
  }
  /* line 6565, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-15 {
    margin-left: -1.07143rem !important;
  }
  /* line 6567, app/assets/stylesheets/unify-globals.css */
  .g-ml-20 {
    margin-left: 1.42857rem !important;
  }
  /* line 6569, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-20 {
    margin-left: -1.42857rem !important;
  }
  /* line 6571, app/assets/stylesheets/unify-globals.css */
  .g-ml-25 {
    margin-left: 1.78571rem !important;
  }
  /* line 6573, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-25 {
    margin-left: -1.78571rem !important;
  }
  /* line 6575, app/assets/stylesheets/unify-globals.css */
  .g-ml-30 {
    margin-left: 2.14286rem !important;
  }
  /* line 6577, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-30 {
    margin-left: -2.14286rem !important;
  }
  /* line 6579, app/assets/stylesheets/unify-globals.css */
  .g-ml-35 {
    margin-left: 2.5rem !important;
  }
  /* line 6581, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-35 {
    margin-left: -2.5rem !important;
  }
  /* line 6583, app/assets/stylesheets/unify-globals.css */
  .g-ml-40 {
    margin-left: 2.85714rem !important;
  }
  /* line 6585, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-40 {
    margin-left: -2.85714rem !important;
  }
  /* line 6587, app/assets/stylesheets/unify-globals.css */
  .g-ml-45 {
    margin-left: 3.21429rem !important;
  }
  /* line 6589, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-45 {
    margin-left: -3.21429rem !important;
  }
  /* line 6591, app/assets/stylesheets/unify-globals.css */
  .g-ml-50 {
    margin-left: 3.57143rem !important;
  }
  /* line 6593, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50 {
    margin-left: -3.57143rem !important;
  }
  /* line 6595, app/assets/stylesheets/unify-globals.css */
  .g-mr-1 {
    margin-right: 0.07143rem !important;
  }
  /* line 6597, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1 {
    margin-right: -0.07143rem !important;
  }
  /* line 6599, app/assets/stylesheets/unify-globals.css */
  .g-mr-2 {
    margin-right: 0.14286rem !important;
  }
  /* line 6601, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-2 {
    margin-right: -0.14286rem !important;
  }
  /* line 6603, app/assets/stylesheets/unify-globals.css */
  .g-mr-3 {
    margin-right: 0.21429rem !important;
  }
  /* line 6605, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-3 {
    margin-right: -0.21429rem !important;
  }
  /* line 6607, app/assets/stylesheets/unify-globals.css */
  .g-mr-4 {
    margin-right: 0.28571rem !important;
  }
  /* line 6609, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-4 {
    margin-right: -0.28571rem !important;
  }
  /* line 6611, app/assets/stylesheets/unify-globals.css */
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  /* line 6613, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-5 {
    margin-right: -0.35714rem !important;
  }
  /* line 6615, app/assets/stylesheets/unify-globals.css */
  .g-mr-6 {
    margin-right: 0.42857rem !important;
  }
  /* line 6617, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-6 {
    margin-right: -0.42857rem !important;
  }
  /* line 6619, app/assets/stylesheets/unify-globals.css */
  .g-mr-7 {
    margin-right: 0.5rem !important;
  }
  /* line 6621, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-7 {
    margin-right: -0.5rem !important;
  }
  /* line 6623, app/assets/stylesheets/unify-globals.css */
  .g-mr-8 {
    margin-right: 0.57143rem !important;
  }
  /* line 6625, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-8 {
    margin-right: -0.57143rem !important;
  }
  /* line 6627, app/assets/stylesheets/unify-globals.css */
  .g-mr-9 {
    margin-right: 0.64286rem !important;
  }
  /* line 6629, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9 {
    margin-right: -0.64286rem !important;
  }
  /* line 6631, app/assets/stylesheets/unify-globals.css */
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }
  /* line 6633, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-10 {
    margin-right: -0.71429rem !important;
  }
  /* line 6635, app/assets/stylesheets/unify-globals.css */
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  /* line 6637, app/assets/stylesheets/unify-globals.css */
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }
  /* line 6639, app/assets/stylesheets/unify-globals.css */
  .g-mr-15 {
    margin-right: 1.07143rem !important;
  }
  /* line 6641, app/assets/stylesheets/unify-globals.css */
  .g-mr-20 {
    margin-right: 1.42857rem !important;
  }
  /* line 6643, app/assets/stylesheets/unify-globals.css */
  .g-mr-25 {
    margin-right: 1.78571rem !important;
  }
  /* line 6645, app/assets/stylesheets/unify-globals.css */
  .g-mr-30 {
    margin-right: 2.14286rem !important;
  }
  /* line 6647, app/assets/stylesheets/unify-globals.css */
  .g-mr-35 {
    margin-right: 2.5rem !important;
  }
  /* line 6649, app/assets/stylesheets/unify-globals.css */
  .g-mr-40 {
    margin-right: 2.85714rem !important;
  }
  /* line 6651, app/assets/stylesheets/unify-globals.css */
  .g-mr-45 {
    margin-right: 3.21429rem !important;
  }
  /* line 6653, app/assets/stylesheets/unify-globals.css */
  .g-mr-50 {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 6659, app/assets/stylesheets/unify-globals.css */
  .g-ma-0--sm {
    margin: 0 !important;
  }
  /* line 6661, app/assets/stylesheets/unify-globals.css */
  .g-mx-0--sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 6664, app/assets/stylesheets/unify-globals.css */
  .g-my-0--sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6667, app/assets/stylesheets/unify-globals.css */
  .g-ml-0--sm {
    margin-left: 0 !important;
  }
  /* line 6669, app/assets/stylesheets/unify-globals.css */
  .g-mr-0--sm {
    margin-right: 0 !important;
  }
  /* line 6671, app/assets/stylesheets/unify-globals.css */
  .g-mt-0--sm {
    margin-top: 0 !important;
  }
  /* line 6673, app/assets/stylesheets/unify-globals.css */
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }
  /* line 6675, app/assets/stylesheets/unify-globals.css */
  .g-mx-1--sm {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  /* line 6678, app/assets/stylesheets/unify-globals.css */
  .g-mx-2--sm {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  /* line 6681, app/assets/stylesheets/unify-globals.css */
  .g-mx-3--sm {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  /* line 6684, app/assets/stylesheets/unify-globals.css */
  .g-mx-4--sm {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  /* line 6687, app/assets/stylesheets/unify-globals.css */
  .g-mx-5--sm {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  /* line 6690, app/assets/stylesheets/unify-globals.css */
  .g-mx-6--sm {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  /* line 6693, app/assets/stylesheets/unify-globals.css */
  .g-mx-7--sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 6696, app/assets/stylesheets/unify-globals.css */
  .g-mx-8--sm {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  /* line 6699, app/assets/stylesheets/unify-globals.css */
  .g-mx-9--sm {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  /* line 6702, app/assets/stylesheets/unify-globals.css */
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 6705, app/assets/stylesheets/unify-globals.css */
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 6708, app/assets/stylesheets/unify-globals.css */
  .g-mx-15--sm {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  /* line 6711, app/assets/stylesheets/unify-globals.css */
  .g-mx-20--sm {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  /* line 6714, app/assets/stylesheets/unify-globals.css */
  .g-mx-25--sm {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  /* line 6717, app/assets/stylesheets/unify-globals.css */
  .g-mx-30--sm {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  /* line 6720, app/assets/stylesheets/unify-globals.css */
  .g-mx-35--sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 6723, app/assets/stylesheets/unify-globals.css */
  .g-mx-40--sm {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  /* line 6726, app/assets/stylesheets/unify-globals.css */
  .g-mx-45--sm {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  /* line 6729, app/assets/stylesheets/unify-globals.css */
  .g-mx-50--sm {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  /* line 6732, app/assets/stylesheets/unify-globals.css */
  .g-mx-55--sm {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  /* line 6735, app/assets/stylesheets/unify-globals.css */
  .g-mx-60--sm {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  /* line 6738, app/assets/stylesheets/unify-globals.css */
  .g-mx-65--sm {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  /* line 6741, app/assets/stylesheets/unify-globals.css */
  .g-mx-70--sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 6744, app/assets/stylesheets/unify-globals.css */
  .g-mx-75--sm {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  /* line 6747, app/assets/stylesheets/unify-globals.css */
  .g-mx-80--sm {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  /* line 6750, app/assets/stylesheets/unify-globals.css */
  .g-mx-85--sm {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  /* line 6753, app/assets/stylesheets/unify-globals.css */
  .g-mx-90--sm {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  /* line 6756, app/assets/stylesheets/unify-globals.css */
  .g-mx-95--sm {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  /* line 6759, app/assets/stylesheets/unify-globals.css */
  .g-mx-100--sm {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  /* line 6762, app/assets/stylesheets/unify-globals.css */
  .g-my-1--sm {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  /* line 6765, app/assets/stylesheets/unify-globals.css */
  .g-my-2--sm {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  /* line 6768, app/assets/stylesheets/unify-globals.css */
  .g-my-3--sm {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  /* line 6771, app/assets/stylesheets/unify-globals.css */
  .g-my-4--sm {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  /* line 6774, app/assets/stylesheets/unify-globals.css */
  .g-my-5--sm {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  /* line 6777, app/assets/stylesheets/unify-globals.css */
  .g-my-6--sm {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  /* line 6780, app/assets/stylesheets/unify-globals.css */
  .g-my-7--sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6783, app/assets/stylesheets/unify-globals.css */
  .g-my-8--sm {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  /* line 6786, app/assets/stylesheets/unify-globals.css */
  .g-my-9--sm {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  /* line 6789, app/assets/stylesheets/unify-globals.css */
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 6792, app/assets/stylesheets/unify-globals.css */
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 6795, app/assets/stylesheets/unify-globals.css */
  .g-my-15--sm {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  /* line 6798, app/assets/stylesheets/unify-globals.css */
  .g-my-20--sm {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  /* line 6801, app/assets/stylesheets/unify-globals.css */
  .g-my-25--sm {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  /* line 6804, app/assets/stylesheets/unify-globals.css */
  .g-my-30--sm {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  /* line 6807, app/assets/stylesheets/unify-globals.css */
  .g-my-35--sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 6810, app/assets/stylesheets/unify-globals.css */
  .g-my-40--sm {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  /* line 6813, app/assets/stylesheets/unify-globals.css */
  .g-my-45--sm {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  /* line 6816, app/assets/stylesheets/unify-globals.css */
  .g-my-50--sm {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  /* line 6819, app/assets/stylesheets/unify-globals.css */
  .g-my-55--sm {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  /* line 6822, app/assets/stylesheets/unify-globals.css */
  .g-my-60--sm {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  /* line 6825, app/assets/stylesheets/unify-globals.css */
  .g-my-65--sm {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  /* line 6828, app/assets/stylesheets/unify-globals.css */
  .g-my-70--sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 6831, app/assets/stylesheets/unify-globals.css */
  .g-my-75--sm {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  /* line 6834, app/assets/stylesheets/unify-globals.css */
  .g-my-80--sm {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  /* line 6837, app/assets/stylesheets/unify-globals.css */
  .g-my-85--sm {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  /* line 6840, app/assets/stylesheets/unify-globals.css */
  .g-my-90--sm {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  /* line 6843, app/assets/stylesheets/unify-globals.css */
  .g-my-95--sm {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  /* line 6846, app/assets/stylesheets/unify-globals.css */
  .g-my-100--sm {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  /* line 6849, app/assets/stylesheets/unify-globals.css */
  .g-mt-1--sm {
    margin-top: 0.07143rem !important;
  }
  /* line 6851, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-1--sm {
    margin-top: -0.07143rem !important;
  }
  /* line 6853, app/assets/stylesheets/unify-globals.css */
  .g-mt-2--sm {
    margin-top: 0.14286rem !important;
  }
  /* line 6855, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-2--sm {
    margin-top: -0.14286rem !important;
  }
  /* line 6857, app/assets/stylesheets/unify-globals.css */
  .g-mt-3--sm {
    margin-top: 0.21429rem !important;
  }
  /* line 6859, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-3--sm {
    margin-top: -0.21429rem !important;
  }
  /* line 6861, app/assets/stylesheets/unify-globals.css */
  .g-mt-4--sm {
    margin-top: 0.28571rem !important;
  }
  /* line 6863, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-4--sm {
    margin-top: -0.28571rem !important;
  }
  /* line 6865, app/assets/stylesheets/unify-globals.css */
  .g-mt-5--sm {
    margin-top: 0.35714rem !important;
  }
  /* line 6867, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-5--sm {
    margin-top: -0.35714rem !important;
  }
  /* line 6869, app/assets/stylesheets/unify-globals.css */
  .g-mt-6--sm {
    margin-top: 0.42857rem !important;
  }
  /* line 6871, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-6--sm {
    margin-top: -0.42857rem !important;
  }
  /* line 6873, app/assets/stylesheets/unify-globals.css */
  .g-mt-7--sm {
    margin-top: 0.5rem !important;
  }
  /* line 6875, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-7--sm {
    margin-top: -0.5rem !important;
  }
  /* line 6877, app/assets/stylesheets/unify-globals.css */
  .g-mt-8--sm {
    margin-top: 0.57143rem !important;
  }
  /* line 6879, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-8--sm {
    margin-top: -0.57143rem !important;
  }
  /* line 6881, app/assets/stylesheets/unify-globals.css */
  .g-mt-9--sm {
    margin-top: 0.64286rem !important;
  }
  /* line 6883, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-9--sm {
    margin-top: -0.64286rem !important;
  }
  /* line 6885, app/assets/stylesheets/unify-globals.css */
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }
  /* line 6887, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }
  /* line 6889, app/assets/stylesheets/unify-globals.css */
  .g-mt-11--sm {
    margin-top: 0.78571rem !important;
  }
  /* line 6891, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-11--sm {
    margin-top: -0.78571rem !important;
  }
  /* line 6893, app/assets/stylesheets/unify-globals.css */
  .g-mt-12--sm {
    margin-top: 0.85714rem !important;
  }
  /* line 6895, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-12--sm {
    margin-top: -0.85714rem !important;
  }
  /* line 6897, app/assets/stylesheets/unify-globals.css */
  .g-mt-13--sm {
    margin-top: 0.92857rem !important;
  }
  /* line 6899, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-13--sm {
    margin-top: -0.92857rem !important;
  }
  /* line 6901, app/assets/stylesheets/unify-globals.css */
  .g-mt-14--sm {
    margin-top: 1rem !important;
  }
  /* line 6903, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-14--sm {
    margin-top: -1rem !important;
  }
  /* line 6905, app/assets/stylesheets/unify-globals.css */
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }
  /* line 6907, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }
  /* line 6909, app/assets/stylesheets/unify-globals.css */
  .g-mt-16--sm {
    margin-top: 1.14286rem !important;
  }
  /* line 6911, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-16--sm {
    margin-top: -1.14286rem !important;
  }
  /* line 6913, app/assets/stylesheets/unify-globals.css */
  .g-mt-17--sm {
    margin-top: 1.21429rem !important;
  }
  /* line 6915, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-17--sm {
    margin-top: -1.21429rem !important;
  }
  /* line 6917, app/assets/stylesheets/unify-globals.css */
  .g-mt-18--sm {
    margin-top: 1.28571rem !important;
  }
  /* line 6919, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-18--sm {
    margin-top: -1.28571rem !important;
  }
  /* line 6921, app/assets/stylesheets/unify-globals.css */
  .g-mt-19--sm {
    margin-top: 1.35714rem !important;
  }
  /* line 6923, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-19--sm {
    margin-top: -1.35714rem !important;
  }
  /* line 6925, app/assets/stylesheets/unify-globals.css */
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }
  /* line 6927, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }
  /* line 6929, app/assets/stylesheets/unify-globals.css */
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }
  /* line 6931, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }
  /* line 6933, app/assets/stylesheets/unify-globals.css */
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }
  /* line 6935, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }
  /* line 6937, app/assets/stylesheets/unify-globals.css */
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }
  /* line 6939, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }
  /* line 6941, app/assets/stylesheets/unify-globals.css */
  .g-mt-25--sm {
    margin-top: 1.78571rem !important;
  }
  /* line 6943, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-25--sm {
    margin-top: -1.78571rem !important;
  }
  /* line 6945, app/assets/stylesheets/unify-globals.css */
  .g-mt-30--sm {
    margin-top: 2.14286rem !important;
  }
  /* line 6947, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-30--sm {
    margin-top: -2.14286rem !important;
  }
  /* line 6949, app/assets/stylesheets/unify-globals.css */
  .g-mt-35--sm {
    margin-top: 2.5rem !important;
  }
  /* line 6951, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-35--sm {
    margin-top: -2.5rem !important;
  }
  /* line 6953, app/assets/stylesheets/unify-globals.css */
  .g-mt-40--sm {
    margin-top: 2.85714rem !important;
  }
  /* line 6955, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-40--sm {
    margin-top: -2.85714rem !important;
  }
  /* line 6957, app/assets/stylesheets/unify-globals.css */
  .g-mt-45--sm {
    margin-top: 3.21429rem !important;
  }
  /* line 6959, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-45--sm {
    margin-top: -3.21429rem !important;
  }
  /* line 6961, app/assets/stylesheets/unify-globals.css */
  .g-mt-50--sm {
    margin-top: 3.57143rem !important;
  }
  /* line 6963, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-50--sm {
    margin-top: -3.57143rem !important;
  }
  /* line 6965, app/assets/stylesheets/unify-globals.css */
  .g-mt-55--sm {
    margin-top: 3.92857rem !important;
  }
  /* line 6967, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-55--sm {
    margin-top: -3.92857rem !important;
  }
  /* line 6969, app/assets/stylesheets/unify-globals.css */
  .g-mt-60--sm {
    margin-top: 4.28571rem !important;
  }
  /* line 6971, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-60--sm {
    margin-top: -4.28571rem !important;
  }
  /* line 6973, app/assets/stylesheets/unify-globals.css */
  .g-mt-65--sm {
    margin-top: 4.64286rem !important;
  }
  /* line 6975, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-65--sm {
    margin-top: -4.64286rem !important;
  }
  /* line 6977, app/assets/stylesheets/unify-globals.css */
  .g-mt-70--sm {
    margin-top: 5rem !important;
  }
  /* line 6979, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-70--sm {
    margin-top: -5rem !important;
  }
  /* line 6981, app/assets/stylesheets/unify-globals.css */
  .g-mt-75--sm {
    margin-top: 5.35714rem !important;
  }
  /* line 6983, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-75--sm {
    margin-top: -5.35714rem !important;
  }
  /* line 6985, app/assets/stylesheets/unify-globals.css */
  .g-mt-80--sm {
    margin-top: 5.71429rem !important;
  }
  /* line 6987, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-80--sm {
    margin-top: -5.71429rem !important;
  }
  /* line 6989, app/assets/stylesheets/unify-globals.css */
  .g-mt-85--sm {
    margin-top: 6.07143rem !important;
  }
  /* line 6991, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-85--sm {
    margin-top: -6.07143rem !important;
  }
  /* line 6993, app/assets/stylesheets/unify-globals.css */
  .g-mt-90--sm {
    margin-top: 6.42857rem !important;
  }
  /* line 6995, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-90--sm {
    margin-top: -6.42857rem !important;
  }
  /* line 6997, app/assets/stylesheets/unify-globals.css */
  .g-mt-95--sm {
    margin-top: 6.78571rem !important;
  }
  /* line 6999, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-95--sm {
    margin-top: -6.78571rem !important;
  }
  /* line 7001, app/assets/stylesheets/unify-globals.css */
  .g-mt-100--sm {
    margin-top: 7.14286rem !important;
  }
  /* line 7003, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-100--sm {
    margin-top: -7.14286rem !important;
  }
  /* line 7005, app/assets/stylesheets/unify-globals.css */
  .g-mt-105--sm {
    margin-top: 7.5rem !important;
  }
  /* line 7007, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-105--sm {
    margin-top: -7.5rem !important;
  }
  /* line 7009, app/assets/stylesheets/unify-globals.css */
  .g-mt-110--sm {
    margin-top: 7.85714rem !important;
  }
  /* line 7011, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-110--sm {
    margin-top: -7.85714rem !important;
  }
  /* line 7013, app/assets/stylesheets/unify-globals.css */
  .g-mt-115--sm {
    margin-top: 8.21429rem !important;
  }
  /* line 7015, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-115--sm {
    margin-top: -8.21429rem !important;
  }
  /* line 7017, app/assets/stylesheets/unify-globals.css */
  .g-mt-120--sm {
    margin-top: 8.57143rem !important;
  }
  /* line 7019, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-120--sm {
    margin-top: -8.57143rem !important;
  }
  /* line 7021, app/assets/stylesheets/unify-globals.css */
  .g-mt-125--sm {
    margin-top: 8.92857rem !important;
  }
  /* line 7023, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-125--sm {
    margin-top: -8.92857rem !important;
  }
  /* line 7025, app/assets/stylesheets/unify-globals.css */
  .g-mt-130--sm {
    margin-top: 9.28571rem !important;
  }
  /* line 7027, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-130--sm {
    margin-top: -9.28571rem !important;
  }
  /* line 7029, app/assets/stylesheets/unify-globals.css */
  .g-mt-135--sm {
    margin-top: 9.64286rem !important;
  }
  /* line 7031, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-135--sm {
    margin-top: -9.64286rem !important;
  }
  /* line 7033, app/assets/stylesheets/unify-globals.css */
  .g-mt-140--sm {
    margin-top: 10rem !important;
  }
  /* line 7035, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-140--sm {
    margin-top: -10rem !important;
  }
  /* line 7037, app/assets/stylesheets/unify-globals.css */
  .g-mt-145--sm {
    margin-top: 10.35714rem !important;
  }
  /* line 7039, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-145--sm {
    margin-top: -10.35714rem !important;
  }
  /* line 7041, app/assets/stylesheets/unify-globals.css */
  .g-mt-150--sm {
    margin-top: 10.71429rem !important;
  }
  /* line 7043, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-150--sm {
    margin-top: -10.71429rem !important;
  }
  /* line 7045, app/assets/stylesheets/unify-globals.css */
  .g-mt-155--sm {
    margin-top: 11.07143rem !important;
  }
  /* line 7047, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-155--sm {
    margin-top: -11.07143rem !important;
  }
  /* line 7049, app/assets/stylesheets/unify-globals.css */
  .g-mt-160--sm {
    margin-top: 11.42857rem !important;
  }
  /* line 7051, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-160--sm {
    margin-top: -11.42857rem !important;
  }
  /* line 7053, app/assets/stylesheets/unify-globals.css */
  .g-mt-165--sm {
    margin-top: 11.78571rem !important;
  }
  /* line 7055, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-165--sm {
    margin-top: -11.78571rem !important;
  }
  /* line 7057, app/assets/stylesheets/unify-globals.css */
  .g-mt-170--sm {
    margin-top: 12.14286rem !important;
  }
  /* line 7059, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-170--sm {
    margin-top: -12.14286rem !important;
  }
  /* line 7061, app/assets/stylesheets/unify-globals.css */
  .g-mb-1--sm {
    margin-bottom: 0.07143rem !important;
  }
  /* line 7063, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-1--sm {
    margin-bottom: -0.07143rem !important;
  }
  /* line 7065, app/assets/stylesheets/unify-globals.css */
  .g-mb-2--sm {
    margin-bottom: 0.14286rem !important;
  }
  /* line 7067, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-2--sm {
    margin-bottom: -0.14286rem !important;
  }
  /* line 7069, app/assets/stylesheets/unify-globals.css */
  .g-mb-3--sm {
    margin-bottom: 0.21429rem !important;
  }
  /* line 7071, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-3--sm {
    margin-bottom: -0.21429rem !important;
  }
  /* line 7073, app/assets/stylesheets/unify-globals.css */
  .g-mb-4--sm {
    margin-bottom: 0.28571rem !important;
  }
  /* line 7075, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-4--sm {
    margin-bottom: -0.28571rem !important;
  }
  /* line 7077, app/assets/stylesheets/unify-globals.css */
  .g-mb-5--sm {
    margin-bottom: 0.35714rem !important;
  }
  /* line 7079, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-5--sm {
    margin-bottom: -0.35714rem !important;
  }
  /* line 7081, app/assets/stylesheets/unify-globals.css */
  .g-mb-6--sm {
    margin-bottom: 0.42857rem !important;
  }
  /* line 7083, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-6--sm {
    margin-bottom: -0.42857rem !important;
  }
  /* line 7085, app/assets/stylesheets/unify-globals.css */
  .g-mb-7--sm {
    margin-bottom: 0.5rem !important;
  }
  /* line 7087, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-7--sm {
    margin-bottom: -0.5rem !important;
  }
  /* line 7089, app/assets/stylesheets/unify-globals.css */
  .g-mb-8--sm {
    margin-bottom: 0.57143rem !important;
  }
  /* line 7091, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-8--sm {
    margin-bottom: -0.57143rem !important;
  }
  /* line 7093, app/assets/stylesheets/unify-globals.css */
  .g-mb-9--sm {
    margin-bottom: 0.64286rem !important;
  }
  /* line 7095, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-9--sm {
    margin-bottom: -0.64286rem !important;
  }
  /* line 7097, app/assets/stylesheets/unify-globals.css */
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }
  /* line 7099, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-10--sm {
    margin-bottom: -0.71429rem !important;
  }
  /* line 7101, app/assets/stylesheets/unify-globals.css */
  .g-mb-11--sm {
    margin-bottom: 0.78571rem !important;
  }
  /* line 7103, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-11--sm {
    margin-bottom: -0.78571rem !important;
  }
  /* line 7105, app/assets/stylesheets/unify-globals.css */
  .g-mb-12--sm {
    margin-bottom: 0.85714rem !important;
  }
  /* line 7107, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-12--sm {
    margin-bottom: -0.85714rem !important;
  }
  /* line 7109, app/assets/stylesheets/unify-globals.css */
  .g-mb-13--sm {
    margin-bottom: 0.92857rem !important;
  }
  /* line 7111, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-13--sm {
    margin-bottom: -0.92857rem !important;
  }
  /* line 7113, app/assets/stylesheets/unify-globals.css */
  .g-mb-14--sm {
    margin-bottom: 1rem !important;
  }
  /* line 7115, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-14--sm {
    margin-bottom: -1rem !important;
  }
  /* line 7117, app/assets/stylesheets/unify-globals.css */
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }
  /* line 7119, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-15--sm {
    margin-bottom: -1.07143rem !important;
  }
  /* line 7121, app/assets/stylesheets/unify-globals.css */
  .g-mb-16--sm {
    margin-bottom: 1.14286rem !important;
  }
  /* line 7123, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-16--sm {
    margin-bottom: -1.14286rem !important;
  }
  /* line 7125, app/assets/stylesheets/unify-globals.css */
  .g-mb-17--sm {
    margin-bottom: 1.21429rem !important;
  }
  /* line 7127, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-17--sm {
    margin-bottom: -1.21429rem !important;
  }
  /* line 7129, app/assets/stylesheets/unify-globals.css */
  .g-mb-18--sm {
    margin-bottom: 1.28571rem !important;
  }
  /* line 7131, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-18--sm {
    margin-bottom: -1.28571rem !important;
  }
  /* line 7133, app/assets/stylesheets/unify-globals.css */
  .g-mb-19--sm {
    margin-bottom: 1.35714rem !important;
  }
  /* line 7135, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-19--sm {
    margin-bottom: -1.35714rem !important;
  }
  /* line 7137, app/assets/stylesheets/unify-globals.css */
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }
  /* line 7139, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-20--sm {
    margin-bottom: -1.42857rem !important;
  }
  /* line 7141, app/assets/stylesheets/unify-globals.css */
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }
  /* line 7143, app/assets/stylesheets/unify-globals.css */
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }
  /* line 7145, app/assets/stylesheets/unify-globals.css */
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }
  /* line 7147, app/assets/stylesheets/unify-globals.css */
  .g-mb-25--sm {
    margin-bottom: 1.78571rem !important;
  }
  /* line 7149, app/assets/stylesheets/unify-globals.css */
  .g-mb-30--sm {
    margin-bottom: 2.14286rem !important;
  }
  /* line 7151, app/assets/stylesheets/unify-globals.css */
  .g-mb-35--sm {
    margin-bottom: 2.5rem !important;
  }
  /* line 7153, app/assets/stylesheets/unify-globals.css */
  .g-mb-40--sm {
    margin-bottom: 2.85714rem !important;
  }
  /* line 7155, app/assets/stylesheets/unify-globals.css */
  .g-mb-45--sm {
    margin-bottom: 3.21429rem !important;
  }
  /* line 7157, app/assets/stylesheets/unify-globals.css */
  .g-mb-50--sm {
    margin-bottom: 3.57143rem !important;
  }
  /* line 7159, app/assets/stylesheets/unify-globals.css */
  .g-mb-55--sm {
    margin-bottom: 3.92857rem !important;
  }
  /* line 7161, app/assets/stylesheets/unify-globals.css */
  .g-mb-60--sm {
    margin-bottom: 4.28571rem !important;
  }
  /* line 7163, app/assets/stylesheets/unify-globals.css */
  .g-mb-65--sm {
    margin-bottom: 4.64286rem !important;
  }
  /* line 7165, app/assets/stylesheets/unify-globals.css */
  .g-mb-70--sm {
    margin-bottom: 5rem !important;
  }
  /* line 7167, app/assets/stylesheets/unify-globals.css */
  .g-mb-75--sm {
    margin-bottom: 5.35714rem !important;
  }
  /* line 7169, app/assets/stylesheets/unify-globals.css */
  .g-mb-80--sm {
    margin-bottom: 5.71429rem !important;
  }
  /* line 7171, app/assets/stylesheets/unify-globals.css */
  .g-mb-85--sm {
    margin-bottom: 6.07143rem !important;
  }
  /* line 7173, app/assets/stylesheets/unify-globals.css */
  .g-mb-90--sm {
    margin-bottom: 6.42857rem !important;
  }
  /* line 7175, app/assets/stylesheets/unify-globals.css */
  .g-mb-95--sm {
    margin-bottom: 6.78571rem !important;
  }
  /* line 7177, app/assets/stylesheets/unify-globals.css */
  .g-mb-100--sm {
    margin-bottom: 7.14286rem !important;
  }
  /* line 7179, app/assets/stylesheets/unify-globals.css */
  .g-mb-105--sm {
    margin-bottom: 7.5rem !important;
  }
  /* line 7181, app/assets/stylesheets/unify-globals.css */
  .g-mb-110--sm {
    margin-bottom: 7.85714rem !important;
  }
  /* line 7183, app/assets/stylesheets/unify-globals.css */
  .g-mb-115--sm {
    margin-bottom: 8.21429rem !important;
  }
  /* line 7185, app/assets/stylesheets/unify-globals.css */
  .g-mb-120--sm {
    margin-bottom: 8.57143rem !important;
  }
  /* line 7187, app/assets/stylesheets/unify-globals.css */
  .g-mb-125--sm {
    margin-bottom: 8.92857rem !important;
  }
  /* line 7189, app/assets/stylesheets/unify-globals.css */
  .g-mb-130--sm {
    margin-bottom: 9.28571rem !important;
  }
  /* line 7191, app/assets/stylesheets/unify-globals.css */
  .g-mb-135--sm {
    margin-bottom: 9.64286rem !important;
  }
  /* line 7193, app/assets/stylesheets/unify-globals.css */
  .g-mb-140--sm {
    margin-bottom: 10rem !important;
  }
  /* line 7195, app/assets/stylesheets/unify-globals.css */
  .g-mb-145--sm {
    margin-bottom: 10.35714rem !important;
  }
  /* line 7197, app/assets/stylesheets/unify-globals.css */
  .g-mb-150--sm {
    margin-bottom: 10.71429rem !important;
  }
  /* line 7199, app/assets/stylesheets/unify-globals.css */
  .g-mb-155--sm {
    margin-bottom: 11.07143rem !important;
  }
  /* line 7201, app/assets/stylesheets/unify-globals.css */
  .g-mb-160--sm {
    margin-bottom: 11.42857rem !important;
  }
  /* line 7203, app/assets/stylesheets/unify-globals.css */
  .g-mb-165--sm {
    margin-bottom: 11.78571rem !important;
  }
  /* line 7205, app/assets/stylesheets/unify-globals.css */
  .g-mb-170--sm {
    margin-bottom: 12.14286rem !important;
  }
  /* line 7207, app/assets/stylesheets/unify-globals.css */
  .g-ml-1--sm {
    margin-left: 0.07143rem !important;
  }
  /* line 7209, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1--sm {
    margin-left: -0.07143rem !important;
  }
  /* line 7211, app/assets/stylesheets/unify-globals.css */
  .g-ml-2--sm {
    margin-left: 0.14286rem !important;
  }
  /* line 7213, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-2--sm {
    margin-left: -0.14286rem !important;
  }
  /* line 7215, app/assets/stylesheets/unify-globals.css */
  .g-ml-3--sm {
    margin-left: 0.21429rem !important;
  }
  /* line 7217, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-3--sm {
    margin-left: -0.21429rem !important;
  }
  /* line 7219, app/assets/stylesheets/unify-globals.css */
  .g-ml-4--sm {
    margin-left: 0.28571rem !important;
  }
  /* line 7221, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-4--sm {
    margin-left: -0.28571rem !important;
  }
  /* line 7223, app/assets/stylesheets/unify-globals.css */
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }
  /* line 7225, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }
  /* line 7227, app/assets/stylesheets/unify-globals.css */
  .g-ml-6--sm {
    margin-left: 0.42857rem !important;
  }
  /* line 7229, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-6--sm {
    margin-left: -0.42857rem !important;
  }
  /* line 7231, app/assets/stylesheets/unify-globals.css */
  .g-ml-7--sm {
    margin-left: 0.5rem !important;
  }
  /* line 7233, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-7--sm {
    margin-left: -0.5rem !important;
  }
  /* line 7235, app/assets/stylesheets/unify-globals.css */
  .g-ml-8--sm {
    margin-left: 0.57143rem !important;
  }
  /* line 7237, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-8--sm {
    margin-left: -0.57143rem !important;
  }
  /* line 7239, app/assets/stylesheets/unify-globals.css */
  .g-ml-9--sm {
    margin-left: 0.64286rem !important;
  }
  /* line 7241, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9--sm {
    margin-left: -0.64286rem !important;
  }
  /* line 7243, app/assets/stylesheets/unify-globals.css */
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }
  /* line 7245, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }
  /* line 7247, app/assets/stylesheets/unify-globals.css */
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }
  /* line 7249, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }
  /* line 7251, app/assets/stylesheets/unify-globals.css */
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }
  /* line 7253, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }
  /* line 7255, app/assets/stylesheets/unify-globals.css */
  .g-ml-15--sm {
    margin-left: 1.07143rem !important;
  }
  /* line 7257, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-15--sm {
    margin-left: -1.07143rem !important;
  }
  /* line 7259, app/assets/stylesheets/unify-globals.css */
  .g-ml-20--sm {
    margin-left: 1.42857rem !important;
  }
  /* line 7261, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-20--sm {
    margin-left: -1.42857rem !important;
  }
  /* line 7263, app/assets/stylesheets/unify-globals.css */
  .g-ml-25--sm {
    margin-left: 1.78571rem !important;
  }
  /* line 7265, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-25--sm {
    margin-left: -1.78571rem !important;
  }
  /* line 7267, app/assets/stylesheets/unify-globals.css */
  .g-ml-30--sm {
    margin-left: 2.14286rem !important;
  }
  /* line 7269, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-30--sm {
    margin-left: -2.14286rem !important;
  }
  /* line 7271, app/assets/stylesheets/unify-globals.css */
  .g-ml-35--sm {
    margin-left: 2.5rem !important;
  }
  /* line 7273, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-35--sm {
    margin-left: -2.5rem !important;
  }
  /* line 7275, app/assets/stylesheets/unify-globals.css */
  .g-ml-40--sm {
    margin-left: 2.85714rem !important;
  }
  /* line 7277, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-40--sm {
    margin-left: -2.85714rem !important;
  }
  /* line 7279, app/assets/stylesheets/unify-globals.css */
  .g-ml-45--sm {
    margin-left: 3.21429rem !important;
  }
  /* line 7281, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-45--sm {
    margin-left: -3.21429rem !important;
  }
  /* line 7283, app/assets/stylesheets/unify-globals.css */
  .g-ml-50--sm {
    margin-left: 3.57143rem !important;
  }
  /* line 7285, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50--sm {
    margin-left: -3.57143rem !important;
  }
  /* line 7287, app/assets/stylesheets/unify-globals.css */
  .g-mr-1--sm {
    margin-right: 0.07143rem !important;
  }
  /* line 7289, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--sm {
    margin-right: -0.07143rem !important;
  }
  /* line 7291, app/assets/stylesheets/unify-globals.css */
  .g-mr-2--sm {
    margin-right: 0.14286rem !important;
  }
  /* line 7293, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-2--sm {
    margin-right: -0.14286rem !important;
  }
  /* line 7295, app/assets/stylesheets/unify-globals.css */
  .g-mr-3--sm {
    margin-right: 0.21429rem !important;
  }
  /* line 7297, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-3--sm {
    margin-right: -0.21429rem !important;
  }
  /* line 7299, app/assets/stylesheets/unify-globals.css */
  .g-mr-4--sm {
    margin-right: 0.28571rem !important;
  }
  /* line 7301, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-4--sm {
    margin-right: -0.28571rem !important;
  }
  /* line 7303, app/assets/stylesheets/unify-globals.css */
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }
  /* line 7305, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-5--sm {
    margin-right: -0.35714rem !important;
  }
  /* line 7307, app/assets/stylesheets/unify-globals.css */
  .g-mr-6--sm {
    margin-right: 0.42857rem !important;
  }
  /* line 7309, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-6--sm {
    margin-right: -0.42857rem !important;
  }
  /* line 7311, app/assets/stylesheets/unify-globals.css */
  .g-mr-7--sm {
    margin-right: 0.5rem !important;
  }
  /* line 7313, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-7--sm {
    margin-right: -0.5rem !important;
  }
  /* line 7315, app/assets/stylesheets/unify-globals.css */
  .g-mr-8--sm {
    margin-right: 0.57143rem !important;
  }
  /* line 7317, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-8--sm {
    margin-right: -0.57143rem !important;
  }
  /* line 7319, app/assets/stylesheets/unify-globals.css */
  .g-mr-9--sm {
    margin-right: 0.64286rem !important;
  }
  /* line 7321, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9--sm {
    margin-right: -0.64286rem !important;
  }
  /* line 7323, app/assets/stylesheets/unify-globals.css */
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }
  /* line 7325, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-10--sm {
    margin-right: -0.71429rem !important;
  }
  /* line 7327, app/assets/stylesheets/unify-globals.css */
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }
  /* line 7329, app/assets/stylesheets/unify-globals.css */
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }
  /* line 7331, app/assets/stylesheets/unify-globals.css */
  .g-mr-15--sm {
    margin-right: 1.07143rem !important;
  }
  /* line 7333, app/assets/stylesheets/unify-globals.css */
  .g-mr-20--sm {
    margin-right: 1.42857rem !important;
  }
  /* line 7335, app/assets/stylesheets/unify-globals.css */
  .g-mr-25--sm {
    margin-right: 1.78571rem !important;
  }
  /* line 7337, app/assets/stylesheets/unify-globals.css */
  .g-mr-30--sm {
    margin-right: 2.14286rem !important;
  }
  /* line 7339, app/assets/stylesheets/unify-globals.css */
  .g-mr-35--sm {
    margin-right: 2.5rem !important;
  }
  /* line 7341, app/assets/stylesheets/unify-globals.css */
  .g-mr-40--sm {
    margin-right: 2.85714rem !important;
  }
  /* line 7343, app/assets/stylesheets/unify-globals.css */
  .g-mr-45--sm {
    margin-right: 3.21429rem !important;
  }
  /* line 7345, app/assets/stylesheets/unify-globals.css */
  .g-mr-50--sm {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (md)
------------------------------------*/
@media (min-width: 768px) {
  /* line 7351, app/assets/stylesheets/unify-globals.css */
  .g-ma-0--md {
    margin: 0 !important;
  }
  /* line 7353, app/assets/stylesheets/unify-globals.css */
  .g-mx-0--md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 7356, app/assets/stylesheets/unify-globals.css */
  .g-my-0--md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 7359, app/assets/stylesheets/unify-globals.css */
  .g-ml-0--md {
    margin-left: 0 !important;
  }
  /* line 7361, app/assets/stylesheets/unify-globals.css */
  .g-mr-0--md {
    margin-right: 0 !important;
  }
  /* line 7363, app/assets/stylesheets/unify-globals.css */
  .g-mt-0--md {
    margin-top: 0 !important;
  }
  /* line 7365, app/assets/stylesheets/unify-globals.css */
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }
  /* line 7367, app/assets/stylesheets/unify-globals.css */
  .g-mx-1--md {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  /* line 7370, app/assets/stylesheets/unify-globals.css */
  .g-mx-2--md {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  /* line 7373, app/assets/stylesheets/unify-globals.css */
  .g-mx-3--md {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  /* line 7376, app/assets/stylesheets/unify-globals.css */
  .g-mx-4--md {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  /* line 7379, app/assets/stylesheets/unify-globals.css */
  .g-mx-5--md {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  /* line 7382, app/assets/stylesheets/unify-globals.css */
  .g-mx-6--md {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  /* line 7385, app/assets/stylesheets/unify-globals.css */
  .g-mx-7--md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 7388, app/assets/stylesheets/unify-globals.css */
  .g-mx-8--md {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  /* line 7391, app/assets/stylesheets/unify-globals.css */
  .g-mx-9--md {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  /* line 7394, app/assets/stylesheets/unify-globals.css */
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 7397, app/assets/stylesheets/unify-globals.css */
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 7400, app/assets/stylesheets/unify-globals.css */
  .g-mx-15--md {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  /* line 7403, app/assets/stylesheets/unify-globals.css */
  .g-mx-20--md {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  /* line 7406, app/assets/stylesheets/unify-globals.css */
  .g-mx-25--md {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  /* line 7409, app/assets/stylesheets/unify-globals.css */
  .g-mx-30--md {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  /* line 7412, app/assets/stylesheets/unify-globals.css */
  .g-mx-35--md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 7415, app/assets/stylesheets/unify-globals.css */
  .g-mx-40--md {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  /* line 7418, app/assets/stylesheets/unify-globals.css */
  .g-mx-45--md {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  /* line 7421, app/assets/stylesheets/unify-globals.css */
  .g-mx-50--md {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  /* line 7424, app/assets/stylesheets/unify-globals.css */
  .g-mx-55--md {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  /* line 7427, app/assets/stylesheets/unify-globals.css */
  .g-mx-60--md {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  /* line 7430, app/assets/stylesheets/unify-globals.css */
  .g-mx-65--md {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  /* line 7433, app/assets/stylesheets/unify-globals.css */
  .g-mx-70--md {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 7436, app/assets/stylesheets/unify-globals.css */
  .g-mx-75--md {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  /* line 7439, app/assets/stylesheets/unify-globals.css */
  .g-mx-80--md {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  /* line 7442, app/assets/stylesheets/unify-globals.css */
  .g-mx-85--md {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  /* line 7445, app/assets/stylesheets/unify-globals.css */
  .g-mx-90--md {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  /* line 7448, app/assets/stylesheets/unify-globals.css */
  .g-mx-95--md {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  /* line 7451, app/assets/stylesheets/unify-globals.css */
  .g-mx-100--md {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  /* line 7454, app/assets/stylesheets/unify-globals.css */
  .g-my-1--md {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  /* line 7457, app/assets/stylesheets/unify-globals.css */
  .g-my-2--md {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  /* line 7460, app/assets/stylesheets/unify-globals.css */
  .g-my-3--md {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  /* line 7463, app/assets/stylesheets/unify-globals.css */
  .g-my-4--md {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  /* line 7466, app/assets/stylesheets/unify-globals.css */
  .g-my-5--md {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  /* line 7469, app/assets/stylesheets/unify-globals.css */
  .g-my-6--md {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  /* line 7472, app/assets/stylesheets/unify-globals.css */
  .g-my-7--md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 7475, app/assets/stylesheets/unify-globals.css */
  .g-my-8--md {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  /* line 7478, app/assets/stylesheets/unify-globals.css */
  .g-my-9--md {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  /* line 7481, app/assets/stylesheets/unify-globals.css */
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 7484, app/assets/stylesheets/unify-globals.css */
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 7487, app/assets/stylesheets/unify-globals.css */
  .g-my-15--md {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  /* line 7490, app/assets/stylesheets/unify-globals.css */
  .g-my-20--md {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  /* line 7493, app/assets/stylesheets/unify-globals.css */
  .g-my-25--md {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  /* line 7496, app/assets/stylesheets/unify-globals.css */
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  /* line 7499, app/assets/stylesheets/unify-globals.css */
  .g-my-35--md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 7502, app/assets/stylesheets/unify-globals.css */
  .g-my-40--md {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  /* line 7505, app/assets/stylesheets/unify-globals.css */
  .g-my-45--md {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  /* line 7508, app/assets/stylesheets/unify-globals.css */
  .g-my-50--md {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  /* line 7511, app/assets/stylesheets/unify-globals.css */
  .g-my-55--md {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  /* line 7514, app/assets/stylesheets/unify-globals.css */
  .g-my-60--md {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  /* line 7517, app/assets/stylesheets/unify-globals.css */
  .g-my-65--md {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  /* line 7520, app/assets/stylesheets/unify-globals.css */
  .g-my-70--md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 7523, app/assets/stylesheets/unify-globals.css */
  .g-my-75--md {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  /* line 7526, app/assets/stylesheets/unify-globals.css */
  .g-my-80--md {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  /* line 7529, app/assets/stylesheets/unify-globals.css */
  .g-my-85--md {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  /* line 7532, app/assets/stylesheets/unify-globals.css */
  .g-my-90--md {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  /* line 7535, app/assets/stylesheets/unify-globals.css */
  .g-my-95--md {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  /* line 7538, app/assets/stylesheets/unify-globals.css */
  .g-my-100--md {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  /* line 7541, app/assets/stylesheets/unify-globals.css */
  .g-mt-1--md {
    margin-top: 0.07143rem !important;
  }
  /* line 7543, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-1--md {
    margin-top: -0.07143rem !important;
  }
  /* line 7545, app/assets/stylesheets/unify-globals.css */
  .g-mt-2--md {
    margin-top: 0.14286rem !important;
  }
  /* line 7547, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-2--md {
    margin-top: -0.14286rem !important;
  }
  /* line 7549, app/assets/stylesheets/unify-globals.css */
  .g-mt-3--md {
    margin-top: 0.21429rem !important;
  }
  /* line 7551, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-3--md {
    margin-top: -0.21429rem !important;
  }
  /* line 7553, app/assets/stylesheets/unify-globals.css */
  .g-mt-4--md {
    margin-top: 0.28571rem !important;
  }
  /* line 7555, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-4--md {
    margin-top: -0.28571rem !important;
  }
  /* line 7557, app/assets/stylesheets/unify-globals.css */
  .g-mt-5--md {
    margin-top: 0.35714rem !important;
  }
  /* line 7559, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-5--md {
    margin-top: -0.35714rem !important;
  }
  /* line 7561, app/assets/stylesheets/unify-globals.css */
  .g-mt-6--md {
    margin-top: 0.42857rem !important;
  }
  /* line 7563, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-6--md {
    margin-top: -0.42857rem !important;
  }
  /* line 7565, app/assets/stylesheets/unify-globals.css */
  .g-mt-7--md {
    margin-top: 0.5rem !important;
  }
  /* line 7567, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-7--md {
    margin-top: -0.5rem !important;
  }
  /* line 7569, app/assets/stylesheets/unify-globals.css */
  .g-mt-8--md {
    margin-top: 0.57143rem !important;
  }
  /* line 7571, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-8--md {
    margin-top: -0.57143rem !important;
  }
  /* line 7573, app/assets/stylesheets/unify-globals.css */
  .g-mt-9--md {
    margin-top: 0.64286rem !important;
  }
  /* line 7575, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-9--md {
    margin-top: -0.64286rem !important;
  }
  /* line 7577, app/assets/stylesheets/unify-globals.css */
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }
  /* line 7579, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }
  /* line 7581, app/assets/stylesheets/unify-globals.css */
  .g-mt-11--md {
    margin-top: 0.78571rem !important;
  }
  /* line 7583, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-11--md {
    margin-top: -0.78571rem !important;
  }
  /* line 7585, app/assets/stylesheets/unify-globals.css */
  .g-mt-12--md {
    margin-top: 0.85714rem !important;
  }
  /* line 7587, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-12--md {
    margin-top: -0.85714rem !important;
  }
  /* line 7589, app/assets/stylesheets/unify-globals.css */
  .g-mt-13--md {
    margin-top: 0.92857rem !important;
  }
  /* line 7591, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-13--md {
    margin-top: -0.92857rem !important;
  }
  /* line 7593, app/assets/stylesheets/unify-globals.css */
  .g-mt-14--md {
    margin-top: 1rem !important;
  }
  /* line 7595, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-14--md {
    margin-top: -1rem !important;
  }
  /* line 7597, app/assets/stylesheets/unify-globals.css */
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }
  /* line 7599, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }
  /* line 7601, app/assets/stylesheets/unify-globals.css */
  .g-mt-16--md {
    margin-top: 1.14286rem !important;
  }
  /* line 7603, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-16--md {
    margin-top: -1.14286rem !important;
  }
  /* line 7605, app/assets/stylesheets/unify-globals.css */
  .g-mt-17--md {
    margin-top: 1.21429rem !important;
  }
  /* line 7607, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-17--md {
    margin-top: -1.21429rem !important;
  }
  /* line 7609, app/assets/stylesheets/unify-globals.css */
  .g-mt-18--md {
    margin-top: 1.28571rem !important;
  }
  /* line 7611, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-18--md {
    margin-top: -1.28571rem !important;
  }
  /* line 7613, app/assets/stylesheets/unify-globals.css */
  .g-mt-19--md {
    margin-top: 1.35714rem !important;
  }
  /* line 7615, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-19--md {
    margin-top: -1.35714rem !important;
  }
  /* line 7617, app/assets/stylesheets/unify-globals.css */
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }
  /* line 7619, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }
  /* line 7621, app/assets/stylesheets/unify-globals.css */
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }
  /* line 7623, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }
  /* line 7625, app/assets/stylesheets/unify-globals.css */
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }
  /* line 7627, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }
  /* line 7629, app/assets/stylesheets/unify-globals.css */
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }
  /* line 7631, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }
  /* line 7633, app/assets/stylesheets/unify-globals.css */
  .g-mt-25--md {
    margin-top: 1.78571rem !important;
  }
  /* line 7635, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-25--md {
    margin-top: -1.78571rem !important;
  }
  /* line 7637, app/assets/stylesheets/unify-globals.css */
  .g-mt-30--md {
    margin-top: 2.14286rem !important;
  }
  /* line 7639, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-30--md {
    margin-top: -2.14286rem !important;
  }
  /* line 7641, app/assets/stylesheets/unify-globals.css */
  .g-mt-35--md {
    margin-top: 2.5rem !important;
  }
  /* line 7643, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-35--md {
    margin-top: -2.5rem !important;
  }
  /* line 7645, app/assets/stylesheets/unify-globals.css */
  .g-mt-40--md {
    margin-top: 2.85714rem !important;
  }
  /* line 7647, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-40--md {
    margin-top: -2.85714rem !important;
  }
  /* line 7649, app/assets/stylesheets/unify-globals.css */
  .g-mt-45--md {
    margin-top: 3.21429rem !important;
  }
  /* line 7651, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-45--md {
    margin-top: -3.21429rem !important;
  }
  /* line 7653, app/assets/stylesheets/unify-globals.css */
  .g-mt-50--md {
    margin-top: 3.57143rem !important;
  }
  /* line 7655, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-50--md {
    margin-top: -3.57143rem !important;
  }
  /* line 7657, app/assets/stylesheets/unify-globals.css */
  .g-mt-55--md {
    margin-top: 3.92857rem !important;
  }
  /* line 7659, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-55--md {
    margin-top: -3.92857rem !important;
  }
  /* line 7661, app/assets/stylesheets/unify-globals.css */
  .g-mt-60--md {
    margin-top: 4.28571rem !important;
  }
  /* line 7663, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-60--md {
    margin-top: -4.28571rem !important;
  }
  /* line 7665, app/assets/stylesheets/unify-globals.css */
  .g-mt-65--md {
    margin-top: 4.64286rem !important;
  }
  /* line 7667, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-65--md {
    margin-top: -4.64286rem !important;
  }
  /* line 7669, app/assets/stylesheets/unify-globals.css */
  .g-mt-70--md {
    margin-top: 5rem !important;
  }
  /* line 7671, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-70--md {
    margin-top: -5rem !important;
  }
  /* line 7673, app/assets/stylesheets/unify-globals.css */
  .g-mt-75--md {
    margin-top: 5.35714rem !important;
  }
  /* line 7675, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-75--md {
    margin-top: -5.35714rem !important;
  }
  /* line 7677, app/assets/stylesheets/unify-globals.css */
  .g-mt-80--md {
    margin-top: 5.71429rem !important;
  }
  /* line 7679, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-80--md {
    margin-top: -5.71429rem !important;
  }
  /* line 7681, app/assets/stylesheets/unify-globals.css */
  .g-mt-85--md {
    margin-top: 6.07143rem !important;
  }
  /* line 7683, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-85--md {
    margin-top: -6.07143rem !important;
  }
  /* line 7685, app/assets/stylesheets/unify-globals.css */
  .g-mt-90--md {
    margin-top: 6.42857rem !important;
  }
  /* line 7687, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-90--md {
    margin-top: -6.42857rem !important;
  }
  /* line 7689, app/assets/stylesheets/unify-globals.css */
  .g-mt-95--md {
    margin-top: 6.78571rem !important;
  }
  /* line 7691, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-95--md {
    margin-top: -6.78571rem !important;
  }
  /* line 7693, app/assets/stylesheets/unify-globals.css */
  .g-mt-100--md {
    margin-top: 7.14286rem !important;
  }
  /* line 7695, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-100--md {
    margin-top: -7.14286rem !important;
  }
  /* line 7697, app/assets/stylesheets/unify-globals.css */
  .g-mt-105--md {
    margin-top: 7.5rem !important;
  }
  /* line 7699, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-105--md {
    margin-top: -7.5rem !important;
  }
  /* line 7701, app/assets/stylesheets/unify-globals.css */
  .g-mt-110--md {
    margin-top: 7.85714rem !important;
  }
  /* line 7703, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-110--md {
    margin-top: -7.85714rem !important;
  }
  /* line 7705, app/assets/stylesheets/unify-globals.css */
  .g-mt-115--md {
    margin-top: 8.21429rem !important;
  }
  /* line 7707, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-115--md {
    margin-top: -8.21429rem !important;
  }
  /* line 7709, app/assets/stylesheets/unify-globals.css */
  .g-mt-120--md {
    margin-top: 8.57143rem !important;
  }
  /* line 7711, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-120--md {
    margin-top: -8.57143rem !important;
  }
  /* line 7713, app/assets/stylesheets/unify-globals.css */
  .g-mt-125--md {
    margin-top: 8.92857rem !important;
  }
  /* line 7715, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-125--md {
    margin-top: -8.92857rem !important;
  }
  /* line 7717, app/assets/stylesheets/unify-globals.css */
  .g-mt-130--md {
    margin-top: 9.28571rem !important;
  }
  /* line 7719, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-130--md {
    margin-top: -9.28571rem !important;
  }
  /* line 7721, app/assets/stylesheets/unify-globals.css */
  .g-mt-135--md {
    margin-top: 9.64286rem !important;
  }
  /* line 7723, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-135--md {
    margin-top: -9.64286rem !important;
  }
  /* line 7725, app/assets/stylesheets/unify-globals.css */
  .g-mt-140--md {
    margin-top: 10rem !important;
  }
  /* line 7727, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-140--md {
    margin-top: -10rem !important;
  }
  /* line 7729, app/assets/stylesheets/unify-globals.css */
  .g-mt-145--md {
    margin-top: 10.35714rem !important;
  }
  /* line 7731, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-145--md {
    margin-top: -10.35714rem !important;
  }
  /* line 7733, app/assets/stylesheets/unify-globals.css */
  .g-mt-150--md {
    margin-top: 10.71429rem !important;
  }
  /* line 7735, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-150--md {
    margin-top: -10.71429rem !important;
  }
  /* line 7737, app/assets/stylesheets/unify-globals.css */
  .g-mt-155--md {
    margin-top: 11.07143rem !important;
  }
  /* line 7739, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-155--md {
    margin-top: -11.07143rem !important;
  }
  /* line 7741, app/assets/stylesheets/unify-globals.css */
  .g-mt-160--md {
    margin-top: 11.42857rem !important;
  }
  /* line 7743, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-160--md {
    margin-top: -11.42857rem !important;
  }
  /* line 7745, app/assets/stylesheets/unify-globals.css */
  .g-mt-165--md {
    margin-top: 11.78571rem !important;
  }
  /* line 7747, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-165--md {
    margin-top: -11.78571rem !important;
  }
  /* line 7749, app/assets/stylesheets/unify-globals.css */
  .g-mt-170--md {
    margin-top: 12.14286rem !important;
  }
  /* line 7751, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-170--md {
    margin-top: -12.14286rem !important;
  }
  /* line 7753, app/assets/stylesheets/unify-globals.css */
  .g-mb-1--md {
    margin-bottom: 0.07143rem !important;
  }
  /* line 7755, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-1--md {
    margin-bottom: -0.07143rem !important;
  }
  /* line 7757, app/assets/stylesheets/unify-globals.css */
  .g-mb-2--md {
    margin-bottom: 0.14286rem !important;
  }
  /* line 7759, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-2--md {
    margin-bottom: -0.14286rem !important;
  }
  /* line 7761, app/assets/stylesheets/unify-globals.css */
  .g-mb-3--md {
    margin-bottom: 0.21429rem !important;
  }
  /* line 7763, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-3--md {
    margin-bottom: -0.21429rem !important;
  }
  /* line 7765, app/assets/stylesheets/unify-globals.css */
  .g-mb-4--md {
    margin-bottom: 0.28571rem !important;
  }
  /* line 7767, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-4--md {
    margin-bottom: -0.28571rem !important;
  }
  /* line 7769, app/assets/stylesheets/unify-globals.css */
  .g-mb-5--md {
    margin-bottom: 0.35714rem !important;
  }
  /* line 7771, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-5--md {
    margin-bottom: -0.35714rem !important;
  }
  /* line 7773, app/assets/stylesheets/unify-globals.css */
  .g-mb-6--md {
    margin-bottom: 0.42857rem !important;
  }
  /* line 7775, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-6--md {
    margin-bottom: -0.42857rem !important;
  }
  /* line 7777, app/assets/stylesheets/unify-globals.css */
  .g-mb-7--md {
    margin-bottom: 0.5rem !important;
  }
  /* line 7779, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-7--md {
    margin-bottom: -0.5rem !important;
  }
  /* line 7781, app/assets/stylesheets/unify-globals.css */
  .g-mb-8--md {
    margin-bottom: 0.57143rem !important;
  }
  /* line 7783, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-8--md {
    margin-bottom: -0.57143rem !important;
  }
  /* line 7785, app/assets/stylesheets/unify-globals.css */
  .g-mb-9--md {
    margin-bottom: 0.64286rem !important;
  }
  /* line 7787, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-9--md {
    margin-bottom: -0.64286rem !important;
  }
  /* line 7789, app/assets/stylesheets/unify-globals.css */
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }
  /* line 7791, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-10--md {
    margin-bottom: -0.71429rem !important;
  }
  /* line 7793, app/assets/stylesheets/unify-globals.css */
  .g-mb-11--md {
    margin-bottom: 0.78571rem !important;
  }
  /* line 7795, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-11--md {
    margin-bottom: -0.78571rem !important;
  }
  /* line 7797, app/assets/stylesheets/unify-globals.css */
  .g-mb-12--md {
    margin-bottom: 0.85714rem !important;
  }
  /* line 7799, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-12--md {
    margin-bottom: -0.85714rem !important;
  }
  /* line 7801, app/assets/stylesheets/unify-globals.css */
  .g-mb-13--md {
    margin-bottom: 0.92857rem !important;
  }
  /* line 7803, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-13--md {
    margin-bottom: -0.92857rem !important;
  }
  /* line 7805, app/assets/stylesheets/unify-globals.css */
  .g-mb-14--md {
    margin-bottom: 1rem !important;
  }
  /* line 7807, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-14--md {
    margin-bottom: -1rem !important;
  }
  /* line 7809, app/assets/stylesheets/unify-globals.css */
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }
  /* line 7811, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-15--md {
    margin-bottom: -1.07143rem !important;
  }
  /* line 7813, app/assets/stylesheets/unify-globals.css */
  .g-mb-16--md {
    margin-bottom: 1.14286rem !important;
  }
  /* line 7815, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-16--md {
    margin-bottom: -1.14286rem !important;
  }
  /* line 7817, app/assets/stylesheets/unify-globals.css */
  .g-mb-17--md {
    margin-bottom: 1.21429rem !important;
  }
  /* line 7819, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-17--md {
    margin-bottom: -1.21429rem !important;
  }
  /* line 7821, app/assets/stylesheets/unify-globals.css */
  .g-mb-18--md {
    margin-bottom: 1.28571rem !important;
  }
  /* line 7823, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-18--md {
    margin-bottom: -1.28571rem !important;
  }
  /* line 7825, app/assets/stylesheets/unify-globals.css */
  .g-mb-19--md {
    margin-bottom: 1.35714rem !important;
  }
  /* line 7827, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-19--md {
    margin-bottom: -1.35714rem !important;
  }
  /* line 7829, app/assets/stylesheets/unify-globals.css */
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }
  /* line 7831, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-20--md {
    margin-bottom: -1.42857rem !important;
  }
  /* line 7833, app/assets/stylesheets/unify-globals.css */
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }
  /* line 7835, app/assets/stylesheets/unify-globals.css */
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }
  /* line 7837, app/assets/stylesheets/unify-globals.css */
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }
  /* line 7839, app/assets/stylesheets/unify-globals.css */
  .g-mb-25--md {
    margin-bottom: 1.78571rem !important;
  }
  /* line 7841, app/assets/stylesheets/unify-globals.css */
  .g-mb-30--md {
    margin-bottom: 2.14286rem !important;
  }
  /* line 7843, app/assets/stylesheets/unify-globals.css */
  .g-mb-35--md {
    margin-bottom: 2.5rem !important;
  }
  /* line 7845, app/assets/stylesheets/unify-globals.css */
  .g-mb-40--md {
    margin-bottom: 2.85714rem !important;
  }
  /* line 7847, app/assets/stylesheets/unify-globals.css */
  .g-mb-45--md {
    margin-bottom: 3.21429rem !important;
  }
  /* line 7849, app/assets/stylesheets/unify-globals.css */
  .g-mb-50--md {
    margin-bottom: 3.57143rem !important;
  }
  /* line 7851, app/assets/stylesheets/unify-globals.css */
  .g-mb-55--md {
    margin-bottom: 3.92857rem !important;
  }
  /* line 7853, app/assets/stylesheets/unify-globals.css */
  .g-mb-60--md {
    margin-bottom: 4.28571rem !important;
  }
  /* line 7855, app/assets/stylesheets/unify-globals.css */
  .g-mb-65--md {
    margin-bottom: 4.64286rem !important;
  }
  /* line 7857, app/assets/stylesheets/unify-globals.css */
  .g-mb-70--md {
    margin-bottom: 5rem !important;
  }
  /* line 7859, app/assets/stylesheets/unify-globals.css */
  .g-mb-75--md {
    margin-bottom: 5.35714rem !important;
  }
  /* line 7861, app/assets/stylesheets/unify-globals.css */
  .g-mb-80--md {
    margin-bottom: 5.71429rem !important;
  }
  /* line 7863, app/assets/stylesheets/unify-globals.css */
  .g-mb-85--md {
    margin-bottom: 6.07143rem !important;
  }
  /* line 7865, app/assets/stylesheets/unify-globals.css */
  .g-mb-90--md {
    margin-bottom: 6.42857rem !important;
  }
  /* line 7867, app/assets/stylesheets/unify-globals.css */
  .g-mb-95--md {
    margin-bottom: 6.78571rem !important;
  }
  /* line 7869, app/assets/stylesheets/unify-globals.css */
  .g-mb-100--md {
    margin-bottom: 7.14286rem !important;
  }
  /* line 7871, app/assets/stylesheets/unify-globals.css */
  .g-mb-105--md {
    margin-bottom: 7.5rem !important;
  }
  /* line 7873, app/assets/stylesheets/unify-globals.css */
  .g-mb-110--md {
    margin-bottom: 7.85714rem !important;
  }
  /* line 7875, app/assets/stylesheets/unify-globals.css */
  .g-mb-115--md {
    margin-bottom: 8.21429rem !important;
  }
  /* line 7877, app/assets/stylesheets/unify-globals.css */
  .g-mb-120--md {
    margin-bottom: 8.57143rem !important;
  }
  /* line 7879, app/assets/stylesheets/unify-globals.css */
  .g-mb-125--md {
    margin-bottom: 8.92857rem !important;
  }
  /* line 7881, app/assets/stylesheets/unify-globals.css */
  .g-mb-130--md {
    margin-bottom: 9.28571rem !important;
  }
  /* line 7883, app/assets/stylesheets/unify-globals.css */
  .g-mb-135--md {
    margin-bottom: 9.64286rem !important;
  }
  /* line 7885, app/assets/stylesheets/unify-globals.css */
  .g-mb-140--md {
    margin-bottom: 10rem !important;
  }
  /* line 7887, app/assets/stylesheets/unify-globals.css */
  .g-mb-145--md {
    margin-bottom: 10.35714rem !important;
  }
  /* line 7889, app/assets/stylesheets/unify-globals.css */
  .g-mb-150--md {
    margin-bottom: 10.71429rem !important;
  }
  /* line 7891, app/assets/stylesheets/unify-globals.css */
  .g-mb-155--md {
    margin-bottom: 11.07143rem !important;
  }
  /* line 7893, app/assets/stylesheets/unify-globals.css */
  .g-mb-160--md {
    margin-bottom: 11.42857rem !important;
  }
  /* line 7895, app/assets/stylesheets/unify-globals.css */
  .g-mb-165--md {
    margin-bottom: 11.78571rem !important;
  }
  /* line 7897, app/assets/stylesheets/unify-globals.css */
  .g-mb-170--md {
    margin-bottom: 12.14286rem !important;
  }
  /* line 7899, app/assets/stylesheets/unify-globals.css */
  .g-ml-1--md {
    margin-left: 0.07143rem !important;
  }
  /* line 7901, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1--md {
    margin-left: -0.07143rem !important;
  }
  /* line 7903, app/assets/stylesheets/unify-globals.css */
  .g-ml-2--md {
    margin-left: 0.14286rem !important;
  }
  /* line 7905, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-2--md {
    margin-left: -0.14286rem !important;
  }
  /* line 7907, app/assets/stylesheets/unify-globals.css */
  .g-ml-3--md {
    margin-left: 0.21429rem !important;
  }
  /* line 7909, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-3--md {
    margin-left: -0.21429rem !important;
  }
  /* line 7911, app/assets/stylesheets/unify-globals.css */
  .g-ml-4--md {
    margin-left: 0.28571rem !important;
  }
  /* line 7913, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-4--md {
    margin-left: -0.28571rem !important;
  }
  /* line 7915, app/assets/stylesheets/unify-globals.css */
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }
  /* line 7917, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }
  /* line 7919, app/assets/stylesheets/unify-globals.css */
  .g-ml-6--md {
    margin-left: 0.42857rem !important;
  }
  /* line 7921, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-6--md {
    margin-left: -0.42857rem !important;
  }
  /* line 7923, app/assets/stylesheets/unify-globals.css */
  .g-ml-7--md {
    margin-left: 0.5rem !important;
  }
  /* line 7925, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-7--md {
    margin-left: -0.5rem !important;
  }
  /* line 7927, app/assets/stylesheets/unify-globals.css */
  .g-ml-8--md {
    margin-left: 0.57143rem !important;
  }
  /* line 7929, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-8--md {
    margin-left: -0.57143rem !important;
  }
  /* line 7931, app/assets/stylesheets/unify-globals.css */
  .g-ml-9--md {
    margin-left: 0.64286rem !important;
  }
  /* line 7933, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important;
  }
  /* line 7935, app/assets/stylesheets/unify-globals.css */
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }
  /* line 7937, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }
  /* line 7939, app/assets/stylesheets/unify-globals.css */
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }
  /* line 7941, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }
  /* line 7943, app/assets/stylesheets/unify-globals.css */
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }
  /* line 7945, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }
  /* line 7947, app/assets/stylesheets/unify-globals.css */
  .g-ml-15--md {
    margin-left: 1.07143rem !important;
  }
  /* line 7949, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important;
  }
  /* line 7951, app/assets/stylesheets/unify-globals.css */
  .g-ml-20--md {
    margin-left: 1.42857rem !important;
  }
  /* line 7953, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-20--md {
    margin-left: -1.42857rem !important;
  }
  /* line 7955, app/assets/stylesheets/unify-globals.css */
  .g-ml-25--md {
    margin-left: 1.78571rem !important;
  }
  /* line 7957, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important;
  }
  /* line 7959, app/assets/stylesheets/unify-globals.css */
  .g-ml-30--md {
    margin-left: 2.14286rem !important;
  }
  /* line 7961, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-30--md {
    margin-left: -2.14286rem !important;
  }
  /* line 7963, app/assets/stylesheets/unify-globals.css */
  .g-ml-35--md {
    margin-left: 2.5rem !important;
  }
  /* line 7965, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-35--md {
    margin-left: -2.5rem !important;
  }
  /* line 7967, app/assets/stylesheets/unify-globals.css */
  .g-ml-40--md {
    margin-left: 2.85714rem !important;
  }
  /* line 7969, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-40--md {
    margin-left: -2.85714rem !important;
  }
  /* line 7971, app/assets/stylesheets/unify-globals.css */
  .g-ml-45--md {
    margin-left: 3.21429rem !important;
  }
  /* line 7973, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-45--md {
    margin-left: -3.21429rem !important;
  }
  /* line 7975, app/assets/stylesheets/unify-globals.css */
  .g-ml-50--md {
    margin-left: 3.57143rem !important;
  }
  /* line 7977, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50--md {
    margin-left: -3.57143rem !important;
  }
  /* line 7979, app/assets/stylesheets/unify-globals.css */
  .g-mr-1--md {
    margin-right: 0.07143rem !important;
  }
  /* line 7981, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--md {
    margin-right: -0.07143rem !important;
  }
  /* line 7983, app/assets/stylesheets/unify-globals.css */
  .g-mr-2--md {
    margin-right: 0.14286rem !important;
  }
  /* line 7985, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-2--md {
    margin-right: -0.14286rem !important;
  }
  /* line 7987, app/assets/stylesheets/unify-globals.css */
  .g-mr-3--md {
    margin-right: 0.21429rem !important;
  }
  /* line 7989, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-3--md {
    margin-right: -0.21429rem !important;
  }
  /* line 7991, app/assets/stylesheets/unify-globals.css */
  .g-mr-4--md {
    margin-right: 0.28571rem !important;
  }
  /* line 7993, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-4--md {
    margin-right: -0.28571rem !important;
  }
  /* line 7995, app/assets/stylesheets/unify-globals.css */
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }
  /* line 7997, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-5--md {
    margin-right: -0.35714rem !important;
  }
  /* line 7999, app/assets/stylesheets/unify-globals.css */
  .g-mr-6--md {
    margin-right: 0.42857rem !important;
  }
  /* line 8001, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-6--md {
    margin-right: -0.42857rem !important;
  }
  /* line 8003, app/assets/stylesheets/unify-globals.css */
  .g-mr-7--md {
    margin-right: 0.5rem !important;
  }
  /* line 8005, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-7--md {
    margin-right: -0.5rem !important;
  }
  /* line 8007, app/assets/stylesheets/unify-globals.css */
  .g-mr-8--md {
    margin-right: 0.57143rem !important;
  }
  /* line 8009, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-8--md {
    margin-right: -0.57143rem !important;
  }
  /* line 8011, app/assets/stylesheets/unify-globals.css */
  .g-mr-9--md {
    margin-right: 0.64286rem !important;
  }
  /* line 8013, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important;
  }
  /* line 8015, app/assets/stylesheets/unify-globals.css */
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }
  /* line 8017, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-10--md {
    margin-right: -0.71429rem !important;
  }
  /* line 8019, app/assets/stylesheets/unify-globals.css */
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }
  /* line 8021, app/assets/stylesheets/unify-globals.css */
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }
  /* line 8023, app/assets/stylesheets/unify-globals.css */
  .g-mr-15--md {
    margin-right: 1.07143rem !important;
  }
  /* line 8025, app/assets/stylesheets/unify-globals.css */
  .g-mr-20--md {
    margin-right: 1.42857rem !important;
  }
  /* line 8027, app/assets/stylesheets/unify-globals.css */
  .g-mr-25--md {
    margin-right: 1.78571rem !important;
  }
  /* line 8029, app/assets/stylesheets/unify-globals.css */
  .g-mr-30--md {
    margin-right: 2.14286rem !important;
  }
  /* line 8031, app/assets/stylesheets/unify-globals.css */
  .g-mr-35--md {
    margin-right: 2.5rem !important;
  }
  /* line 8033, app/assets/stylesheets/unify-globals.css */
  .g-mr-40--md {
    margin-right: 2.85714rem !important;
  }
  /* line 8035, app/assets/stylesheets/unify-globals.css */
  .g-mr-45--md {
    margin-right: 3.21429rem !important;
  }
  /* line 8037, app/assets/stylesheets/unify-globals.css */
  .g-mr-50--md {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (lg)
------------------------------------*/
@media (min-width: 992px) {
  /* line 8043, app/assets/stylesheets/unify-globals.css */
  .g-ma-0--lg {
    margin: 0 !important;
  }
  /* line 8045, app/assets/stylesheets/unify-globals.css */
  .g-mx-0--lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 8048, app/assets/stylesheets/unify-globals.css */
  .g-my-0--lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 8051, app/assets/stylesheets/unify-globals.css */
  .g-ml-0--lg {
    margin-left: 0 !important;
  }
  /* line 8053, app/assets/stylesheets/unify-globals.css */
  .g-mr-0--lg {
    margin-right: 0 !important;
  }
  /* line 8055, app/assets/stylesheets/unify-globals.css */
  .g-mt-0--lg {
    margin-top: 0 !important;
  }
  /* line 8057, app/assets/stylesheets/unify-globals.css */
  .g-mb-0--lg {
    margin-bottom: 0 !important;
  }
  /* line 8059, app/assets/stylesheets/unify-globals.css */
  .g-mx-1--lg {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  /* line 8062, app/assets/stylesheets/unify-globals.css */
  .g-mx-2--lg {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  /* line 8065, app/assets/stylesheets/unify-globals.css */
  .g-mx-3--lg {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  /* line 8068, app/assets/stylesheets/unify-globals.css */
  .g-mx-4--lg {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  /* line 8071, app/assets/stylesheets/unify-globals.css */
  .g-mx-5--lg {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  /* line 8074, app/assets/stylesheets/unify-globals.css */
  .g-mx-6--lg {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  /* line 8077, app/assets/stylesheets/unify-globals.css */
  .g-mx-7--lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 8080, app/assets/stylesheets/unify-globals.css */
  .g-mx-8--lg {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  /* line 8083, app/assets/stylesheets/unify-globals.css */
  .g-mx-9--lg {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  /* line 8086, app/assets/stylesheets/unify-globals.css */
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 8089, app/assets/stylesheets/unify-globals.css */
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 8092, app/assets/stylesheets/unify-globals.css */
  .g-mx-15--lg {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  /* line 8095, app/assets/stylesheets/unify-globals.css */
  .g-mx-20--lg {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  /* line 8098, app/assets/stylesheets/unify-globals.css */
  .g-mx-25--lg {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  /* line 8101, app/assets/stylesheets/unify-globals.css */
  .g-mx-30--lg {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  /* line 8104, app/assets/stylesheets/unify-globals.css */
  .g-mx-35--lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 8107, app/assets/stylesheets/unify-globals.css */
  .g-mx-40--lg {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  /* line 8110, app/assets/stylesheets/unify-globals.css */
  .g-mx-45--lg {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  /* line 8113, app/assets/stylesheets/unify-globals.css */
  .g-mx-50--lg {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  /* line 8116, app/assets/stylesheets/unify-globals.css */
  .g-mx-55--lg {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  /* line 8119, app/assets/stylesheets/unify-globals.css */
  .g-mx-60--lg {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  /* line 8122, app/assets/stylesheets/unify-globals.css */
  .g-mx-65--lg {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  /* line 8125, app/assets/stylesheets/unify-globals.css */
  .g-mx-70--lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 8128, app/assets/stylesheets/unify-globals.css */
  .g-mx-75--lg {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  /* line 8131, app/assets/stylesheets/unify-globals.css */
  .g-mx-80--lg {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  /* line 8134, app/assets/stylesheets/unify-globals.css */
  .g-mx-85--lg {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  /* line 8137, app/assets/stylesheets/unify-globals.css */
  .g-mx-90--lg {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  /* line 8140, app/assets/stylesheets/unify-globals.css */
  .g-mx-95--lg {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  /* line 8143, app/assets/stylesheets/unify-globals.css */
  .g-mx-100--lg {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  /* line 8146, app/assets/stylesheets/unify-globals.css */
  .g-my-1--lg {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  /* line 8149, app/assets/stylesheets/unify-globals.css */
  .g-my-2--lg {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  /* line 8152, app/assets/stylesheets/unify-globals.css */
  .g-my-3--lg {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  /* line 8155, app/assets/stylesheets/unify-globals.css */
  .g-my-4--lg {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  /* line 8158, app/assets/stylesheets/unify-globals.css */
  .g-my-5--lg {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  /* line 8161, app/assets/stylesheets/unify-globals.css */
  .g-my-6--lg {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  /* line 8164, app/assets/stylesheets/unify-globals.css */
  .g-my-7--lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 8167, app/assets/stylesheets/unify-globals.css */
  .g-my-8--lg {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  /* line 8170, app/assets/stylesheets/unify-globals.css */
  .g-my-9--lg {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  /* line 8173, app/assets/stylesheets/unify-globals.css */
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 8176, app/assets/stylesheets/unify-globals.css */
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 8179, app/assets/stylesheets/unify-globals.css */
  .g-my-15--lg {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  /* line 8182, app/assets/stylesheets/unify-globals.css */
  .g-my-20--lg {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  /* line 8185, app/assets/stylesheets/unify-globals.css */
  .g-my-25--lg {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  /* line 8188, app/assets/stylesheets/unify-globals.css */
  .g-my-30--lg {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  /* line 8191, app/assets/stylesheets/unify-globals.css */
  .g-my-35--lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 8194, app/assets/stylesheets/unify-globals.css */
  .g-my-40--lg {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  /* line 8197, app/assets/stylesheets/unify-globals.css */
  .g-my-45--lg {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  /* line 8200, app/assets/stylesheets/unify-globals.css */
  .g-my-50--lg {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  /* line 8203, app/assets/stylesheets/unify-globals.css */
  .g-my-55--lg {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  /* line 8206, app/assets/stylesheets/unify-globals.css */
  .g-my-60--lg {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  /* line 8209, app/assets/stylesheets/unify-globals.css */
  .g-my-65--lg {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  /* line 8212, app/assets/stylesheets/unify-globals.css */
  .g-my-70--lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 8215, app/assets/stylesheets/unify-globals.css */
  .g-my-75--lg {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  /* line 8218, app/assets/stylesheets/unify-globals.css */
  .g-my-80--lg {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  /* line 8221, app/assets/stylesheets/unify-globals.css */
  .g-my-85--lg {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  /* line 8224, app/assets/stylesheets/unify-globals.css */
  .g-my-90--lg {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  /* line 8227, app/assets/stylesheets/unify-globals.css */
  .g-my-95--lg {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  /* line 8230, app/assets/stylesheets/unify-globals.css */
  .g-my-100--lg {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  /* line 8233, app/assets/stylesheets/unify-globals.css */
  .g-mt-1--lg {
    margin-top: 0.07143rem !important;
  }
  /* line 8235, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-1--lg {
    margin-top: -0.07143rem !important;
  }
  /* line 8237, app/assets/stylesheets/unify-globals.css */
  .g-mt-2--lg {
    margin-top: 0.14286rem !important;
  }
  /* line 8239, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-2--lg {
    margin-top: -0.14286rem !important;
  }
  /* line 8241, app/assets/stylesheets/unify-globals.css */
  .g-mt-3--lg {
    margin-top: 0.21429rem !important;
  }
  /* line 8243, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-3--lg {
    margin-top: -0.21429rem !important;
  }
  /* line 8245, app/assets/stylesheets/unify-globals.css */
  .g-mt-4--lg {
    margin-top: 0.28571rem !important;
  }
  /* line 8247, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-4--lg {
    margin-top: -0.28571rem !important;
  }
  /* line 8249, app/assets/stylesheets/unify-globals.css */
  .g-mt-5--lg {
    margin-top: 0.35714rem !important;
  }
  /* line 8251, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-5--lg {
    margin-top: -0.35714rem !important;
  }
  /* line 8253, app/assets/stylesheets/unify-globals.css */
  .g-mt-6--lg {
    margin-top: 0.42857rem !important;
  }
  /* line 8255, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-6--lg {
    margin-top: -0.42857rem !important;
  }
  /* line 8257, app/assets/stylesheets/unify-globals.css */
  .g-mt-7--lg {
    margin-top: 0.5rem !important;
  }
  /* line 8259, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-7--lg {
    margin-top: -0.5rem !important;
  }
  /* line 8261, app/assets/stylesheets/unify-globals.css */
  .g-mt-8--lg {
    margin-top: 0.57143rem !important;
  }
  /* line 8263, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-8--lg {
    margin-top: -0.57143rem !important;
  }
  /* line 8265, app/assets/stylesheets/unify-globals.css */
  .g-mt-9--lg {
    margin-top: 0.64286rem !important;
  }
  /* line 8267, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-9--lg {
    margin-top: -0.64286rem !important;
  }
  /* line 8269, app/assets/stylesheets/unify-globals.css */
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }
  /* line 8271, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }
  /* line 8273, app/assets/stylesheets/unify-globals.css */
  .g-mt-11--lg {
    margin-top: 0.78571rem !important;
  }
  /* line 8275, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-11--lg {
    margin-top: -0.78571rem !important;
  }
  /* line 8277, app/assets/stylesheets/unify-globals.css */
  .g-mt-12--lg {
    margin-top: 0.85714rem !important;
  }
  /* line 8279, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-12--lg {
    margin-top: -0.85714rem !important;
  }
  /* line 8281, app/assets/stylesheets/unify-globals.css */
  .g-mt-13--lg {
    margin-top: 0.92857rem !important;
  }
  /* line 8283, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-13--lg {
    margin-top: -0.92857rem !important;
  }
  /* line 8285, app/assets/stylesheets/unify-globals.css */
  .g-mt-14--lg {
    margin-top: 1rem !important;
  }
  /* line 8287, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-14--lg {
    margin-top: -1rem !important;
  }
  /* line 8289, app/assets/stylesheets/unify-globals.css */
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }
  /* line 8291, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }
  /* line 8293, app/assets/stylesheets/unify-globals.css */
  .g-mt-16--lg {
    margin-top: 1.14286rem !important;
  }
  /* line 8295, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-16--lg {
    margin-top: -1.14286rem !important;
  }
  /* line 8297, app/assets/stylesheets/unify-globals.css */
  .g-mt-17--lg {
    margin-top: 1.21429rem !important;
  }
  /* line 8299, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-17--lg {
    margin-top: -1.21429rem !important;
  }
  /* line 8301, app/assets/stylesheets/unify-globals.css */
  .g-mt-18--lg {
    margin-top: 1.28571rem !important;
  }
  /* line 8303, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-18--lg {
    margin-top: -1.28571rem !important;
  }
  /* line 8305, app/assets/stylesheets/unify-globals.css */
  .g-mt-19--lg {
    margin-top: 1.35714rem !important;
  }
  /* line 8307, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-19--lg {
    margin-top: -1.35714rem !important;
  }
  /* line 8309, app/assets/stylesheets/unify-globals.css */
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }
  /* line 8311, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }
  /* line 8313, app/assets/stylesheets/unify-globals.css */
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }
  /* line 8315, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }
  /* line 8317, app/assets/stylesheets/unify-globals.css */
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }
  /* line 8319, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }
  /* line 8321, app/assets/stylesheets/unify-globals.css */
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }
  /* line 8323, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }
  /* line 8325, app/assets/stylesheets/unify-globals.css */
  .g-mt-25--lg {
    margin-top: 1.78571rem !important;
  }
  /* line 8327, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-25--lg {
    margin-top: -1.78571rem !important;
  }
  /* line 8329, app/assets/stylesheets/unify-globals.css */
  .g-mt-30--lg {
    margin-top: 2.14286rem !important;
  }
  /* line 8331, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-30--lg {
    margin-top: -2.14286rem !important;
  }
  /* line 8333, app/assets/stylesheets/unify-globals.css */
  .g-mt-35--lg {
    margin-top: 2.5rem !important;
  }
  /* line 8335, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-35--lg {
    margin-top: -2.5rem !important;
  }
  /* line 8337, app/assets/stylesheets/unify-globals.css */
  .g-mt-40--lg {
    margin-top: 2.85714rem !important;
  }
  /* line 8339, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-40--lg {
    margin-top: -2.85714rem !important;
  }
  /* line 8341, app/assets/stylesheets/unify-globals.css */
  .g-mt-45--lg {
    margin-top: 3.21429rem !important;
  }
  /* line 8343, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-45--lg {
    margin-top: -3.21429rem !important;
  }
  /* line 8345, app/assets/stylesheets/unify-globals.css */
  .g-mt-50--lg {
    margin-top: 3.57143rem !important;
  }
  /* line 8347, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-50--lg {
    margin-top: -3.57143rem !important;
  }
  /* line 8349, app/assets/stylesheets/unify-globals.css */
  .g-mt-55--lg {
    margin-top: 3.92857rem !important;
  }
  /* line 8351, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-55--lg {
    margin-top: -3.92857rem !important;
  }
  /* line 8353, app/assets/stylesheets/unify-globals.css */
  .g-mt-60--lg {
    margin-top: 4.28571rem !important;
  }
  /* line 8355, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-60--lg {
    margin-top: -4.28571rem !important;
  }
  /* line 8357, app/assets/stylesheets/unify-globals.css */
  .g-mt-65--lg {
    margin-top: 4.64286rem !important;
  }
  /* line 8359, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-65--lg {
    margin-top: -4.64286rem !important;
  }
  /* line 8361, app/assets/stylesheets/unify-globals.css */
  .g-mt-70--lg {
    margin-top: 5rem !important;
  }
  /* line 8363, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-70--lg {
    margin-top: -5rem !important;
  }
  /* line 8365, app/assets/stylesheets/unify-globals.css */
  .g-mt-75--lg {
    margin-top: 5.35714rem !important;
  }
  /* line 8367, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-75--lg {
    margin-top: -5.35714rem !important;
  }
  /* line 8369, app/assets/stylesheets/unify-globals.css */
  .g-mt-80--lg {
    margin-top: 5.71429rem !important;
  }
  /* line 8371, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-80--lg {
    margin-top: -5.71429rem !important;
  }
  /* line 8373, app/assets/stylesheets/unify-globals.css */
  .g-mt-85--lg {
    margin-top: 6.07143rem !important;
  }
  /* line 8375, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-85--lg {
    margin-top: -6.07143rem !important;
  }
  /* line 8377, app/assets/stylesheets/unify-globals.css */
  .g-mt-90--lg {
    margin-top: 6.42857rem !important;
  }
  /* line 8379, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-90--lg {
    margin-top: -6.42857rem !important;
  }
  /* line 8381, app/assets/stylesheets/unify-globals.css */
  .g-mt-95--lg {
    margin-top: 6.78571rem !important;
  }
  /* line 8383, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-95--lg {
    margin-top: -6.78571rem !important;
  }
  /* line 8385, app/assets/stylesheets/unify-globals.css */
  .g-mt-100--lg {
    margin-top: 7.14286rem !important;
  }
  /* line 8387, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-100--lg {
    margin-top: -7.14286rem !important;
  }
  /* line 8389, app/assets/stylesheets/unify-globals.css */
  .g-mt-105--lg {
    margin-top: 7.5rem !important;
  }
  /* line 8391, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-105--lg {
    margin-top: -7.5rem !important;
  }
  /* line 8393, app/assets/stylesheets/unify-globals.css */
  .g-mt-110--lg {
    margin-top: 7.85714rem !important;
  }
  /* line 8395, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-110--lg {
    margin-top: -7.85714rem !important;
  }
  /* line 8397, app/assets/stylesheets/unify-globals.css */
  .g-mt-115--lg {
    margin-top: 8.21429rem !important;
  }
  /* line 8399, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-115--lg {
    margin-top: -8.21429rem !important;
  }
  /* line 8401, app/assets/stylesheets/unify-globals.css */
  .g-mt-120--lg {
    margin-top: 8.57143rem !important;
  }
  /* line 8403, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-120--lg {
    margin-top: -8.57143rem !important;
  }
  /* line 8405, app/assets/stylesheets/unify-globals.css */
  .g-mt-125--lg {
    margin-top: 8.92857rem !important;
  }
  /* line 8407, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-125--lg {
    margin-top: -8.92857rem !important;
  }
  /* line 8409, app/assets/stylesheets/unify-globals.css */
  .g-mt-130--lg {
    margin-top: 9.28571rem !important;
  }
  /* line 8411, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-130--lg {
    margin-top: -9.28571rem !important;
  }
  /* line 8413, app/assets/stylesheets/unify-globals.css */
  .g-mt-135--lg {
    margin-top: 9.64286rem !important;
  }
  /* line 8415, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-135--lg {
    margin-top: -9.64286rem !important;
  }
  /* line 8417, app/assets/stylesheets/unify-globals.css */
  .g-mt-140--lg {
    margin-top: 10rem !important;
  }
  /* line 8419, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-140--lg {
    margin-top: -10rem !important;
  }
  /* line 8421, app/assets/stylesheets/unify-globals.css */
  .g-mt-145--lg {
    margin-top: 10.35714rem !important;
  }
  /* line 8423, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-145--lg {
    margin-top: -10.35714rem !important;
  }
  /* line 8425, app/assets/stylesheets/unify-globals.css */
  .g-mt-150--lg {
    margin-top: 10.71429rem !important;
  }
  /* line 8427, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-150--lg {
    margin-top: -10.71429rem !important;
  }
  /* line 8429, app/assets/stylesheets/unify-globals.css */
  .g-mt-155--lg {
    margin-top: 11.07143rem !important;
  }
  /* line 8431, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-155--lg {
    margin-top: -11.07143rem !important;
  }
  /* line 8433, app/assets/stylesheets/unify-globals.css */
  .g-mt-160--lg {
    margin-top: 11.42857rem !important;
  }
  /* line 8435, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-160--lg {
    margin-top: -11.42857rem !important;
  }
  /* line 8437, app/assets/stylesheets/unify-globals.css */
  .g-mt-165--lg {
    margin-top: 11.78571rem !important;
  }
  /* line 8439, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-165--lg {
    margin-top: -11.78571rem !important;
  }
  /* line 8441, app/assets/stylesheets/unify-globals.css */
  .g-mt-170--lg {
    margin-top: 12.14286rem !important;
  }
  /* line 8443, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-170--lg {
    margin-top: -12.14286rem !important;
  }
  /* line 8445, app/assets/stylesheets/unify-globals.css */
  .g-mb-1--lg {
    margin-bottom: 0.07143rem !important;
  }
  /* line 8447, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-1--lg {
    margin-bottom: -0.07143rem !important;
  }
  /* line 8449, app/assets/stylesheets/unify-globals.css */
  .g-mb-2--lg {
    margin-bottom: 0.14286rem !important;
  }
  /* line 8451, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-2--lg {
    margin-bottom: -0.14286rem !important;
  }
  /* line 8453, app/assets/stylesheets/unify-globals.css */
  .g-mb-3--lg {
    margin-bottom: 0.21429rem !important;
  }
  /* line 8455, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-3--lg {
    margin-bottom: -0.21429rem !important;
  }
  /* line 8457, app/assets/stylesheets/unify-globals.css */
  .g-mb-4--lg {
    margin-bottom: 0.28571rem !important;
  }
  /* line 8459, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-4--lg {
    margin-bottom: -0.28571rem !important;
  }
  /* line 8461, app/assets/stylesheets/unify-globals.css */
  .g-mb-5--lg {
    margin-bottom: 0.35714rem !important;
  }
  /* line 8463, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-5--lg {
    margin-bottom: -0.35714rem !important;
  }
  /* line 8465, app/assets/stylesheets/unify-globals.css */
  .g-mb-6--lg {
    margin-bottom: 0.42857rem !important;
  }
  /* line 8467, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-6--lg {
    margin-bottom: -0.42857rem !important;
  }
  /* line 8469, app/assets/stylesheets/unify-globals.css */
  .g-mb-7--lg {
    margin-bottom: 0.5rem !important;
  }
  /* line 8471, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-7--lg {
    margin-bottom: -0.5rem !important;
  }
  /* line 8473, app/assets/stylesheets/unify-globals.css */
  .g-mb-8--lg {
    margin-bottom: 0.57143rem !important;
  }
  /* line 8475, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-8--lg {
    margin-bottom: -0.57143rem !important;
  }
  /* line 8477, app/assets/stylesheets/unify-globals.css */
  .g-mb-9--lg {
    margin-bottom: 0.64286rem !important;
  }
  /* line 8479, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-9--lg {
    margin-bottom: -0.64286rem !important;
  }
  /* line 8481, app/assets/stylesheets/unify-globals.css */
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }
  /* line 8483, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-10--lg {
    margin-bottom: -0.71429rem !important;
  }
  /* line 8485, app/assets/stylesheets/unify-globals.css */
  .g-mb-11--lg {
    margin-bottom: 0.78571rem !important;
  }
  /* line 8487, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-11--lg {
    margin-bottom: -0.78571rem !important;
  }
  /* line 8489, app/assets/stylesheets/unify-globals.css */
  .g-mb-12--lg {
    margin-bottom: 0.85714rem !important;
  }
  /* line 8491, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-12--lg {
    margin-bottom: -0.85714rem !important;
  }
  /* line 8493, app/assets/stylesheets/unify-globals.css */
  .g-mb-13--lg {
    margin-bottom: 0.92857rem !important;
  }
  /* line 8495, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-13--lg {
    margin-bottom: -0.92857rem !important;
  }
  /* line 8497, app/assets/stylesheets/unify-globals.css */
  .g-mb-14--lg {
    margin-bottom: 1rem !important;
  }
  /* line 8499, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-14--lg {
    margin-bottom: -1rem !important;
  }
  /* line 8501, app/assets/stylesheets/unify-globals.css */
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }
  /* line 8503, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-15--lg {
    margin-bottom: -1.07143rem !important;
  }
  /* line 8505, app/assets/stylesheets/unify-globals.css */
  .g-mb-16--lg {
    margin-bottom: 1.14286rem !important;
  }
  /* line 8507, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-16--lg {
    margin-bottom: -1.14286rem !important;
  }
  /* line 8509, app/assets/stylesheets/unify-globals.css */
  .g-mb-17--lg {
    margin-bottom: 1.21429rem !important;
  }
  /* line 8511, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-17--lg {
    margin-bottom: -1.21429rem !important;
  }
  /* line 8513, app/assets/stylesheets/unify-globals.css */
  .g-mb-18--lg {
    margin-bottom: 1.28571rem !important;
  }
  /* line 8515, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-18--lg {
    margin-bottom: -1.28571rem !important;
  }
  /* line 8517, app/assets/stylesheets/unify-globals.css */
  .g-mb-19--lg {
    margin-bottom: 1.35714rem !important;
  }
  /* line 8519, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-19--lg {
    margin-bottom: -1.35714rem !important;
  }
  /* line 8521, app/assets/stylesheets/unify-globals.css */
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }
  /* line 8523, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-20--lg {
    margin-bottom: -1.42857rem !important;
  }
  /* line 8525, app/assets/stylesheets/unify-globals.css */
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }
  /* line 8527, app/assets/stylesheets/unify-globals.css */
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }
  /* line 8529, app/assets/stylesheets/unify-globals.css */
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }
  /* line 8531, app/assets/stylesheets/unify-globals.css */
  .g-mb-25--lg {
    margin-bottom: 1.78571rem !important;
  }
  /* line 8533, app/assets/stylesheets/unify-globals.css */
  .g-mb-30--lg {
    margin-bottom: 2.14286rem !important;
  }
  /* line 8535, app/assets/stylesheets/unify-globals.css */
  .g-mb-35--lg {
    margin-bottom: 2.5rem !important;
  }
  /* line 8537, app/assets/stylesheets/unify-globals.css */
  .g-mb-40--lg {
    margin-bottom: 2.85714rem !important;
  }
  /* line 8539, app/assets/stylesheets/unify-globals.css */
  .g-mb-45--lg {
    margin-bottom: 3.21429rem !important;
  }
  /* line 8541, app/assets/stylesheets/unify-globals.css */
  .g-mb-50--lg {
    margin-bottom: 3.57143rem !important;
  }
  /* line 8543, app/assets/stylesheets/unify-globals.css */
  .g-mb-55--lg {
    margin-bottom: 3.92857rem !important;
  }
  /* line 8545, app/assets/stylesheets/unify-globals.css */
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }
  /* line 8547, app/assets/stylesheets/unify-globals.css */
  .g-mb-65--lg {
    margin-bottom: 4.64286rem !important;
  }
  /* line 8549, app/assets/stylesheets/unify-globals.css */
  .g-mb-70--lg {
    margin-bottom: 5rem !important;
  }
  /* line 8551, app/assets/stylesheets/unify-globals.css */
  .g-mb-75--lg {
    margin-bottom: 5.35714rem !important;
  }
  /* line 8553, app/assets/stylesheets/unify-globals.css */
  .g-mb-80--lg {
    margin-bottom: 5.71429rem !important;
  }
  /* line 8555, app/assets/stylesheets/unify-globals.css */
  .g-mb-85--lg {
    margin-bottom: 6.07143rem !important;
  }
  /* line 8557, app/assets/stylesheets/unify-globals.css */
  .g-mb-90--lg {
    margin-bottom: 6.42857rem !important;
  }
  /* line 8559, app/assets/stylesheets/unify-globals.css */
  .g-mb-95--lg {
    margin-bottom: 6.78571rem !important;
  }
  /* line 8561, app/assets/stylesheets/unify-globals.css */
  .g-mb-100--lg {
    margin-bottom: 7.14286rem !important;
  }
  /* line 8563, app/assets/stylesheets/unify-globals.css */
  .g-mb-105--lg {
    margin-bottom: 7.5rem !important;
  }
  /* line 8565, app/assets/stylesheets/unify-globals.css */
  .g-mb-110--lg {
    margin-bottom: 7.85714rem !important;
  }
  /* line 8567, app/assets/stylesheets/unify-globals.css */
  .g-mb-115--lg {
    margin-bottom: 8.21429rem !important;
  }
  /* line 8569, app/assets/stylesheets/unify-globals.css */
  .g-mb-120--lg {
    margin-bottom: 8.57143rem !important;
  }
  /* line 8571, app/assets/stylesheets/unify-globals.css */
  .g-mb-125--lg {
    margin-bottom: 8.92857rem !important;
  }
  /* line 8573, app/assets/stylesheets/unify-globals.css */
  .g-mb-130--lg {
    margin-bottom: 9.28571rem !important;
  }
  /* line 8575, app/assets/stylesheets/unify-globals.css */
  .g-mb-135--lg {
    margin-bottom: 9.64286rem !important;
  }
  /* line 8577, app/assets/stylesheets/unify-globals.css */
  .g-mb-140--lg {
    margin-bottom: 10rem !important;
  }
  /* line 8579, app/assets/stylesheets/unify-globals.css */
  .g-mb-145--lg {
    margin-bottom: 10.35714rem !important;
  }
  /* line 8581, app/assets/stylesheets/unify-globals.css */
  .g-mb-150--lg {
    margin-bottom: 10.71429rem !important;
  }
  /* line 8583, app/assets/stylesheets/unify-globals.css */
  .g-mb-155--lg {
    margin-bottom: 11.07143rem !important;
  }
  /* line 8585, app/assets/stylesheets/unify-globals.css */
  .g-mb-160--lg {
    margin-bottom: 11.42857rem !important;
  }
  /* line 8587, app/assets/stylesheets/unify-globals.css */
  .g-mb-165--lg {
    margin-bottom: 11.78571rem !important;
  }
  /* line 8589, app/assets/stylesheets/unify-globals.css */
  .g-mb-170--lg {
    margin-bottom: 12.14286rem !important;
  }
  /* line 8591, app/assets/stylesheets/unify-globals.css */
  .g-ml-1--lg {
    margin-left: 0.07143rem !important;
  }
  /* line 8593, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1--lg {
    margin-left: -0.07143rem !important;
  }
  /* line 8595, app/assets/stylesheets/unify-globals.css */
  .g-ml-2--lg {
    margin-left: 0.14286rem !important;
  }
  /* line 8597, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-2--lg {
    margin-left: -0.14286rem !important;
  }
  /* line 8599, app/assets/stylesheets/unify-globals.css */
  .g-ml-3--lg {
    margin-left: 0.21429rem !important;
  }
  /* line 8601, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-3--lg {
    margin-left: -0.21429rem !important;
  }
  /* line 8603, app/assets/stylesheets/unify-globals.css */
  .g-ml-4--lg {
    margin-left: 0.28571rem !important;
  }
  /* line 8605, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-4--lg {
    margin-left: -0.28571rem !important;
  }
  /* line 8607, app/assets/stylesheets/unify-globals.css */
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }
  /* line 8609, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }
  /* line 8611, app/assets/stylesheets/unify-globals.css */
  .g-ml-6--lg {
    margin-left: 0.42857rem !important;
  }
  /* line 8613, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-6--lg {
    margin-left: -0.42857rem !important;
  }
  /* line 8615, app/assets/stylesheets/unify-globals.css */
  .g-ml-7--lg {
    margin-left: 0.5rem !important;
  }
  /* line 8617, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-7--lg {
    margin-left: -0.5rem !important;
  }
  /* line 8619, app/assets/stylesheets/unify-globals.css */
  .g-ml-8--lg {
    margin-left: 0.57143rem !important;
  }
  /* line 8621, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-8--lg {
    margin-left: -0.57143rem !important;
  }
  /* line 8623, app/assets/stylesheets/unify-globals.css */
  .g-ml-9--lg {
    margin-left: 0.64286rem !important;
  }
  /* line 8625, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9--lg {
    margin-left: -0.64286rem !important;
  }
  /* line 8627, app/assets/stylesheets/unify-globals.css */
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }
  /* line 8629, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }
  /* line 8631, app/assets/stylesheets/unify-globals.css */
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }
  /* line 8633, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }
  /* line 8635, app/assets/stylesheets/unify-globals.css */
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }
  /* line 8637, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }
  /* line 8639, app/assets/stylesheets/unify-globals.css */
  .g-ml-15--lg {
    margin-left: 1.07143rem !important;
  }
  /* line 8641, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-15--lg {
    margin-left: -1.07143rem !important;
  }
  /* line 8643, app/assets/stylesheets/unify-globals.css */
  .g-ml-20--lg {
    margin-left: 1.42857rem !important;
  }
  /* line 8645, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-20--lg {
    margin-left: -1.42857rem !important;
  }
  /* line 8647, app/assets/stylesheets/unify-globals.css */
  .g-ml-25--lg {
    margin-left: 1.78571rem !important;
  }
  /* line 8649, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-25--lg {
    margin-left: -1.78571rem !important;
  }
  /* line 8651, app/assets/stylesheets/unify-globals.css */
  .g-ml-30--lg {
    margin-left: 2.14286rem !important;
  }
  /* line 8653, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-30--lg {
    margin-left: -2.14286rem !important;
  }
  /* line 8655, app/assets/stylesheets/unify-globals.css */
  .g-ml-35--lg {
    margin-left: 2.5rem !important;
  }
  /* line 8657, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-35--lg {
    margin-left: -2.5rem !important;
  }
  /* line 8659, app/assets/stylesheets/unify-globals.css */
  .g-ml-40--lg {
    margin-left: 2.85714rem !important;
  }
  /* line 8661, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-40--lg {
    margin-left: -2.85714rem !important;
  }
  /* line 8663, app/assets/stylesheets/unify-globals.css */
  .g-ml-45--lg {
    margin-left: 3.21429rem !important;
  }
  /* line 8665, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-45--lg {
    margin-left: -3.21429rem !important;
  }
  /* line 8667, app/assets/stylesheets/unify-globals.css */
  .g-ml-50--lg {
    margin-left: 3.57143rem !important;
  }
  /* line 8669, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem !important;
  }
  /* line 8671, app/assets/stylesheets/unify-globals.css */
  .g-mr-1--lg {
    margin-right: 0.07143rem !important;
  }
  /* line 8673, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem !important;
  }
  /* line 8675, app/assets/stylesheets/unify-globals.css */
  .g-mr-2--lg {
    margin-right: 0.14286rem !important;
  }
  /* line 8677, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-2--lg {
    margin-right: -0.14286rem !important;
  }
  /* line 8679, app/assets/stylesheets/unify-globals.css */
  .g-mr-3--lg {
    margin-right: 0.21429rem !important;
  }
  /* line 8681, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-3--lg {
    margin-right: -0.21429rem !important;
  }
  /* line 8683, app/assets/stylesheets/unify-globals.css */
  .g-mr-4--lg {
    margin-right: 0.28571rem !important;
  }
  /* line 8685, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-4--lg {
    margin-right: -0.28571rem !important;
  }
  /* line 8687, app/assets/stylesheets/unify-globals.css */
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }
  /* line 8689, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-5--lg {
    margin-right: -0.35714rem !important;
  }
  /* line 8691, app/assets/stylesheets/unify-globals.css */
  .g-mr-6--lg {
    margin-right: 0.42857rem !important;
  }
  /* line 8693, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-6--lg {
    margin-right: -0.42857rem !important;
  }
  /* line 8695, app/assets/stylesheets/unify-globals.css */
  .g-mr-7--lg {
    margin-right: 0.5rem !important;
  }
  /* line 8697, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-7--lg {
    margin-right: -0.5rem !important;
  }
  /* line 8699, app/assets/stylesheets/unify-globals.css */
  .g-mr-8--lg {
    margin-right: 0.57143rem !important;
  }
  /* line 8701, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-8--lg {
    margin-right: -0.57143rem !important;
  }
  /* line 8703, app/assets/stylesheets/unify-globals.css */
  .g-mr-9--lg {
    margin-right: 0.64286rem !important;
  }
  /* line 8705, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9--lg {
    margin-right: -0.64286rem !important;
  }
  /* line 8707, app/assets/stylesheets/unify-globals.css */
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }
  /* line 8709, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-10--lg {
    margin-right: -0.71429rem !important;
  }
  /* line 8711, app/assets/stylesheets/unify-globals.css */
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }
  /* line 8713, app/assets/stylesheets/unify-globals.css */
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }
  /* line 8715, app/assets/stylesheets/unify-globals.css */
  .g-mr-15--lg {
    margin-right: 1.07143rem !important;
  }
  /* line 8717, app/assets/stylesheets/unify-globals.css */
  .g-mr-20--lg {
    margin-right: 1.42857rem !important;
  }
  /* line 8719, app/assets/stylesheets/unify-globals.css */
  .g-mr-25--lg {
    margin-right: 1.78571rem !important;
  }
  /* line 8721, app/assets/stylesheets/unify-globals.css */
  .g-mr-30--lg {
    margin-right: 2.14286rem !important;
  }
  /* line 8723, app/assets/stylesheets/unify-globals.css */
  .g-mr-35--lg {
    margin-right: 2.5rem !important;
  }
  /* line 8725, app/assets/stylesheets/unify-globals.css */
  .g-mr-40--lg {
    margin-right: 2.85714rem !important;
  }
  /* line 8727, app/assets/stylesheets/unify-globals.css */
  .g-mr-45--lg {
    margin-right: 3.21429rem !important;
  }
  /* line 8729, 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, app/assets/stylesheets/unify-globals.css */
  .g-ma-0--xl {
    margin: 0 !important;
  }
  /* line 8738, app/assets/stylesheets/unify-globals.css */
  .g-mx-0--xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 8741, app/assets/stylesheets/unify-globals.css */
  .g-my-0--xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 8744, app/assets/stylesheets/unify-globals.css */
  .g-ml-0--xl {
    margin-left: 0 !important;
  }
  /* line 8746, app/assets/stylesheets/unify-globals.css */
  .g-mr-0--xl {
    margin-right: 0 !important;
  }
  /* line 8748, app/assets/stylesheets/unify-globals.css */
  .g-mt-0--xl {
    margin-top: 0 !important;
  }
  /* line 8750, app/assets/stylesheets/unify-globals.css */
  .g-mb-0--xl {
    margin-bottom: 0 !important;
  }
  /* line 8752, app/assets/stylesheets/unify-globals.css */
  .g-mx-1--xl {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  /* line 8755, app/assets/stylesheets/unify-globals.css */
  .g-mx-2--xl {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  /* line 8758, app/assets/stylesheets/unify-globals.css */
  .g-mx-3--xl {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  /* line 8761, app/assets/stylesheets/unify-globals.css */
  .g-mx-4--xl {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  /* line 8764, app/assets/stylesheets/unify-globals.css */
  .g-mx-5--xl {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  /* line 8767, app/assets/stylesheets/unify-globals.css */
  .g-mx-6--xl {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  /* line 8770, app/assets/stylesheets/unify-globals.css */
  .g-mx-7--xl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 8773, app/assets/stylesheets/unify-globals.css */
  .g-mx-8--xl {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  /* line 8776, app/assets/stylesheets/unify-globals.css */
  .g-mx-9--xl {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  /* line 8779, app/assets/stylesheets/unify-globals.css */
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 8782, app/assets/stylesheets/unify-globals.css */
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 8785, app/assets/stylesheets/unify-globals.css */
  .g-mx-15--xl {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  /* line 8788, app/assets/stylesheets/unify-globals.css */
  .g-mx-20--xl {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  /* line 8791, app/assets/stylesheets/unify-globals.css */
  .g-mx-25--xl {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  /* line 8794, app/assets/stylesheets/unify-globals.css */
  .g-mx-30--xl {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  /* line 8797, app/assets/stylesheets/unify-globals.css */
  .g-mx-35--xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 8800, app/assets/stylesheets/unify-globals.css */
  .g-mx-40--xl {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  /* line 8803, app/assets/stylesheets/unify-globals.css */
  .g-mx-45--xl {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  /* line 8806, app/assets/stylesheets/unify-globals.css */
  .g-mx-50--xl {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  /* line 8809, app/assets/stylesheets/unify-globals.css */
  .g-mx-55--xl {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  /* line 8812, app/assets/stylesheets/unify-globals.css */
  .g-mx-60--xl {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  /* line 8815, app/assets/stylesheets/unify-globals.css */
  .g-mx-65--xl {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  /* line 8818, app/assets/stylesheets/unify-globals.css */
  .g-mx-70--xl {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 8821, app/assets/stylesheets/unify-globals.css */
  .g-mx-75--xl {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  /* line 8824, app/assets/stylesheets/unify-globals.css */
  .g-mx-80--xl {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  /* line 8827, app/assets/stylesheets/unify-globals.css */
  .g-mx-85--xl {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  /* line 8830, app/assets/stylesheets/unify-globals.css */
  .g-mx-90--xl {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  /* line 8833, app/assets/stylesheets/unify-globals.css */
  .g-mx-95--xl {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  /* line 8836, app/assets/stylesheets/unify-globals.css */
  .g-mx-100--xl {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  /* line 8839, app/assets/stylesheets/unify-globals.css */
  .g-my-1--xl {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  /* line 8842, app/assets/stylesheets/unify-globals.css */
  .g-my-2--xl {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  /* line 8845, app/assets/stylesheets/unify-globals.css */
  .g-my-3--xl {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  /* line 8848, app/assets/stylesheets/unify-globals.css */
  .g-my-4--xl {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  /* line 8851, app/assets/stylesheets/unify-globals.css */
  .g-my-5--xl {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  /* line 8854, app/assets/stylesheets/unify-globals.css */
  .g-my-6--xl {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  /* line 8857, app/assets/stylesheets/unify-globals.css */
  .g-my-7--xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 8860, app/assets/stylesheets/unify-globals.css */
  .g-my-8--xl {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  /* line 8863, app/assets/stylesheets/unify-globals.css */
  .g-my-9--xl {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  /* line 8866, app/assets/stylesheets/unify-globals.css */
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 8869, app/assets/stylesheets/unify-globals.css */
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 8872, app/assets/stylesheets/unify-globals.css */
  .g-my-15--xl {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  /* line 8875, app/assets/stylesheets/unify-globals.css */
  .g-my-20--xl {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  /* line 8878, app/assets/stylesheets/unify-globals.css */
  .g-my-25--xl {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  /* line 8881, app/assets/stylesheets/unify-globals.css */
  .g-my-30--xl {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  /* line 8884, app/assets/stylesheets/unify-globals.css */
  .g-my-35--xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 8887, app/assets/stylesheets/unify-globals.css */
  .g-my-40--xl {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  /* line 8890, app/assets/stylesheets/unify-globals.css */
  .g-my-45--xl {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  /* line 8893, app/assets/stylesheets/unify-globals.css */
  .g-my-50--xl {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  /* line 8896, app/assets/stylesheets/unify-globals.css */
  .g-my-55--xl {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  /* line 8899, app/assets/stylesheets/unify-globals.css */
  .g-my-60--xl {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  /* line 8902, app/assets/stylesheets/unify-globals.css */
  .g-my-65--xl {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  /* line 8905, app/assets/stylesheets/unify-globals.css */
  .g-my-70--xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 8908, app/assets/stylesheets/unify-globals.css */
  .g-my-75--xl {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  /* line 8911, app/assets/stylesheets/unify-globals.css */
  .g-my-80--xl {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  /* line 8914, app/assets/stylesheets/unify-globals.css */
  .g-my-85--xl {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  /* line 8917, app/assets/stylesheets/unify-globals.css */
  .g-my-90--xl {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  /* line 8920, app/assets/stylesheets/unify-globals.css */
  .g-my-95--xl {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  /* line 8923, app/assets/stylesheets/unify-globals.css */
  .g-my-100--xl {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  /* line 8926, app/assets/stylesheets/unify-globals.css */
  .g-mt-1--xl {
    margin-top: 0.07143rem !important;
  }
  /* line 8928, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-1--xl {
    margin-top: -0.07143rem !important;
  }
  /* line 8930, app/assets/stylesheets/unify-globals.css */
  .g-mt-2--xl {
    margin-top: 0.14286rem !important;
  }
  /* line 8932, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-2--xl {
    margin-top: -0.14286rem !important;
  }
  /* line 8934, app/assets/stylesheets/unify-globals.css */
  .g-mt-3--xl {
    margin-top: 0.21429rem !important;
  }
  /* line 8936, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-3--xl {
    margin-top: -0.21429rem !important;
  }
  /* line 8938, app/assets/stylesheets/unify-globals.css */
  .g-mt-4--xl {
    margin-top: 0.28571rem !important;
  }
  /* line 8940, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-4--xl {
    margin-top: -0.28571rem !important;
  }
  /* line 8942, app/assets/stylesheets/unify-globals.css */
  .g-mt-5--xl {
    margin-top: 0.35714rem !important;
  }
  /* line 8944, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-5--xl {
    margin-top: -0.35714rem !important;
  }
  /* line 8946, app/assets/stylesheets/unify-globals.css */
  .g-mt-6--xl {
    margin-top: 0.42857rem !important;
  }
  /* line 8948, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-6--xl {
    margin-top: -0.42857rem !important;
  }
  /* line 8950, app/assets/stylesheets/unify-globals.css */
  .g-mt-7--xl {
    margin-top: 0.5rem !important;
  }
  /* line 8952, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-7--xl {
    margin-top: -0.5rem !important;
  }
  /* line 8954, app/assets/stylesheets/unify-globals.css */
  .g-mt-8--xl {
    margin-top: 0.57143rem !important;
  }
  /* line 8956, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-8--xl {
    margin-top: -0.57143rem !important;
  }
  /* line 8958, app/assets/stylesheets/unify-globals.css */
  .g-mt-9--xl {
    margin-top: 0.64286rem !important;
  }
  /* line 8960, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-9--xl {
    margin-top: -0.64286rem !important;
  }
  /* line 8962, app/assets/stylesheets/unify-globals.css */
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }
  /* line 8964, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }
  /* line 8966, app/assets/stylesheets/unify-globals.css */
  .g-mt-11--xl {
    margin-top: 0.78571rem !important;
  }
  /* line 8968, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-11--xl {
    margin-top: -0.78571rem !important;
  }
  /* line 8970, app/assets/stylesheets/unify-globals.css */
  .g-mt-12--xl {
    margin-top: 0.85714rem !important;
  }
  /* line 8972, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-12--xl {
    margin-top: -0.85714rem !important;
  }
  /* line 8974, app/assets/stylesheets/unify-globals.css */
  .g-mt-13--xl {
    margin-top: 0.92857rem !important;
  }
  /* line 8976, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-13--xl {
    margin-top: -0.92857rem !important;
  }
  /* line 8978, app/assets/stylesheets/unify-globals.css */
  .g-mt-14--xl {
    margin-top: 1rem !important;
  }
  /* line 8980, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-14--xl {
    margin-top: -1rem !important;
  }
  /* line 8982, app/assets/stylesheets/unify-globals.css */
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }
  /* line 8984, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }
  /* line 8986, app/assets/stylesheets/unify-globals.css */
  .g-mt-16--xl {
    margin-top: 1.14286rem !important;
  }
  /* line 8988, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-16--xl {
    margin-top: -1.14286rem !important;
  }
  /* line 8990, app/assets/stylesheets/unify-globals.css */
  .g-mt-17--xl {
    margin-top: 1.21429rem !important;
  }
  /* line 8992, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-17--xl {
    margin-top: -1.21429rem !important;
  }
  /* line 8994, app/assets/stylesheets/unify-globals.css */
  .g-mt-18--xl {
    margin-top: 1.28571rem !important;
  }
  /* line 8996, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-18--xl {
    margin-top: -1.28571rem !important;
  }
  /* line 8998, app/assets/stylesheets/unify-globals.css */
  .g-mt-19--xl {
    margin-top: 1.35714rem !important;
  }
  /* line 9000, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-19--xl {
    margin-top: -1.35714rem !important;
  }
  /* line 9002, app/assets/stylesheets/unify-globals.css */
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }
  /* line 9004, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }
  /* line 9006, app/assets/stylesheets/unify-globals.css */
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }
  /* line 9008, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }
  /* line 9010, app/assets/stylesheets/unify-globals.css */
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }
  /* line 9012, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }
  /* line 9014, app/assets/stylesheets/unify-globals.css */
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }
  /* line 9016, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }
  /* line 9018, app/assets/stylesheets/unify-globals.css */
  .g-mt-25--xl {
    margin-top: 1.78571rem !important;
  }
  /* line 9020, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-25--xl {
    margin-top: -1.78571rem !important;
  }
  /* line 9022, app/assets/stylesheets/unify-globals.css */
  .g-mt-30--xl {
    margin-top: 2.14286rem !important;
  }
  /* line 9024, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-30--xl {
    margin-top: -2.14286rem !important;
  }
  /* line 9026, app/assets/stylesheets/unify-globals.css */
  .g-mt-35--xl {
    margin-top: 2.5rem !important;
  }
  /* line 9028, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-35--xl {
    margin-top: -2.5rem !important;
  }
  /* line 9030, app/assets/stylesheets/unify-globals.css */
  .g-mt-40--xl {
    margin-top: 2.85714rem !important;
  }
  /* line 9032, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-40--xl {
    margin-top: -2.85714rem !important;
  }
  /* line 9034, app/assets/stylesheets/unify-globals.css */
  .g-mt-45--xl {
    margin-top: 3.21429rem !important;
  }
  /* line 9036, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-45--xl {
    margin-top: -3.21429rem !important;
  }
  /* line 9038, app/assets/stylesheets/unify-globals.css */
  .g-mt-50--xl {
    margin-top: 3.57143rem !important;
  }
  /* line 9040, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-50--xl {
    margin-top: -3.57143rem !important;
  }
  /* line 9042, app/assets/stylesheets/unify-globals.css */
  .g-mt-55--xl {
    margin-top: 3.92857rem !important;
  }
  /* line 9044, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-55--xl {
    margin-top: -3.92857rem !important;
  }
  /* line 9046, app/assets/stylesheets/unify-globals.css */
  .g-mt-60--xl {
    margin-top: 4.28571rem !important;
  }
  /* line 9048, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-60--xl {
    margin-top: -4.28571rem !important;
  }
  /* line 9050, app/assets/stylesheets/unify-globals.css */
  .g-mt-65--xl {
    margin-top: 4.64286rem !important;
  }
  /* line 9052, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-65--xl {
    margin-top: -4.64286rem !important;
  }
  /* line 9054, app/assets/stylesheets/unify-globals.css */
  .g-mt-70--xl {
    margin-top: 5rem !important;
  }
  /* line 9056, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-70--xl {
    margin-top: -5rem !important;
  }
  /* line 9058, app/assets/stylesheets/unify-globals.css */
  .g-mt-75--xl {
    margin-top: 5.35714rem !important;
  }
  /* line 9060, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-75--xl {
    margin-top: -5.35714rem !important;
  }
  /* line 9062, app/assets/stylesheets/unify-globals.css */
  .g-mt-80--xl {
    margin-top: 5.71429rem !important;
  }
  /* line 9064, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-80--xl {
    margin-top: -5.71429rem !important;
  }
  /* line 9066, app/assets/stylesheets/unify-globals.css */
  .g-mt-85--xl {
    margin-top: 6.07143rem !important;
  }
  /* line 9068, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-85--xl {
    margin-top: -6.07143rem !important;
  }
  /* line 9070, app/assets/stylesheets/unify-globals.css */
  .g-mt-90--xl {
    margin-top: 6.42857rem !important;
  }
  /* line 9072, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-90--xl {
    margin-top: -6.42857rem !important;
  }
  /* line 9074, app/assets/stylesheets/unify-globals.css */
  .g-mt-95--xl {
    margin-top: 6.78571rem !important;
  }
  /* line 9076, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-95--xl {
    margin-top: -6.78571rem !important;
  }
  /* line 9078, app/assets/stylesheets/unify-globals.css */
  .g-mt-100--xl {
    margin-top: 7.14286rem !important;
  }
  /* line 9080, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-100--xl {
    margin-top: -7.14286rem !important;
  }
  /* line 9082, app/assets/stylesheets/unify-globals.css */
  .g-mt-105--xl {
    margin-top: 7.5rem !important;
  }
  /* line 9084, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-105--xl {
    margin-top: -7.5rem !important;
  }
  /* line 9086, app/assets/stylesheets/unify-globals.css */
  .g-mt-110--xl {
    margin-top: 7.85714rem !important;
  }
  /* line 9088, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-110--xl {
    margin-top: -7.85714rem !important;
  }
  /* line 9090, app/assets/stylesheets/unify-globals.css */
  .g-mt-115--xl {
    margin-top: 8.21429rem !important;
  }
  /* line 9092, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-115--xl {
    margin-top: -8.21429rem !important;
  }
  /* line 9094, app/assets/stylesheets/unify-globals.css */
  .g-mt-120--xl {
    margin-top: 8.57143rem !important;
  }
  /* line 9096, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-120--xl {
    margin-top: -8.57143rem !important;
  }
  /* line 9098, app/assets/stylesheets/unify-globals.css */
  .g-mt-125--xl {
    margin-top: 8.92857rem !important;
  }
  /* line 9100, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-125--xl {
    margin-top: -8.92857rem !important;
  }
  /* line 9102, app/assets/stylesheets/unify-globals.css */
  .g-mt-130--xl {
    margin-top: 9.28571rem !important;
  }
  /* line 9104, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-130--xl {
    margin-top: -9.28571rem !important;
  }
  /* line 9106, app/assets/stylesheets/unify-globals.css */
  .g-mt-135--xl {
    margin-top: 9.64286rem !important;
  }
  /* line 9108, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-135--xl {
    margin-top: -9.64286rem !important;
  }
  /* line 9110, app/assets/stylesheets/unify-globals.css */
  .g-mt-140--xl {
    margin-top: 10rem !important;
  }
  /* line 9112, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-140--xl {
    margin-top: -10rem !important;
  }
  /* line 9114, app/assets/stylesheets/unify-globals.css */
  .g-mt-145--xl {
    margin-top: 10.35714rem !important;
  }
  /* line 9116, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-145--xl {
    margin-top: -10.35714rem !important;
  }
  /* line 9118, app/assets/stylesheets/unify-globals.css */
  .g-mt-150--xl {
    margin-top: 10.71429rem !important;
  }
  /* line 9120, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-150--xl {
    margin-top: -10.71429rem !important;
  }
  /* line 9122, app/assets/stylesheets/unify-globals.css */
  .g-mt-155--xl {
    margin-top: 11.07143rem !important;
  }
  /* line 9124, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-155--xl {
    margin-top: -11.07143rem !important;
  }
  /* line 9126, app/assets/stylesheets/unify-globals.css */
  .g-mt-160--xl {
    margin-top: 11.42857rem !important;
  }
  /* line 9128, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-160--xl {
    margin-top: -11.42857rem !important;
  }
  /* line 9130, app/assets/stylesheets/unify-globals.css */
  .g-mt-165--xl {
    margin-top: 11.78571rem !important;
  }
  /* line 9132, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-165--xl {
    margin-top: -11.78571rem !important;
  }
  /* line 9134, app/assets/stylesheets/unify-globals.css */
  .g-mt-170--xl {
    margin-top: 12.14286rem !important;
  }
  /* line 9136, app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-170--xl {
    margin-top: -12.14286rem !important;
  }
  /* line 9138, app/assets/stylesheets/unify-globals.css */
  .g-mb-1--xl {
    margin-bottom: 0.07143rem !important;
  }
  /* line 9140, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-1--xl {
    margin-bottom: -0.07143rem !important;
  }
  /* line 9142, app/assets/stylesheets/unify-globals.css */
  .g-mb-2--xl {
    margin-bottom: 0.14286rem !important;
  }
  /* line 9144, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-2--xl {
    margin-bottom: -0.14286rem !important;
  }
  /* line 9146, app/assets/stylesheets/unify-globals.css */
  .g-mb-3--xl {
    margin-bottom: 0.21429rem !important;
  }
  /* line 9148, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-3--xl {
    margin-bottom: -0.21429rem !important;
  }
  /* line 9150, app/assets/stylesheets/unify-globals.css */
  .g-mb-4--xl {
    margin-bottom: 0.28571rem !important;
  }
  /* line 9152, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-4--xl {
    margin-bottom: -0.28571rem !important;
  }
  /* line 9154, app/assets/stylesheets/unify-globals.css */
  .g-mb-5--xl {
    margin-bottom: 0.35714rem !important;
  }
  /* line 9156, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-5--xl {
    margin-bottom: -0.35714rem !important;
  }
  /* line 9158, app/assets/stylesheets/unify-globals.css */
  .g-mb-6--xl {
    margin-bottom: 0.42857rem !important;
  }
  /* line 9160, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-6--xl {
    margin-bottom: -0.42857rem !important;
  }
  /* line 9162, app/assets/stylesheets/unify-globals.css */
  .g-mb-7--xl {
    margin-bottom: 0.5rem !important;
  }
  /* line 9164, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-7--xl {
    margin-bottom: -0.5rem !important;
  }
  /* line 9166, app/assets/stylesheets/unify-globals.css */
  .g-mb-8--xl {
    margin-bottom: 0.57143rem !important;
  }
  /* line 9168, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-8--xl {
    margin-bottom: -0.57143rem !important;
  }
  /* line 9170, app/assets/stylesheets/unify-globals.css */
  .g-mb-9--xl {
    margin-bottom: 0.64286rem !important;
  }
  /* line 9172, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-9--xl {
    margin-bottom: -0.64286rem !important;
  }
  /* line 9174, app/assets/stylesheets/unify-globals.css */
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }
  /* line 9176, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-10--xl {
    margin-bottom: -0.71429rem !important;
  }
  /* line 9178, app/assets/stylesheets/unify-globals.css */
  .g-mb-11--xl {
    margin-bottom: 0.78571rem !important;
  }
  /* line 9180, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-11--xl {
    margin-bottom: -0.78571rem !important;
  }
  /* line 9182, app/assets/stylesheets/unify-globals.css */
  .g-mb-12--xl {
    margin-bottom: 0.85714rem !important;
  }
  /* line 9184, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-12--xl {
    margin-bottom: -0.85714rem !important;
  }
  /* line 9186, app/assets/stylesheets/unify-globals.css */
  .g-mb-13--xl {
    margin-bottom: 0.92857rem !important;
  }
  /* line 9188, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-13--xl {
    margin-bottom: -0.92857rem !important;
  }
  /* line 9190, app/assets/stylesheets/unify-globals.css */
  .g-mb-14--xl {
    margin-bottom: 1rem !important;
  }
  /* line 9192, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-14--xl {
    margin-bottom: -1rem !important;
  }
  /* line 9194, app/assets/stylesheets/unify-globals.css */
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }
  /* line 9196, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-15--xl {
    margin-bottom: -1.07143rem !important;
  }
  /* line 9198, app/assets/stylesheets/unify-globals.css */
  .g-mb-16--xl {
    margin-bottom: 1.14286rem !important;
  }
  /* line 9200, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-16--xl {
    margin-bottom: -1.14286rem !important;
  }
  /* line 9202, app/assets/stylesheets/unify-globals.css */
  .g-mb-17--xl {
    margin-bottom: 1.21429rem !important;
  }
  /* line 9204, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-17--xl {
    margin-bottom: -1.21429rem !important;
  }
  /* line 9206, app/assets/stylesheets/unify-globals.css */
  .g-mb-18--xl {
    margin-bottom: 1.28571rem !important;
  }
  /* line 9208, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-18--xl {
    margin-bottom: -1.28571rem !important;
  }
  /* line 9210, app/assets/stylesheets/unify-globals.css */
  .g-mb-19--xl {
    margin-bottom: 1.35714rem !important;
  }
  /* line 9212, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-19--xl {
    margin-bottom: -1.35714rem !important;
  }
  /* line 9214, app/assets/stylesheets/unify-globals.css */
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }
  /* line 9216, app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-20--xl {
    margin-bottom: -1.42857rem !important;
  }
  /* line 9218, app/assets/stylesheets/unify-globals.css */
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }
  /* line 9220, app/assets/stylesheets/unify-globals.css */
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }
  /* line 9222, app/assets/stylesheets/unify-globals.css */
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }
  /* line 9224, app/assets/stylesheets/unify-globals.css */
  .g-mb-25--xl {
    margin-bottom: 1.78571rem !important;
  }
  /* line 9226, app/assets/stylesheets/unify-globals.css */
  .g-mb-30--xl {
    margin-bottom: 2.14286rem !important;
  }
  /* line 9228, app/assets/stylesheets/unify-globals.css */
  .g-mb-35--xl {
    margin-bottom: 2.5rem !important;
  }
  /* line 9230, app/assets/stylesheets/unify-globals.css */
  .g-mb-40--xl {
    margin-bottom: 2.85714rem !important;
  }
  /* line 9232, app/assets/stylesheets/unify-globals.css */
  .g-mb-45--xl {
    margin-bottom: 3.21429rem !important;
  }
  /* line 9234, app/assets/stylesheets/unify-globals.css */
  .g-mb-50--xl {
    margin-bottom: 3.57143rem !important;
  }
  /* line 9236, app/assets/stylesheets/unify-globals.css */
  .g-mb-55--xl {
    margin-bottom: 3.92857rem !important;
  }
  /* line 9238, app/assets/stylesheets/unify-globals.css */
  .g-mb-60--xl {
    margin-bottom: 4.28571rem !important;
  }
  /* line 9240, app/assets/stylesheets/unify-globals.css */
  .g-mb-65--xl {
    margin-bottom: 4.64286rem !important;
  }
  /* line 9242, app/assets/stylesheets/unify-globals.css */
  .g-mb-70--xl {
    margin-bottom: 5rem !important;
  }
  /* line 9244, app/assets/stylesheets/unify-globals.css */
  .g-mb-75--xl {
    margin-bottom: 5.35714rem !important;
  }
  /* line 9246, app/assets/stylesheets/unify-globals.css */
  .g-mb-80--xl {
    margin-bottom: 5.71429rem !important;
  }
  /* line 9248, app/assets/stylesheets/unify-globals.css */
  .g-mb-85--xl {
    margin-bottom: 6.07143rem !important;
  }
  /* line 9250, app/assets/stylesheets/unify-globals.css */
  .g-mb-90--xl {
    margin-bottom: 6.42857rem !important;
  }
  /* line 9252, app/assets/stylesheets/unify-globals.css */
  .g-mb-95--xl {
    margin-bottom: 6.78571rem !important;
  }
  /* line 9254, app/assets/stylesheets/unify-globals.css */
  .g-mb-100--xl {
    margin-bottom: 7.14286rem !important;
  }
  /* line 9256, app/assets/stylesheets/unify-globals.css */
  .g-mb-105--xl {
    margin-bottom: 7.5rem !important;
  }
  /* line 9258, app/assets/stylesheets/unify-globals.css */
  .g-mb-110--xl {
    margin-bottom: 7.85714rem !important;
  }
  /* line 9260, app/assets/stylesheets/unify-globals.css */
  .g-mb-115--xl {
    margin-bottom: 8.21429rem !important;
  }
  /* line 9262, app/assets/stylesheets/unify-globals.css */
  .g-mb-120--xl {
    margin-bottom: 8.57143rem !important;
  }
  /* line 9264, app/assets/stylesheets/unify-globals.css */
  .g-mb-125--xl {
    margin-bottom: 8.92857rem !important;
  }
  /* line 9266, app/assets/stylesheets/unify-globals.css */
  .g-mb-130--xl {
    margin-bottom: 9.28571rem !important;
  }
  /* line 9268, app/assets/stylesheets/unify-globals.css */
  .g-mb-135--xl {
    margin-bottom: 9.64286rem !important;
  }
  /* line 9270, app/assets/stylesheets/unify-globals.css */
  .g-mb-140--xl {
    margin-bottom: 10rem !important;
  }
  /* line 9272, app/assets/stylesheets/unify-globals.css */
  .g-mb-145--xl {
    margin-bottom: 10.35714rem !important;
  }
  /* line 9274, app/assets/stylesheets/unify-globals.css */
  .g-mb-150--xl {
    margin-bottom: 10.71429rem !important;
  }
  /* line 9276, app/assets/stylesheets/unify-globals.css */
  .g-mb-155--xl {
    margin-bottom: 11.07143rem !important;
  }
  /* line 9278, app/assets/stylesheets/unify-globals.css */
  .g-mb-160--xl {
    margin-bottom: 11.42857rem !important;
  }
  /* line 9280, app/assets/stylesheets/unify-globals.css */
  .g-mb-165--xl {
    margin-bottom: 11.78571rem !important;
  }
  /* line 9282, app/assets/stylesheets/unify-globals.css */
  .g-mb-170--xl {
    margin-bottom: 12.14286rem !important;
  }
  /* line 9284, app/assets/stylesheets/unify-globals.css */
  .g-ml-1--xl {
    margin-left: 0.07143rem !important;
  }
  /* line 9286, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1--xl {
    margin-left: -0.07143rem !important;
  }
  /* line 9288, app/assets/stylesheets/unify-globals.css */
  .g-ml-2--xl {
    margin-left: 0.14286rem !important;
  }
  /* line 9290, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-2--xl {
    margin-left: -0.14286rem !important;
  }
  /* line 9292, app/assets/stylesheets/unify-globals.css */
  .g-ml-3--xl {
    margin-left: 0.21429rem !important;
  }
  /* line 9294, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-3--xl {
    margin-left: -0.21429rem !important;
  }
  /* line 9296, app/assets/stylesheets/unify-globals.css */
  .g-ml-4--xl {
    margin-left: 0.28571rem !important;
  }
  /* line 9298, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-4--xl {
    margin-left: -0.28571rem !important;
  }
  /* line 9300, app/assets/stylesheets/unify-globals.css */
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }
  /* line 9302, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }
  /* line 9304, app/assets/stylesheets/unify-globals.css */
  .g-ml-6--xl {
    margin-left: 0.42857rem !important;
  }
  /* line 9306, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-6--xl {
    margin-left: -0.42857rem !important;
  }
  /* line 9308, app/assets/stylesheets/unify-globals.css */
  .g-ml-7--xl {
    margin-left: 0.5rem !important;
  }
  /* line 9310, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-7--xl {
    margin-left: -0.5rem !important;
  }
  /* line 9312, app/assets/stylesheets/unify-globals.css */
  .g-ml-8--xl {
    margin-left: 0.57143rem !important;
  }
  /* line 9314, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-8--xl {
    margin-left: -0.57143rem !important;
  }
  /* line 9316, app/assets/stylesheets/unify-globals.css */
  .g-ml-9--xl {
    margin-left: 0.64286rem !important;
  }
  /* line 9318, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9--xl {
    margin-left: -0.64286rem !important;
  }
  /* line 9320, app/assets/stylesheets/unify-globals.css */
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }
  /* line 9322, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }
  /* line 9324, app/assets/stylesheets/unify-globals.css */
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }
  /* line 9326, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }
  /* line 9328, app/assets/stylesheets/unify-globals.css */
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }
  /* line 9330, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }
  /* line 9332, app/assets/stylesheets/unify-globals.css */
  .g-ml-15--xl {
    margin-left: 1.07143rem !important;
  }
  /* line 9334, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-15--xl {
    margin-left: -1.07143rem !important;
  }
  /* line 9336, app/assets/stylesheets/unify-globals.css */
  .g-ml-20--xl {
    margin-left: 1.42857rem !important;
  }
  /* line 9338, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-20--xl {
    margin-left: -1.42857rem !important;
  }
  /* line 9340, app/assets/stylesheets/unify-globals.css */
  .g-ml-25--xl {
    margin-left: 1.78571rem !important;
  }
  /* line 9342, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-25--xl {
    margin-left: -1.78571rem !important;
  }
  /* line 9344, app/assets/stylesheets/unify-globals.css */
  .g-ml-30--xl {
    margin-left: 2.14286rem !important;
  }
  /* line 9346, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-30--xl {
    margin-left: -2.14286rem !important;
  }
  /* line 9348, app/assets/stylesheets/unify-globals.css */
  .g-ml-35--xl {
    margin-left: 2.5rem !important;
  }
  /* line 9350, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-35--xl {
    margin-left: -2.5rem !important;
  }
  /* line 9352, app/assets/stylesheets/unify-globals.css */
  .g-ml-40--xl {
    margin-left: 2.85714rem !important;
  }
  /* line 9354, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-40--xl {
    margin-left: -2.85714rem !important;
  }
  /* line 9356, app/assets/stylesheets/unify-globals.css */
  .g-ml-45--xl {
    margin-left: 3.21429rem !important;
  }
  /* line 9358, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-45--xl {
    margin-left: -3.21429rem !important;
  }
  /* line 9360, app/assets/stylesheets/unify-globals.css */
  .g-ml-50--xl {
    margin-left: 3.57143rem !important;
  }
  /* line 9362, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50--xl {
    margin-left: -3.57143rem !important;
  }
  /* line 9364, app/assets/stylesheets/unify-globals.css */
  .g-mr-1--xl {
    margin-right: 0.07143rem !important;
  }
  /* line 9366, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--xl {
    margin-right: -0.07143rem !important;
  }
  /* line 9368, app/assets/stylesheets/unify-globals.css */
  .g-mr-2--xl {
    margin-right: 0.14286rem !important;
  }
  /* line 9370, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-2--xl {
    margin-right: -0.14286rem !important;
  }
  /* line 9372, app/assets/stylesheets/unify-globals.css */
  .g-mr-3--xl {
    margin-right: 0.21429rem !important;
  }
  /* line 9374, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-3--xl {
    margin-right: -0.21429rem !important;
  }
  /* line 9376, app/assets/stylesheets/unify-globals.css */
  .g-mr-4--xl {
    margin-right: 0.28571rem !important;
  }
  /* line 9378, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-4--xl {
    margin-right: -0.28571rem !important;
  }
  /* line 9380, app/assets/stylesheets/unify-globals.css */
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }
  /* line 9382, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-5--xl {
    margin-right: -0.35714rem !important;
  }
  /* line 9384, app/assets/stylesheets/unify-globals.css */
  .g-mr-6--xl {
    margin-right: 0.42857rem !important;
  }
  /* line 9386, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-6--xl {
    margin-right: -0.42857rem !important;
  }
  /* line 9388, app/assets/stylesheets/unify-globals.css */
  .g-mr-7--xl {
    margin-right: 0.5rem !important;
  }
  /* line 9390, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-7--xl {
    margin-right: -0.5rem !important;
  }
  /* line 9392, app/assets/stylesheets/unify-globals.css */
  .g-mr-8--xl {
    margin-right: 0.57143rem !important;
  }
  /* line 9394, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-8--xl {
    margin-right: -0.57143rem !important;
  }
  /* line 9396, app/assets/stylesheets/unify-globals.css */
  .g-mr-9--xl {
    margin-right: 0.64286rem !important;
  }
  /* line 9398, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9--xl {
    margin-right: -0.64286rem !important;
  }
  /* line 9400, app/assets/stylesheets/unify-globals.css */
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }
  /* line 9402, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-10--xl {
    margin-right: -0.71429rem !important;
  }
  /* line 9404, app/assets/stylesheets/unify-globals.css */
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }
  /* line 9406, app/assets/stylesheets/unify-globals.css */
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }
  /* line 9408, app/assets/stylesheets/unify-globals.css */
  .g-mr-15--xl {
    margin-right: 1.07143rem !important;
  }
  /* line 9410, app/assets/stylesheets/unify-globals.css */
  .g-mr-20--xl {
    margin-right: 1.42857rem !important;
  }
  /* line 9412, app/assets/stylesheets/unify-globals.css */
  .g-mr-25--xl {
    margin-right: 1.78571rem !important;
  }
  /* line 9414, app/assets/stylesheets/unify-globals.css */
  .g-mr-30--xl {
    margin-right: 2.14286rem !important;
  }
  /* line 9416, app/assets/stylesheets/unify-globals.css */
  .g-mr-35--xl {
    margin-right: 2.5rem !important;
  }
  /* line 9418, app/assets/stylesheets/unify-globals.css */
  .g-mr-40--xl {
    margin-right: 2.85714rem !important;
  }
  /* line 9420, app/assets/stylesheets/unify-globals.css */
  .g-mr-45--xl {
    margin-right: 3.21429rem !important;
  }
  /* line 9422, app/assets/stylesheets/unify-globals.css */
  .g-mr-50--xl {
    margin-right: 3.57143rem !important;
  }
}

/* Margins Around
------------------------------------*/
/* line 9427, app/assets/stylesheets/unify-globals.css */
.g-ma-1 {
  margin: 0.07143rem !important;
}

/* line 9430, app/assets/stylesheets/unify-globals.css */
.g-ma-3 {
  margin: 0.21429rem !important;
}

/* line 9433, app/assets/stylesheets/unify-globals.css */
.g-ma-5 {
  margin: 0.35714rem !important;
}

/* line 9436, app/assets/stylesheets/unify-globals.css */
.g-ma-10 {
  margin: 0.71429rem !important;
}

/* line 9439, app/assets/stylesheets/unify-globals.css */
.g-ma-20 {
  margin: 1.42857rem !important;
}

/* line 9442, app/assets/stylesheets/unify-globals.css */
.g-ma-minus-1 {
  margin: -0.07143rem !important;
}

/* Minus Margins
------------------------------------*/
/* Minus Margin Top */
/* line 9448, app/assets/stylesheets/unify-globals.css */
.g-mt-minus-1 {
  margin-top: -0.07143rem;
}

/* line 9451, app/assets/stylesheets/unify-globals.css */
.g-mt-minus-20 {
  margin-top: -1.42857rem;
}

/* line 9454, app/assets/stylesheets/unify-globals.css */
.g-mt-minus-25 {
  margin-top: -1.78571rem;
}

/* line 9457, app/assets/stylesheets/unify-globals.css */
.g-mt-minus-30 {
  margin-top: -2.14286rem;
}

/* line 9460, app/assets/stylesheets/unify-globals.css */
.g-mt-minus-40 {
  margin-top: -2.85714rem;
}

/* line 9463, app/assets/stylesheets/unify-globals.css */
.g-mt-minus-70 {
  margin-top: -5rem;
}

/* line 9466, app/assets/stylesheets/unify-globals.css */
.g-mt-minus-120 {
  margin-top: -8.57143rem;
}

/* line 9469, app/assets/stylesheets/unify-globals.css */
.g-mt-minus-200 {
  margin-top: -14.28571rem;
}

/* line 9472, app/assets/stylesheets/unify-globals.css */
.g-mt-minus-300 {
  margin-top: -21.42857rem;
}

/* Minus Margin Bottom */
/* line 9476, app/assets/stylesheets/unify-globals.css */
.g-mb-minus-70 {
  margin-bottom: -5rem;
}

/* Minus Margin Left */
/* line 9480, app/assets/stylesheets/unify-globals.css */
.g-ml-minus-20 {
  margin-left: -1.42857rem;
}

/* line 9483, app/assets/stylesheets/unify-globals.css */
.g-ml-minus-35 {
  margin-left: -2.5rem;
}

/* line 9486, app/assets/stylesheets/unify-globals.css */
.g-ml-minus-55 {
  margin-left: -3.92857rem;
}

/* line 9489, app/assets/stylesheets/unify-globals.css */
.g-ml-minus-25 {
  margin-left: -1.78571rem;
}

/* line 9492, app/assets/stylesheets/unify-globals.css */
.g-ml-minus-82 {
  margin-left: -5.85714rem;
}

/* line 9495, app/assets/stylesheets/unify-globals.css */
.g-ml-minus-90 {
  margin-left: -6.42857rem;
}

/* line 9498, app/assets/stylesheets/unify-globals.css */
.g-ml-minus-100 {
  margin-left: -7.14286rem;
}

/* line 9501, app/assets/stylesheets/unify-globals.css */
.g-ml-minus-118 {
  margin-left: -8.42857rem;
}

/* line 9504, app/assets/stylesheets/unify-globals.css */
.g-ml-minus-142 {
  margin-left: -10.14286rem;
}

/* Minus Margin Right */
/* line 9508, app/assets/stylesheets/unify-globals.css */
.g-mr-minus-50 {
  margin-right: -3.57143rem;
}

/* line 9511, app/assets/stylesheets/unify-globals.css */
.g-mr-minus-100 {
  margin-right: -7.14286rem;
}

/* Margin Left and Right */
/* line 9515, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-1 {
  margin-left: -0.07143rem;
  margin-right: -0.07143rem;
}

/* line 9519, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-2 {
  margin-left: -0.14286rem;
  margin-right: -0.14286rem;
}

/* line 9523, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-4 {
  margin-left: -0.28571rem;
  margin-right: -0.28571rem;
}

/* line 9527, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-5 {
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
}

/* line 9531, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

/* line 9535, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

/* line 9539, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Custon Spaces
------------------------------------*/
/* Margin Top */
/* line 9546, app/assets/stylesheets/unify-globals.css */
.g-mt-10x {
  margin-top: 10%;
  /* O */
}

/* line 9550, app/assets/stylesheets/unify-globals.css */
.g-mt-21 {
  margin-top: 1.5rem;
}

/* line 9553, app/assets/stylesheets/unify-globals.css */
.g-mt-22 {
  margin-top: 1.57143rem;
}

/* line 9556, app/assets/stylesheets/unify-globals.css */
.g-mt-32 {
  margin-top: 2.28571rem !important;
}

/* line 9559, app/assets/stylesheets/unify-globals.css */
.g-mt-57 {
  margin-top: 4.07143rem !important;
}

/* line 9562, app/assets/stylesheets/unify-globals.css */
.g-mt-500 {
  margin-top: 35.71429rem;
}

/* Margin Bottom */
/* line 9566, app/assets/stylesheets/unify-globals.css */
.g-mb-23 {
  margin-bottom: 1.64286rem;
}

/* line 9569, app/assets/stylesheets/unify-globals.css */
.g-mb-28 {
  margin-bottom: 2rem;
}

/* line 9572, app/assets/stylesheets/unify-globals.css */
.g-mb-500 {
  margin-bottom: 35.71429rem;
}

/* Margin Left */
/* line 9576, app/assets/stylesheets/unify-globals.css */
.g-ml-10x {
  margin-left: 10%;
  /* O */
}

/* line 9580, app/assets/stylesheets/unify-globals.css */
.g-ml-12 {
  margin-left: 0.85714rem;
}

/* line 9583, app/assets/stylesheets/unify-globals.css */
.g-ml-13 {
  margin-left: 0.92857rem;
}

/* line 9586, app/assets/stylesheets/unify-globals.css */
.g-ml-20 {
  margin-left: 1.42857rem;
}

/* line 9589, app/assets/stylesheets/unify-globals.css */
.g-ml-25 {
  margin-left: 1.78571rem;
}

/* line 9592, app/assets/stylesheets/unify-globals.css */
.g-ml-35 {
  margin-left: 2.5rem;
}

/* line 9595, app/assets/stylesheets/unify-globals.css */
.g-ml-43 {
  margin-left: 3.07143rem;
}

/* line 9598, app/assets/stylesheets/unify-globals.css */
.g-ml-60 {
  margin-left: 4.28571rem;
}

/* line 9601, app/assets/stylesheets/unify-globals.css */
.g-ml-75 {
  margin-left: 5.35714rem;
}

/* line 9604, app/assets/stylesheets/unify-globals.css */
.g-ml-82 {
  margin-left: 5.85714rem;
}

/* line 9607, app/assets/stylesheets/unify-globals.css */
.g-ml-85 {
  margin-left: 6.07143rem;
}

/* line 9610, app/assets/stylesheets/unify-globals.css */
.g-ml-105 {
  margin-left: 7.5rem;
}

/* line 9613, app/assets/stylesheets/unify-globals.css */
.g-ml-118 {
  margin-left: 8.42857rem;
}

/* line 9616, app/assets/stylesheets/unify-globals.css */
.g-ml-142 {
  margin-left: 10.14286rem;
}

/* Margin Right */
/* line 9620, app/assets/stylesheets/unify-globals.css */
.g-mr-12 {
  margin-right: 0.85714rem;
}

/* line 9623, app/assets/stylesheets/unify-globals.css */
.g-mr-60 {
  margin-right: 4.28571rem;
}

/* line 9626, app/assets/stylesheets/unify-globals.css */
.g-mr-63 {
  margin-right: 4.5rem;
}

/* line 9629, app/assets/stylesheets/unify-globals.css */
.g-mr-minus-10 {
  margin-right: -0.71429rem;
}

/* line 9632, app/assets/stylesheets/unify-globals.css */
.g-mr-minus-15 {
  margin-right: -1.07143rem;
}

/* line 9635, app/assets/stylesheets/unify-globals.css */
.g-mr-minus-30 {
  margin-right: -2.14286rem;
}

/* Margin Left and Right */
/* line 9639, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-10 {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem;
}

/* line 9643, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

/* line 9647, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-20 {
  margin-left: -1.42857rem;
  margin-right: -1.42857rem;
}

/* line 9651, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

/* line 9655, app/assets/stylesheets/unify-globals.css */
.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Margin Top and Bottom */
/* line 9660, app/assets/stylesheets/unify-globals.css */
.g-my-minus-1 {
  margin-top: -0.07143rem;
  margin-bottom: -0.07143rem;
}

/* line 9664, app/assets/stylesheets/unify-globals.css */
.g-my-minus-2 {
  margin-top: -0.14286rem;
  margin-bottom: -0.14286rem;
}

/* line 9668, app/assets/stylesheets/unify-globals.css */
.g-my-minus-10 {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem;
}

/* line 9672, app/assets/stylesheets/unify-globals.css */
.g-m-reset {
  margin: 0 !important;
}

@media (min-width: 576px) {
  /* line 9676, app/assets/stylesheets/unify-globals.css */
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }
  /* line 9678, app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-10--sm {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  /* line 9681, app/assets/stylesheets/unify-globals.css */
  .g-my-minus-5--sm {
    margin-top: -0.35714rem;
    margin-bottom: -0.35714rem;
  }
  /* line 9684, app/assets/stylesheets/unify-globals.css */
  .g-my-minus-10--sm {
    margin-top: -0.71429rem;
    margin-bottom: -0.71429rem;
  }
  /* line 9687, app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 9690, app/assets/stylesheets/unify-globals.css */
  .g-my-minus-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 9695, app/assets/stylesheets/unify-globals.css */
  .g-mx-12--md {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }
  /* line 9698, app/assets/stylesheets/unify-globals.css */
  .g-ml-12--md {
    margin-left: 0.85714rem !important;
  }
  /* line 9700, app/assets/stylesheets/unify-globals.css */
  .g-mr-12--md {
    margin-right: 0.85714rem !important;
  }
  /* line 9702, app/assets/stylesheets/unify-globals.css */
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }
  /* line 9704, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1--md {
    margin-left: -0.07143rem;
  }
  /* line 9706, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--md {
    margin-right: -0.07143rem;
  }
  /* line 9708, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9--md {
    margin-left: 0.64286rem !important;
  }
  /* line 9710, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9--md {
    margin-right: 0.64286rem !important;
  }
  /* line 9712, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-82--md {
    margin-left: -5.85714rem !important;
  }
  /* line 9714, app/assets/stylesheets/unify-globals.css */
  .g-mr-60--md {
    margin-right: 4.28571rem !important;
  }
  /* line 9716, app/assets/stylesheets/unify-globals.css */
  .g-mr-63--md {
    margin-right: 4.5rem !important;
  }
  /* line 9718, app/assets/stylesheets/unify-globals.css */
  .g-ml-85--md {
    margin-left: 6.07143rem !important;
  }
  /* line 9720, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-90--md {
    margin-left: -6.42857rem !important;
  }
  /* line 9722, app/assets/stylesheets/unify-globals.css */
  .g-m-reset--md {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  /* line 9726, app/assets/stylesheets/unify-globals.css */
  .g-mx-12--lg {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }
  /* line 9729, app/assets/stylesheets/unify-globals.css */
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }
  /* line 9731, app/assets/stylesheets/unify-globals.css */
  .g-ml-12--lg {
    margin-left: 0.85714rem !important;
  }
  /* line 9733, app/assets/stylesheets/unify-globals.css */
  .g-mr-12--lg {
    margin-right: 0.85714rem !important;
  }
  /* line 9735, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem;
  }
  /* line 9737, app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-100--lg {
    margin-right: -7.14286rem;
  }
  /* line 9739, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-100--lg {
    margin-left: -7.14286rem;
  }
  /* line 9741, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-100 {
    margin-left: -7.14286rem;
  }
  /* line 9743, app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-5--lg {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem;
  }
  /* line 9746, app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-10--lg {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  /* line 9749, app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-15--lg {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }
  /* line 9752, app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem;
  }
  /* line 9754, app/assets/stylesheets/unify-globals.css */
  .g-m-reset--lg {
    margin: 0 !important;
  }
  /* line 9756, app/assets/stylesheets/unify-globals.css */
  .g-ml-100--lg {
    margin-left: 7.14286rem;
  }
}

@media (min-width: 1200px) {
  /* line 9760, app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-10--xl {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  /* line 9763, app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-15--xl {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }
  /* line 9766, app/assets/stylesheets/unify-globals.css */
  .g-m-reset--xl {
    margin: 0 !important;
  }
}

/*------------------------------------
  Margins Extended
------------------------------------*/
@media (min-width: 992px) {
  /* Margin Top */
  /* line 9774, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-1--lg--scrolling {
    margin-top: 0.07143rem !important;
  }
  /* line 9776, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-2--lg--scrolling {
    margin-top: 0.14286rem !important;
  }
  /* line 9778, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-3--lg--scrolling {
    margin-top: 0.21429rem !important;
  }
  /* line 9780, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-4--lg--scrolling {
    margin-top: 0.28571rem !important;
  }
  /* line 9782, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-5--lg--scrolling {
    margin-top: 0.35714rem !important;
  }
  /* line 9784, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-6--lg--scrolling {
    margin-top: 0.42857rem !important;
  }
  /* line 9786, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-7--lg--scrolling {
    margin-top: 0.5rem !important;
  }
  /* line 9788, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-8--lg--scrolling {
    margin-top: 0.57143rem !important;
  }
  /* line 9790, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-9--lg--scrolling {
    margin-top: 0.64286rem !important;
  }
  /* line 9792, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-10--lg--scrolling {
    margin-top: 0.71429rem !important;
  }
  /* line 9794, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-11--lg--scrolling {
    margin-top: 0.78571rem !important;
  }
  /* line 9796, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-12--lg--scrolling {
    margin-top: 0.85714rem !important;
  }
  /* line 9798, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-13--lg--scrolling {
    margin-top: 0.92857rem !important;
  }
  /* line 9800, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-14--lg--scrolling {
    margin-top: 1rem !important;
  }
  /* line 9802, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-15--lg--scrolling {
    margin-top: 1.07143rem !important;
  }
  /* line 9804, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-16--lg--scrolling {
    margin-top: 1.14286rem !important;
  }
  /* line 9806, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-17--lg--scrolling {
    margin-top: 1.21429rem !important;
  }
  /* line 9808, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-18--lg--scrolling {
    margin-top: 1.28571rem !important;
  }
  /* line 9810, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-19--lg--scrolling {
    margin-top: 1.35714rem !important;
  }
  /* line 9812, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-20--lg--scrolling {
    margin-top: 1.42857rem !important;
  }
  /* line 9814, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-21--lg--scrolling {
    margin-top: 1.5rem !important;
  }
  /* line 9816, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-22--lg--scrolling {
    margin-top: 1.57143rem !important;
  }
  /* line 9818, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-23--lg--scrolling {
    margin-top: 1.64286rem !important;
  }
  /* line 9820, app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-24--lg--scrolling {
    margin-top: 1.71429rem !important;
  }
  /* line 9822, 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, app/assets/stylesheets/unify-globals.css */
  .g-pa-0 {
    padding: 0 !important;
  }
  /* line 9833, app/assets/stylesheets/unify-globals.css */
  .g-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 9836, app/assets/stylesheets/unify-globals.css */
  .g-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 9839, app/assets/stylesheets/unify-globals.css */
  .g-pl-0 {
    padding-left: 0 !important;
  }
  /* line 9841, app/assets/stylesheets/unify-globals.css */
  .g-pr-0 {
    padding-right: 0 !important;
  }
  /* line 9843, app/assets/stylesheets/unify-globals.css */
  .g-pt-0 {
    padding-top: 0 !important;
  }
  /* line 9845, app/assets/stylesheets/unify-globals.css */
  .g-pb-0 {
    padding-bottom: 0 !important;
  }
  /* Padding Around */
  /* line 9848, app/assets/stylesheets/unify-globals.css */
  .g-pa-2 {
    padding: 0.14286rem !important;
  }
  /* line 9850, app/assets/stylesheets/unify-globals.css */
  .g-pa-3 {
    padding: 0.21429rem !important;
  }
  /* line 9852, app/assets/stylesheets/unify-globals.css */
  .g-pa-5 {
    padding: 0.35714rem !important;
  }
  /* line 9854, app/assets/stylesheets/unify-globals.css */
  .g-pa-7 {
    padding: 0.5rem !important;
  }
  /* line 9856, app/assets/stylesheets/unify-globals.css */
  .g-pa-10 {
    padding: 0.71429rem !important;
  }
  /* line 9858, app/assets/stylesheets/unify-globals.css */
  .g-pa-15 {
    padding: 1.07143rem !important;
  }
  /* line 9860, app/assets/stylesheets/unify-globals.css */
  .g-pa-20 {
    padding: 1.42857rem !important;
  }
  /* line 9862, app/assets/stylesheets/unify-globals.css */
  .g-pa-25 {
    padding: 1.78571rem !important;
  }
  /* line 9864, app/assets/stylesheets/unify-globals.css */
  .g-pa-30 {
    padding: 2.14286rem !important;
  }
  /* line 9866, app/assets/stylesheets/unify-globals.css */
  .g-pa-35 {
    padding: 2.5rem !important;
  }
  /* line 9868, app/assets/stylesheets/unify-globals.css */
  .g-pa-40 {
    padding: 2.85714rem !important;
  }
  /* line 9870, app/assets/stylesheets/unify-globals.css */
  .g-pa-45 {
    padding: 3.21429rem !important;
  }
  /* line 9872, app/assets/stylesheets/unify-globals.css */
  .g-pa-50 {
    padding: 3.57143rem !important;
  }
  /* line 9874, app/assets/stylesheets/unify-globals.css */
  .g-pa-55 {
    padding: 3.92857rem !important;
  }
  /* line 9876, app/assets/stylesheets/unify-globals.css */
  .g-pa-60 {
    padding: 4.28571rem !important;
  }
  /* line 9878, app/assets/stylesheets/unify-globals.css */
  .g-pa-65 {
    padding: 4.64286rem !important;
  }
  /* line 9880, app/assets/stylesheets/unify-globals.css */
  .g-pa-70 {
    padding: 5rem !important;
  }
  /* line 9882, app/assets/stylesheets/unify-globals.css */
  .g-pa-75 {
    padding: 5.35714rem !important;
  }
  /* line 9884, app/assets/stylesheets/unify-globals.css */
  .g-pa-80 {
    padding: 5.71429rem !important;
  }
  /* line 9886, app/assets/stylesheets/unify-globals.css */
  .g-pa-85 {
    padding: 6.07143rem !important;
  }
  /* line 9888, app/assets/stylesheets/unify-globals.css */
  .g-pa-90 {
    padding: 6.42857rem !important;
  }
  /* line 9890, app/assets/stylesheets/unify-globals.css */
  .g-pa-95 {
    padding: 6.78571rem !important;
  }
  /* line 9892, app/assets/stylesheets/unify-globals.css */
  .g-pa-100 {
    padding: 7.14286rem !important;
  }
  /* line 9894, app/assets/stylesheets/unify-globals.css */
  .g-pa-105 {
    padding: 7.5rem !important;
  }
  /* line 9896, app/assets/stylesheets/unify-globals.css */
  .g-pa-110 {
    padding: 7.85714rem !important;
  }
  /* line 9898, app/assets/stylesheets/unify-globals.css */
  .g-pa-115 {
    padding: 8.21429rem !important;
  }
  /* line 9900, app/assets/stylesheets/unify-globals.css */
  .g-pa-120 {
    padding: 8.57143rem !important;
  }
  /* line 9902, app/assets/stylesheets/unify-globals.css */
  .g-pa-125 {
    padding: 8.92857rem !important;
  }
  /* line 9904, app/assets/stylesheets/unify-globals.css */
  .g-pa-130 {
    padding: 9.28571rem !important;
  }
  /* line 9906, app/assets/stylesheets/unify-globals.css */
  .g-pa-135 {
    padding: 9.64286rem !important;
  }
  /* line 9908, app/assets/stylesheets/unify-globals.css */
  .g-pa-140 {
    padding: 10rem !important;
  }
  /* line 9910, app/assets/stylesheets/unify-globals.css */
  .g-pa-145 {
    padding: 10.35714rem !important;
  }
  /* line 9912, app/assets/stylesheets/unify-globals.css */
  .g-pa-150 {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  /* line 9915, app/assets/stylesheets/unify-globals.css */
  .g-px-1 {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  /* line 9918, app/assets/stylesheets/unify-globals.css */
  .g-px-2 {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  /* line 9921, app/assets/stylesheets/unify-globals.css */
  .g-px-3 {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  /* line 9924, app/assets/stylesheets/unify-globals.css */
  .g-px-4 {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  /* line 9927, app/assets/stylesheets/unify-globals.css */
  .g-px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  /* line 9930, app/assets/stylesheets/unify-globals.css */
  .g-px-6 {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  /* line 9933, app/assets/stylesheets/unify-globals.css */
  .g-px-7 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 9936, app/assets/stylesheets/unify-globals.css */
  .g-px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  /* line 9939, app/assets/stylesheets/unify-globals.css */
  .g-px-9 {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  /* line 9942, app/assets/stylesheets/unify-globals.css */
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 9945, app/assets/stylesheets/unify-globals.css */
  .g-px-11 {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  /* line 9948, app/assets/stylesheets/unify-globals.css */
  .g-px-12 {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  /* line 9951, app/assets/stylesheets/unify-globals.css */
  .g-px-13 {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  /* line 9954, app/assets/stylesheets/unify-globals.css */
  .g-px-14 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 9957, app/assets/stylesheets/unify-globals.css */
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 9960, app/assets/stylesheets/unify-globals.css */
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 9963, app/assets/stylesheets/unify-globals.css */
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 9966, app/assets/stylesheets/unify-globals.css */
  .g-px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  /* line 9969, app/assets/stylesheets/unify-globals.css */
  .g-px-25 {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  /* line 9972, app/assets/stylesheets/unify-globals.css */
  .g-px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  /* line 9975, app/assets/stylesheets/unify-globals.css */
  .g-px-35 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 9978, app/assets/stylesheets/unify-globals.css */
  .g-px-40 {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  /* line 9981, app/assets/stylesheets/unify-globals.css */
  .g-px-45 {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  /* line 9984, app/assets/stylesheets/unify-globals.css */
  .g-px-50 {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  /* line 9987, app/assets/stylesheets/unify-globals.css */
  .g-px-55 {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  /* line 9990, app/assets/stylesheets/unify-globals.css */
  .g-px-60 {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  /* line 9993, app/assets/stylesheets/unify-globals.css */
  .g-px-65 {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  /* line 9996, app/assets/stylesheets/unify-globals.css */
  .g-px-70 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 9999, app/assets/stylesheets/unify-globals.css */
  .g-px-75 {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  /* line 10002, app/assets/stylesheets/unify-globals.css */
  .g-px-80 {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  /* line 10005, app/assets/stylesheets/unify-globals.css */
  .g-px-85 {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  /* line 10008, app/assets/stylesheets/unify-globals.css */
  .g-px-90 {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  /* line 10011, app/assets/stylesheets/unify-globals.css */
  .g-px-95 {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  /* line 10014, app/assets/stylesheets/unify-globals.css */
  .g-px-100 {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  /* line 10017, app/assets/stylesheets/unify-globals.css */
  .g-px-105 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  /* line 10020, app/assets/stylesheets/unify-globals.css */
  .g-px-110 {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  /* line 10023, app/assets/stylesheets/unify-globals.css */
  .g-px-115 {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  /* line 10026, app/assets/stylesheets/unify-globals.css */
  .g-px-120 {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  /* line 10029, app/assets/stylesheets/unify-globals.css */
  .g-px-125 {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  /* line 10032, app/assets/stylesheets/unify-globals.css */
  .g-px-130 {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  /* line 10035, app/assets/stylesheets/unify-globals.css */
  .g-px-135 {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  /* line 10038, app/assets/stylesheets/unify-globals.css */
  .g-px-140 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 10041, app/assets/stylesheets/unify-globals.css */
  .g-px-145 {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  /* line 10044, app/assets/stylesheets/unify-globals.css */
  .g-px-150 {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  /* line 10048, app/assets/stylesheets/unify-globals.css */
  .g-py-1 {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  /* line 10051, app/assets/stylesheets/unify-globals.css */
  .g-py-2 {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  /* line 10054, app/assets/stylesheets/unify-globals.css */
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  /* line 10057, app/assets/stylesheets/unify-globals.css */
  .g-py-4 {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  /* line 10060, app/assets/stylesheets/unify-globals.css */
  .g-py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 10063, app/assets/stylesheets/unify-globals.css */
  .g-py-6 {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  /* line 10066, app/assets/stylesheets/unify-globals.css */
  .g-py-7 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 10069, app/assets/stylesheets/unify-globals.css */
  .g-py-8 {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  /* line 10072, app/assets/stylesheets/unify-globals.css */
  .g-py-9 {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  /* line 10075, app/assets/stylesheets/unify-globals.css */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* line 10078, app/assets/stylesheets/unify-globals.css */
  .g-py-11 {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  /* line 10081, app/assets/stylesheets/unify-globals.css */
  .g-py-12 {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  /* line 10084, app/assets/stylesheets/unify-globals.css */
  .g-py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  /* line 10087, app/assets/stylesheets/unify-globals.css */
  .g-py-14 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 10090, app/assets/stylesheets/unify-globals.css */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* line 10093, app/assets/stylesheets/unify-globals.css */
  .g-py-16 {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  /* line 10096, app/assets/stylesheets/unify-globals.css */
  .g-py-17 {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  /* line 10099, app/assets/stylesheets/unify-globals.css */
  .g-py-18 {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  /* line 10102, app/assets/stylesheets/unify-globals.css */
  .g-py-19 {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  /* line 10106, app/assets/stylesheets/unify-globals.css */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  /* line 10110, app/assets/stylesheets/unify-globals.css */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  /* line 10114, app/assets/stylesheets/unify-globals.css */
  .g-py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  /* line 10118, app/assets/stylesheets/unify-globals.css */
  .g-py-25 {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  /* line 10122, app/assets/stylesheets/unify-globals.css */
  .g-py-30 {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  /* line 10126, app/assets/stylesheets/unify-globals.css */
  .g-py-35 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  /* line 10130, app/assets/stylesheets/unify-globals.css */
  .g-py-40 {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  /* line 10134, app/assets/stylesheets/unify-globals.css */
  .g-py-45 {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  /* line 10138, app/assets/stylesheets/unify-globals.css */
  .g-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  /* line 10142, app/assets/stylesheets/unify-globals.css */
  .g-py-55 {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  /* line 10146, app/assets/stylesheets/unify-globals.css */
  .g-py-60 {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  /* line 10150, app/assets/stylesheets/unify-globals.css */
  .g-py-65 {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  /* line 10154, app/assets/stylesheets/unify-globals.css */
  .g-py-70 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  /* line 10158, app/assets/stylesheets/unify-globals.css */
  .g-py-75 {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  /* line 10162, app/assets/stylesheets/unify-globals.css */
  .g-py-80 {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  /* line 10166, app/assets/stylesheets/unify-globals.css */
  .g-py-85 {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  /* line 10170, app/assets/stylesheets/unify-globals.css */
  .g-py-90 {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  /* line 10174, app/assets/stylesheets/unify-globals.css */
  .g-py-95 {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  /* line 10178, app/assets/stylesheets/unify-globals.css */
  .g-py-100 {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  /* line 10182, app/assets/stylesheets/unify-globals.css */
  .g-py-105 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  /* line 10186, app/assets/stylesheets/unify-globals.css */
  .g-py-110 {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  /* line 10190, app/assets/stylesheets/unify-globals.css */
  .g-py-115 {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  /* line 10194, app/assets/stylesheets/unify-globals.css */
  .g-py-120 {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  /* line 10198, app/assets/stylesheets/unify-globals.css */
  .g-py-125 {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  /* line 10202, app/assets/stylesheets/unify-globals.css */
  .g-py-130 {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  /* line 10206, app/assets/stylesheets/unify-globals.css */
  .g-py-135 {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  /* line 10210, app/assets/stylesheets/unify-globals.css */
  .g-py-140 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  /* line 10214, app/assets/stylesheets/unify-globals.css */
  .g-py-145 {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  /* line 10218, app/assets/stylesheets/unify-globals.css */
  .g-py-150 {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  /* line 10222, app/assets/stylesheets/unify-globals.css */
  .g-py-155 {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  /* line 10226, app/assets/stylesheets/unify-globals.css */
  .g-py-160 {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  /* line 10230, app/assets/stylesheets/unify-globals.css */
  .g-py-165 {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  /* line 10234, app/assets/stylesheets/unify-globals.css */
  .g-py-170 {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  /* line 10238, app/assets/stylesheets/unify-globals.css */
  .g-py-175 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  /* line 10242, app/assets/stylesheets/unify-globals.css */
  .g-py-180 {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  /* line 10246, app/assets/stylesheets/unify-globals.css */
  .g-py-185 {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  /* line 10250, app/assets/stylesheets/unify-globals.css */
  .g-py-190 {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  /* line 10254, app/assets/stylesheets/unify-globals.css */
  .g-py-195 {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  /* line 10258, app/assets/stylesheets/unify-globals.css */
  .g-py-200 {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  /* line 10262, app/assets/stylesheets/unify-globals.css */
  .g-py-205 {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  /* line 10266, app/assets/stylesheets/unify-globals.css */
  .g-py-210 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  /* line 10270, app/assets/stylesheets/unify-globals.css */
  .g-pt-0 {
    padding-top: 0px !important;
  }
  /* line 10272, app/assets/stylesheets/unify-globals.css */
  .g-pt-1 {
    padding-top: 0.07143rem !important;
  }
  /* line 10274, app/assets/stylesheets/unify-globals.css */
  .g-pt-2 {
    padding-top: 0.14286rem !important;
  }
  /* line 10276, app/assets/stylesheets/unify-globals.css */
  .g-pt-3 {
    padding-top: 0.21429rem !important;
  }
  /* line 10278, app/assets/stylesheets/unify-globals.css */
  .g-pt-4 {
    padding-top: 0.28571rem !important;
  }
  /* line 10280, app/assets/stylesheets/unify-globals.css */
  .g-pt-5 {
    padding-top: 0.35714rem !important;
  }
  /* line 10282, app/assets/stylesheets/unify-globals.css */
  .g-pt-6 {
    padding-top: 0.42857rem !important;
  }
  /* line 10284, app/assets/stylesheets/unify-globals.css */
  .g-pt-7 {
    padding-top: 0.5rem !important;
  }
  /* line 10286, app/assets/stylesheets/unify-globals.css */
  .g-pt-8 {
    padding-top: 0.57143rem !important;
  }
  /* line 10288, app/assets/stylesheets/unify-globals.css */
  .g-pt-9 {
    padding-top: 0.64286rem !important;
  }
  /* line 10290, app/assets/stylesheets/unify-globals.css */
  .g-pt-10 {
    padding-top: 0.71429rem !important;
  }
  /* line 10292, app/assets/stylesheets/unify-globals.css */
  .g-pt-15 {
    padding-top: 1.07143rem !important;
  }
  /* line 10294, app/assets/stylesheets/unify-globals.css */
  .g-pt-20 {
    padding-top: 1.42857rem !important;
  }
  /* line 10296, app/assets/stylesheets/unify-globals.css */
  .g-pt-25 {
    padding-top: 1.78571rem !important;
  }
  /* line 10298, app/assets/stylesheets/unify-globals.css */
  .g-pt-30 {
    padding-top: 2.14286rem !important;
  }
  /* line 10300, app/assets/stylesheets/unify-globals.css */
  .g-pt-35 {
    padding-top: 2.5rem !important;
  }
  /* line 10302, app/assets/stylesheets/unify-globals.css */
  .g-pt-40 {
    padding-top: 2.85714rem !important;
  }
  /* line 10304, app/assets/stylesheets/unify-globals.css */
  .g-pt-45 {
    padding-top: 3.21429rem !important;
  }
  /* line 10306, app/assets/stylesheets/unify-globals.css */
  .g-pt-50 {
    padding-top: 3.57143rem !important;
  }
  /* line 10308, app/assets/stylesheets/unify-globals.css */
  .g-pt-55 {
    padding-top: 3.92857rem !important;
  }
  /* line 10310, app/assets/stylesheets/unify-globals.css */
  .g-pt-60 {
    padding-top: 4.28571rem !important;
  }
  /* line 10312, app/assets/stylesheets/unify-globals.css */
  .g-pt-65 {
    padding-top: 4.64286rem !important;
  }
  /* line 10314, app/assets/stylesheets/unify-globals.css */
  .g-pt-70 {
    padding-top: 5rem !important;
  }
  /* line 10316, app/assets/stylesheets/unify-globals.css */
  .g-pt-75 {
    padding-top: 5.35714rem !important;
  }
  /* line 10318, app/assets/stylesheets/unify-globals.css */
  .g-pt-80 {
    padding-top: 5.71429rem !important;
  }
  /* line 10320, app/assets/stylesheets/unify-globals.css */
  .g-pt-85 {
    padding-top: 6.07143rem !important;
  }
  /* line 10322, app/assets/stylesheets/unify-globals.css */
  .g-pt-90 {
    padding-top: 6.42857rem !important;
  }
  /* line 10324, app/assets/stylesheets/unify-globals.css */
  .g-pt-95 {
    padding-top: 6.78571rem !important;
  }
  /* line 10326, app/assets/stylesheets/unify-globals.css */
  .g-pt-100 {
    padding-top: 7.14286rem !important;
  }
  /* line 10328, app/assets/stylesheets/unify-globals.css */
  .g-pt-105 {
    padding-top: 7.5rem !important;
  }
  /* line 10330, app/assets/stylesheets/unify-globals.css */
  .g-pt-110 {
    padding-top: 7.85714rem !important;
  }
  /* line 10332, app/assets/stylesheets/unify-globals.css */
  .g-pt-115 {
    padding-top: 8.21429rem !important;
  }
  /* line 10334, app/assets/stylesheets/unify-globals.css */
  .g-pt-120 {
    padding-top: 8.57143rem !important;
  }
  /* line 10336, app/assets/stylesheets/unify-globals.css */
  .g-pt-125 {
    padding-top: 8.92857rem !important;
  }
  /* line 10338, app/assets/stylesheets/unify-globals.css */
  .g-pt-130 {
    padding-top: 9.28571rem !important;
  }
  /* line 10340, app/assets/stylesheets/unify-globals.css */
  .g-pt-135 {
    padding-top: 9.64286rem !important;
  }
  /* line 10342, app/assets/stylesheets/unify-globals.css */
  .g-pt-140 {
    padding-top: 10rem !important;
  }
  /* line 10344, app/assets/stylesheets/unify-globals.css */
  .g-pt-145 {
    padding-top: 10.35714rem !important;
  }
  /* line 10346, app/assets/stylesheets/unify-globals.css */
  .g-pt-150 {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  /* line 10349, app/assets/stylesheets/unify-globals.css */
  .g-pr-0 {
    padding-right: 0px !important;
  }
  /* line 10351, app/assets/stylesheets/unify-globals.css */
  .g-pr-1 {
    padding-right: 0.07143rem !important;
  }
  /* line 10353, app/assets/stylesheets/unify-globals.css */
  .g-pr-2 {
    padding-right: 0.14286rem !important;
  }
  /* line 10355, app/assets/stylesheets/unify-globals.css */
  .g-pr-3 {
    padding-right: 0.21429rem !important;
  }
  /* line 10357, app/assets/stylesheets/unify-globals.css */
  .g-pr-4 {
    padding-right: 0.28571rem !important;
  }
  /* line 10359, app/assets/stylesheets/unify-globals.css */
  .g-pr-5 {
    padding-right: 0.35714rem !important;
  }
  /* line 10361, app/assets/stylesheets/unify-globals.css */
  .g-pr-6 {
    padding-right: 0.42857rem !important;
  }
  /* line 10363, app/assets/stylesheets/unify-globals.css */
  .g-pr-7 {
    padding-right: 0.5rem !important;
  }
  /* line 10365, app/assets/stylesheets/unify-globals.css */
  .g-pr-8 {
    padding-right: 0.57143rem !important;
  }
  /* line 10367, app/assets/stylesheets/unify-globals.css */
  .g-pr-9 {
    padding-right: 0.64286rem !important;
  }
  /* P */
  /* line 10370, app/assets/stylesheets/unify-globals.css */
  .g-pr-10 {
    padding-right: 0.71429rem !important;
  }
  /* P */
  /* line 10373, app/assets/stylesheets/unify-globals.css */
  .g-pr-15 {
    padding-right: 1.07143rem !important;
  }
  /* P */
  /* line 10376, app/assets/stylesheets/unify-globals.css */
  .g-pr-20 {
    padding-right: 1.42857rem !important;
  }
  /* P */
  /* line 10379, app/assets/stylesheets/unify-globals.css */
  .g-pr-25 {
    padding-right: 1.78571rem !important;
  }
  /* P */
  /* line 10382, app/assets/stylesheets/unify-globals.css */
  .g-pr-30 {
    padding-right: 2.14286rem !important;
  }
  /* P */
  /* line 10385, app/assets/stylesheets/unify-globals.css */
  .g-pr-35 {
    padding-right: 2.5rem !important;
  }
  /* P */
  /* line 10388, app/assets/stylesheets/unify-globals.css */
  .g-pr-40 {
    padding-right: 2.85714rem !important;
  }
  /* P */
  /* line 10391, app/assets/stylesheets/unify-globals.css */
  .g-pr-45 {
    padding-right: 3.21429rem !important;
  }
  /* P */
  /* line 10394, app/assets/stylesheets/unify-globals.css */
  .g-pr-50 {
    padding-right: 3.57143rem !important;
  }
  /* P */
  /* line 10397, app/assets/stylesheets/unify-globals.css */
  .g-pr-55 {
    padding-right: 3.92857rem !important;
  }
  /* P */
  /* line 10400, app/assets/stylesheets/unify-globals.css */
  .g-pr-60 {
    padding-right: 4.28571rem !important;
  }
  /* P */
  /* line 10403, app/assets/stylesheets/unify-globals.css */
  .g-pr-65 {
    padding-right: 4.64286rem !important;
  }
  /* P */
  /* line 10406, app/assets/stylesheets/unify-globals.css */
  .g-pr-70 {
    padding-right: 5rem !important;
  }
  /* P */
  /* line 10409, app/assets/stylesheets/unify-globals.css */
  .g-pr-75 {
    padding-right: 5.35714rem !important;
  }
  /* P */
  /* line 10412, app/assets/stylesheets/unify-globals.css */
  .g-pr-80 {
    padding-right: 5.71429rem !important;
  }
  /* P */
  /* line 10415, app/assets/stylesheets/unify-globals.css */
  .g-pr-85 {
    padding-right: 6.07143rem !important;
  }
  /* P */
  /* line 10418, app/assets/stylesheets/unify-globals.css */
  .g-pr-90 {
    padding-right: 6.42857rem !important;
  }
  /* P */
  /* line 10421, app/assets/stylesheets/unify-globals.css */
  .g-pr-95 {
    padding-right: 6.78571rem !important;
  }
  /* P */
  /* line 10424, app/assets/stylesheets/unify-globals.css */
  .g-pr-100 {
    padding-right: 7.14286rem !important;
  }
  /* P */
  /* line 10427, app/assets/stylesheets/unify-globals.css */
  .g-pr-105 {
    padding-right: 7.5rem !important;
  }
  /* P */
  /* line 10430, app/assets/stylesheets/unify-globals.css */
  .g-pr-110 {
    padding-right: 7.85714rem !important;
  }
  /* P */
  /* line 10433, app/assets/stylesheets/unify-globals.css */
  .g-pr-115 {
    padding-right: 8.21429rem !important;
  }
  /* P */
  /* line 10436, app/assets/stylesheets/unify-globals.css */
  .g-pr-120 {
    padding-right: 8.57143rem !important;
  }
  /* P */
  /* line 10439, app/assets/stylesheets/unify-globals.css */
  .g-pr-125 {
    padding-right: 8.92857rem !important;
  }
  /* P */
  /* line 10442, app/assets/stylesheets/unify-globals.css */
  .g-pr-130 {
    padding-right: 9.28571rem !important;
  }
  /* P */
  /* line 10445, app/assets/stylesheets/unify-globals.css */
  .g-pr-135 {
    padding-right: 9.64286rem !important;
  }
  /* P */
  /* line 10448, app/assets/stylesheets/unify-globals.css */
  .g-pr-140 {
    padding-right: 10rem !important;
  }
  /* P */
  /* line 10451, app/assets/stylesheets/unify-globals.css */
  .g-pr-145 {
    padding-right: 10.35714rem !important;
  }
  /* P */
  /* line 10454, app/assets/stylesheets/unify-globals.css */
  .g-pr-150 {
    padding-right: 10.71429rem !important;
  }
  /* P */
  /* line 10457, app/assets/stylesheets/unify-globals.css */
  .g-pr-155 {
    padding-right: 11.07143rem !important;
  }
  /* P */
  /* line 10460, app/assets/stylesheets/unify-globals.css */
  .g-pr-160 {
    padding-right: 11.42857rem !important;
  }
  /* P */
  /* line 10463, app/assets/stylesheets/unify-globals.css */
  .g-pr-165 {
    padding-right: 11.78571rem !important;
  }
  /* P */
  /* line 10466, app/assets/stylesheets/unify-globals.css */
  .g-pr-170 {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  /* line 10469, app/assets/stylesheets/unify-globals.css */
  .g-pb-0 {
    padding-bottom: 0px !important;
  }
  /* line 10471, app/assets/stylesheets/unify-globals.css */
  .g-pb-1 {
    padding-bottom: 0.07143rem !important;
  }
  /* line 10473, app/assets/stylesheets/unify-globals.css */
  .g-pb-2 {
    padding-bottom: 0.14286rem !important;
  }
  /* line 10475, app/assets/stylesheets/unify-globals.css */
  .g-pb-3 {
    padding-bottom: 0.21429rem !important;
  }
  /* line 10477, app/assets/stylesheets/unify-globals.css */
  .g-pb-4 {
    padding-bottom: 0.28571rem !important;
  }
  /* line 10479, app/assets/stylesheets/unify-globals.css */
  .g-pb-5 {
    padding-bottom: 0.35714rem !important;
  }
  /* line 10481, app/assets/stylesheets/unify-globals.css */
  .g-pb-6 {
    padding-bottom: 0.42857rem !important;
  }
  /* line 10483, app/assets/stylesheets/unify-globals.css */
  .g-pb-7 {
    padding-bottom: 0.5rem !important;
  }
  /* line 10485, app/assets/stylesheets/unify-globals.css */
  .g-pb-8 {
    padding-bottom: 0.57143rem !important;
  }
  /* line 10487, app/assets/stylesheets/unify-globals.css */
  .g-pb-9 {
    padding-bottom: 0.64286rem !important;
  }
  /* line 10489, app/assets/stylesheets/unify-globals.css */
  .g-pb-10 {
    padding-bottom: 0.71429rem !important;
  }
  /* line 10491, app/assets/stylesheets/unify-globals.css */
  .g-pb-15 {
    padding-bottom: 1.07143rem !important;
  }
  /* line 10493, app/assets/stylesheets/unify-globals.css */
  .g-pb-20 {
    padding-bottom: 1.42857rem !important;
  }
  /* line 10495, app/assets/stylesheets/unify-globals.css */
  .g-pb-25 {
    padding-bottom: 1.78571rem !important;
  }
  /* line 10497, app/assets/stylesheets/unify-globals.css */
  .g-pb-30 {
    padding-bottom: 2.14286rem !important;
  }
  /* line 10499, app/assets/stylesheets/unify-globals.css */
  .g-pb-35 {
    padding-bottom: 2.5rem !important;
  }
  /* line 10501, app/assets/stylesheets/unify-globals.css */
  .g-pb-40 {
    padding-bottom: 2.85714rem !important;
  }
  /* line 10503, app/assets/stylesheets/unify-globals.css */
  .g-pb-45 {
    padding-bottom: 3.21429rem !important;
  }
  /* line 10505, app/assets/stylesheets/unify-globals.css */
  .g-pb-50 {
    padding-bottom: 3.57143rem !important;
  }
  /* line 10507, app/assets/stylesheets/unify-globals.css */
  .g-pb-55 {
    padding-bottom: 3.92857rem !important;
  }
  /* line 10509, app/assets/stylesheets/unify-globals.css */
  .g-pb-60 {
    padding-bottom: 4.28571rem !important;
  }
  /* line 10511, app/assets/stylesheets/unify-globals.css */
  .g-pb-65 {
    padding-bottom: 4.64286rem !important;
  }
  /* line 10513, app/assets/stylesheets/unify-globals.css */
  .g-pb-70 {
    padding-bottom: 5rem !important;
  }
  /* line 10515, app/assets/stylesheets/unify-globals.css */
  .g-pb-75 {
    padding-bottom: 5.35714rem !important;
  }
  /* line 10517, app/assets/stylesheets/unify-globals.css */
  .g-pb-80 {
    padding-bottom: 5.71429rem !important;
  }
  /* line 10519, app/assets/stylesheets/unify-globals.css */
  .g-pb-85 {
    padding-bottom: 6.07143rem !important;
  }
  /* line 10521, app/assets/stylesheets/unify-globals.css */
  .g-pb-90 {
    padding-bottom: 6.42857rem !important;
  }
  /* line 10523, app/assets/stylesheets/unify-globals.css */
  .g-pb-95 {
    padding-bottom: 6.78571rem !important;
  }
  /* line 10525, app/assets/stylesheets/unify-globals.css */
  .g-pb-100 {
    padding-bottom: 7.14286rem !important;
  }
  /* line 10527, app/assets/stylesheets/unify-globals.css */
  .g-pb-105 {
    padding-bottom: 7.5rem !important;
  }
  /* line 10529, app/assets/stylesheets/unify-globals.css */
  .g-pb-110 {
    padding-bottom: 7.85714rem !important;
  }
  /* line 10531, app/assets/stylesheets/unify-globals.css */
  .g-pb-115 {
    padding-bottom: 8.21429rem !important;
  }
  /* line 10533, app/assets/stylesheets/unify-globals.css */
  .g-pb-120 {
    padding-bottom: 8.57143rem !important;
  }
  /* line 10535, app/assets/stylesheets/unify-globals.css */
  .g-pb-125 {
    padding-bottom: 8.92857rem !important;
  }
  /* line 10537, app/assets/stylesheets/unify-globals.css */
  .g-pb-130 {
    padding-bottom: 9.28571rem !important;
  }
  /* line 10539, app/assets/stylesheets/unify-globals.css */
  .g-pb-135 {
    padding-bottom: 9.64286rem !important;
  }
  /* line 10541, app/assets/stylesheets/unify-globals.css */
  .g-pb-140 {
    padding-bottom: 10rem !important;
  }
  /* line 10543, app/assets/stylesheets/unify-globals.css */
  .g-pb-145 {
    padding-bottom: 10.35714rem !important;
  }
  /* line 10545, app/assets/stylesheets/unify-globals.css */
  .g-pb-150 {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  /* line 10548, app/assets/stylesheets/unify-globals.css */
  .g-pl-0 {
    padding-left: 0px !important;
  }
  /* line 10550, app/assets/stylesheets/unify-globals.css */
  .g-pl-1 {
    padding-left: 0.07143rem !important;
  }
  /* line 10552, app/assets/stylesheets/unify-globals.css */
  .g-pl-2 {
    padding-left: 0.14286rem !important;
  }
  /* line 10554, app/assets/stylesheets/unify-globals.css */
  .g-pl-3 {
    padding-left: 0.21429rem !important;
  }
  /* line 10556, app/assets/stylesheets/unify-globals.css */
  .g-pl-4 {
    padding-left: 0.28571rem !important;
  }
  /* line 10558, app/assets/stylesheets/unify-globals.css */
  .g-pl-5 {
    padding-left: 0.35714rem !important;
  }
  /* line 10560, app/assets/stylesheets/unify-globals.css */
  .g-pl-6 {
    padding-left: 0.42857rem !important;
  }
  /* line 10562, app/assets/stylesheets/unify-globals.css */
  .g-pl-7 {
    padding-left: 0.5rem !important;
  }
  /* line 10564, app/assets/stylesheets/unify-globals.css */
  .g-pl-8 {
    padding-left: 0.57143rem !important;
  }
  /* line 10566, app/assets/stylesheets/unify-globals.css */
  .g-pl-9 {
    padding-left: 0.64286rem !important;
  }
  /* P */
  /* line 10569, app/assets/stylesheets/unify-globals.css */
  .g-pl-10 {
    padding-left: 0.71429rem !important;
  }
  /* P */
  /* line 10572, app/assets/stylesheets/unify-globals.css */
  .g-pl-15 {
    padding-left: 1.07143rem !important;
  }
  /* P */
  /* line 10575, app/assets/stylesheets/unify-globals.css */
  .g-pl-20 {
    padding-left: 1.42857rem !important;
  }
  /* P */
  /* line 10578, app/assets/stylesheets/unify-globals.css */
  .g-pl-25 {
    padding-left: 1.78571rem !important;
  }
  /* P */
  /* line 10581, app/assets/stylesheets/unify-globals.css */
  .g-pl-30 {
    padding-left: 2.14286rem !important;
  }
  /* P */
  /* line 10584, app/assets/stylesheets/unify-globals.css */
  .g-pl-35 {
    padding-left: 2.5rem !important;
  }
  /* P */
  /* line 10587, app/assets/stylesheets/unify-globals.css */
  .g-pl-40 {
    padding-left: 2.85714rem !important;
  }
  /* P */
  /* line 10590, app/assets/stylesheets/unify-globals.css */
  .g-pl-45 {
    padding-left: 3.21429rem !important;
  }
  /* P */
  /* line 10593, app/assets/stylesheets/unify-globals.css */
  .g-pl-50 {
    padding-left: 3.57143rem !important;
  }
  /* P */
  /* line 10596, app/assets/stylesheets/unify-globals.css */
  .g-pl-55 {
    padding-left: 3.92857rem !important;
  }
  /* P */
  /* line 10599, app/assets/stylesheets/unify-globals.css */
  .g-pl-60 {
    padding-left: 4.28571rem !important;
  }
  /* P */
  /* line 10602, app/assets/stylesheets/unify-globals.css */
  .g-pl-65 {
    padding-left: 4.64286rem !important;
  }
  /* P */
  /* line 10605, app/assets/stylesheets/unify-globals.css */
  .g-pl-70 {
    padding-left: 5rem !important;
  }
  /* P */
  /* line 10608, app/assets/stylesheets/unify-globals.css */
  .g-pl-75 {
    padding-left: 5.35714rem !important;
  }
  /* P */
  /* line 10611, app/assets/stylesheets/unify-globals.css */
  .g-pl-80 {
    padding-left: 5.71429rem !important;
  }
  /* P */
  /* line 10614, app/assets/stylesheets/unify-globals.css */
  .g-pl-85 {
    padding-left: 6.07143rem !important;
  }
  /* P */
  /* line 10617, app/assets/stylesheets/unify-globals.css */
  .g-pl-90 {
    padding-left: 6.42857rem !important;
  }
  /* P */
  /* line 10620, app/assets/stylesheets/unify-globals.css */
  .g-pl-95 {
    padding-left: 6.78571rem !important;
  }
  /* P */
  /* line 10623, app/assets/stylesheets/unify-globals.css */
  .g-pl-100 {
    padding-left: 7.14286rem !important;
  }
  /* P */
  /* line 10626, app/assets/stylesheets/unify-globals.css */
  .g-pl-105 {
    padding-left: 7.5rem !important;
  }
  /* P */
  /* line 10629, app/assets/stylesheets/unify-globals.css */
  .g-pl-110 {
    padding-left: 7.85714rem !important;
  }
  /* P */
  /* line 10632, app/assets/stylesheets/unify-globals.css */
  .g-pl-115 {
    padding-left: 8.21429rem !important;
  }
  /* P */
  /* line 10635, app/assets/stylesheets/unify-globals.css */
  .g-pl-120 {
    padding-left: 8.57143rem !important;
  }
  /* P */
  /* line 10638, app/assets/stylesheets/unify-globals.css */
  .g-pl-125 {
    padding-left: 8.92857rem !important;
  }
  /* P */
  /* line 10641, app/assets/stylesheets/unify-globals.css */
  .g-pl-130 {
    padding-left: 9.28571rem !important;
  }
  /* P */
  /* line 10644, app/assets/stylesheets/unify-globals.css */
  .g-pl-135 {
    padding-left: 9.64286rem !important;
  }
  /* P */
  /* line 10647, app/assets/stylesheets/unify-globals.css */
  .g-pl-140 {
    padding-left: 10rem !important;
  }
  /* P */
  /* line 10650, app/assets/stylesheets/unify-globals.css */
  .g-pl-145 {
    padding-left: 10.35714rem !important;
  }
  /* P */
  /* line 10653, app/assets/stylesheets/unify-globals.css */
  .g-pl-150 {
    padding-left: 10.71429rem !important;
  }
  /* P */
  /* line 10656, app/assets/stylesheets/unify-globals.css */
  .g-pl-155 {
    padding-left: 11.07143rem !important;
  }
  /* P */
  /* line 10659, app/assets/stylesheets/unify-globals.css */
  .g-pl-160 {
    padding-left: 11.42857rem !important;
  }
  /* P */
  /* line 10662, app/assets/stylesheets/unify-globals.css */
  .g-pl-165 {
    padding-left: 11.78571rem !important;
  }
  /* P */
  /* line 10665, app/assets/stylesheets/unify-globals.css */
  .g-pl-170 {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 10671, app/assets/stylesheets/unify-globals.css */
  .g-pa-0--sm {
    padding: 0 !important;
  }
  /* line 10673, app/assets/stylesheets/unify-globals.css */
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 10676, app/assets/stylesheets/unify-globals.css */
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 10679, app/assets/stylesheets/unify-globals.css */
  .g-pl-0--sm {
    padding-left: 0 !important;
  }
  /* line 10681, app/assets/stylesheets/unify-globals.css */
  .g-pr-0--sm {
    padding-right: 0 !important;
  }
  /* line 10683, app/assets/stylesheets/unify-globals.css */
  .g-pt-0--sm {
    padding-top: 0 !important;
  }
  /* line 10685, app/assets/stylesheets/unify-globals.css */
  .g-pb-0--sm {
    padding-bottom: 0 !important;
  }
  /* Padding Around */
  /* line 10688, app/assets/stylesheets/unify-globals.css */
  .g-pa-2--sm {
    padding: 0.14286rem !important;
  }
  /* line 10690, app/assets/stylesheets/unify-globals.css */
  .g-pa-3--sm {
    padding: 0.21429rem !important;
  }
  /* line 10692, app/assets/stylesheets/unify-globals.css */
  .g-pa-5--sm {
    padding: 0.35714rem !important;
  }
  /* line 10694, app/assets/stylesheets/unify-globals.css */
  .g-pa-7--sm {
    padding: 0.5rem !important;
  }
  /* line 10696, app/assets/stylesheets/unify-globals.css */
  .g-pa-10--sm {
    padding: 0.71429rem !important;
  }
  /* line 10698, app/assets/stylesheets/unify-globals.css */
  .g-pa-15--sm {
    padding: 1.07143rem !important;
  }
  /* line 10700, app/assets/stylesheets/unify-globals.css */
  .g-pa-20--sm {
    padding: 1.42857rem !important;
  }
  /* line 10702, app/assets/stylesheets/unify-globals.css */
  .g-pa-25--sm {
    padding: 1.78571rem !important;
  }
  /* line 10704, app/assets/stylesheets/unify-globals.css */
  .g-pa-30--sm {
    padding: 2.14286rem !important;
  }
  /* line 10706, app/assets/stylesheets/unify-globals.css */
  .g-pa-35--sm {
    padding: 2.5rem !important;
  }
  /* line 10708, app/assets/stylesheets/unify-globals.css */
  .g-pa-40--sm {
    padding: 2.85714rem !important;
  }
  /* line 10710, app/assets/stylesheets/unify-globals.css */
  .g-pa-45--sm {
    padding: 3.21429rem !important;
  }
  /* line 10712, app/assets/stylesheets/unify-globals.css */
  .g-pa-50--sm {
    padding: 3.57143rem !important;
  }
  /* line 10714, app/assets/stylesheets/unify-globals.css */
  .g-pa-55--sm {
    padding: 3.92857rem !important;
  }
  /* line 10716, app/assets/stylesheets/unify-globals.css */
  .g-pa-60--sm {
    padding: 4.28571rem !important;
  }
  /* line 10718, app/assets/stylesheets/unify-globals.css */
  .g-pa-65--sm {
    padding: 4.64286rem !important;
  }
  /* line 10720, app/assets/stylesheets/unify-globals.css */
  .g-pa-70--sm {
    padding: 5rem !important;
  }
  /* line 10722, app/assets/stylesheets/unify-globals.css */
  .g-pa-75--sm {
    padding: 5.35714rem !important;
  }
  /* line 10724, app/assets/stylesheets/unify-globals.css */
  .g-pa-80--sm {
    padding: 5.71429rem !important;
  }
  /* line 10726, app/assets/stylesheets/unify-globals.css */
  .g-pa-85--sm {
    padding: 6.07143rem !important;
  }
  /* line 10728, app/assets/stylesheets/unify-globals.css */
  .g-pa-90--sm {
    padding: 6.42857rem !important;
  }
  /* line 10730, app/assets/stylesheets/unify-globals.css */
  .g-pa-95--sm {
    padding: 6.78571rem !important;
  }
  /* line 10732, app/assets/stylesheets/unify-globals.css */
  .g-pa-100--sm {
    padding: 7.14286rem !important;
  }
  /* line 10734, app/assets/stylesheets/unify-globals.css */
  .g-pa-105--sm {
    padding: 7.5rem !important;
  }
  /* line 10736, app/assets/stylesheets/unify-globals.css */
  .g-pa-110--sm {
    padding: 7.85714rem !important;
  }
  /* line 10738, app/assets/stylesheets/unify-globals.css */
  .g-pa-115--sm {
    padding: 8.21429rem !important;
  }
  /* line 10740, app/assets/stylesheets/unify-globals.css */
  .g-pa-120--sm {
    padding: 8.57143rem !important;
  }
  /* line 10742, app/assets/stylesheets/unify-globals.css */
  .g-pa-125--sm {
    padding: 8.92857rem !important;
  }
  /* line 10744, app/assets/stylesheets/unify-globals.css */
  .g-pa-130--sm {
    padding: 9.28571rem !important;
  }
  /* line 10746, app/assets/stylesheets/unify-globals.css */
  .g-pa-135--sm {
    padding: 9.64286rem !important;
  }
  /* line 10748, app/assets/stylesheets/unify-globals.css */
  .g-pa-140--sm {
    padding: 10rem !important;
  }
  /* line 10750, app/assets/stylesheets/unify-globals.css */
  .g-pa-145--sm {
    padding: 10.35714rem !important;
  }
  /* line 10752, app/assets/stylesheets/unify-globals.css */
  .g-pa-150--sm {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  /* line 10755, app/assets/stylesheets/unify-globals.css */
  .g-px-1--sm {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  /* line 10758, app/assets/stylesheets/unify-globals.css */
  .g-px-2--sm {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  /* line 10761, app/assets/stylesheets/unify-globals.css */
  .g-px-3--sm {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  /* line 10764, app/assets/stylesheets/unify-globals.css */
  .g-px-4--sm {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  /* line 10767, app/assets/stylesheets/unify-globals.css */
  .g-px-5--sm {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  /* line 10770, app/assets/stylesheets/unify-globals.css */
  .g-px-6--sm {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  /* line 10773, app/assets/stylesheets/unify-globals.css */
  .g-px-7--sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 10776, app/assets/stylesheets/unify-globals.css */
  .g-px-8--sm {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  /* line 10779, app/assets/stylesheets/unify-globals.css */
  .g-px-9--sm {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  /* line 10782, app/assets/stylesheets/unify-globals.css */
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 10785, app/assets/stylesheets/unify-globals.css */
  .g-px-11--sm {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  /* line 10788, app/assets/stylesheets/unify-globals.css */
  .g-px-12--sm {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  /* line 10791, app/assets/stylesheets/unify-globals.css */
  .g-px-13--sm {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  /* line 10794, app/assets/stylesheets/unify-globals.css */
  .g-px-14--sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 10797, app/assets/stylesheets/unify-globals.css */
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 10800, app/assets/stylesheets/unify-globals.css */
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 10803, app/assets/stylesheets/unify-globals.css */
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 10806, app/assets/stylesheets/unify-globals.css */
  .g-px-20--sm {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  /* line 10809, app/assets/stylesheets/unify-globals.css */
  .g-px-25--sm {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  /* line 10812, app/assets/stylesheets/unify-globals.css */
  .g-px-30--sm {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  /* line 10815, app/assets/stylesheets/unify-globals.css */
  .g-px-35--sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 10818, app/assets/stylesheets/unify-globals.css */
  .g-px-40--sm {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  /* line 10821, app/assets/stylesheets/unify-globals.css */
  .g-px-45--sm {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  /* line 10824, app/assets/stylesheets/unify-globals.css */
  .g-px-50--sm {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  /* line 10827, app/assets/stylesheets/unify-globals.css */
  .g-px-55--sm {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  /* line 10830, app/assets/stylesheets/unify-globals.css */
  .g-px-60--sm {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  /* line 10833, app/assets/stylesheets/unify-globals.css */
  .g-px-65--sm {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  /* line 10836, app/assets/stylesheets/unify-globals.css */
  .g-px-70--sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 10839, app/assets/stylesheets/unify-globals.css */
  .g-px-75--sm {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  /* line 10842, app/assets/stylesheets/unify-globals.css */
  .g-px-80--sm {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  /* line 10845, app/assets/stylesheets/unify-globals.css */
  .g-px-85--sm {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  /* line 10848, app/assets/stylesheets/unify-globals.css */
  .g-px-90--sm {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  /* line 10851, app/assets/stylesheets/unify-globals.css */
  .g-px-95--sm {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  /* line 10854, app/assets/stylesheets/unify-globals.css */
  .g-px-100--sm {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  /* line 10857, app/assets/stylesheets/unify-globals.css */
  .g-px-105--sm {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  /* line 10860, app/assets/stylesheets/unify-globals.css */
  .g-px-110--sm {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  /* line 10863, app/assets/stylesheets/unify-globals.css */
  .g-px-115--sm {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  /* line 10866, app/assets/stylesheets/unify-globals.css */
  .g-px-120--sm {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  /* line 10869, app/assets/stylesheets/unify-globals.css */
  .g-px-125--sm {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  /* line 10872, app/assets/stylesheets/unify-globals.css */
  .g-px-130--sm {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  /* line 10875, app/assets/stylesheets/unify-globals.css */
  .g-px-135--sm {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  /* line 10878, app/assets/stylesheets/unify-globals.css */
  .g-px-140--sm {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 10881, app/assets/stylesheets/unify-globals.css */
  .g-px-145--sm {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  /* line 10884, app/assets/stylesheets/unify-globals.css */
  .g-px-150--sm {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  /* line 10888, app/assets/stylesheets/unify-globals.css */
  .g-py-1--sm {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  /* line 10891, app/assets/stylesheets/unify-globals.css */
  .g-py-2--sm {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  /* line 10894, app/assets/stylesheets/unify-globals.css */
  .g-py-3--sm {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  /* line 10897, app/assets/stylesheets/unify-globals.css */
  .g-py-4--sm {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  /* line 10900, app/assets/stylesheets/unify-globals.css */
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 10903, app/assets/stylesheets/unify-globals.css */
  .g-py-6--sm {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  /* line 10906, app/assets/stylesheets/unify-globals.css */
  .g-py-7--sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 10909, app/assets/stylesheets/unify-globals.css */
  .g-py-8--sm {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  /* line 10912, app/assets/stylesheets/unify-globals.css */
  .g-py-9--sm {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  /* line 10915, app/assets/stylesheets/unify-globals.css */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* line 10918, app/assets/stylesheets/unify-globals.css */
  .g-py-11--sm {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  /* line 10921, app/assets/stylesheets/unify-globals.css */
  .g-py-12--sm {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  /* line 10924, app/assets/stylesheets/unify-globals.css */
  .g-py-13--sm {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  /* line 10927, app/assets/stylesheets/unify-globals.css */
  .g-py-14--sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 10930, app/assets/stylesheets/unify-globals.css */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* line 10933, app/assets/stylesheets/unify-globals.css */
  .g-py-16--sm {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  /* line 10936, app/assets/stylesheets/unify-globals.css */
  .g-py-17--sm {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  /* line 10939, app/assets/stylesheets/unify-globals.css */
  .g-py-18--sm {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  /* line 10942, app/assets/stylesheets/unify-globals.css */
  .g-py-19--sm {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  /* line 10946, app/assets/stylesheets/unify-globals.css */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  /* line 10950, app/assets/stylesheets/unify-globals.css */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  /* line 10954, app/assets/stylesheets/unify-globals.css */
  .g-py-20--sm {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  /* line 10958, app/assets/stylesheets/unify-globals.css */
  .g-py-25--sm {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  /* line 10962, app/assets/stylesheets/unify-globals.css */
  .g-py-30--sm {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  /* line 10966, app/assets/stylesheets/unify-globals.css */
  .g-py-35--sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  /* line 10970, app/assets/stylesheets/unify-globals.css */
  .g-py-40--sm {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  /* line 10974, app/assets/stylesheets/unify-globals.css */
  .g-py-45--sm {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  /* line 10978, app/assets/stylesheets/unify-globals.css */
  .g-py-50--sm {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  /* line 10982, app/assets/stylesheets/unify-globals.css */
  .g-py-55--sm {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  /* line 10986, app/assets/stylesheets/unify-globals.css */
  .g-py-60--sm {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  /* line 10990, app/assets/stylesheets/unify-globals.css */
  .g-py-65--sm {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  /* line 10994, app/assets/stylesheets/unify-globals.css */
  .g-py-70--sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  /* line 10998, app/assets/stylesheets/unify-globals.css */
  .g-py-75--sm {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  /* line 11002, app/assets/stylesheets/unify-globals.css */
  .g-py-80--sm {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  /* line 11006, app/assets/stylesheets/unify-globals.css */
  .g-py-85--sm {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  /* line 11010, app/assets/stylesheets/unify-globals.css */
  .g-py-90--sm {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  /* line 11014, app/assets/stylesheets/unify-globals.css */
  .g-py-95--sm {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  /* line 11018, app/assets/stylesheets/unify-globals.css */
  .g-py-100--sm {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  /* line 11022, app/assets/stylesheets/unify-globals.css */
  .g-py-105--sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  /* line 11026, app/assets/stylesheets/unify-globals.css */
  .g-py-110--sm {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  /* line 11030, app/assets/stylesheets/unify-globals.css */
  .g-py-115--sm {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  /* line 11034, app/assets/stylesheets/unify-globals.css */
  .g-py-120--sm {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  /* line 11038, app/assets/stylesheets/unify-globals.css */
  .g-py-125--sm {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  /* line 11042, app/assets/stylesheets/unify-globals.css */
  .g-py-130--sm {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  /* line 11046, app/assets/stylesheets/unify-globals.css */
  .g-py-135--sm {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  /* line 11050, app/assets/stylesheets/unify-globals.css */
  .g-py-140--sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  /* line 11054, app/assets/stylesheets/unify-globals.css */
  .g-py-145--sm {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  /* line 11058, app/assets/stylesheets/unify-globals.css */
  .g-py-150--sm {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  /* line 11062, app/assets/stylesheets/unify-globals.css */
  .g-py-155--sm {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  /* line 11066, app/assets/stylesheets/unify-globals.css */
  .g-py-160--sm {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  /* line 11070, app/assets/stylesheets/unify-globals.css */
  .g-py-165--sm {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  /* line 11074, app/assets/stylesheets/unify-globals.css */
  .g-py-170--sm {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  /* line 11078, app/assets/stylesheets/unify-globals.css */
  .g-py-175--sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  /* line 11082, app/assets/stylesheets/unify-globals.css */
  .g-py-180--sm {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  /* line 11086, app/assets/stylesheets/unify-globals.css */
  .g-py-185--sm {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  /* line 11090, app/assets/stylesheets/unify-globals.css */
  .g-py-190--sm {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  /* line 11094, app/assets/stylesheets/unify-globals.css */
  .g-py-195--sm {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  /* line 11098, app/assets/stylesheets/unify-globals.css */
  .g-py-200--sm {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  /* line 11102, app/assets/stylesheets/unify-globals.css */
  .g-py-205--sm {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  /* line 11106, app/assets/stylesheets/unify-globals.css */
  .g-py-210--sm {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  /* line 11110, app/assets/stylesheets/unify-globals.css */
  .g-pt-0--sm {
    padding-top: 0px !important;
  }
  /* line 11112, app/assets/stylesheets/unify-globals.css */
  .g-pt-1--sm {
    padding-top: 0.07143rem !important;
  }
  /* line 11114, app/assets/stylesheets/unify-globals.css */
  .g-pt-2--sm {
    padding-top: 0.14286rem !important;
  }
  /* line 11116, app/assets/stylesheets/unify-globals.css */
  .g-pt-3--sm {
    padding-top: 0.21429rem !important;
  }
  /* line 11118, app/assets/stylesheets/unify-globals.css */
  .g-pt-4--sm {
    padding-top: 0.28571rem !important;
  }
  /* line 11120, app/assets/stylesheets/unify-globals.css */
  .g-pt-5--sm {
    padding-top: 0.35714rem !important;
  }
  /* line 11122, app/assets/stylesheets/unify-globals.css */
  .g-pt-6--sm {
    padding-top: 0.42857rem !important;
  }
  /* line 11124, app/assets/stylesheets/unify-globals.css */
  .g-pt-7--sm {
    padding-top: 0.5rem !important;
  }
  /* line 11126, app/assets/stylesheets/unify-globals.css */
  .g-pt-8--sm {
    padding-top: 0.57143rem !important;
  }
  /* line 11128, app/assets/stylesheets/unify-globals.css */
  .g-pt-9--sm {
    padding-top: 0.64286rem !important;
  }
  /* line 11130, app/assets/stylesheets/unify-globals.css */
  .g-pt-10--sm {
    padding-top: 0.71429rem !important;
  }
  /* line 11132, app/assets/stylesheets/unify-globals.css */
  .g-pt-15--sm {
    padding-top: 1.07143rem !important;
  }
  /* line 11134, app/assets/stylesheets/unify-globals.css */
  .g-pt-20--sm {
    padding-top: 1.42857rem !important;
  }
  /* line 11136, app/assets/stylesheets/unify-globals.css */
  .g-pt-25--sm {
    padding-top: 1.78571rem !important;
  }
  /* line 11138, app/assets/stylesheets/unify-globals.css */
  .g-pt-30--sm {
    padding-top: 2.14286rem !important;
  }
  /* line 11140, app/assets/stylesheets/unify-globals.css */
  .g-pt-35--sm {
    padding-top: 2.5rem !important;
  }
  /* line 11142, app/assets/stylesheets/unify-globals.css */
  .g-pt-40--sm {
    padding-top: 2.85714rem !important;
  }
  /* line 11144, app/assets/stylesheets/unify-globals.css */
  .g-pt-45--sm {
    padding-top: 3.21429rem !important;
  }
  /* line 11146, app/assets/stylesheets/unify-globals.css */
  .g-pt-50--sm {
    padding-top: 3.57143rem !important;
  }
  /* line 11148, app/assets/stylesheets/unify-globals.css */
  .g-pt-55--sm {
    padding-top: 3.92857rem !important;
  }
  /* line 11150, app/assets/stylesheets/unify-globals.css */
  .g-pt-60--sm {
    padding-top: 4.28571rem !important;
  }
  /* line 11152, app/assets/stylesheets/unify-globals.css */
  .g-pt-65--sm {
    padding-top: 4.64286rem !important;
  }
  /* line 11154, app/assets/stylesheets/unify-globals.css */
  .g-pt-70--sm {
    padding-top: 5rem !important;
  }
  /* line 11156, app/assets/stylesheets/unify-globals.css */
  .g-pt-75--sm {
    padding-top: 5.35714rem !important;
  }
  /* line 11158, app/assets/stylesheets/unify-globals.css */
  .g-pt-80--sm {
    padding-top: 5.71429rem !important;
  }
  /* line 11160, app/assets/stylesheets/unify-globals.css */
  .g-pt-85--sm {
    padding-top: 6.07143rem !important;
  }
  /* line 11162, app/assets/stylesheets/unify-globals.css */
  .g-pt-90--sm {
    padding-top: 6.42857rem !important;
  }
  /* line 11164, app/assets/stylesheets/unify-globals.css */
  .g-pt-95--sm {
    padding-top: 6.78571rem !important;
  }
  /* line 11166, app/assets/stylesheets/unify-globals.css */
  .g-pt-100--sm {
    padding-top: 7.14286rem !important;
  }
  /* line 11168, app/assets/stylesheets/unify-globals.css */
  .g-pt-105--sm {
    padding-top: 7.5rem !important;
  }
  /* line 11170, app/assets/stylesheets/unify-globals.css */
  .g-pt-110--sm {
    padding-top: 7.85714rem !important;
  }
  /* line 11172, app/assets/stylesheets/unify-globals.css */
  .g-pt-115--sm {
    padding-top: 8.21429rem !important;
  }
  /* line 11174, app/assets/stylesheets/unify-globals.css */
  .g-pt-120--sm {
    padding-top: 8.57143rem !important;
  }
  /* line 11176, app/assets/stylesheets/unify-globals.css */
  .g-pt-125--sm {
    padding-top: 8.92857rem !important;
  }
  /* line 11178, app/assets/stylesheets/unify-globals.css */
  .g-pt-130--sm {
    padding-top: 9.28571rem !important;
  }
  /* line 11180, app/assets/stylesheets/unify-globals.css */
  .g-pt-135--sm {
    padding-top: 9.64286rem !important;
  }
  /* line 11182, app/assets/stylesheets/unify-globals.css */
  .g-pt-140--sm {
    padding-top: 10rem !important;
  }
  /* line 11184, app/assets/stylesheets/unify-globals.css */
  .g-pt-145--sm {
    padding-top: 10.35714rem !important;
  }
  /* line 11186, app/assets/stylesheets/unify-globals.css */
  .g-pt-150--sm {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  /* line 11189, app/assets/stylesheets/unify-globals.css */
  .g-pr-0--sm {
    padding-right: 0px !important;
  }
  /* line 11191, app/assets/stylesheets/unify-globals.css */
  .g-pr-1--sm {
    padding-right: 0.07143rem !important;
  }
  /* line 11193, app/assets/stylesheets/unify-globals.css */
  .g-pr-2--sm {
    padding-right: 0.14286rem !important;
  }
  /* line 11195, app/assets/stylesheets/unify-globals.css */
  .g-pr-3--sm {
    padding-right: 0.21429rem !important;
  }
  /* line 11197, app/assets/stylesheets/unify-globals.css */
  .g-pr-4--sm {
    padding-right: 0.28571rem !important;
  }
  /* line 11199, app/assets/stylesheets/unify-globals.css */
  .g-pr-5--sm {
    padding-right: 0.35714rem !important;
  }
  /* line 11201, app/assets/stylesheets/unify-globals.css */
  .g-pr-6--sm {
    padding-right: 0.42857rem !important;
  }
  /* line 11203, app/assets/stylesheets/unify-globals.css */
  .g-pr-7--sm {
    padding-right: 0.5rem !important;
  }
  /* line 11205, app/assets/stylesheets/unify-globals.css */
  .g-pr-8--sm {
    padding-right: 0.57143rem !important;
  }
  /* line 11207, app/assets/stylesheets/unify-globals.css */
  .g-pr-9--sm {
    padding-right: 0.64286rem !important;
  }
  /* P */
  /* line 11210, app/assets/stylesheets/unify-globals.css */
  .g-pr-10--sm {
    padding-right: 0.71429rem !important;
  }
  /* P */
  /* line 11213, app/assets/stylesheets/unify-globals.css */
  .g-pr-15--sm {
    padding-right: 1.07143rem !important;
  }
  /* P */
  /* line 11216, app/assets/stylesheets/unify-globals.css */
  .g-pr-20--sm {
    padding-right: 1.42857rem !important;
  }
  /* P */
  /* line 11219, app/assets/stylesheets/unify-globals.css */
  .g-pr-25--sm {
    padding-right: 1.78571rem !important;
  }
  /* P */
  /* line 11222, app/assets/stylesheets/unify-globals.css */
  .g-pr-30--sm {
    padding-right: 2.14286rem !important;
  }
  /* P */
  /* line 11225, app/assets/stylesheets/unify-globals.css */
  .g-pr-35--sm {
    padding-right: 2.5rem !important;
  }
  /* P */
  /* line 11228, app/assets/stylesheets/unify-globals.css */
  .g-pr-40--sm {
    padding-right: 2.85714rem !important;
  }
  /* P */
  /* line 11231, app/assets/stylesheets/unify-globals.css */
  .g-pr-45--sm {
    padding-right: 3.21429rem !important;
  }
  /* P */
  /* line 11234, app/assets/stylesheets/unify-globals.css */
  .g-pr-50--sm {
    padding-right: 3.57143rem !important;
  }
  /* P */
  /* line 11237, app/assets/stylesheets/unify-globals.css */
  .g-pr-55--sm {
    padding-right: 3.92857rem !important;
  }
  /* P */
  /* line 11240, app/assets/stylesheets/unify-globals.css */
  .g-pr-60--sm {
    padding-right: 4.28571rem !important;
  }
  /* P */
  /* line 11243, app/assets/stylesheets/unify-globals.css */
  .g-pr-65--sm {
    padding-right: 4.64286rem !important;
  }
  /* P */
  /* line 11246, app/assets/stylesheets/unify-globals.css */
  .g-pr-70--sm {
    padding-right: 5rem !important;
  }
  /* P */
  /* line 11249, app/assets/stylesheets/unify-globals.css */
  .g-pr-75--sm {
    padding-right: 5.35714rem !important;
  }
  /* P */
  /* line 11252, app/assets/stylesheets/unify-globals.css */
  .g-pr-80--sm {
    padding-right: 5.71429rem !important;
  }
  /* P */
  /* line 11255, app/assets/stylesheets/unify-globals.css */
  .g-pr-85--sm {
    padding-right: 6.07143rem !important;
  }
  /* P */
  /* line 11258, app/assets/stylesheets/unify-globals.css */
  .g-pr-90--sm {
    padding-right: 6.42857rem !important;
  }
  /* P */
  /* line 11261, app/assets/stylesheets/unify-globals.css */
  .g-pr-95--sm {
    padding-right: 6.78571rem !important;
  }
  /* P */
  /* line 11264, app/assets/stylesheets/unify-globals.css */
  .g-pr-100--sm {
    padding-right: 7.14286rem !important;
  }
  /* P */
  /* line 11267, app/assets/stylesheets/unify-globals.css */
  .g-pr-105--sm {
    padding-right: 7.5rem !important;
  }
  /* P */
  /* line 11270, app/assets/stylesheets/unify-globals.css */
  .g-pr-110--sm {
    padding-right: 7.85714rem !important;
  }
  /* P */
  /* line 11273, app/assets/stylesheets/unify-globals.css */
  .g-pr-115--sm {
    padding-right: 8.21429rem !important;
  }
  /* P */
  /* line 11276, app/assets/stylesheets/unify-globals.css */
  .g-pr-120--sm {
    padding-right: 8.57143rem !important;
  }
  /* P */
  /* line 11279, app/assets/stylesheets/unify-globals.css */
  .g-pr-125--sm {
    padding-right: 8.92857rem !important;
  }
  /* P */
  /* line 11282, app/assets/stylesheets/unify-globals.css */
  .g-pr-130--sm {
    padding-right: 9.28571rem !important;
  }
  /* P */
  /* line 11285, app/assets/stylesheets/unify-globals.css */
  .g-pr-135--sm {
    padding-right: 9.64286rem !important;
  }
  /* P */
  /* line 11288, app/assets/stylesheets/unify-globals.css */
  .g-pr-140--sm {
    padding-right: 10rem !important;
  }
  /* P */
  /* line 11291, app/assets/stylesheets/unify-globals.css */
  .g-pr-145--sm {
    padding-right: 10.35714rem !important;
  }
  /* P */
  /* line 11294, app/assets/stylesheets/unify-globals.css */
  .g-pr-150--sm {
    padding-right: 10.71429rem !important;
  }
  /* P */
  /* line 11297, app/assets/stylesheets/unify-globals.css */
  .g-pr-155--sm {
    padding-right: 11.07143rem !important;
  }
  /* P */
  /* line 11300, app/assets/stylesheets/unify-globals.css */
  .g-pr-160--sm {
    padding-right: 11.42857rem !important;
  }
  /* P */
  /* line 11303, app/assets/stylesheets/unify-globals.css */
  .g-pr-165--sm {
    padding-right: 11.78571rem !important;
  }
  /* P */
  /* line 11306, app/assets/stylesheets/unify-globals.css */
  .g-pr-170--sm {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  /* line 11309, app/assets/stylesheets/unify-globals.css */
  .g-pb-0--sm {
    padding-bottom: 0px !important;
  }
  /* line 11311, app/assets/stylesheets/unify-globals.css */
  .g-pb-1--sm {
    padding-bottom: 0.07143rem !important;
  }
  /* line 11313, app/assets/stylesheets/unify-globals.css */
  .g-pb-2--sm {
    padding-bottom: 0.14286rem !important;
  }
  /* line 11315, app/assets/stylesheets/unify-globals.css */
  .g-pb-3--sm {
    padding-bottom: 0.21429rem !important;
  }
  /* line 11317, app/assets/stylesheets/unify-globals.css */
  .g-pb-4--sm {
    padding-bottom: 0.28571rem !important;
  }
  /* line 11319, app/assets/stylesheets/unify-globals.css */
  .g-pb-5--sm {
    padding-bottom: 0.35714rem !important;
  }
  /* line 11321, app/assets/stylesheets/unify-globals.css */
  .g-pb-6--sm {
    padding-bottom: 0.42857rem !important;
  }
  /* line 11323, app/assets/stylesheets/unify-globals.css */
  .g-pb-7--sm {
    padding-bottom: 0.5rem !important;
  }
  /* line 11325, app/assets/stylesheets/unify-globals.css */
  .g-pb-8--sm {
    padding-bottom: 0.57143rem !important;
  }
  /* line 11327, app/assets/stylesheets/unify-globals.css */
  .g-pb-9--sm {
    padding-bottom: 0.64286rem !important;
  }
  /* line 11329, app/assets/stylesheets/unify-globals.css */
  .g-pb-10--sm {
    padding-bottom: 0.71429rem !important;
  }
  /* line 11331, app/assets/stylesheets/unify-globals.css */
  .g-pb-15--sm {
    padding-bottom: 1.07143rem !important;
  }
  /* line 11333, app/assets/stylesheets/unify-globals.css */
  .g-pb-20--sm {
    padding-bottom: 1.42857rem !important;
  }
  /* line 11335, app/assets/stylesheets/unify-globals.css */
  .g-pb-25--sm {
    padding-bottom: 1.78571rem !important;
  }
  /* line 11337, app/assets/stylesheets/unify-globals.css */
  .g-pb-30--sm {
    padding-bottom: 2.14286rem !important;
  }
  /* line 11339, app/assets/stylesheets/unify-globals.css */
  .g-pb-35--sm {
    padding-bottom: 2.5rem !important;
  }
  /* line 11341, app/assets/stylesheets/unify-globals.css */
  .g-pb-40--sm {
    padding-bottom: 2.85714rem !important;
  }
  /* line 11343, app/assets/stylesheets/unify-globals.css */
  .g-pb-45--sm {
    padding-bottom: 3.21429rem !important;
  }
  /* line 11345, app/assets/stylesheets/unify-globals.css */
  .g-pb-50--sm {
    padding-bottom: 3.57143rem !important;
  }
  /* line 11347, app/assets/stylesheets/unify-globals.css */
  .g-pb-55--sm {
    padding-bottom: 3.92857rem !important;
  }
  /* line 11349, app/assets/stylesheets/unify-globals.css */
  .g-pb-60--sm {
    padding-bottom: 4.28571rem !important;
  }
  /* line 11351, app/assets/stylesheets/unify-globals.css */
  .g-pb-65--sm {
    padding-bottom: 4.64286rem !important;
  }
  /* line 11353, app/assets/stylesheets/unify-globals.css */
  .g-pb-70--sm {
    padding-bottom: 5rem !important;
  }
  /* line 11355, app/assets/stylesheets/unify-globals.css */
  .g-pb-75--sm {
    padding-bottom: 5.35714rem !important;
  }
  /* line 11357, app/assets/stylesheets/unify-globals.css */
  .g-pb-80--sm {
    padding-bottom: 5.71429rem !important;
  }
  /* line 11359, app/assets/stylesheets/unify-globals.css */
  .g-pb-85--sm {
    padding-bottom: 6.07143rem !important;
  }
  /* line 11361, app/assets/stylesheets/unify-globals.css */
  .g-pb-90--sm {
    padding-bottom: 6.42857rem !important;
  }
  /* line 11363, app/assets/stylesheets/unify-globals.css */
  .g-pb-95--sm {
    padding-bottom: 6.78571rem !important;
  }
  /* line 11365, app/assets/stylesheets/unify-globals.css */
  .g-pb-100--sm {
    padding-bottom: 7.14286rem !important;
  }
  /* line 11367, app/assets/stylesheets/unify-globals.css */
  .g-pb-105--sm {
    padding-bottom: 7.5rem !important;
  }
  /* line 11369, app/assets/stylesheets/unify-globals.css */
  .g-pb-110--sm {
    padding-bottom: 7.85714rem !important;
  }
  /* line 11371, app/assets/stylesheets/unify-globals.css */
  .g-pb-115--sm {
    padding-bottom: 8.21429rem !important;
  }
  /* line 11373, app/assets/stylesheets/unify-globals.css */
  .g-pb-120--sm {
    padding-bottom: 8.57143rem !important;
  }
  /* line 11375, app/assets/stylesheets/unify-globals.css */
  .g-pb-125--sm {
    padding-bottom: 8.92857rem !important;
  }
  /* line 11377, app/assets/stylesheets/unify-globals.css */
  .g-pb-130--sm {
    padding-bottom: 9.28571rem !important;
  }
  /* line 11379, app/assets/stylesheets/unify-globals.css */
  .g-pb-135--sm {
    padding-bottom: 9.64286rem !important;
  }
  /* line 11381, app/assets/stylesheets/unify-globals.css */
  .g-pb-140--sm {
    padding-bottom: 10rem !important;
  }
  /* line 11383, app/assets/stylesheets/unify-globals.css */
  .g-pb-145--sm {
    padding-bottom: 10.35714rem !important;
  }
  /* line 11385, app/assets/stylesheets/unify-globals.css */
  .g-pb-150--sm {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  /* line 11388, app/assets/stylesheets/unify-globals.css */
  .g-pl-0--sm {
    padding-left: 0px !important;
  }
  /* line 11390, app/assets/stylesheets/unify-globals.css */
  .g-pl-1--sm {
    padding-left: 0.07143rem !important;
  }
  /* line 11392, app/assets/stylesheets/unify-globals.css */
  .g-pl-2--sm {
    padding-left: 0.14286rem !important;
  }
  /* line 11394, app/assets/stylesheets/unify-globals.css */
  .g-pl-3--sm {
    padding-left: 0.21429rem !important;
  }
  /* line 11396, app/assets/stylesheets/unify-globals.css */
  .g-pl-4--sm {
    padding-left: 0.28571rem !important;
  }
  /* line 11398, app/assets/stylesheets/unify-globals.css */
  .g-pl-5--sm {
    padding-left: 0.35714rem !important;
  }
  /* line 11400, app/assets/stylesheets/unify-globals.css */
  .g-pl-6--sm {
    padding-left: 0.42857rem !important;
  }
  /* line 11402, app/assets/stylesheets/unify-globals.css */
  .g-pl-7--sm {
    padding-left: 0.5rem !important;
  }
  /* line 11404, app/assets/stylesheets/unify-globals.css */
  .g-pl-8--sm {
    padding-left: 0.57143rem !important;
  }
  /* line 11406, app/assets/stylesheets/unify-globals.css */
  .g-pl-9--sm {
    padding-left: 0.64286rem !important;
  }
  /* P */
  /* line 11409, app/assets/stylesheets/unify-globals.css */
  .g-pl-10--sm {
    padding-left: 0.71429rem !important;
  }
  /* P */
  /* line 11412, app/assets/stylesheets/unify-globals.css */
  .g-pl-15--sm {
    padding-left: 1.07143rem !important;
  }
  /* P */
  /* line 11415, app/assets/stylesheets/unify-globals.css */
  .g-pl-20--sm {
    padding-left: 1.42857rem !important;
  }
  /* P */
  /* line 11418, app/assets/stylesheets/unify-globals.css */
  .g-pl-25--sm {
    padding-left: 1.78571rem !important;
  }
  /* P */
  /* line 11421, app/assets/stylesheets/unify-globals.css */
  .g-pl-30--sm {
    padding-left: 2.14286rem !important;
  }
  /* P */
  /* line 11424, app/assets/stylesheets/unify-globals.css */
  .g-pl-35--sm {
    padding-left: 2.5rem !important;
  }
  /* P */
  /* line 11427, app/assets/stylesheets/unify-globals.css */
  .g-pl-40--sm {
    padding-left: 2.85714rem !important;
  }
  /* P */
  /* line 11430, app/assets/stylesheets/unify-globals.css */
  .g-pl-45--sm {
    padding-left: 3.21429rem !important;
  }
  /* P */
  /* line 11433, app/assets/stylesheets/unify-globals.css */
  .g-pl-50--sm {
    padding-left: 3.57143rem !important;
  }
  /* P */
  /* line 11436, app/assets/stylesheets/unify-globals.css */
  .g-pl-55--sm {
    padding-left: 3.92857rem !important;
  }
  /* P */
  /* line 11439, app/assets/stylesheets/unify-globals.css */
  .g-pl-60--sm {
    padding-left: 4.28571rem !important;
  }
  /* P */
  /* line 11442, app/assets/stylesheets/unify-globals.css */
  .g-pl-65--sm {
    padding-left: 4.64286rem !important;
  }
  /* P */
  /* line 11445, app/assets/stylesheets/unify-globals.css */
  .g-pl-70--sm {
    padding-left: 5rem !important;
  }
  /* P */
  /* line 11448, app/assets/stylesheets/unify-globals.css */
  .g-pl-75--sm {
    padding-left: 5.35714rem !important;
  }
  /* P */
  /* line 11451, app/assets/stylesheets/unify-globals.css */
  .g-pl-80--sm {
    padding-left: 5.71429rem !important;
  }
  /* P */
  /* line 11454, app/assets/stylesheets/unify-globals.css */
  .g-pl-85--sm {
    padding-left: 6.07143rem !important;
  }
  /* P */
  /* line 11457, app/assets/stylesheets/unify-globals.css */
  .g-pl-90--sm {
    padding-left: 6.42857rem !important;
  }
  /* P */
  /* line 11460, app/assets/stylesheets/unify-globals.css */
  .g-pl-95--sm {
    padding-left: 6.78571rem !important;
  }
  /* P */
  /* line 11463, app/assets/stylesheets/unify-globals.css */
  .g-pl-100--sm {
    padding-left: 7.14286rem !important;
  }
  /* P */
  /* line 11466, app/assets/stylesheets/unify-globals.css */
  .g-pl-105--sm {
    padding-left: 7.5rem !important;
  }
  /* P */
  /* line 11469, app/assets/stylesheets/unify-globals.css */
  .g-pl-110--sm {
    padding-left: 7.85714rem !important;
  }
  /* P */
  /* line 11472, app/assets/stylesheets/unify-globals.css */
  .g-pl-115--sm {
    padding-left: 8.21429rem !important;
  }
  /* P */
  /* line 11475, app/assets/stylesheets/unify-globals.css */
  .g-pl-120--sm {
    padding-left: 8.57143rem !important;
  }
  /* P */
  /* line 11478, app/assets/stylesheets/unify-globals.css */
  .g-pl-125--sm {
    padding-left: 8.92857rem !important;
  }
  /* P */
  /* line 11481, app/assets/stylesheets/unify-globals.css */
  .g-pl-130--sm {
    padding-left: 9.28571rem !important;
  }
  /* P */
  /* line 11484, app/assets/stylesheets/unify-globals.css */
  .g-pl-135--sm {
    padding-left: 9.64286rem !important;
  }
  /* P */
  /* line 11487, app/assets/stylesheets/unify-globals.css */
  .g-pl-140--sm {
    padding-left: 10rem !important;
  }
  /* P */
  /* line 11490, app/assets/stylesheets/unify-globals.css */
  .g-pl-145--sm {
    padding-left: 10.35714rem !important;
  }
  /* P */
  /* line 11493, app/assets/stylesheets/unify-globals.css */
  .g-pl-150--sm {
    padding-left: 10.71429rem !important;
  }
  /* P */
  /* line 11496, app/assets/stylesheets/unify-globals.css */
  .g-pl-155--sm {
    padding-left: 11.07143rem !important;
  }
  /* P */
  /* line 11499, app/assets/stylesheets/unify-globals.css */
  .g-pl-160--sm {
    padding-left: 11.42857rem !important;
  }
  /* P */
  /* line 11502, app/assets/stylesheets/unify-globals.css */
  .g-pl-165--sm {
    padding-left: 11.78571rem !important;
  }
  /* P */
  /* line 11505, 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, app/assets/stylesheets/unify-globals.css */
  .g-pa-0--md {
    padding: 0 !important;
  }
  /* line 11514, app/assets/stylesheets/unify-globals.css */
  .g-px-0--md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 11517, app/assets/stylesheets/unify-globals.css */
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 11520, app/assets/stylesheets/unify-globals.css */
  .g-pl-0--md {
    padding-left: 0 !important;
  }
  /* line 11522, app/assets/stylesheets/unify-globals.css */
  .g-pr-0--md {
    padding-right: 0 !important;
  }
  /* line 11524, app/assets/stylesheets/unify-globals.css */
  .g-pt-0--md {
    padding-top: 0 !important;
  }
  /* line 11526, app/assets/stylesheets/unify-globals.css */
  .g-pb-0--md {
    padding-bottom: 0 !important;
  }
  /* Padding Around */
  /* line 11529, app/assets/stylesheets/unify-globals.css */
  .g-pa-2--md {
    padding: 0.14286rem !important;
  }
  /* line 11531, app/assets/stylesheets/unify-globals.css */
  .g-pa-3--md {
    padding: 0.21429rem !important;
  }
  /* line 11533, app/assets/stylesheets/unify-globals.css */
  .g-pa-5--md {
    padding: 0.35714rem !important;
  }
  /* line 11535, app/assets/stylesheets/unify-globals.css */
  .g-pa-7--md {
    padding: 0.5rem !important;
  }
  /* line 11537, app/assets/stylesheets/unify-globals.css */
  .g-pa-10--md {
    padding: 0.71429rem !important;
  }
  /* line 11539, app/assets/stylesheets/unify-globals.css */
  .g-pa-15--md {
    padding: 1.07143rem !important;
  }
  /* line 11541, app/assets/stylesheets/unify-globals.css */
  .g-pa-20--md {
    padding: 1.42857rem !important;
  }
  /* line 11543, app/assets/stylesheets/unify-globals.css */
  .g-pa-25--md {
    padding: 1.78571rem !important;
  }
  /* line 11545, app/assets/stylesheets/unify-globals.css */
  .g-pa-30--md {
    padding: 2.14286rem !important;
  }
  /* line 11547, app/assets/stylesheets/unify-globals.css */
  .g-pa-35--md {
    padding: 2.5rem !important;
  }
  /* line 11549, app/assets/stylesheets/unify-globals.css */
  .g-pa-40--md {
    padding: 2.85714rem !important;
  }
  /* line 11551, app/assets/stylesheets/unify-globals.css */
  .g-pa-45--md {
    padding: 3.21429rem !important;
  }
  /* line 11553, app/assets/stylesheets/unify-globals.css */
  .g-pa-50--md {
    padding: 3.57143rem !important;
  }
  /* line 11555, app/assets/stylesheets/unify-globals.css */
  .g-pa-55--md {
    padding: 3.92857rem !important;
  }
  /* line 11557, app/assets/stylesheets/unify-globals.css */
  .g-pa-60--md {
    padding: 4.28571rem !important;
  }
  /* line 11559, app/assets/stylesheets/unify-globals.css */
  .g-pa-65--md {
    padding: 4.64286rem !important;
  }
  /* line 11561, app/assets/stylesheets/unify-globals.css */
  .g-pa-70--md {
    padding: 5rem !important;
  }
  /* line 11563, app/assets/stylesheets/unify-globals.css */
  .g-pa-75--md {
    padding: 5.35714rem !important;
  }
  /* line 11565, app/assets/stylesheets/unify-globals.css */
  .g-pa-80--md {
    padding: 5.71429rem !important;
  }
  /* line 11567, app/assets/stylesheets/unify-globals.css */
  .g-pa-85--md {
    padding: 6.07143rem !important;
  }
  /* line 11569, app/assets/stylesheets/unify-globals.css */
  .g-pa-90--md {
    padding: 6.42857rem !important;
  }
  /* line 11571, app/assets/stylesheets/unify-globals.css */
  .g-pa-95--md {
    padding: 6.78571rem !important;
  }
  /* line 11573, app/assets/stylesheets/unify-globals.css */
  .g-pa-100--md {
    padding: 7.14286rem !important;
  }
  /* line 11575, app/assets/stylesheets/unify-globals.css */
  .g-pa-105--md {
    padding: 7.5rem !important;
  }
  /* line 11577, app/assets/stylesheets/unify-globals.css */
  .g-pa-110--md {
    padding: 7.85714rem !important;
  }
  /* line 11579, app/assets/stylesheets/unify-globals.css */
  .g-pa-115--md {
    padding: 8.21429rem !important;
  }
  /* line 11581, app/assets/stylesheets/unify-globals.css */
  .g-pa-120--md {
    padding: 8.57143rem !important;
  }
  /* line 11583, app/assets/stylesheets/unify-globals.css */
  .g-pa-125--md {
    padding: 8.92857rem !important;
  }
  /* line 11585, app/assets/stylesheets/unify-globals.css */
  .g-pa-130--md {
    padding: 9.28571rem !important;
  }
  /* line 11587, app/assets/stylesheets/unify-globals.css */
  .g-pa-135--md {
    padding: 9.64286rem !important;
  }
  /* line 11589, app/assets/stylesheets/unify-globals.css */
  .g-pa-140--md {
    padding: 10rem !important;
  }
  /* line 11591, app/assets/stylesheets/unify-globals.css */
  .g-pa-145--md {
    padding: 10.35714rem !important;
  }
  /* line 11593, app/assets/stylesheets/unify-globals.css */
  .g-pa-150--md {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  /* line 11596, app/assets/stylesheets/unify-globals.css */
  .g-px-1--md {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  /* line 11599, app/assets/stylesheets/unify-globals.css */
  .g-px-2--md {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  /* line 11602, app/assets/stylesheets/unify-globals.css */
  .g-px-3--md {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  /* line 11605, app/assets/stylesheets/unify-globals.css */
  .g-px-4--md {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  /* line 11608, app/assets/stylesheets/unify-globals.css */
  .g-px-5--md {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  /* line 11611, app/assets/stylesheets/unify-globals.css */
  .g-px-6--md {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  /* line 11614, app/assets/stylesheets/unify-globals.css */
  .g-px-7--md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 11617, app/assets/stylesheets/unify-globals.css */
  .g-px-8--md {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  /* line 11620, app/assets/stylesheets/unify-globals.css */
  .g-px-9--md {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  /* line 11623, app/assets/stylesheets/unify-globals.css */
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 11626, app/assets/stylesheets/unify-globals.css */
  .g-px-11--md {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  /* line 11629, app/assets/stylesheets/unify-globals.css */
  .g-px-12--md {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  /* line 11632, app/assets/stylesheets/unify-globals.css */
  .g-px-13--md {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  /* line 11635, app/assets/stylesheets/unify-globals.css */
  .g-px-14--md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 11638, app/assets/stylesheets/unify-globals.css */
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 11641, app/assets/stylesheets/unify-globals.css */
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 11644, app/assets/stylesheets/unify-globals.css */
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 11647, app/assets/stylesheets/unify-globals.css */
  .g-px-20--md {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  /* line 11650, app/assets/stylesheets/unify-globals.css */
  .g-px-25--md {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  /* line 11653, app/assets/stylesheets/unify-globals.css */
  .g-px-30--md {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  /* line 11656, app/assets/stylesheets/unify-globals.css */
  .g-px-35--md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 11659, app/assets/stylesheets/unify-globals.css */
  .g-px-40--md {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  /* line 11662, app/assets/stylesheets/unify-globals.css */
  .g-px-45--md {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  /* line 11665, app/assets/stylesheets/unify-globals.css */
  .g-px-50--md {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  /* line 11668, app/assets/stylesheets/unify-globals.css */
  .g-px-55--md {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  /* line 11671, app/assets/stylesheets/unify-globals.css */
  .g-px-60--md {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  /* line 11674, app/assets/stylesheets/unify-globals.css */
  .g-px-65--md {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  /* line 11677, app/assets/stylesheets/unify-globals.css */
  .g-px-70--md {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 11680, app/assets/stylesheets/unify-globals.css */
  .g-px-75--md {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  /* line 11683, app/assets/stylesheets/unify-globals.css */
  .g-px-80--md {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  /* line 11686, app/assets/stylesheets/unify-globals.css */
  .g-px-85--md {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  /* line 11689, app/assets/stylesheets/unify-globals.css */
  .g-px-90--md {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  /* line 11692, app/assets/stylesheets/unify-globals.css */
  .g-px-95--md {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  /* line 11695, app/assets/stylesheets/unify-globals.css */
  .g-px-100--md {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  /* line 11698, app/assets/stylesheets/unify-globals.css */
  .g-px-105--md {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  /* line 11701, app/assets/stylesheets/unify-globals.css */
  .g-px-110--md {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  /* line 11704, app/assets/stylesheets/unify-globals.css */
  .g-px-115--md {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  /* line 11707, app/assets/stylesheets/unify-globals.css */
  .g-px-120--md {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  /* line 11710, app/assets/stylesheets/unify-globals.css */
  .g-px-125--md {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  /* line 11713, app/assets/stylesheets/unify-globals.css */
  .g-px-130--md {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  /* line 11716, app/assets/stylesheets/unify-globals.css */
  .g-px-135--md {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  /* line 11719, app/assets/stylesheets/unify-globals.css */
  .g-px-140--md {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 11722, app/assets/stylesheets/unify-globals.css */
  .g-px-145--md {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  /* line 11725, app/assets/stylesheets/unify-globals.css */
  .g-px-150--md {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  /* line 11729, app/assets/stylesheets/unify-globals.css */
  .g-py-1--md {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  /* line 11732, app/assets/stylesheets/unify-globals.css */
  .g-py-2--md {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  /* line 11735, app/assets/stylesheets/unify-globals.css */
  .g-py-3--md {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  /* line 11738, app/assets/stylesheets/unify-globals.css */
  .g-py-4--md {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  /* line 11741, app/assets/stylesheets/unify-globals.css */
  .g-py-5--md {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 11744, app/assets/stylesheets/unify-globals.css */
  .g-py-6--md {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  /* line 11747, app/assets/stylesheets/unify-globals.css */
  .g-py-7--md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 11750, app/assets/stylesheets/unify-globals.css */
  .g-py-8--md {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  /* line 11753, app/assets/stylesheets/unify-globals.css */
  .g-py-9--md {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  /* line 11756, app/assets/stylesheets/unify-globals.css */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* line 11759, app/assets/stylesheets/unify-globals.css */
  .g-py-11--md {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  /* line 11762, app/assets/stylesheets/unify-globals.css */
  .g-py-12--md {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  /* line 11765, app/assets/stylesheets/unify-globals.css */
  .g-py-13--md {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  /* line 11768, app/assets/stylesheets/unify-globals.css */
  .g-py-14--md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 11771, app/assets/stylesheets/unify-globals.css */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* line 11774, app/assets/stylesheets/unify-globals.css */
  .g-py-16--md {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  /* line 11777, app/assets/stylesheets/unify-globals.css */
  .g-py-17--md {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  /* line 11780, app/assets/stylesheets/unify-globals.css */
  .g-py-18--md {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  /* line 11783, app/assets/stylesheets/unify-globals.css */
  .g-py-19--md {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  /* line 11787, app/assets/stylesheets/unify-globals.css */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  /* line 11791, app/assets/stylesheets/unify-globals.css */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  /* line 11795, app/assets/stylesheets/unify-globals.css */
  .g-py-20--md {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  /* line 11799, app/assets/stylesheets/unify-globals.css */
  .g-py-25--md {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  /* line 11803, app/assets/stylesheets/unify-globals.css */
  .g-py-30--md {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  /* line 11807, app/assets/stylesheets/unify-globals.css */
  .g-py-35--md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  /* line 11811, app/assets/stylesheets/unify-globals.css */
  .g-py-40--md {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  /* line 11815, app/assets/stylesheets/unify-globals.css */
  .g-py-45--md {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  /* line 11819, app/assets/stylesheets/unify-globals.css */
  .g-py-50--md {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  /* line 11823, app/assets/stylesheets/unify-globals.css */
  .g-py-55--md {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  /* line 11827, app/assets/stylesheets/unify-globals.css */
  .g-py-60--md {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  /* line 11831, app/assets/stylesheets/unify-globals.css */
  .g-py-65--md {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  /* line 11835, app/assets/stylesheets/unify-globals.css */
  .g-py-70--md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  /* line 11839, app/assets/stylesheets/unify-globals.css */
  .g-py-75--md {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  /* line 11843, app/assets/stylesheets/unify-globals.css */
  .g-py-80--md {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  /* line 11847, app/assets/stylesheets/unify-globals.css */
  .g-py-85--md {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  /* line 11851, app/assets/stylesheets/unify-globals.css */
  .g-py-90--md {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  /* line 11855, app/assets/stylesheets/unify-globals.css */
  .g-py-95--md {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  /* line 11859, app/assets/stylesheets/unify-globals.css */
  .g-py-100--md {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  /* line 11863, app/assets/stylesheets/unify-globals.css */
  .g-py-105--md {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  /* line 11867, app/assets/stylesheets/unify-globals.css */
  .g-py-110--md {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  /* line 11871, app/assets/stylesheets/unify-globals.css */
  .g-py-115--md {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  /* line 11875, app/assets/stylesheets/unify-globals.css */
  .g-py-120--md {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  /* line 11879, app/assets/stylesheets/unify-globals.css */
  .g-py-125--md {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  /* line 11883, app/assets/stylesheets/unify-globals.css */
  .g-py-130--md {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  /* line 11887, app/assets/stylesheets/unify-globals.css */
  .g-py-135--md {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  /* line 11891, app/assets/stylesheets/unify-globals.css */
  .g-py-140--md {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  /* line 11895, app/assets/stylesheets/unify-globals.css */
  .g-py-145--md {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  /* line 11899, app/assets/stylesheets/unify-globals.css */
  .g-py-150--md {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  /* line 11903, app/assets/stylesheets/unify-globals.css */
  .g-py-155--md {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  /* line 11907, app/assets/stylesheets/unify-globals.css */
  .g-py-160--md {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  /* line 11911, app/assets/stylesheets/unify-globals.css */
  .g-py-165--md {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  /* line 11915, app/assets/stylesheets/unify-globals.css */
  .g-py-170--md {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  /* line 11919, app/assets/stylesheets/unify-globals.css */
  .g-py-175--md {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  /* line 11923, app/assets/stylesheets/unify-globals.css */
  .g-py-180--md {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  /* line 11927, app/assets/stylesheets/unify-globals.css */
  .g-py-185--md {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  /* line 11931, app/assets/stylesheets/unify-globals.css */
  .g-py-190--md {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  /* line 11935, app/assets/stylesheets/unify-globals.css */
  .g-py-195--md {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  /* line 11939, app/assets/stylesheets/unify-globals.css */
  .g-py-200--md {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  /* line 11943, app/assets/stylesheets/unify-globals.css */
  .g-py-205--md {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  /* line 11947, app/assets/stylesheets/unify-globals.css */
  .g-py-210--md {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  /* line 11951, app/assets/stylesheets/unify-globals.css */
  .g-pt-0--md {
    padding-top: 0px !important;
  }
  /* line 11953, app/assets/stylesheets/unify-globals.css */
  .g-pt-1--md {
    padding-top: 0.07143rem !important;
  }
  /* line 11955, app/assets/stylesheets/unify-globals.css */
  .g-pt-2--md {
    padding-top: 0.14286rem !important;
  }
  /* line 11957, app/assets/stylesheets/unify-globals.css */
  .g-pt-3--md {
    padding-top: 0.21429rem !important;
  }
  /* line 11959, app/assets/stylesheets/unify-globals.css */
  .g-pt-4--md {
    padding-top: 0.28571rem !important;
  }
  /* line 11961, app/assets/stylesheets/unify-globals.css */
  .g-pt-5--md {
    padding-top: 0.35714rem !important;
  }
  /* line 11963, app/assets/stylesheets/unify-globals.css */
  .g-pt-6--md {
    padding-top: 0.42857rem !important;
  }
  /* line 11965, app/assets/stylesheets/unify-globals.css */
  .g-pt-7--md {
    padding-top: 0.5rem !important;
  }
  /* line 11967, app/assets/stylesheets/unify-globals.css */
  .g-pt-8--md {
    padding-top: 0.57143rem !important;
  }
  /* line 11969, app/assets/stylesheets/unify-globals.css */
  .g-pt-9--md {
    padding-top: 0.64286rem !important;
  }
  /* line 11971, app/assets/stylesheets/unify-globals.css */
  .g-pt-10--md {
    padding-top: 0.71429rem !important;
  }
  /* line 11973, app/assets/stylesheets/unify-globals.css */
  .g-pt-15--md {
    padding-top: 1.07143rem !important;
  }
  /* line 11975, app/assets/stylesheets/unify-globals.css */
  .g-pt-20--md {
    padding-top: 1.42857rem !important;
  }
  /* line 11977, app/assets/stylesheets/unify-globals.css */
  .g-pt-25--md {
    padding-top: 1.78571rem !important;
  }
  /* line 11979, app/assets/stylesheets/unify-globals.css */
  .g-pt-30--md {
    padding-top: 2.14286rem !important;
  }
  /* line 11981, app/assets/stylesheets/unify-globals.css */
  .g-pt-35--md {
    padding-top: 2.5rem !important;
  }
  /* line 11983, app/assets/stylesheets/unify-globals.css */
  .g-pt-40--md {
    padding-top: 2.85714rem !important;
  }
  /* line 11985, app/assets/stylesheets/unify-globals.css */
  .g-pt-45--md {
    padding-top: 3.21429rem !important;
  }
  /* line 11987, app/assets/stylesheets/unify-globals.css */
  .g-pt-50--md {
    padding-top: 3.57143rem !important;
  }
  /* line 11989, app/assets/stylesheets/unify-globals.css */
  .g-pt-55--md {
    padding-top: 3.92857rem !important;
  }
  /* line 11991, app/assets/stylesheets/unify-globals.css */
  .g-pt-60--md {
    padding-top: 4.28571rem !important;
  }
  /* line 11993, app/assets/stylesheets/unify-globals.css */
  .g-pt-65--md {
    padding-top: 4.64286rem !important;
  }
  /* line 11995, app/assets/stylesheets/unify-globals.css */
  .g-pt-70--md {
    padding-top: 5rem !important;
  }
  /* line 11997, app/assets/stylesheets/unify-globals.css */
  .g-pt-75--md {
    padding-top: 5.35714rem !important;
  }
  /* line 11999, app/assets/stylesheets/unify-globals.css */
  .g-pt-80--md {
    padding-top: 5.71429rem !important;
  }
  /* line 12001, app/assets/stylesheets/unify-globals.css */
  .g-pt-85--md {
    padding-top: 6.07143rem !important;
  }
  /* line 12003, app/assets/stylesheets/unify-globals.css */
  .g-pt-90--md {
    padding-top: 6.42857rem !important;
  }
  /* line 12005, app/assets/stylesheets/unify-globals.css */
  .g-pt-95--md {
    padding-top: 6.78571rem !important;
  }
  /* line 12007, app/assets/stylesheets/unify-globals.css */
  .g-pt-100--md {
    padding-top: 7.14286rem !important;
  }
  /* line 12009, app/assets/stylesheets/unify-globals.css */
  .g-pt-105--md {
    padding-top: 7.5rem !important;
  }
  /* line 12011, app/assets/stylesheets/unify-globals.css */
  .g-pt-110--md {
    padding-top: 7.85714rem !important;
  }
  /* line 12013, app/assets/stylesheets/unify-globals.css */
  .g-pt-115--md {
    padding-top: 8.21429rem !important;
  }
  /* line 12015, app/assets/stylesheets/unify-globals.css */
  .g-pt-120--md {
    padding-top: 8.57143rem !important;
  }
  /* line 12017, app/assets/stylesheets/unify-globals.css */
  .g-pt-125--md {
    padding-top: 8.92857rem !important;
  }
  /* line 12019, app/assets/stylesheets/unify-globals.css */
  .g-pt-130--md {
    padding-top: 9.28571rem !important;
  }
  /* line 12021, app/assets/stylesheets/unify-globals.css */
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }
  /* line 12023, app/assets/stylesheets/unify-globals.css */
  .g-pt-140--md {
    padding-top: 10rem !important;
  }
  /* line 12025, app/assets/stylesheets/unify-globals.css */
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }
  /* line 12027, app/assets/stylesheets/unify-globals.css */
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  /* line 12030, app/assets/stylesheets/unify-globals.css */
  .g-pr-0--md {
    padding-right: 0px !important;
  }
  /* line 12032, app/assets/stylesheets/unify-globals.css */
  .g-pr-1--md {
    padding-right: 0.07143rem !important;
  }
  /* line 12034, app/assets/stylesheets/unify-globals.css */
  .g-pr-2--md {
    padding-right: 0.14286rem !important;
  }
  /* line 12036, app/assets/stylesheets/unify-globals.css */
  .g-pr-3--md {
    padding-right: 0.21429rem !important;
  }
  /* line 12038, app/assets/stylesheets/unify-globals.css */
  .g-pr-4--md {
    padding-right: 0.28571rem !important;
  }
  /* line 12040, app/assets/stylesheets/unify-globals.css */
  .g-pr-5--md {
    padding-right: 0.35714rem !important;
  }
  /* line 12042, app/assets/stylesheets/unify-globals.css */
  .g-pr-6--md {
    padding-right: 0.42857rem !important;
  }
  /* line 12044, app/assets/stylesheets/unify-globals.css */
  .g-pr-7--md {
    padding-right: 0.5rem !important;
  }
  /* line 12046, app/assets/stylesheets/unify-globals.css */
  .g-pr-8--md {
    padding-right: 0.57143rem !important;
  }
  /* line 12048, app/assets/stylesheets/unify-globals.css */
  .g-pr-9--md {
    padding-right: 0.64286rem !important;
  }
  /* P */
  /* line 12051, app/assets/stylesheets/unify-globals.css */
  .g-pr-10--md {
    padding-right: 0.71429rem !important;
  }
  /* P */
  /* line 12054, app/assets/stylesheets/unify-globals.css */
  .g-pr-15--md {
    padding-right: 1.07143rem !important;
  }
  /* P */
  /* line 12057, app/assets/stylesheets/unify-globals.css */
  .g-pr-20--md {
    padding-right: 1.42857rem !important;
  }
  /* P */
  /* line 12060, app/assets/stylesheets/unify-globals.css */
  .g-pr-25--md {
    padding-right: 1.78571rem !important;
  }
  /* P */
  /* line 12063, app/assets/stylesheets/unify-globals.css */
  .g-pr-30--md {
    padding-right: 2.14286rem !important;
  }
  /* P */
  /* line 12066, app/assets/stylesheets/unify-globals.css */
  .g-pr-35--md {
    padding-right: 2.5rem !important;
  }
  /* P */
  /* line 12069, app/assets/stylesheets/unify-globals.css */
  .g-pr-40--md {
    padding-right: 2.85714rem !important;
  }
  /* P */
  /* line 12072, app/assets/stylesheets/unify-globals.css */
  .g-pr-45--md {
    padding-right: 3.21429rem !important;
  }
  /* P */
  /* line 12075, app/assets/stylesheets/unify-globals.css */
  .g-pr-50--md {
    padding-right: 3.57143rem !important;
  }
  /* P */
  /* line 12078, app/assets/stylesheets/unify-globals.css */
  .g-pr-55--md {
    padding-right: 3.92857rem !important;
  }
  /* P */
  /* line 12081, app/assets/stylesheets/unify-globals.css */
  .g-pr-60--md {
    padding-right: 4.28571rem !important;
  }
  /* P */
  /* line 12084, app/assets/stylesheets/unify-globals.css */
  .g-pr-65--md {
    padding-right: 4.64286rem !important;
  }
  /* P */
  /* line 12087, app/assets/stylesheets/unify-globals.css */
  .g-pr-70--md {
    padding-right: 5rem !important;
  }
  /* P */
  /* line 12090, app/assets/stylesheets/unify-globals.css */
  .g-pr-75--md {
    padding-right: 5.35714rem !important;
  }
  /* P */
  /* line 12093, app/assets/stylesheets/unify-globals.css */
  .g-pr-80--md {
    padding-right: 5.71429rem !important;
  }
  /* P */
  /* line 12096, app/assets/stylesheets/unify-globals.css */
  .g-pr-85--md {
    padding-right: 6.07143rem !important;
  }
  /* P */
  /* line 12099, app/assets/stylesheets/unify-globals.css */
  .g-pr-90--md {
    padding-right: 6.42857rem !important;
  }
  /* P */
  /* line 12102, app/assets/stylesheets/unify-globals.css */
  .g-pr-95--md {
    padding-right: 6.78571rem !important;
  }
  /* P */
  /* line 12105, app/assets/stylesheets/unify-globals.css */
  .g-pr-100--md {
    padding-right: 7.14286rem !important;
  }
  /* P */
  /* line 12108, app/assets/stylesheets/unify-globals.css */
  .g-pr-105--md {
    padding-right: 7.5rem !important;
  }
  /* P */
  /* line 12111, app/assets/stylesheets/unify-globals.css */
  .g-pr-110--md {
    padding-right: 7.85714rem !important;
  }
  /* P */
  /* line 12114, app/assets/stylesheets/unify-globals.css */
  .g-pr-115--md {
    padding-right: 8.21429rem !important;
  }
  /* P */
  /* line 12117, app/assets/stylesheets/unify-globals.css */
  .g-pr-120--md {
    padding-right: 8.57143rem !important;
  }
  /* P */
  /* line 12120, app/assets/stylesheets/unify-globals.css */
  .g-pr-125--md {
    padding-right: 8.92857rem !important;
  }
  /* P */
  /* line 12123, app/assets/stylesheets/unify-globals.css */
  .g-pr-130--md {
    padding-right: 9.28571rem !important;
  }
  /* P */
  /* line 12126, app/assets/stylesheets/unify-globals.css */
  .g-pr-135--md {
    padding-right: 9.64286rem !important;
  }
  /* P */
  /* line 12129, app/assets/stylesheets/unify-globals.css */
  .g-pr-140--md {
    padding-right: 10rem !important;
  }
  /* P */
  /* line 12132, app/assets/stylesheets/unify-globals.css */
  .g-pr-145--md {
    padding-right: 10.35714rem !important;
  }
  /* P */
  /* line 12135, app/assets/stylesheets/unify-globals.css */
  .g-pr-150--md {
    padding-right: 10.71429rem !important;
  }
  /* P */
  /* line 12138, app/assets/stylesheets/unify-globals.css */
  .g-pr-155--md {
    padding-right: 11.07143rem !important;
  }
  /* P */
  /* line 12141, app/assets/stylesheets/unify-globals.css */
  .g-pr-160--md {
    padding-right: 11.42857rem !important;
  }
  /* P */
  /* line 12144, app/assets/stylesheets/unify-globals.css */
  .g-pr-165--md {
    padding-right: 11.78571rem !important;
  }
  /* P */
  /* line 12147, app/assets/stylesheets/unify-globals.css */
  .g-pr-170--md {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  /* line 12150, app/assets/stylesheets/unify-globals.css */
  .g-pb-0--md {
    padding-bottom: 0px !important;
  }
  /* line 12152, app/assets/stylesheets/unify-globals.css */
  .g-pb-1--md {
    padding-bottom: 0.07143rem !important;
  }
  /* line 12154, app/assets/stylesheets/unify-globals.css */
  .g-pb-2--md {
    padding-bottom: 0.14286rem !important;
  }
  /* line 12156, app/assets/stylesheets/unify-globals.css */
  .g-pb-3--md {
    padding-bottom: 0.21429rem !important;
  }
  /* line 12158, app/assets/stylesheets/unify-globals.css */
  .g-pb-4--md {
    padding-bottom: 0.28571rem !important;
  }
  /* line 12160, app/assets/stylesheets/unify-globals.css */
  .g-pb-5--md {
    padding-bottom: 0.35714rem !important;
  }
  /* line 12162, app/assets/stylesheets/unify-globals.css */
  .g-pb-6--md {
    padding-bottom: 0.42857rem !important;
  }
  /* line 12164, app/assets/stylesheets/unify-globals.css */
  .g-pb-7--md {
    padding-bottom: 0.5rem !important;
  }
  /* line 12166, app/assets/stylesheets/unify-globals.css */
  .g-pb-8--md {
    padding-bottom: 0.57143rem !important;
  }
  /* line 12168, app/assets/stylesheets/unify-globals.css */
  .g-pb-9--md {
    padding-bottom: 0.64286rem !important;
  }
  /* line 12170, app/assets/stylesheets/unify-globals.css */
  .g-pb-10--md {
    padding-bottom: 0.71429rem !important;
  }
  /* line 12172, app/assets/stylesheets/unify-globals.css */
  .g-pb-15--md {
    padding-bottom: 1.07143rem !important;
  }
  /* line 12174, app/assets/stylesheets/unify-globals.css */
  .g-pb-20--md {
    padding-bottom: 1.42857rem !important;
  }
  /* line 12176, app/assets/stylesheets/unify-globals.css */
  .g-pb-25--md {
    padding-bottom: 1.78571rem !important;
  }
  /* line 12178, app/assets/stylesheets/unify-globals.css */
  .g-pb-30--md {
    padding-bottom: 2.14286rem !important;
  }
  /* line 12180, app/assets/stylesheets/unify-globals.css */
  .g-pb-35--md {
    padding-bottom: 2.5rem !important;
  }
  /* line 12182, app/assets/stylesheets/unify-globals.css */
  .g-pb-40--md {
    padding-bottom: 2.85714rem !important;
  }
  /* line 12184, app/assets/stylesheets/unify-globals.css */
  .g-pb-45--md {
    padding-bottom: 3.21429rem !important;
  }
  /* line 12186, app/assets/stylesheets/unify-globals.css */
  .g-pb-50--md {
    padding-bottom: 3.57143rem !important;
  }
  /* line 12188, app/assets/stylesheets/unify-globals.css */
  .g-pb-55--md {
    padding-bottom: 3.92857rem !important;
  }
  /* line 12190, app/assets/stylesheets/unify-globals.css */
  .g-pb-60--md {
    padding-bottom: 4.28571rem !important;
  }
  /* line 12192, app/assets/stylesheets/unify-globals.css */
  .g-pb-65--md {
    padding-bottom: 4.64286rem !important;
  }
  /* line 12194, app/assets/stylesheets/unify-globals.css */
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }
  /* line 12196, app/assets/stylesheets/unify-globals.css */
  .g-pb-75--md {
    padding-bottom: 5.35714rem !important;
  }
  /* line 12198, app/assets/stylesheets/unify-globals.css */
  .g-pb-80--md {
    padding-bottom: 5.71429rem !important;
  }
  /* line 12200, app/assets/stylesheets/unify-globals.css */
  .g-pb-85--md {
    padding-bottom: 6.07143rem !important;
  }
  /* line 12202, app/assets/stylesheets/unify-globals.css */
  .g-pb-90--md {
    padding-bottom: 6.42857rem !important;
  }
  /* line 12204, app/assets/stylesheets/unify-globals.css */
  .g-pb-95--md {
    padding-bottom: 6.78571rem !important;
  }
  /* line 12206, app/assets/stylesheets/unify-globals.css */
  .g-pb-100--md {
    padding-bottom: 7.14286rem !important;
  }
  /* line 12208, app/assets/stylesheets/unify-globals.css */
  .g-pb-105--md {
    padding-bottom: 7.5rem !important;
  }
  /* line 12210, app/assets/stylesheets/unify-globals.css */
  .g-pb-110--md {
    padding-bottom: 7.85714rem !important;
  }
  /* line 12212, app/assets/stylesheets/unify-globals.css */
  .g-pb-115--md {
    padding-bottom: 8.21429rem !important;
  }
  /* line 12214, app/assets/stylesheets/unify-globals.css */
  .g-pb-120--md {
    padding-bottom: 8.57143rem !important;
  }
  /* line 12216, app/assets/stylesheets/unify-globals.css */
  .g-pb-125--md {
    padding-bottom: 8.92857rem !important;
  }
  /* line 12218, app/assets/stylesheets/unify-globals.css */
  .g-pb-130--md {
    padding-bottom: 9.28571rem !important;
  }
  /* line 12220, app/assets/stylesheets/unify-globals.css */
  .g-pb-135--md {
    padding-bottom: 9.64286rem !important;
  }
  /* line 12222, app/assets/stylesheets/unify-globals.css */
  .g-pb-140--md {
    padding-bottom: 10rem !important;
  }
  /* line 12224, app/assets/stylesheets/unify-globals.css */
  .g-pb-145--md {
    padding-bottom: 10.35714rem !important;
  }
  /* line 12226, app/assets/stylesheets/unify-globals.css */
  .g-pb-150--md {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  /* line 12229, app/assets/stylesheets/unify-globals.css */
  .g-pl-0--md {
    padding-left: 0px !important;
  }
  /* line 12231, app/assets/stylesheets/unify-globals.css */
  .g-pl-1--md {
    padding-left: 0.07143rem !important;
  }
  /* line 12233, app/assets/stylesheets/unify-globals.css */
  .g-pl-2--md {
    padding-left: 0.14286rem !important;
  }
  /* line 12235, app/assets/stylesheets/unify-globals.css */
  .g-pl-3--md {
    padding-left: 0.21429rem !important;
  }
  /* line 12237, app/assets/stylesheets/unify-globals.css */
  .g-pl-4--md {
    padding-left: 0.28571rem !important;
  }
  /* line 12239, app/assets/stylesheets/unify-globals.css */
  .g-pl-5--md {
    padding-left: 0.35714rem !important;
  }
  /* line 12241, app/assets/stylesheets/unify-globals.css */
  .g-pl-6--md {
    padding-left: 0.42857rem !important;
  }
  /* line 12243, app/assets/stylesheets/unify-globals.css */
  .g-pl-7--md {
    padding-left: 0.5rem !important;
  }
  /* line 12245, app/assets/stylesheets/unify-globals.css */
  .g-pl-8--md {
    padding-left: 0.57143rem !important;
  }
  /* line 12247, app/assets/stylesheets/unify-globals.css */
  .g-pl-9--md {
    padding-left: 0.64286rem !important;
  }
  /* P */
  /* line 12250, app/assets/stylesheets/unify-globals.css */
  .g-pl-10--md {
    padding-left: 0.71429rem !important;
  }
  /* P */
  /* line 12253, app/assets/stylesheets/unify-globals.css */
  .g-pl-15--md {
    padding-left: 1.07143rem !important;
  }
  /* P */
  /* line 12256, app/assets/stylesheets/unify-globals.css */
  .g-pl-20--md {
    padding-left: 1.42857rem !important;
  }
  /* P */
  /* line 12259, app/assets/stylesheets/unify-globals.css */
  .g-pl-25--md {
    padding-left: 1.78571rem !important;
  }
  /* P */
  /* line 12262, app/assets/stylesheets/unify-globals.css */
  .g-pl-30--md {
    padding-left: 2.14286rem !important;
  }
  /* P */
  /* line 12265, app/assets/stylesheets/unify-globals.css */
  .g-pl-35--md {
    padding-left: 2.5rem !important;
  }
  /* P */
  /* line 12268, app/assets/stylesheets/unify-globals.css */
  .g-pl-40--md {
    padding-left: 2.85714rem !important;
  }
  /* P */
  /* line 12271, app/assets/stylesheets/unify-globals.css */
  .g-pl-45--md {
    padding-left: 3.21429rem !important;
  }
  /* P */
  /* line 12274, app/assets/stylesheets/unify-globals.css */
  .g-pl-50--md {
    padding-left: 3.57143rem !important;
  }
  /* P */
  /* line 12277, app/assets/stylesheets/unify-globals.css */
  .g-pl-55--md {
    padding-left: 3.92857rem !important;
  }
  /* P */
  /* line 12280, app/assets/stylesheets/unify-globals.css */
  .g-pl-60--md {
    padding-left: 4.28571rem !important;
  }
  /* P */
  /* line 12283, app/assets/stylesheets/unify-globals.css */
  .g-pl-65--md {
    padding-left: 4.64286rem !important;
  }
  /* P */
  /* line 12286, app/assets/stylesheets/unify-globals.css */
  .g-pl-70--md {
    padding-left: 5rem !important;
  }
  /* P */
  /* line 12289, app/assets/stylesheets/unify-globals.css */
  .g-pl-75--md {
    padding-left: 5.35714rem !important;
  }
  /* P */
  /* line 12292, app/assets/stylesheets/unify-globals.css */
  .g-pl-80--md {
    padding-left: 5.71429rem !important;
  }
  /* P */
  /* line 12295, app/assets/stylesheets/unify-globals.css */
  .g-pl-85--md {
    padding-left: 6.07143rem !important;
  }
  /* P */
  /* line 12298, app/assets/stylesheets/unify-globals.css */
  .g-pl-90--md {
    padding-left: 6.42857rem !important;
  }
  /* P */
  /* line 12301, app/assets/stylesheets/unify-globals.css */
  .g-pl-95--md {
    padding-left: 6.78571rem !important;
  }
  /* P */
  /* line 12304, app/assets/stylesheets/unify-globals.css */
  .g-pl-100--md {
    padding-left: 7.14286rem !important;
  }
  /* P */
  /* line 12307, app/assets/stylesheets/unify-globals.css */
  .g-pl-105--md {
    padding-left: 7.5rem !important;
  }
  /* P */
  /* line 12310, app/assets/stylesheets/unify-globals.css */
  .g-pl-110--md {
    padding-left: 7.85714rem !important;
  }
  /* P */
  /* line 12313, app/assets/stylesheets/unify-globals.css */
  .g-pl-115--md {
    padding-left: 8.21429rem !important;
  }
  /* P */
  /* line 12316, app/assets/stylesheets/unify-globals.css */
  .g-pl-120--md {
    padding-left: 8.57143rem !important;
  }
  /* P */
  /* line 12319, app/assets/stylesheets/unify-globals.css */
  .g-pl-125--md {
    padding-left: 8.92857rem !important;
  }
  /* P */
  /* line 12322, app/assets/stylesheets/unify-globals.css */
  .g-pl-130--md {
    padding-left: 9.28571rem !important;
  }
  /* P */
  /* line 12325, app/assets/stylesheets/unify-globals.css */
  .g-pl-135--md {
    padding-left: 9.64286rem !important;
  }
  /* P */
  /* line 12328, app/assets/stylesheets/unify-globals.css */
  .g-pl-140--md {
    padding-left: 10rem !important;
  }
  /* P */
  /* line 12331, app/assets/stylesheets/unify-globals.css */
  .g-pl-145--md {
    padding-left: 10.35714rem !important;
  }
  /* P */
  /* line 12334, app/assets/stylesheets/unify-globals.css */
  .g-pl-150--md {
    padding-left: 10.71429rem !important;
  }
  /* P */
  /* line 12337, app/assets/stylesheets/unify-globals.css */
  .g-pl-155--md {
    padding-left: 11.07143rem !important;
  }
  /* P */
  /* line 12340, app/assets/stylesheets/unify-globals.css */
  .g-pl-160--md {
    padding-left: 11.42857rem !important;
  }
  /* P */
  /* line 12343, app/assets/stylesheets/unify-globals.css */
  .g-pl-165--md {
    padding-left: 11.78571rem !important;
  }
  /* P */
  /* line 12346, 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, app/assets/stylesheets/unify-globals.css */
  .g-pa-0--lg {
    padding: 0 !important;
  }
  /* line 12355, app/assets/stylesheets/unify-globals.css */
  .g-px-0--lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 12358, app/assets/stylesheets/unify-globals.css */
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 12361, app/assets/stylesheets/unify-globals.css */
  .g-pl-0--lg {
    padding-left: 0 !important;
  }
  /* line 12363, app/assets/stylesheets/unify-globals.css */
  .g-pr-0--lg {
    padding-right: 0 !important;
  }
  /* line 12365, app/assets/stylesheets/unify-globals.css */
  .g-pt-0--lg {
    padding-top: 0 !important;
  }
  /* line 12367, app/assets/stylesheets/unify-globals.css */
  .g-pb-0--lg {
    padding-bottom: 0 !important;
  }
  /* Padding Around */
  /* line 12370, app/assets/stylesheets/unify-globals.css */
  .g-pa-2--lg {
    padding: 0.14286rem !important;
  }
  /* line 12372, app/assets/stylesheets/unify-globals.css */
  .g-pa-3--lg {
    padding: 0.21429rem !important;
  }
  /* line 12374, app/assets/stylesheets/unify-globals.css */
  .g-pa-5--lg {
    padding: 0.35714rem !important;
  }
  /* line 12376, app/assets/stylesheets/unify-globals.css */
  .g-pa-7--lg {
    padding: 0.5rem !important;
  }
  /* line 12378, app/assets/stylesheets/unify-globals.css */
  .g-pa-10--lg {
    padding: 0.71429rem !important;
  }
  /* line 12380, app/assets/stylesheets/unify-globals.css */
  .g-pa-15--lg {
    padding: 1.07143rem !important;
  }
  /* line 12382, app/assets/stylesheets/unify-globals.css */
  .g-pa-20--lg {
    padding: 1.42857rem !important;
  }
  /* line 12384, app/assets/stylesheets/unify-globals.css */
  .g-pa-25--lg {
    padding: 1.78571rem !important;
  }
  /* line 12386, app/assets/stylesheets/unify-globals.css */
  .g-pa-30--lg {
    padding: 2.14286rem !important;
  }
  /* line 12388, app/assets/stylesheets/unify-globals.css */
  .g-pa-35--lg {
    padding: 2.5rem !important;
  }
  /* line 12390, app/assets/stylesheets/unify-globals.css */
  .g-pa-40--lg {
    padding: 2.85714rem !important;
  }
  /* line 12392, app/assets/stylesheets/unify-globals.css */
  .g-pa-45--lg {
    padding: 3.21429rem !important;
  }
  /* line 12394, app/assets/stylesheets/unify-globals.css */
  .g-pa-50--lg {
    padding: 3.57143rem !important;
  }
  /* line 12396, app/assets/stylesheets/unify-globals.css */
  .g-pa-55--lg {
    padding: 3.92857rem !important;
  }
  /* line 12398, app/assets/stylesheets/unify-globals.css */
  .g-pa-60--lg {
    padding: 4.28571rem !important;
  }
  /* line 12400, app/assets/stylesheets/unify-globals.css */
  .g-pa-65--lg {
    padding: 4.64286rem !important;
  }
  /* line 12402, app/assets/stylesheets/unify-globals.css */
  .g-pa-70--lg {
    padding: 5rem !important;
  }
  /* line 12404, app/assets/stylesheets/unify-globals.css */
  .g-pa-75--lg {
    padding: 5.35714rem !important;
  }
  /* line 12406, app/assets/stylesheets/unify-globals.css */
  .g-pa-80--lg {
    padding: 5.71429rem !important;
  }
  /* line 12408, app/assets/stylesheets/unify-globals.css */
  .g-pa-85--lg {
    padding: 6.07143rem !important;
  }
  /* line 12410, app/assets/stylesheets/unify-globals.css */
  .g-pa-90--lg {
    padding: 6.42857rem !important;
  }
  /* line 12412, app/assets/stylesheets/unify-globals.css */
  .g-pa-95--lg {
    padding: 6.78571rem !important;
  }
  /* line 12414, app/assets/stylesheets/unify-globals.css */
  .g-pa-100--lg {
    padding: 7.14286rem !important;
  }
  /* line 12416, app/assets/stylesheets/unify-globals.css */
  .g-pa-105--lg {
    padding: 7.5rem !important;
  }
  /* line 12418, app/assets/stylesheets/unify-globals.css */
  .g-pa-110--lg {
    padding: 7.85714rem !important;
  }
  /* line 12420, app/assets/stylesheets/unify-globals.css */
  .g-pa-115--lg {
    padding: 8.21429rem !important;
  }
  /* line 12422, app/assets/stylesheets/unify-globals.css */
  .g-pa-120--lg {
    padding: 8.57143rem !important;
  }
  /* line 12424, app/assets/stylesheets/unify-globals.css */
  .g-pa-125--lg {
    padding: 8.92857rem !important;
  }
  /* line 12426, app/assets/stylesheets/unify-globals.css */
  .g-pa-130--lg {
    padding: 9.28571rem !important;
  }
  /* line 12428, app/assets/stylesheets/unify-globals.css */
  .g-pa-135--lg {
    padding: 9.64286rem !important;
  }
  /* line 12430, app/assets/stylesheets/unify-globals.css */
  .g-pa-140--lg {
    padding: 10rem !important;
  }
  /* line 12432, app/assets/stylesheets/unify-globals.css */
  .g-pa-145--lg {
    padding: 10.35714rem !important;
  }
  /* line 12434, app/assets/stylesheets/unify-globals.css */
  .g-pa-150--lg {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  /* line 12437, app/assets/stylesheets/unify-globals.css */
  .g-px-1--lg {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  /* line 12440, app/assets/stylesheets/unify-globals.css */
  .g-px-2--lg {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  /* line 12443, app/assets/stylesheets/unify-globals.css */
  .g-px-3--lg {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  /* line 12446, app/assets/stylesheets/unify-globals.css */
  .g-px-4--lg {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  /* line 12449, app/assets/stylesheets/unify-globals.css */
  .g-px-5--lg {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  /* line 12452, app/assets/stylesheets/unify-globals.css */
  .g-px-6--lg {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  /* line 12455, app/assets/stylesheets/unify-globals.css */
  .g-px-7--lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 12458, app/assets/stylesheets/unify-globals.css */
  .g-px-8--lg {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  /* line 12461, app/assets/stylesheets/unify-globals.css */
  .g-px-9--lg {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  /* line 12464, app/assets/stylesheets/unify-globals.css */
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 12467, app/assets/stylesheets/unify-globals.css */
  .g-px-11--lg {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  /* line 12470, app/assets/stylesheets/unify-globals.css */
  .g-px-12--lg {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  /* line 12473, app/assets/stylesheets/unify-globals.css */
  .g-px-13--lg {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  /* line 12476, app/assets/stylesheets/unify-globals.css */
  .g-px-14--lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 12479, app/assets/stylesheets/unify-globals.css */
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 12482, app/assets/stylesheets/unify-globals.css */
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 12485, app/assets/stylesheets/unify-globals.css */
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 12488, app/assets/stylesheets/unify-globals.css */
  .g-px-20--lg {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  /* line 12491, app/assets/stylesheets/unify-globals.css */
  .g-px-25--lg {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  /* line 12494, app/assets/stylesheets/unify-globals.css */
  .g-px-30--lg {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  /* line 12497, app/assets/stylesheets/unify-globals.css */
  .g-px-35--lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 12500, app/assets/stylesheets/unify-globals.css */
  .g-px-40--lg {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  /* line 12503, app/assets/stylesheets/unify-globals.css */
  .g-px-45--lg {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  /* line 12506, app/assets/stylesheets/unify-globals.css */
  .g-px-50--lg {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  /* line 12509, app/assets/stylesheets/unify-globals.css */
  .g-px-55--lg {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  /* line 12512, app/assets/stylesheets/unify-globals.css */
  .g-px-60--lg {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  /* line 12515, app/assets/stylesheets/unify-globals.css */
  .g-px-65--lg {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  /* line 12518, app/assets/stylesheets/unify-globals.css */
  .g-px-70--lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 12521, app/assets/stylesheets/unify-globals.css */
  .g-px-75--lg {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  /* line 12524, app/assets/stylesheets/unify-globals.css */
  .g-px-80--lg {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  /* line 12527, app/assets/stylesheets/unify-globals.css */
  .g-px-85--lg {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  /* line 12530, app/assets/stylesheets/unify-globals.css */
  .g-px-90--lg {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  /* line 12533, app/assets/stylesheets/unify-globals.css */
  .g-px-95--lg {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  /* line 12536, app/assets/stylesheets/unify-globals.css */
  .g-px-100--lg {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  /* line 12539, app/assets/stylesheets/unify-globals.css */
  .g-px-105--lg {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  /* line 12542, app/assets/stylesheets/unify-globals.css */
  .g-px-110--lg {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  /* line 12545, app/assets/stylesheets/unify-globals.css */
  .g-px-115--lg {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  /* line 12548, app/assets/stylesheets/unify-globals.css */
  .g-px-120--lg {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  /* line 12551, app/assets/stylesheets/unify-globals.css */
  .g-px-125--lg {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  /* line 12554, app/assets/stylesheets/unify-globals.css */
  .g-px-130--lg {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  /* line 12557, app/assets/stylesheets/unify-globals.css */
  .g-px-135--lg {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  /* line 12560, app/assets/stylesheets/unify-globals.css */
  .g-px-140--lg {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 12563, app/assets/stylesheets/unify-globals.css */
  .g-px-145--lg {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  /* line 12566, app/assets/stylesheets/unify-globals.css */
  .g-px-150--lg {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  /* line 12570, app/assets/stylesheets/unify-globals.css */
  .g-py-1--lg {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  /* line 12573, app/assets/stylesheets/unify-globals.css */
  .g-py-2--lg {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  /* line 12576, app/assets/stylesheets/unify-globals.css */
  .g-py-3--lg {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  /* line 12579, app/assets/stylesheets/unify-globals.css */
  .g-py-4--lg {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  /* line 12582, app/assets/stylesheets/unify-globals.css */
  .g-py-5--lg {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 12585, app/assets/stylesheets/unify-globals.css */
  .g-py-6--lg {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  /* line 12588, app/assets/stylesheets/unify-globals.css */
  .g-py-7--lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 12591, app/assets/stylesheets/unify-globals.css */
  .g-py-8--lg {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  /* line 12594, app/assets/stylesheets/unify-globals.css */
  .g-py-9--lg {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  /* line 12597, app/assets/stylesheets/unify-globals.css */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* line 12600, app/assets/stylesheets/unify-globals.css */
  .g-py-11--lg {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  /* line 12603, app/assets/stylesheets/unify-globals.css */
  .g-py-12--lg {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  /* line 12606, app/assets/stylesheets/unify-globals.css */
  .g-py-13--lg {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  /* line 12609, app/assets/stylesheets/unify-globals.css */
  .g-py-14--lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 12612, app/assets/stylesheets/unify-globals.css */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* line 12615, app/assets/stylesheets/unify-globals.css */
  .g-py-16--lg {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  /* line 12618, app/assets/stylesheets/unify-globals.css */
  .g-py-17--lg {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  /* line 12621, app/assets/stylesheets/unify-globals.css */
  .g-py-18--lg {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  /* line 12624, app/assets/stylesheets/unify-globals.css */
  .g-py-19--lg {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  /* line 12628, app/assets/stylesheets/unify-globals.css */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  /* line 12632, app/assets/stylesheets/unify-globals.css */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  /* line 12636, app/assets/stylesheets/unify-globals.css */
  .g-py-20--lg {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  /* line 12640, app/assets/stylesheets/unify-globals.css */
  .g-py-25--lg {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  /* line 12644, app/assets/stylesheets/unify-globals.css */
  .g-py-30--lg {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  /* line 12648, app/assets/stylesheets/unify-globals.css */
  .g-py-35--lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  /* line 12652, app/assets/stylesheets/unify-globals.css */
  .g-py-40--lg {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  /* line 12656, app/assets/stylesheets/unify-globals.css */
  .g-py-45--lg {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  /* line 12660, app/assets/stylesheets/unify-globals.css */
  .g-py-50--lg {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  /* line 12664, app/assets/stylesheets/unify-globals.css */
  .g-py-55--lg {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  /* line 12668, app/assets/stylesheets/unify-globals.css */
  .g-py-60--lg {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  /* line 12672, app/assets/stylesheets/unify-globals.css */
  .g-py-65--lg {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  /* line 12676, app/assets/stylesheets/unify-globals.css */
  .g-py-70--lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  /* line 12680, app/assets/stylesheets/unify-globals.css */
  .g-py-75--lg {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  /* line 12684, app/assets/stylesheets/unify-globals.css */
  .g-py-80--lg {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  /* line 12688, app/assets/stylesheets/unify-globals.css */
  .g-py-85--lg {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  /* line 12692, app/assets/stylesheets/unify-globals.css */
  .g-py-90--lg {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  /* line 12696, app/assets/stylesheets/unify-globals.css */
  .g-py-95--lg {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  /* line 12700, app/assets/stylesheets/unify-globals.css */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  /* line 12704, app/assets/stylesheets/unify-globals.css */
  .g-py-105--lg {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  /* line 12708, app/assets/stylesheets/unify-globals.css */
  .g-py-110--lg {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  /* line 12712, app/assets/stylesheets/unify-globals.css */
  .g-py-115--lg {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  /* line 12716, app/assets/stylesheets/unify-globals.css */
  .g-py-120--lg {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  /* line 12720, app/assets/stylesheets/unify-globals.css */
  .g-py-125--lg {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  /* line 12724, app/assets/stylesheets/unify-globals.css */
  .g-py-130--lg {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  /* line 12728, app/assets/stylesheets/unify-globals.css */
  .g-py-135--lg {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  /* line 12732, app/assets/stylesheets/unify-globals.css */
  .g-py-140--lg {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  /* line 12736, app/assets/stylesheets/unify-globals.css */
  .g-py-145--lg {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  /* line 12740, app/assets/stylesheets/unify-globals.css */
  .g-py-150--lg {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  /* line 12744, app/assets/stylesheets/unify-globals.css */
  .g-py-155--lg {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  /* line 12748, app/assets/stylesheets/unify-globals.css */
  .g-py-160--lg {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  /* line 12752, app/assets/stylesheets/unify-globals.css */
  .g-py-165--lg {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  /* line 12756, app/assets/stylesheets/unify-globals.css */
  .g-py-170--lg {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  /* line 12760, app/assets/stylesheets/unify-globals.css */
  .g-py-175--lg {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  /* line 12764, app/assets/stylesheets/unify-globals.css */
  .g-py-180--lg {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  /* line 12768, app/assets/stylesheets/unify-globals.css */
  .g-py-185--lg {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  /* line 12772, app/assets/stylesheets/unify-globals.css */
  .g-py-190--lg {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  /* line 12776, app/assets/stylesheets/unify-globals.css */
  .g-py-195--lg {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  /* line 12780, app/assets/stylesheets/unify-globals.css */
  .g-py-200--lg {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  /* line 12784, app/assets/stylesheets/unify-globals.css */
  .g-py-205--lg {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  /* line 12788, app/assets/stylesheets/unify-globals.css */
  .g-py-210--lg {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  /* line 12792, app/assets/stylesheets/unify-globals.css */
  .g-pt-0--lg {
    padding-top: 0px !important;
  }
  /* line 12794, app/assets/stylesheets/unify-globals.css */
  .g-pt-1--lg {
    padding-top: 0.07143rem !important;
  }
  /* line 12796, app/assets/stylesheets/unify-globals.css */
  .g-pt-2--lg {
    padding-top: 0.14286rem !important;
  }
  /* line 12798, app/assets/stylesheets/unify-globals.css */
  .g-pt-3--lg {
    padding-top: 0.21429rem !important;
  }
  /* line 12800, app/assets/stylesheets/unify-globals.css */
  .g-pt-4--lg {
    padding-top: 0.28571rem !important;
  }
  /* line 12802, app/assets/stylesheets/unify-globals.css */
  .g-pt-5--lg {
    padding-top: 0.35714rem !important;
  }
  /* line 12804, app/assets/stylesheets/unify-globals.css */
  .g-pt-6--lg {
    padding-top: 0.42857rem !important;
  }
  /* line 12806, app/assets/stylesheets/unify-globals.css */
  .g-pt-7--lg {
    padding-top: 0.5rem !important;
  }
  /* line 12808, app/assets/stylesheets/unify-globals.css */
  .g-pt-8--lg {
    padding-top: 0.57143rem !important;
  }
  /* line 12810, app/assets/stylesheets/unify-globals.css */
  .g-pt-9--lg {
    padding-top: 0.64286rem !important;
  }
  /* line 12812, app/assets/stylesheets/unify-globals.css */
  .g-pt-10--lg {
    padding-top: 0.71429rem !important;
  }
  /* line 12814, app/assets/stylesheets/unify-globals.css */
  .g-pt-15--lg {
    padding-top: 1.07143rem !important;
  }
  /* line 12816, app/assets/stylesheets/unify-globals.css */
  .g-pt-20--lg {
    padding-top: 1.42857rem !important;
  }
  /* line 12818, app/assets/stylesheets/unify-globals.css */
  .g-pt-25--lg {
    padding-top: 1.78571rem !important;
  }
  /* line 12820, app/assets/stylesheets/unify-globals.css */
  .g-pt-30--lg {
    padding-top: 2.14286rem !important;
  }
  /* line 12822, app/assets/stylesheets/unify-globals.css */
  .g-pt-35--lg {
    padding-top: 2.5rem !important;
  }
  /* line 12824, app/assets/stylesheets/unify-globals.css */
  .g-pt-40--lg {
    padding-top: 2.85714rem !important;
  }
  /* line 12826, app/assets/stylesheets/unify-globals.css */
  .g-pt-45--lg {
    padding-top: 3.21429rem !important;
  }
  /* line 12828, app/assets/stylesheets/unify-globals.css */
  .g-pt-50--lg {
    padding-top: 3.57143rem !important;
  }
  /* line 12830, app/assets/stylesheets/unify-globals.css */
  .g-pt-55--lg {
    padding-top: 3.92857rem !important;
  }
  /* line 12832, app/assets/stylesheets/unify-globals.css */
  .g-pt-60--lg {
    padding-top: 4.28571rem !important;
  }
  /* line 12834, app/assets/stylesheets/unify-globals.css */
  .g-pt-65--lg {
    padding-top: 4.64286rem !important;
  }
  /* line 12836, app/assets/stylesheets/unify-globals.css */
  .g-pt-70--lg {
    padding-top: 5rem !important;
  }
  /* line 12838, app/assets/stylesheets/unify-globals.css */
  .g-pt-75--lg {
    padding-top: 5.35714rem !important;
  }
  /* line 12840, app/assets/stylesheets/unify-globals.css */
  .g-pt-80--lg {
    padding-top: 5.71429rem !important;
  }
  /* line 12842, app/assets/stylesheets/unify-globals.css */
  .g-pt-85--lg {
    padding-top: 6.07143rem !important;
  }
  /* line 12844, app/assets/stylesheets/unify-globals.css */
  .g-pt-90--lg {
    padding-top: 6.42857rem !important;
  }
  /* line 12846, app/assets/stylesheets/unify-globals.css */
  .g-pt-95--lg {
    padding-top: 6.78571rem !important;
  }
  /* line 12848, app/assets/stylesheets/unify-globals.css */
  .g-pt-100--lg {
    padding-top: 7.14286rem !important;
  }
  /* line 12850, app/assets/stylesheets/unify-globals.css */
  .g-pt-105--lg {
    padding-top: 7.5rem !important;
  }
  /* line 12852, app/assets/stylesheets/unify-globals.css */
  .g-pt-110--lg {
    padding-top: 7.85714rem !important;
  }
  /* line 12854, app/assets/stylesheets/unify-globals.css */
  .g-pt-115--lg {
    padding-top: 8.21429rem !important;
  }
  /* line 12856, app/assets/stylesheets/unify-globals.css */
  .g-pt-120--lg {
    padding-top: 8.57143rem !important;
  }
  /* line 12858, app/assets/stylesheets/unify-globals.css */
  .g-pt-125--lg {
    padding-top: 8.92857rem !important;
  }
  /* line 12860, app/assets/stylesheets/unify-globals.css */
  .g-pt-130--lg {
    padding-top: 9.28571rem !important;
  }
  /* line 12862, app/assets/stylesheets/unify-globals.css */
  .g-pt-135--lg {
    padding-top: 9.64286rem !important;
  }
  /* line 12864, app/assets/stylesheets/unify-globals.css */
  .g-pt-140--lg {
    padding-top: 10rem !important;
  }
  /* line 12866, app/assets/stylesheets/unify-globals.css */
  .g-pt-145--lg {
    padding-top: 10.35714rem !important;
  }
  /* line 12868, app/assets/stylesheets/unify-globals.css */
  .g-pt-150--lg {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  /* line 12871, app/assets/stylesheets/unify-globals.css */
  .g-pr-0--lg {
    padding-right: 0px !important;
  }
  /* line 12873, app/assets/stylesheets/unify-globals.css */
  .g-pr-1--lg {
    padding-right: 0.07143rem !important;
  }
  /* line 12875, app/assets/stylesheets/unify-globals.css */
  .g-pr-2--lg {
    padding-right: 0.14286rem !important;
  }
  /* line 12877, app/assets/stylesheets/unify-globals.css */
  .g-pr-3--lg {
    padding-right: 0.21429rem !important;
  }
  /* line 12879, app/assets/stylesheets/unify-globals.css */
  .g-pr-4--lg {
    padding-right: 0.28571rem !important;
  }
  /* line 12881, app/assets/stylesheets/unify-globals.css */
  .g-pr-5--lg {
    padding-right: 0.35714rem !important;
  }
  /* line 12883, app/assets/stylesheets/unify-globals.css */
  .g-pr-6--lg {
    padding-right: 0.42857rem !important;
  }
  /* line 12885, app/assets/stylesheets/unify-globals.css */
  .g-pr-7--lg {
    padding-right: 0.5rem !important;
  }
  /* line 12887, app/assets/stylesheets/unify-globals.css */
  .g-pr-8--lg {
    padding-right: 0.57143rem !important;
  }
  /* line 12889, app/assets/stylesheets/unify-globals.css */
  .g-pr-9--lg {
    padding-right: 0.64286rem !important;
  }
  /* P */
  /* line 12892, app/assets/stylesheets/unify-globals.css */
  .g-pr-10--lg {
    padding-right: 0.71429rem !important;
  }
  /* P */
  /* line 12895, app/assets/stylesheets/unify-globals.css */
  .g-pr-15--lg {
    padding-right: 1.07143rem !important;
  }
  /* P */
  /* line 12898, app/assets/stylesheets/unify-globals.css */
  .g-pr-20--lg {
    padding-right: 1.42857rem !important;
  }
  /* P */
  /* line 12901, app/assets/stylesheets/unify-globals.css */
  .g-pr-25--lg {
    padding-right: 1.78571rem !important;
  }
  /* P */
  /* line 12904, app/assets/stylesheets/unify-globals.css */
  .g-pr-30--lg {
    padding-right: 2.14286rem !important;
  }
  /* P */
  /* line 12907, app/assets/stylesheets/unify-globals.css */
  .g-pr-35--lg {
    padding-right: 2.5rem !important;
  }
  /* P */
  /* line 12910, app/assets/stylesheets/unify-globals.css */
  .g-pr-40--lg {
    padding-right: 2.85714rem !important;
  }
  /* P */
  /* line 12913, app/assets/stylesheets/unify-globals.css */
  .g-pr-45--lg {
    padding-right: 3.21429rem !important;
  }
  /* P */
  /* line 12916, app/assets/stylesheets/unify-globals.css */
  .g-pr-50--lg {
    padding-right: 3.57143rem !important;
  }
  /* P */
  /* line 12919, app/assets/stylesheets/unify-globals.css */
  .g-pr-55--lg {
    padding-right: 3.92857rem !important;
  }
  /* P */
  /* line 12922, app/assets/stylesheets/unify-globals.css */
  .g-pr-60--lg {
    padding-right: 4.28571rem !important;
  }
  /* P */
  /* line 12925, app/assets/stylesheets/unify-globals.css */
  .g-pr-65--lg {
    padding-right: 4.64286rem !important;
  }
  /* P */
  /* line 12928, app/assets/stylesheets/unify-globals.css */
  .g-pr-70--lg {
    padding-right: 5rem !important;
  }
  /* P */
  /* line 12931, app/assets/stylesheets/unify-globals.css */
  .g-pr-75--lg {
    padding-right: 5.35714rem !important;
  }
  /* P */
  /* line 12934, app/assets/stylesheets/unify-globals.css */
  .g-pr-80--lg {
    padding-right: 5.71429rem !important;
  }
  /* P */
  /* line 12937, app/assets/stylesheets/unify-globals.css */
  .g-pr-85--lg {
    padding-right: 6.07143rem !important;
  }
  /* P */
  /* line 12940, app/assets/stylesheets/unify-globals.css */
  .g-pr-90--lg {
    padding-right: 6.42857rem !important;
  }
  /* P */
  /* line 12943, app/assets/stylesheets/unify-globals.css */
  .g-pr-95--lg {
    padding-right: 6.78571rem !important;
  }
  /* P */
  /* line 12946, app/assets/stylesheets/unify-globals.css */
  .g-pr-100--lg {
    padding-right: 7.14286rem !important;
  }
  /* P */
  /* line 12949, app/assets/stylesheets/unify-globals.css */
  .g-pr-105--lg {
    padding-right: 7.5rem !important;
  }
  /* P */
  /* line 12952, app/assets/stylesheets/unify-globals.css */
  .g-pr-110--lg {
    padding-right: 7.85714rem !important;
  }
  /* P */
  /* line 12955, app/assets/stylesheets/unify-globals.css */
  .g-pr-115--lg {
    padding-right: 8.21429rem !important;
  }
  /* P */
  /* line 12958, app/assets/stylesheets/unify-globals.css */
  .g-pr-120--lg {
    padding-right: 8.57143rem !important;
  }
  /* P */
  /* line 12961, app/assets/stylesheets/unify-globals.css */
  .g-pr-125--lg {
    padding-right: 8.92857rem !important;
  }
  /* P */
  /* line 12964, app/assets/stylesheets/unify-globals.css */
  .g-pr-130--lg {
    padding-right: 9.28571rem !important;
  }
  /* P */
  /* line 12967, app/assets/stylesheets/unify-globals.css */
  .g-pr-135--lg {
    padding-right: 9.64286rem !important;
  }
  /* P */
  /* line 12970, app/assets/stylesheets/unify-globals.css */
  .g-pr-140--lg {
    padding-right: 10rem !important;
  }
  /* P */
  /* line 12973, app/assets/stylesheets/unify-globals.css */
  .g-pr-145--lg {
    padding-right: 10.35714rem !important;
  }
  /* P */
  /* line 12976, app/assets/stylesheets/unify-globals.css */
  .g-pr-150--lg {
    padding-right: 10.71429rem !important;
  }
  /* P */
  /* line 12979, app/assets/stylesheets/unify-globals.css */
  .g-pr-155--lg {
    padding-right: 11.07143rem !important;
  }
  /* P */
  /* line 12982, app/assets/stylesheets/unify-globals.css */
  .g-pr-160--lg {
    padding-right: 11.42857rem !important;
  }
  /* P */
  /* line 12985, app/assets/stylesheets/unify-globals.css */
  .g-pr-165--lg {
    padding-right: 11.78571rem !important;
  }
  /* P */
  /* line 12988, app/assets/stylesheets/unify-globals.css */
  .g-pr-170--lg {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  /* line 12991, app/assets/stylesheets/unify-globals.css */
  .g-pb-0--lg {
    padding-bottom: 0px !important;
  }
  /* line 12993, app/assets/stylesheets/unify-globals.css */
  .g-pb-1--lg {
    padding-bottom: 0.07143rem !important;
  }
  /* line 12995, app/assets/stylesheets/unify-globals.css */
  .g-pb-2--lg {
    padding-bottom: 0.14286rem !important;
  }
  /* line 12997, app/assets/stylesheets/unify-globals.css */
  .g-pb-3--lg {
    padding-bottom: 0.21429rem !important;
  }
  /* line 12999, app/assets/stylesheets/unify-globals.css */
  .g-pb-4--lg {
    padding-bottom: 0.28571rem !important;
  }
  /* line 13001, app/assets/stylesheets/unify-globals.css */
  .g-pb-5--lg {
    padding-bottom: 0.35714rem !important;
  }
  /* line 13003, app/assets/stylesheets/unify-globals.css */
  .g-pb-6--lg {
    padding-bottom: 0.42857rem !important;
  }
  /* line 13005, app/assets/stylesheets/unify-globals.css */
  .g-pb-7--lg {
    padding-bottom: 0.5rem !important;
  }
  /* line 13007, app/assets/stylesheets/unify-globals.css */
  .g-pb-8--lg {
    padding-bottom: 0.57143rem !important;
  }
  /* line 13009, app/assets/stylesheets/unify-globals.css */
  .g-pb-9--lg {
    padding-bottom: 0.64286rem !important;
  }
  /* line 13011, app/assets/stylesheets/unify-globals.css */
  .g-pb-10--lg {
    padding-bottom: 0.71429rem !important;
  }
  /* line 13013, app/assets/stylesheets/unify-globals.css */
  .g-pb-15--lg {
    padding-bottom: 1.07143rem !important;
  }
  /* line 13015, app/assets/stylesheets/unify-globals.css */
  .g-pb-20--lg {
    padding-bottom: 1.42857rem !important;
  }
  /* line 13017, app/assets/stylesheets/unify-globals.css */
  .g-pb-25--lg {
    padding-bottom: 1.78571rem !important;
  }
  /* line 13019, app/assets/stylesheets/unify-globals.css */
  .g-pb-30--lg {
    padding-bottom: 2.14286rem !important;
  }
  /* line 13021, app/assets/stylesheets/unify-globals.css */
  .g-pb-35--lg {
    padding-bottom: 2.5rem !important;
  }
  /* line 13023, app/assets/stylesheets/unify-globals.css */
  .g-pb-40--lg {
    padding-bottom: 2.85714rem !important;
  }
  /* line 13025, app/assets/stylesheets/unify-globals.css */
  .g-pb-45--lg {
    padding-bottom: 3.21429rem !important;
  }
  /* line 13027, app/assets/stylesheets/unify-globals.css */
  .g-pb-50--lg {
    padding-bottom: 3.57143rem !important;
  }
  /* line 13029, app/assets/stylesheets/unify-globals.css */
  .g-pb-55--lg {
    padding-bottom: 3.92857rem !important;
  }
  /* line 13031, app/assets/stylesheets/unify-globals.css */
  .g-pb-60--lg {
    padding-bottom: 4.28571rem !important;
  }
  /* line 13033, app/assets/stylesheets/unify-globals.css */
  .g-pb-65--lg {
    padding-bottom: 4.64286rem !important;
  }
  /* line 13035, app/assets/stylesheets/unify-globals.css */
  .g-pb-70--lg {
    padding-bottom: 5rem !important;
  }
  /* line 13037, app/assets/stylesheets/unify-globals.css */
  .g-pb-75--lg {
    padding-bottom: 5.35714rem !important;
  }
  /* line 13039, app/assets/stylesheets/unify-globals.css */
  .g-pb-80--lg {
    padding-bottom: 5.71429rem !important;
  }
  /* line 13041, app/assets/stylesheets/unify-globals.css */
  .g-pb-85--lg {
    padding-bottom: 6.07143rem !important;
  }
  /* line 13043, app/assets/stylesheets/unify-globals.css */
  .g-pb-90--lg {
    padding-bottom: 6.42857rem !important;
  }
  /* line 13045, app/assets/stylesheets/unify-globals.css */
  .g-pb-95--lg {
    padding-bottom: 6.78571rem !important;
  }
  /* line 13047, app/assets/stylesheets/unify-globals.css */
  .g-pb-100--lg {
    padding-bottom: 7.14286rem !important;
  }
  /* line 13049, app/assets/stylesheets/unify-globals.css */
  .g-pb-105--lg {
    padding-bottom: 7.5rem !important;
  }
  /* line 13051, app/assets/stylesheets/unify-globals.css */
  .g-pb-110--lg {
    padding-bottom: 7.85714rem !important;
  }
  /* line 13053, app/assets/stylesheets/unify-globals.css */
  .g-pb-115--lg {
    padding-bottom: 8.21429rem !important;
  }
  /* line 13055, app/assets/stylesheets/unify-globals.css */
  .g-pb-120--lg {
    padding-bottom: 8.57143rem !important;
  }
  /* line 13057, app/assets/stylesheets/unify-globals.css */
  .g-pb-125--lg {
    padding-bottom: 8.92857rem !important;
  }
  /* line 13059, app/assets/stylesheets/unify-globals.css */
  .g-pb-130--lg {
    padding-bottom: 9.28571rem !important;
  }
  /* line 13061, app/assets/stylesheets/unify-globals.css */
  .g-pb-135--lg {
    padding-bottom: 9.64286rem !important;
  }
  /* line 13063, app/assets/stylesheets/unify-globals.css */
  .g-pb-140--lg {
    padding-bottom: 10rem !important;
  }
  /* line 13065, app/assets/stylesheets/unify-globals.css */
  .g-pb-145--lg {
    padding-bottom: 10.35714rem !important;
  }
  /* line 13067, app/assets/stylesheets/unify-globals.css */
  .g-pb-150--lg {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  /* line 13070, app/assets/stylesheets/unify-globals.css */
  .g-pl-0--lg {
    padding-left: 0px !important;
  }
  /* line 13072, app/assets/stylesheets/unify-globals.css */
  .g-pl-1--lg {
    padding-left: 0.07143rem !important;
  }
  /* line 13074, app/assets/stylesheets/unify-globals.css */
  .g-pl-2--lg {
    padding-left: 0.14286rem !important;
  }
  /* line 13076, app/assets/stylesheets/unify-globals.css */
  .g-pl-3--lg {
    padding-left: 0.21429rem !important;
  }
  /* line 13078, app/assets/stylesheets/unify-globals.css */
  .g-pl-4--lg {
    padding-left: 0.28571rem !important;
  }
  /* line 13080, app/assets/stylesheets/unify-globals.css */
  .g-pl-5--lg {
    padding-left: 0.35714rem !important;
  }
  /* line 13082, app/assets/stylesheets/unify-globals.css */
  .g-pl-6--lg {
    padding-left: 0.42857rem !important;
  }
  /* line 13084, app/assets/stylesheets/unify-globals.css */
  .g-pl-7--lg {
    padding-left: 0.5rem !important;
  }
  /* line 13086, app/assets/stylesheets/unify-globals.css */
  .g-pl-8--lg {
    padding-left: 0.57143rem !important;
  }
  /* line 13088, app/assets/stylesheets/unify-globals.css */
  .g-pl-9--lg {
    padding-left: 0.64286rem !important;
  }
  /* P */
  /* line 13091, app/assets/stylesheets/unify-globals.css */
  .g-pl-10--lg {
    padding-left: 0.71429rem !important;
  }
  /* P */
  /* line 13094, app/assets/stylesheets/unify-globals.css */
  .g-pl-15--lg {
    padding-left: 1.07143rem !important;
  }
  /* P */
  /* line 13097, app/assets/stylesheets/unify-globals.css */
  .g-pl-20--lg {
    padding-left: 1.42857rem !important;
  }
  /* P */
  /* line 13100, app/assets/stylesheets/unify-globals.css */
  .g-pl-25--lg {
    padding-left: 1.78571rem !important;
  }
  /* P */
  /* line 13103, app/assets/stylesheets/unify-globals.css */
  .g-pl-30--lg {
    padding-left: 2.14286rem !important;
  }
  /* P */
  /* line 13106, app/assets/stylesheets/unify-globals.css */
  .g-pl-35--lg {
    padding-left: 2.5rem !important;
  }
  /* P */
  /* line 13109, app/assets/stylesheets/unify-globals.css */
  .g-pl-40--lg {
    padding-left: 2.85714rem !important;
  }
  /* P */
  /* line 13112, app/assets/stylesheets/unify-globals.css */
  .g-pl-45--lg {
    padding-left: 3.21429rem !important;
  }
  /* P */
  /* line 13115, app/assets/stylesheets/unify-globals.css */
  .g-pl-50--lg {
    padding-left: 3.57143rem !important;
  }
  /* P */
  /* line 13118, app/assets/stylesheets/unify-globals.css */
  .g-pl-55--lg {
    padding-left: 3.92857rem !important;
  }
  /* P */
  /* line 13121, app/assets/stylesheets/unify-globals.css */
  .g-pl-60--lg {
    padding-left: 4.28571rem !important;
  }
  /* P */
  /* line 13124, app/assets/stylesheets/unify-globals.css */
  .g-pl-65--lg {
    padding-left: 4.64286rem !important;
  }
  /* P */
  /* line 13127, app/assets/stylesheets/unify-globals.css */
  .g-pl-70--lg {
    padding-left: 5rem !important;
  }
  /* P */
  /* line 13130, app/assets/stylesheets/unify-globals.css */
  .g-pl-75--lg {
    padding-left: 5.35714rem !important;
  }
  /* P */
  /* line 13133, app/assets/stylesheets/unify-globals.css */
  .g-pl-80--lg {
    padding-left: 5.71429rem !important;
  }
  /* P */
  /* line 13136, app/assets/stylesheets/unify-globals.css */
  .g-pl-85--lg {
    padding-left: 6.07143rem !important;
  }
  /* P */
  /* line 13139, app/assets/stylesheets/unify-globals.css */
  .g-pl-90--lg {
    padding-left: 6.42857rem !important;
  }
  /* P */
  /* line 13142, app/assets/stylesheets/unify-globals.css */
  .g-pl-95--lg {
    padding-left: 6.78571rem !important;
  }
  /* P */
  /* line 13145, app/assets/stylesheets/unify-globals.css */
  .g-pl-100--lg {
    padding-left: 7.14286rem !important;
  }
  /* P */
  /* line 13148, app/assets/stylesheets/unify-globals.css */
  .g-pl-105--lg {
    padding-left: 7.5rem !important;
  }
  /* P */
  /* line 13151, app/assets/stylesheets/unify-globals.css */
  .g-pl-110--lg {
    padding-left: 7.85714rem !important;
  }
  /* P */
  /* line 13154, app/assets/stylesheets/unify-globals.css */
  .g-pl-115--lg {
    padding-left: 8.21429rem !important;
  }
  /* P */
  /* line 13157, app/assets/stylesheets/unify-globals.css */
  .g-pl-120--lg {
    padding-left: 8.57143rem !important;
  }
  /* P */
  /* line 13160, app/assets/stylesheets/unify-globals.css */
  .g-pl-125--lg {
    padding-left: 8.92857rem !important;
  }
  /* P */
  /* line 13163, app/assets/stylesheets/unify-globals.css */
  .g-pl-130--lg {
    padding-left: 9.28571rem !important;
  }
  /* P */
  /* line 13166, app/assets/stylesheets/unify-globals.css */
  .g-pl-135--lg {
    padding-left: 9.64286rem !important;
  }
  /* P */
  /* line 13169, app/assets/stylesheets/unify-globals.css */
  .g-pl-140--lg {
    padding-left: 10rem !important;
  }
  /* P */
  /* line 13172, app/assets/stylesheets/unify-globals.css */
  .g-pl-145--lg {
    padding-left: 10.35714rem !important;
  }
  /* P */
  /* line 13175, app/assets/stylesheets/unify-globals.css */
  .g-pl-150--lg {
    padding-left: 10.71429rem !important;
  }
  /* P */
  /* line 13178, app/assets/stylesheets/unify-globals.css */
  .g-pl-155--lg {
    padding-left: 11.07143rem !important;
  }
  /* P */
  /* line 13181, app/assets/stylesheets/unify-globals.css */
  .g-pl-160--lg {
    padding-left: 11.42857rem !important;
  }
  /* P */
  /* line 13184, app/assets/stylesheets/unify-globals.css */
  .g-pl-165--lg {
    padding-left: 11.78571rem !important;
  }
  /* P */
  /* line 13187, 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, app/assets/stylesheets/unify-globals.css */
  .g-pa-0--xl {
    padding: 0 !important;
  }
  /* line 13195, app/assets/stylesheets/unify-globals.css */
  .g-px-0--xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 13198, app/assets/stylesheets/unify-globals.css */
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 13201, app/assets/stylesheets/unify-globals.css */
  .g-pl-0--xl {
    padding-left: 0 !important;
  }
  /* line 13203, app/assets/stylesheets/unify-globals.css */
  .g-pr-0--xl {
    padding-right: 0 !important;
  }
  /* line 13205, app/assets/stylesheets/unify-globals.css */
  .g-pt-0--xl {
    padding-top: 0 !important;
  }
  /* line 13207, app/assets/stylesheets/unify-globals.css */
  .g-pb-0--xl {
    padding-bottom: 0 !important;
  }
  /* Padding Around */
  /* line 13210, app/assets/stylesheets/unify-globals.css */
  .g-pa-2--xl {
    padding: 0.14286rem !important;
  }
  /* line 13212, app/assets/stylesheets/unify-globals.css */
  .g-pa-3--xl {
    padding: 0.21429rem !important;
  }
  /* line 13214, app/assets/stylesheets/unify-globals.css */
  .g-pa-5--xl {
    padding: 0.35714rem !important;
  }
  /* line 13216, app/assets/stylesheets/unify-globals.css */
  .g-pa-7--xl {
    padding: 0.5rem !important;
  }
  /* line 13218, app/assets/stylesheets/unify-globals.css */
  .g-pa-10--xl {
    padding: 0.71429rem !important;
  }
  /* line 13220, app/assets/stylesheets/unify-globals.css */
  .g-pa-15--xl {
    padding: 1.07143rem !important;
  }
  /* line 13222, app/assets/stylesheets/unify-globals.css */
  .g-pa-20--xl {
    padding: 1.42857rem !important;
  }
  /* line 13224, app/assets/stylesheets/unify-globals.css */
  .g-pa-25--xl {
    padding: 1.78571rem !important;
  }
  /* line 13226, app/assets/stylesheets/unify-globals.css */
  .g-pa-30--xl {
    padding: 2.14286rem !important;
  }
  /* line 13228, app/assets/stylesheets/unify-globals.css */
  .g-pa-35--xl {
    padding: 2.5rem !important;
  }
  /* line 13230, app/assets/stylesheets/unify-globals.css */
  .g-pa-40--xl {
    padding: 2.85714rem !important;
  }
  /* line 13232, app/assets/stylesheets/unify-globals.css */
  .g-pa-45--xl {
    padding: 3.21429rem !important;
  }
  /* line 13234, app/assets/stylesheets/unify-globals.css */
  .g-pa-50--xl {
    padding: 3.57143rem !important;
  }
  /* line 13236, app/assets/stylesheets/unify-globals.css */
  .g-pa-55--xl {
    padding: 3.92857rem !important;
  }
  /* line 13238, app/assets/stylesheets/unify-globals.css */
  .g-pa-60--xl {
    padding: 4.28571rem !important;
  }
  /* line 13240, app/assets/stylesheets/unify-globals.css */
  .g-pa-65--xl {
    padding: 4.64286rem !important;
  }
  /* line 13242, app/assets/stylesheets/unify-globals.css */
  .g-pa-70--xl {
    padding: 5rem !important;
  }
  /* line 13244, app/assets/stylesheets/unify-globals.css */
  .g-pa-75--xl {
    padding: 5.35714rem !important;
  }
  /* line 13246, app/assets/stylesheets/unify-globals.css */
  .g-pa-80--xl {
    padding: 5.71429rem !important;
  }
  /* line 13248, app/assets/stylesheets/unify-globals.css */
  .g-pa-85--xl {
    padding: 6.07143rem !important;
  }
  /* line 13250, app/assets/stylesheets/unify-globals.css */
  .g-pa-90--xl {
    padding: 6.42857rem !important;
  }
  /* line 13252, app/assets/stylesheets/unify-globals.css */
  .g-pa-95--xl {
    padding: 6.78571rem !important;
  }
  /* line 13254, app/assets/stylesheets/unify-globals.css */
  .g-pa-100--xl {
    padding: 7.14286rem !important;
  }
  /* line 13256, app/assets/stylesheets/unify-globals.css */
  .g-pa-105--xl {
    padding: 7.5rem !important;
  }
  /* line 13258, app/assets/stylesheets/unify-globals.css */
  .g-pa-110--xl {
    padding: 7.85714rem !important;
  }
  /* line 13260, app/assets/stylesheets/unify-globals.css */
  .g-pa-115--xl {
    padding: 8.21429rem !important;
  }
  /* line 13262, app/assets/stylesheets/unify-globals.css */
  .g-pa-120--xl {
    padding: 8.57143rem !important;
  }
  /* line 13264, app/assets/stylesheets/unify-globals.css */
  .g-pa-125--xl {
    padding: 8.92857rem !important;
  }
  /* line 13266, app/assets/stylesheets/unify-globals.css */
  .g-pa-130--xl {
    padding: 9.28571rem !important;
  }
  /* line 13268, app/assets/stylesheets/unify-globals.css */
  .g-pa-135--xl {
    padding: 9.64286rem !important;
  }
  /* line 13270, app/assets/stylesheets/unify-globals.css */
  .g-pa-140--xl {
    padding: 10rem !important;
  }
  /* line 13272, app/assets/stylesheets/unify-globals.css */
  .g-pa-145--xl {
    padding: 10.35714rem !important;
  }
  /* line 13274, app/assets/stylesheets/unify-globals.css */
  .g-pa-150--xl {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  /* line 13277, app/assets/stylesheets/unify-globals.css */
  .g-px-1--xl {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  /* line 13280, app/assets/stylesheets/unify-globals.css */
  .g-px-2--xl {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  /* line 13283, app/assets/stylesheets/unify-globals.css */
  .g-px-3--xl {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  /* line 13286, app/assets/stylesheets/unify-globals.css */
  .g-px-4--xl {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  /* line 13289, app/assets/stylesheets/unify-globals.css */
  .g-px-5--xl {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  /* line 13292, app/assets/stylesheets/unify-globals.css */
  .g-px-6--xl {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  /* line 13295, app/assets/stylesheets/unify-globals.css */
  .g-px-7--xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 13298, app/assets/stylesheets/unify-globals.css */
  .g-px-8--xl {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  /* line 13301, app/assets/stylesheets/unify-globals.css */
  .g-px-9--xl {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  /* line 13304, app/assets/stylesheets/unify-globals.css */
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 13307, app/assets/stylesheets/unify-globals.css */
  .g-px-11--xl {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  /* line 13310, app/assets/stylesheets/unify-globals.css */
  .g-px-12--xl {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  /* line 13313, app/assets/stylesheets/unify-globals.css */
  .g-px-13--xl {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  /* line 13316, app/assets/stylesheets/unify-globals.css */
  .g-px-14--xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 13319, app/assets/stylesheets/unify-globals.css */
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 13322, app/assets/stylesheets/unify-globals.css */
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 13325, app/assets/stylesheets/unify-globals.css */
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 13328, app/assets/stylesheets/unify-globals.css */
  .g-px-20--xl {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  /* line 13331, app/assets/stylesheets/unify-globals.css */
  .g-px-25--xl {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  /* line 13334, app/assets/stylesheets/unify-globals.css */
  .g-px-30--xl {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  /* line 13337, app/assets/stylesheets/unify-globals.css */
  .g-px-35--xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 13340, app/assets/stylesheets/unify-globals.css */
  .g-px-40--xl {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  /* line 13343, app/assets/stylesheets/unify-globals.css */
  .g-px-45--xl {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  /* line 13346, app/assets/stylesheets/unify-globals.css */
  .g-px-50--xl {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  /* line 13349, app/assets/stylesheets/unify-globals.css */
  .g-px-55--xl {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  /* line 13352, app/assets/stylesheets/unify-globals.css */
  .g-px-60--xl {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  /* line 13355, app/assets/stylesheets/unify-globals.css */
  .g-px-65--xl {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  /* line 13358, app/assets/stylesheets/unify-globals.css */
  .g-px-70--xl {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 13361, app/assets/stylesheets/unify-globals.css */
  .g-px-75--xl {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  /* line 13364, app/assets/stylesheets/unify-globals.css */
  .g-px-80--xl {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  /* line 13367, app/assets/stylesheets/unify-globals.css */
  .g-px-85--xl {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  /* line 13370, app/assets/stylesheets/unify-globals.css */
  .g-px-90--xl {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  /* line 13373, app/assets/stylesheets/unify-globals.css */
  .g-px-95--xl {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  /* line 13376, app/assets/stylesheets/unify-globals.css */
  .g-px-100--xl {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  /* line 13379, app/assets/stylesheets/unify-globals.css */
  .g-px-105--xl {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  /* line 13382, app/assets/stylesheets/unify-globals.css */
  .g-px-110--xl {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  /* line 13385, app/assets/stylesheets/unify-globals.css */
  .g-px-115--xl {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  /* line 13388, app/assets/stylesheets/unify-globals.css */
  .g-px-120--xl {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  /* line 13391, app/assets/stylesheets/unify-globals.css */
  .g-px-125--xl {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  /* line 13394, app/assets/stylesheets/unify-globals.css */
  .g-px-130--xl {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  /* line 13397, app/assets/stylesheets/unify-globals.css */
  .g-px-135--xl {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  /* line 13400, app/assets/stylesheets/unify-globals.css */
  .g-px-140--xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 13403, app/assets/stylesheets/unify-globals.css */
  .g-px-145--xl {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  /* line 13406, app/assets/stylesheets/unify-globals.css */
  .g-px-150--xl {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  /* line 13410, app/assets/stylesheets/unify-globals.css */
  .g-py-1--xl {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  /* line 13413, app/assets/stylesheets/unify-globals.css */
  .g-py-2--xl {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  /* line 13416, app/assets/stylesheets/unify-globals.css */
  .g-py-3--xl {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  /* line 13419, app/assets/stylesheets/unify-globals.css */
  .g-py-4--xl {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  /* line 13422, app/assets/stylesheets/unify-globals.css */
  .g-py-5--xl {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 13425, app/assets/stylesheets/unify-globals.css */
  .g-py-6--xl {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  /* line 13428, app/assets/stylesheets/unify-globals.css */
  .g-py-7--xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 13431, app/assets/stylesheets/unify-globals.css */
  .g-py-8--xl {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  /* line 13434, app/assets/stylesheets/unify-globals.css */
  .g-py-9--xl {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  /* line 13437, app/assets/stylesheets/unify-globals.css */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* line 13440, app/assets/stylesheets/unify-globals.css */
  .g-py-11--xl {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  /* line 13443, app/assets/stylesheets/unify-globals.css */
  .g-py-12--xl {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  /* line 13446, app/assets/stylesheets/unify-globals.css */
  .g-py-13--xl {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  /* line 13449, app/assets/stylesheets/unify-globals.css */
  .g-py-14--xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 13452, app/assets/stylesheets/unify-globals.css */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* line 13455, app/assets/stylesheets/unify-globals.css */
  .g-py-16--xl {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  /* line 13458, app/assets/stylesheets/unify-globals.css */
  .g-py-17--xl {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  /* line 13461, app/assets/stylesheets/unify-globals.css */
  .g-py-18--xl {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  /* line 13464, app/assets/stylesheets/unify-globals.css */
  .g-py-19--xl {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  /* line 13468, app/assets/stylesheets/unify-globals.css */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  /* line 13472, app/assets/stylesheets/unify-globals.css */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  /* line 13476, app/assets/stylesheets/unify-globals.css */
  .g-py-20--xl {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  /* line 13480, app/assets/stylesheets/unify-globals.css */
  .g-py-25--xl {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  /* line 13484, app/assets/stylesheets/unify-globals.css */
  .g-py-30--xl {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  /* line 13488, app/assets/stylesheets/unify-globals.css */
  .g-py-35--xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  /* line 13492, app/assets/stylesheets/unify-globals.css */
  .g-py-40--xl {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  /* line 13496, app/assets/stylesheets/unify-globals.css */
  .g-py-45--xl {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  /* line 13500, app/assets/stylesheets/unify-globals.css */
  .g-py-50--xl {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  /* line 13504, app/assets/stylesheets/unify-globals.css */
  .g-py-55--xl {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  /* line 13508, app/assets/stylesheets/unify-globals.css */
  .g-py-60--xl {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  /* line 13512, app/assets/stylesheets/unify-globals.css */
  .g-py-65--xl {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  /* line 13516, app/assets/stylesheets/unify-globals.css */
  .g-py-70--xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  /* line 13520, app/assets/stylesheets/unify-globals.css */
  .g-py-75--xl {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  /* line 13524, app/assets/stylesheets/unify-globals.css */
  .g-py-80--xl {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  /* line 13528, app/assets/stylesheets/unify-globals.css */
  .g-py-85--xl {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  /* line 13532, app/assets/stylesheets/unify-globals.css */
  .g-py-90--xl {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  /* line 13536, app/assets/stylesheets/unify-globals.css */
  .g-py-95--xl {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  /* line 13540, app/assets/stylesheets/unify-globals.css */
  .g-py-100--xl {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  /* line 13544, app/assets/stylesheets/unify-globals.css */
  .g-py-105--xl {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  /* line 13548, app/assets/stylesheets/unify-globals.css */
  .g-py-110--xl {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  /* line 13552, app/assets/stylesheets/unify-globals.css */
  .g-py-115--xl {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  /* line 13556, app/assets/stylesheets/unify-globals.css */
  .g-py-120--xl {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  /* line 13560, app/assets/stylesheets/unify-globals.css */
  .g-py-125--xl {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  /* line 13564, app/assets/stylesheets/unify-globals.css */
  .g-py-130--xl {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  /* line 13568, app/assets/stylesheets/unify-globals.css */
  .g-py-135--xl {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  /* line 13572, app/assets/stylesheets/unify-globals.css */
  .g-py-140--xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  /* line 13576, app/assets/stylesheets/unify-globals.css */
  .g-py-145--xl {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  /* line 13580, app/assets/stylesheets/unify-globals.css */
  .g-py-150--xl {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  /* line 13584, app/assets/stylesheets/unify-globals.css */
  .g-py-155--xl {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  /* line 13588, app/assets/stylesheets/unify-globals.css */
  .g-py-160--xl {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  /* line 13592, app/assets/stylesheets/unify-globals.css */
  .g-py-165--xl {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  /* line 13596, app/assets/stylesheets/unify-globals.css */
  .g-py-170--xl {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  /* line 13600, app/assets/stylesheets/unify-globals.css */
  .g-py-175--xl {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  /* line 13604, app/assets/stylesheets/unify-globals.css */
  .g-py-180--xl {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  /* line 13608, app/assets/stylesheets/unify-globals.css */
  .g-py-185--xl {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  /* line 13612, app/assets/stylesheets/unify-globals.css */
  .g-py-190--xl {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  /* line 13616, app/assets/stylesheets/unify-globals.css */
  .g-py-195--xl {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  /* line 13620, app/assets/stylesheets/unify-globals.css */
  .g-py-200--xl {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  /* line 13624, app/assets/stylesheets/unify-globals.css */
  .g-py-205--xl {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  /* line 13628, app/assets/stylesheets/unify-globals.css */
  .g-py-210--xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  /* line 13632, app/assets/stylesheets/unify-globals.css */
  .g-pt-0--xl {
    padding-top: 0px !important;
  }
  /* line 13634, app/assets/stylesheets/unify-globals.css */
  .g-pt-1--xl {
    padding-top: 0.07143rem !important;
  }
  /* line 13636, app/assets/stylesheets/unify-globals.css */
  .g-pt-2--xl {
    padding-top: 0.14286rem !important;
  }
  /* line 13638, app/assets/stylesheets/unify-globals.css */
  .g-pt-3--xl {
    padding-top: 0.21429rem !important;
  }
  /* line 13640, app/assets/stylesheets/unify-globals.css */
  .g-pt-4--xl {
    padding-top: 0.28571rem !important;
  }
  /* line 13642, app/assets/stylesheets/unify-globals.css */
  .g-pt-5--xl {
    padding-top: 0.35714rem !important;
  }
  /* line 13644, app/assets/stylesheets/unify-globals.css */
  .g-pt-6--xl {
    padding-top: 0.42857rem !important;
  }
  /* line 13646, app/assets/stylesheets/unify-globals.css */
  .g-pt-7--xl {
    padding-top: 0.5rem !important;
  }
  /* line 13648, app/assets/stylesheets/unify-globals.css */
  .g-pt-8--xl {
    padding-top: 0.57143rem !important;
  }
  /* line 13650, app/assets/stylesheets/unify-globals.css */
  .g-pt-9--xl {
    padding-top: 0.64286rem !important;
  }
  /* line 13652, app/assets/stylesheets/unify-globals.css */
  .g-pt-10--xl {
    padding-top: 0.71429rem !important;
  }
  /* line 13654, app/assets/stylesheets/unify-globals.css */
  .g-pt-15--xl {
    padding-top: 1.07143rem !important;
  }
  /* line 13656, app/assets/stylesheets/unify-globals.css */
  .g-pt-20--xl {
    padding-top: 1.42857rem !important;
  }
  /* line 13658, app/assets/stylesheets/unify-globals.css */
  .g-pt-25--xl {
    padding-top: 1.78571rem !important;
  }
  /* line 13660, app/assets/stylesheets/unify-globals.css */
  .g-pt-30--xl {
    padding-top: 2.14286rem !important;
  }
  /* line 13662, app/assets/stylesheets/unify-globals.css */
  .g-pt-35--xl {
    padding-top: 2.5rem !important;
  }
  /* line 13664, app/assets/stylesheets/unify-globals.css */
  .g-pt-40--xl {
    padding-top: 2.85714rem !important;
  }
  /* line 13666, app/assets/stylesheets/unify-globals.css */
  .g-pt-45--xl {
    padding-top: 3.21429rem !important;
  }
  /* line 13668, app/assets/stylesheets/unify-globals.css */
  .g-pt-50--xl {
    padding-top: 3.57143rem !important;
  }
  /* line 13670, app/assets/stylesheets/unify-globals.css */
  .g-pt-55--xl {
    padding-top: 3.92857rem !important;
  }
  /* line 13672, app/assets/stylesheets/unify-globals.css */
  .g-pt-60--xl {
    padding-top: 4.28571rem !important;
  }
  /* line 13674, app/assets/stylesheets/unify-globals.css */
  .g-pt-65--xl {
    padding-top: 4.64286rem !important;
  }
  /* line 13676, app/assets/stylesheets/unify-globals.css */
  .g-pt-70--xl {
    padding-top: 5rem !important;
  }
  /* line 13678, app/assets/stylesheets/unify-globals.css */
  .g-pt-75--xl {
    padding-top: 5.35714rem !important;
  }
  /* line 13680, app/assets/stylesheets/unify-globals.css */
  .g-pt-80--xl {
    padding-top: 5.71429rem !important;
  }
  /* line 13682, app/assets/stylesheets/unify-globals.css */
  .g-pt-85--xl {
    padding-top: 6.07143rem !important;
  }
  /* line 13684, app/assets/stylesheets/unify-globals.css */
  .g-pt-90--xl {
    padding-top: 6.42857rem !important;
  }
  /* line 13686, app/assets/stylesheets/unify-globals.css */
  .g-pt-95--xl {
    padding-top: 6.78571rem !important;
  }
  /* line 13688, app/assets/stylesheets/unify-globals.css */
  .g-pt-100--xl {
    padding-top: 7.14286rem !important;
  }
  /* line 13690, app/assets/stylesheets/unify-globals.css */
  .g-pt-105--xl {
    padding-top: 7.5rem !important;
  }
  /* line 13692, app/assets/stylesheets/unify-globals.css */
  .g-pt-110--xl {
    padding-top: 7.85714rem !important;
  }
  /* line 13694, app/assets/stylesheets/unify-globals.css */
  .g-pt-115--xl {
    padding-top: 8.21429rem !important;
  }
  /* line 13696, app/assets/stylesheets/unify-globals.css */
  .g-pt-120--xl {
    padding-top: 8.57143rem !important;
  }
  /* line 13698, app/assets/stylesheets/unify-globals.css */
  .g-pt-125--xl {
    padding-top: 8.92857rem !important;
  }
  /* line 13700, app/assets/stylesheets/unify-globals.css */
  .g-pt-130--xl {
    padding-top: 9.28571rem !important;
  }
  /* line 13702, app/assets/stylesheets/unify-globals.css */
  .g-pt-135--xl {
    padding-top: 9.64286rem !important;
  }
  /* line 13704, app/assets/stylesheets/unify-globals.css */
  .g-pt-140--xl {
    padding-top: 10rem !important;
  }
  /* line 13706, app/assets/stylesheets/unify-globals.css */
  .g-pt-145--xl {
    padding-top: 10.35714rem !important;
  }
  /* line 13708, app/assets/stylesheets/unify-globals.css */
  .g-pt-150--xl {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  /* line 13711, app/assets/stylesheets/unify-globals.css */
  .g-pr-0--xl {
    padding-right: 0px !important;
  }
  /* line 13713, app/assets/stylesheets/unify-globals.css */
  .g-pr-1--xl {
    padding-right: 0.07143rem !important;
  }
  /* line 13715, app/assets/stylesheets/unify-globals.css */
  .g-pr-2--xl {
    padding-right: 0.14286rem !important;
  }
  /* line 13717, app/assets/stylesheets/unify-globals.css */
  .g-pr-3--xl {
    padding-right: 0.21429rem !important;
  }
  /* line 13719, app/assets/stylesheets/unify-globals.css */
  .g-pr-4--xl {
    padding-right: 0.28571rem !important;
  }
  /* line 13721, app/assets/stylesheets/unify-globals.css */
  .g-pr-5--xl {
    padding-right: 0.35714rem !important;
  }
  /* line 13723, app/assets/stylesheets/unify-globals.css */
  .g-pr-6--xl {
    padding-right: 0.42857rem !important;
  }
  /* line 13725, app/assets/stylesheets/unify-globals.css */
  .g-pr-7--xl {
    padding-right: 0.5rem !important;
  }
  /* line 13727, app/assets/stylesheets/unify-globals.css */
  .g-pr-8--xl {
    padding-right: 0.57143rem !important;
  }
  /* line 13729, app/assets/stylesheets/unify-globals.css */
  .g-pr-9--xl {
    padding-right: 0.64286rem !important;
  }
  /* P */
  /* line 13732, app/assets/stylesheets/unify-globals.css */
  .g-pr-10--xl {
    padding-right: 0.71429rem !important;
  }
  /* P */
  /* line 13735, app/assets/stylesheets/unify-globals.css */
  .g-pr-15--xl {
    padding-right: 1.07143rem !important;
  }
  /* P */
  /* line 13738, app/assets/stylesheets/unify-globals.css */
  .g-pr-20--xl {
    padding-right: 1.42857rem !important;
  }
  /* P */
  /* line 13741, app/assets/stylesheets/unify-globals.css */
  .g-pr-25--xl {
    padding-right: 1.78571rem !important;
  }
  /* P */
  /* line 13744, app/assets/stylesheets/unify-globals.css */
  .g-pr-30--xl {
    padding-right: 2.14286rem !important;
  }
  /* P */
  /* line 13747, app/assets/stylesheets/unify-globals.css */
  .g-pr-35--xl {
    padding-right: 2.5rem !important;
  }
  /* P */
  /* line 13750, app/assets/stylesheets/unify-globals.css */
  .g-pr-40--xl {
    padding-right: 2.85714rem !important;
  }
  /* P */
  /* line 13753, app/assets/stylesheets/unify-globals.css */
  .g-pr-45--xl {
    padding-right: 3.21429rem !important;
  }
  /* P */
  /* line 13756, app/assets/stylesheets/unify-globals.css */
  .g-pr-50--xl {
    padding-right: 3.57143rem !important;
  }
  /* P */
  /* line 13759, app/assets/stylesheets/unify-globals.css */
  .g-pr-55--xl {
    padding-right: 3.92857rem !important;
  }
  /* P */
  /* line 13762, app/assets/stylesheets/unify-globals.css */
  .g-pr-60--xl {
    padding-right: 4.28571rem !important;
  }
  /* P */
  /* line 13765, app/assets/stylesheets/unify-globals.css */
  .g-pr-65--xl {
    padding-right: 4.64286rem !important;
  }
  /* P */
  /* line 13768, app/assets/stylesheets/unify-globals.css */
  .g-pr-70--xl {
    padding-right: 5rem !important;
  }
  /* P */
  /* line 13771, app/assets/stylesheets/unify-globals.css */
  .g-pr-75--xl {
    padding-right: 5.35714rem !important;
  }
  /* P */
  /* line 13774, app/assets/stylesheets/unify-globals.css */
  .g-pr-80--xl {
    padding-right: 5.71429rem !important;
  }
  /* P */
  /* line 13777, app/assets/stylesheets/unify-globals.css */
  .g-pr-85--xl {
    padding-right: 6.07143rem !important;
  }
  /* P */
  /* line 13780, app/assets/stylesheets/unify-globals.css */
  .g-pr-90--xl {
    padding-right: 6.42857rem !important;
  }
  /* P */
  /* line 13783, app/assets/stylesheets/unify-globals.css */
  .g-pr-95--xl {
    padding-right: 6.78571rem !important;
  }
  /* P */
  /* line 13786, app/assets/stylesheets/unify-globals.css */
  .g-pr-100--xl {
    padding-right: 7.14286rem !important;
  }
  /* P */
  /* line 13789, app/assets/stylesheets/unify-globals.css */
  .g-pr-105--xl {
    padding-right: 7.5rem !important;
  }
  /* P */
  /* line 13792, app/assets/stylesheets/unify-globals.css */
  .g-pr-110--xl {
    padding-right: 7.85714rem !important;
  }
  /* P */
  /* line 13795, app/assets/stylesheets/unify-globals.css */
  .g-pr-115--xl {
    padding-right: 8.21429rem !important;
  }
  /* P */
  /* line 13798, app/assets/stylesheets/unify-globals.css */
  .g-pr-120--xl {
    padding-right: 8.57143rem !important;
  }
  /* P */
  /* line 13801, app/assets/stylesheets/unify-globals.css */
  .g-pr-125--xl {
    padding-right: 8.92857rem !important;
  }
  /* P */
  /* line 13804, app/assets/stylesheets/unify-globals.css */
  .g-pr-130--xl {
    padding-right: 9.28571rem !important;
  }
  /* P */
  /* line 13807, app/assets/stylesheets/unify-globals.css */
  .g-pr-135--xl {
    padding-right: 9.64286rem !important;
  }
  /* P */
  /* line 13810, app/assets/stylesheets/unify-globals.css */
  .g-pr-140--xl {
    padding-right: 10rem !important;
  }
  /* P */
  /* line 13813, app/assets/stylesheets/unify-globals.css */
  .g-pr-145--xl {
    padding-right: 10.35714rem !important;
  }
  /* P */
  /* line 13816, app/assets/stylesheets/unify-globals.css */
  .g-pr-150--xl {
    padding-right: 10.71429rem !important;
  }
  /* P */
  /* line 13819, app/assets/stylesheets/unify-globals.css */
  .g-pr-155--xl {
    padding-right: 11.07143rem !important;
  }
  /* P */
  /* line 13822, app/assets/stylesheets/unify-globals.css */
  .g-pr-160--xl {
    padding-right: 11.42857rem !important;
  }
  /* P */
  /* line 13825, app/assets/stylesheets/unify-globals.css */
  .g-pr-165--xl {
    padding-right: 11.78571rem !important;
  }
  /* P */
  /* line 13828, app/assets/stylesheets/unify-globals.css */
  .g-pr-170--xl {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  /* line 13831, app/assets/stylesheets/unify-globals.css */
  .g-pb-0--xl {
    padding-bottom: 0px !important;
  }
  /* line 13833, app/assets/stylesheets/unify-globals.css */
  .g-pb-1--xl {
    padding-bottom: 0.07143rem !important;
  }
  /* line 13835, app/assets/stylesheets/unify-globals.css */
  .g-pb-2--xl {
    padding-bottom: 0.14286rem !important;
  }
  /* line 13837, app/assets/stylesheets/unify-globals.css */
  .g-pb-3--xl {
    padding-bottom: 0.21429rem !important;
  }
  /* line 13839, app/assets/stylesheets/unify-globals.css */
  .g-pb-4--xl {
    padding-bottom: 0.28571rem !important;
  }
  /* line 13841, app/assets/stylesheets/unify-globals.css */
  .g-pb-5--xl {
    padding-bottom: 0.35714rem !important;
  }
  /* line 13843, app/assets/stylesheets/unify-globals.css */
  .g-pb-6--xl {
    padding-bottom: 0.42857rem !important;
  }
  /* line 13845, app/assets/stylesheets/unify-globals.css */
  .g-pb-7--xl {
    padding-bottom: 0.5rem !important;
  }
  /* line 13847, app/assets/stylesheets/unify-globals.css */
  .g-pb-8--xl {
    padding-bottom: 0.57143rem !important;
  }
  /* line 13849, app/assets/stylesheets/unify-globals.css */
  .g-pb-9--xl {
    padding-bottom: 0.64286rem !important;
  }
  /* line 13851, app/assets/stylesheets/unify-globals.css */
  .g-pb-10--xl {
    padding-bottom: 0.71429rem !important;
  }
  /* line 13853, app/assets/stylesheets/unify-globals.css */
  .g-pb-15--xl {
    padding-bottom: 1.07143rem !important;
  }
  /* line 13855, app/assets/stylesheets/unify-globals.css */
  .g-pb-20--xl {
    padding-bottom: 1.42857rem !important;
  }
  /* line 13857, app/assets/stylesheets/unify-globals.css */
  .g-pb-25--xl {
    padding-bottom: 1.78571rem !important;
  }
  /* line 13859, app/assets/stylesheets/unify-globals.css */
  .g-pb-30--xl {
    padding-bottom: 2.14286rem !important;
  }
  /* line 13861, app/assets/stylesheets/unify-globals.css */
  .g-pb-35--xl {
    padding-bottom: 2.5rem !important;
  }
  /* line 13863, app/assets/stylesheets/unify-globals.css */
  .g-pb-40--xl {
    padding-bottom: 2.85714rem !important;
  }
  /* line 13865, app/assets/stylesheets/unify-globals.css */
  .g-pb-45--xl {
    padding-bottom: 3.21429rem !important;
  }
  /* line 13867, app/assets/stylesheets/unify-globals.css */
  .g-pb-50--xl {
    padding-bottom: 3.57143rem !important;
  }
  /* line 13869, app/assets/stylesheets/unify-globals.css */
  .g-pb-55--xl {
    padding-bottom: 3.92857rem !important;
  }
  /* line 13871, app/assets/stylesheets/unify-globals.css */
  .g-pb-60--xl {
    padding-bottom: 4.28571rem !important;
  }
  /* line 13873, app/assets/stylesheets/unify-globals.css */
  .g-pb-65--xl {
    padding-bottom: 4.64286rem !important;
  }
  /* line 13875, app/assets/stylesheets/unify-globals.css */
  .g-pb-70--xl {
    padding-bottom: 5rem !important;
  }
  /* line 13877, app/assets/stylesheets/unify-globals.css */
  .g-pb-75--xl {
    padding-bottom: 5.35714rem !important;
  }
  /* line 13879, app/assets/stylesheets/unify-globals.css */
  .g-pb-80--xl {
    padding-bottom: 5.71429rem !important;
  }
  /* line 13881, app/assets/stylesheets/unify-globals.css */
  .g-pb-85--xl {
    padding-bottom: 6.07143rem !important;
  }
  /* line 13883, app/assets/stylesheets/unify-globals.css */
  .g-pb-90--xl {
    padding-bottom: 6.42857rem !important;
  }
  /* line 13885, app/assets/stylesheets/unify-globals.css */
  .g-pb-95--xl {
    padding-bottom: 6.78571rem !important;
  }
  /* line 13887, app/assets/stylesheets/unify-globals.css */
  .g-pb-100--xl {
    padding-bottom: 7.14286rem !important;
  }
  /* line 13889, app/assets/stylesheets/unify-globals.css */
  .g-pb-105--xl {
    padding-bottom: 7.5rem !important;
  }
  /* line 13891, app/assets/stylesheets/unify-globals.css */
  .g-pb-110--xl {
    padding-bottom: 7.85714rem !important;
  }
  /* line 13893, app/assets/stylesheets/unify-globals.css */
  .g-pb-115--xl {
    padding-bottom: 8.21429rem !important;
  }
  /* line 13895, app/assets/stylesheets/unify-globals.css */
  .g-pb-120--xl {
    padding-bottom: 8.57143rem !important;
  }
  /* line 13897, app/assets/stylesheets/unify-globals.css */
  .g-pb-125--xl {
    padding-bottom: 8.92857rem !important;
  }
  /* line 13899, app/assets/stylesheets/unify-globals.css */
  .g-pb-130--xl {
    padding-bottom: 9.28571rem !important;
  }
  /* line 13901, app/assets/stylesheets/unify-globals.css */
  .g-pb-135--xl {
    padding-bottom: 9.64286rem !important;
  }
  /* line 13903, app/assets/stylesheets/unify-globals.css */
  .g-pb-140--xl {
    padding-bottom: 10rem !important;
  }
  /* line 13905, app/assets/stylesheets/unify-globals.css */
  .g-pb-145--xl {
    padding-bottom: 10.35714rem !important;
  }
  /* line 13907, app/assets/stylesheets/unify-globals.css */
  .g-pb-150--xl {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  /* line 13910, app/assets/stylesheets/unify-globals.css */
  .g-pl-0--xl {
    padding-left: 0px !important;
  }
  /* line 13912, app/assets/stylesheets/unify-globals.css */
  .g-pl-1--xl {
    padding-left: 0.07143rem !important;
  }
  /* line 13914, app/assets/stylesheets/unify-globals.css */
  .g-pl-2--xl {
    padding-left: 0.14286rem !important;
  }
  /* line 13916, app/assets/stylesheets/unify-globals.css */
  .g-pl-3--xl {
    padding-left: 0.21429rem !important;
  }
  /* line 13918, app/assets/stylesheets/unify-globals.css */
  .g-pl-4--xl {
    padding-left: 0.28571rem !important;
  }
  /* line 13920, app/assets/stylesheets/unify-globals.css */
  .g-pl-5--xl {
    padding-left: 0.35714rem !important;
  }
  /* line 13922, app/assets/stylesheets/unify-globals.css */
  .g-pl-6--xl {
    padding-left: 0.42857rem !important;
  }
  /* line 13924, app/assets/stylesheets/unify-globals.css */
  .g-pl-7--xl {
    padding-left: 0.5rem !important;
  }
  /* line 13926, app/assets/stylesheets/unify-globals.css */
  .g-pl-8--xl {
    padding-left: 0.57143rem !important;
  }
  /* line 13928, app/assets/stylesheets/unify-globals.css */
  .g-pl-9--xl {
    padding-left: 0.64286rem !important;
  }
  /* P */
  /* line 13931, app/assets/stylesheets/unify-globals.css */
  .g-pl-10--xl {
    padding-left: 0.71429rem !important;
  }
  /* P */
  /* line 13934, app/assets/stylesheets/unify-globals.css */
  .g-pl-15--xl {
    padding-left: 1.07143rem !important;
  }
  /* P */
  /* line 13937, app/assets/stylesheets/unify-globals.css */
  .g-pl-20--xl {
    padding-left: 1.42857rem !important;
  }
  /* P */
  /* line 13940, app/assets/stylesheets/unify-globals.css */
  .g-pl-25--xl {
    padding-left: 1.78571rem !important;
  }
  /* P */
  /* line 13943, app/assets/stylesheets/unify-globals.css */
  .g-pl-30--xl {
    padding-left: 2.14286rem !important;
  }
  /* P */
  /* line 13946, app/assets/stylesheets/unify-globals.css */
  .g-pl-35--xl {
    padding-left: 2.5rem !important;
  }
  /* P */
  /* line 13949, app/assets/stylesheets/unify-globals.css */
  .g-pl-40--xl {
    padding-left: 2.85714rem !important;
  }
  /* P */
  /* line 13952, app/assets/stylesheets/unify-globals.css */
  .g-pl-45--xl {
    padding-left: 3.21429rem !important;
  }
  /* P */
  /* line 13955, app/assets/stylesheets/unify-globals.css */
  .g-pl-50--xl {
    padding-left: 3.57143rem !important;
  }
  /* P */
  /* line 13958, app/assets/stylesheets/unify-globals.css */
  .g-pl-55--xl {
    padding-left: 3.92857rem !important;
  }
  /* P */
  /* line 13961, app/assets/stylesheets/unify-globals.css */
  .g-pl-60--xl {
    padding-left: 4.28571rem !important;
  }
  /* P */
  /* line 13964, app/assets/stylesheets/unify-globals.css */
  .g-pl-65--xl {
    padding-left: 4.64286rem !important;
  }
  /* P */
  /* line 13967, app/assets/stylesheets/unify-globals.css */
  .g-pl-70--xl {
    padding-left: 5rem !important;
  }
  /* P */
  /* line 13970, app/assets/stylesheets/unify-globals.css */
  .g-pl-75--xl {
    padding-left: 5.35714rem !important;
  }
  /* P */
  /* line 13973, app/assets/stylesheets/unify-globals.css */
  .g-pl-80--xl {
    padding-left: 5.71429rem !important;
  }
  /* P */
  /* line 13976, app/assets/stylesheets/unify-globals.css */
  .g-pl-85--xl {
    padding-left: 6.07143rem !important;
  }
  /* P */
  /* line 13979, app/assets/stylesheets/unify-globals.css */
  .g-pl-90--xl {
    padding-left: 6.42857rem !important;
  }
  /* P */
  /* line 13982, app/assets/stylesheets/unify-globals.css */
  .g-pl-95--xl {
    padding-left: 6.78571rem !important;
  }
  /* P */
  /* line 13985, app/assets/stylesheets/unify-globals.css */
  .g-pl-100--xl {
    padding-left: 7.14286rem !important;
  }
  /* P */
  /* line 13988, app/assets/stylesheets/unify-globals.css */
  .g-pl-105--xl {
    padding-left: 7.5rem !important;
  }
  /* P */
  /* line 13991, app/assets/stylesheets/unify-globals.css */
  .g-pl-110--xl {
    padding-left: 7.85714rem !important;
  }
  /* P */
  /* line 13994, app/assets/stylesheets/unify-globals.css */
  .g-pl-115--xl {
    padding-left: 8.21429rem !important;
  }
  /* P */
  /* line 13997, app/assets/stylesheets/unify-globals.css */
  .g-pl-120--xl {
    padding-left: 8.57143rem !important;
  }
  /* P */
  /* line 14000, app/assets/stylesheets/unify-globals.css */
  .g-pl-125--xl {
    padding-left: 8.92857rem !important;
  }
  /* P */
  /* line 14003, app/assets/stylesheets/unify-globals.css */
  .g-pl-130--xl {
    padding-left: 9.28571rem !important;
  }
  /* P */
  /* line 14006, app/assets/stylesheets/unify-globals.css */
  .g-pl-135--xl {
    padding-left: 9.64286rem !important;
  }
  /* P */
  /* line 14009, app/assets/stylesheets/unify-globals.css */
  .g-pl-140--xl {
    padding-left: 10rem !important;
  }
  /* P */
  /* line 14012, app/assets/stylesheets/unify-globals.css */
  .g-pl-145--xl {
    padding-left: 10.35714rem !important;
  }
  /* P */
  /* line 14015, app/assets/stylesheets/unify-globals.css */
  .g-pl-150--xl {
    padding-left: 10.71429rem !important;
  }
  /* P */
  /* line 14018, app/assets/stylesheets/unify-globals.css */
  .g-pl-155--xl {
    padding-left: 11.07143rem !important;
  }
  /* P */
  /* line 14021, app/assets/stylesheets/unify-globals.css */
  .g-pl-160--xl {
    padding-left: 11.42857rem !important;
  }
  /* P */
  /* line 14024, app/assets/stylesheets/unify-globals.css */
  .g-pl-165--xl {
    padding-left: 11.78571rem !important;
  }
  /* P */
  /* line 14027, app/assets/stylesheets/unify-globals.css */
  .g-pl-170--xl {
    padding-left: 12.14286rem !important;
  }
}

/* Custom Paddings (xs)
------------------------------------*/
/* line 14032, app/assets/stylesheets/unify-globals.css */
.g-pa-0-20-20 {
  padding: 0 1.42857rem 1.42857rem !important;
}

/* line 14035, app/assets/stylesheets/unify-globals.css */
.g-pa-4-11 {
  padding: 0.28571rem 0.78571rem !important;
}

/* line 14038, app/assets/stylesheets/unify-globals.css */
.g-pa-4-13 {
  padding: 0.28571rem 0.92857rem !important;
}

/* line 14041, app/assets/stylesheets/unify-globals.css */
.g-pa-5-10 {
  padding: 0.35714rem 0.71429rem !important;
}

/* line 14044, app/assets/stylesheets/unify-globals.css */
.g-pa-5-15 {
  padding: 0.35714rem 1.07143rem !important;
}

/* line 14047, app/assets/stylesheets/unify-globals.css */
.g-pa-6-8 {
  padding: 0.42857rem 0.57143rem !important;
}

/* line 14050, app/assets/stylesheets/unify-globals.css */
.g-pa-7-14 {
  padding: 0.5rem 1rem !important;
}

/* line 14053, app/assets/stylesheets/unify-globals.css */
.g-pa-7-16 {
  padding: 0.5rem 1.14286rem !important;
}

/* line 14056, app/assets/stylesheets/unify-globals.css */
.g-pa-10-5-5 {
  padding: 0.71429rem 0.35714rem 0.35714rem !important;
}

/* line 14059, app/assets/stylesheets/unify-globals.css */
.g-pa-10-15 {
  padding: 0.71429rem 1.07143rem !important;
}

/* line 14062, app/assets/stylesheets/unify-globals.css */
.g-pa-10-16 {
  padding: 0.71429rem 1.14286rem !important;
}

/* line 14065, app/assets/stylesheets/unify-globals.css */
.g-pa-10-20 {
  padding: 0.71429rem 1.42857rem !important;
}

/* line 14068, app/assets/stylesheets/unify-globals.css */
.g-pa-10-30 {
  padding: 0.71429rem 2.14286rem !important;
}

/* line 14071, app/assets/stylesheets/unify-globals.css */
.g-pa-12 {
  padding: 0.85714rem !important;
}

/* line 14074, app/assets/stylesheets/unify-globals.css */
.g-pa-12-19 {
  padding: 0.85714rem 1.35714rem !important;
}

/* line 14077, app/assets/stylesheets/unify-globals.css */
.g-pa-12-21 {
  padding: 0.85714rem 1.5rem !important;
}

/* line 14080, app/assets/stylesheets/unify-globals.css */
.g-pa-12-5-7 {
  padding: 0.85714rem 0.35714rem 0.5rem !important;
}

/* line 14083, app/assets/stylesheets/unify-globals.css */
.g-pa-14-18 {
  padding: 1rem 1.28571rem !important;
}

/* line 14086, app/assets/stylesheets/unify-globals.css */
.g-pa-15-0 {
  padding: 1.07143rem 0 !important;
}

/* line 14089, app/assets/stylesheets/unify-globals.css */
.g-pa-15-5 {
  padding: 1.07143rem 0.35714rem !important;
}

/* line 14092, app/assets/stylesheets/unify-globals.css */
.g-pa-15-20-10 {
  padding: 1.07143rem 1.42857rem 0.71429rem !important;
}

/* line 14095, app/assets/stylesheets/unify-globals.css */
.g-pa-15-20 {
  padding: 1.07143rem 1.42857rem !important;
}

/* line 14098, app/assets/stylesheets/unify-globals.css */
.g-pa-15-30 {
  padding: 1.07143rem 2.14286rem !important;
}

/* line 14101, app/assets/stylesheets/unify-globals.css */
.g-pa-17-23 {
  padding: 1.21429rem 1.64286rem !important;
}

/* line 14104, app/assets/stylesheets/unify-globals.css */
.g-pa-20-10 {
  padding: 1.42857rem 0.71429rem !important;
}

/* line 14107, app/assets/stylesheets/unify-globals.css */
.g-pa-20-20-15 {
  padding: 1.42857rem 1.42857rem 1.07143rem !important;
}

/* line 14110, app/assets/stylesheets/unify-globals.css */
.g-pa-20-20-20-55 {
  padding: 1.42857rem 1.42857rem 1.42857rem 3.92857rem !important;
}

/* line 14113, app/assets/stylesheets/unify-globals.css */
.g-pa-20-30-0 {
  padding: 1.42857rem 2.14286rem 0 !important;
}

/* line 14116, app/assets/stylesheets/unify-globals.css */
.g-pa-20-40-25 {
  padding: 1.42857rem 2.85714rem 1.78571rem !important;
}

/* line 14119, app/assets/stylesheets/unify-globals.css */
.g-pa-24 {
  padding: 1.71429rem !important;
}

/* line 14122, app/assets/stylesheets/unify-globals.css */
.g-pa-25-20-30 {
  padding: 1.78571rem 1.42857rem 2.14286rem !important;
}

/* line 14125, app/assets/stylesheets/unify-globals.css */
.g-pa-25-30-20 {
  padding: 1.78571rem 2.14286rem 1.42857rem !important;
}

/* line 14128, app/assets/stylesheets/unify-globals.css */
.g-pa-25-30 {
  padding: 1.78571rem 2.14286rem !important;
}

/* line 14131, app/assets/stylesheets/unify-globals.css */
.g-pa-30-10 {
  padding: 2.14286rem 0.71429rem !important;
}

/* line 14134, app/assets/stylesheets/unify-globals.css */
.g-pa-30-15 {
  padding: 2.14286rem 1.07143rem !important;
}

/* line 14137, app/assets/stylesheets/unify-globals.css */
.g-pa-30-20 {
  padding: 2.14286rem 1.42857rem !important;
}

/* line 14140, app/assets/stylesheets/unify-globals.css */
.g-pa-30-30-20 {
  padding: 2.14286rem 2.14286rem 1.42857rem !important;
}

/* line 14143, app/assets/stylesheets/unify-globals.css */
.g-pa-40 {
  padding: 2.85714rem !important;
}

/* line 14146, app/assets/stylesheets/unify-globals.css */
.g-pa-40-20 {
  padding: 2.85714rem 1.42857rem !important;
}

/* line 14149, app/assets/stylesheets/unify-globals.css */
.g-pa-40-30-30 {
  padding: 2.85714rem 2.14286rem 2.14286rem !important;
}

/* line 14152, app/assets/stylesheets/unify-globals.css */
.g-pa-50-15-0 {
  padding: 3.57143rem 1.07143rem 0 !important;
}

/* line 14155, app/assets/stylesheets/unify-globals.css */
.g-pa-15x {
  padding: 15% !important;
}

/* line 14158, app/assets/stylesheets/unify-globals.css */
.g-px-18 {
  padding-left: 1.28571rem !important;
  /* O */
  padding-right: 1.28571rem !important;
}

/* line 14163, app/assets/stylesheets/unify-globals.css */
.g-py-23 {
  padding-top: 1.64286rem !important;
  /* O */
  padding-bottom: 1.64286rem !important;
}

/* line 14168, app/assets/stylesheets/unify-globals.css */
.g-py-235 {
  padding-top: 16.78571rem !important;
  /* O */
  padding-bottom: 16.78571rem !important;
}

/* line 14173, app/assets/stylesheets/unify-globals.css */
.g-pl-12 {
  padding-left: 0.85714rem !important;
}

/* line 14176, app/assets/stylesheets/unify-globals.css */
.g-pl-17 {
  padding-left: 1.21429rem !important;
}

/* line 14179, app/assets/stylesheets/unify-globals.css */
.g-pl-7--hover:hover {
  padding-left: 0.5rem !important;
}

/* line 14182, app/assets/stylesheets/unify-globals.css */
.g-pl-60--xs {
  padding-left: 4.28571rem !important;
}

/* line 14185, app/assets/stylesheets/unify-globals.css */
.g-pt-11 {
  padding-top: 0.78571rem !important;
}

/* line 14188, app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-pt-25--parent-hover {
  padding-top: 1.78571rem !important;
}

/* line 14191, app/assets/stylesheets/unify-globals.css */
.g-pt-130 {
  padding-top: 9.28571rem !important;
}

/* line 14194, app/assets/stylesheets/unify-globals.css */
.g-pt-150 {
  padding-top: 10.71429rem !important;
}

/* line 14197, app/assets/stylesheets/unify-globals.css */
.g-pt-170 {
  padding-top: 12.14286rem !important;
}

/* line 14200, app/assets/stylesheets/unify-globals.css */
.g-pt-195 {
  padding-top: 13.92857rem !important;
}

/* line 14203, app/assets/stylesheets/unify-globals.css */
.g-pb-170 {
  padding-bottom: 12.14286rem !important;
}

/* line 14206, app/assets/stylesheets/unify-globals.css */
.g-pb-180 {
  padding-bottom: 12.85714rem !important;
}

/* line 14209, app/assets/stylesheets/unify-globals.css */
.g-pb-200 {
  padding-bottom: 14.28571rem !important;
}

/* line 14212, app/assets/stylesheets/unify-globals.css */
.g-pb-250 {
  padding-bottom: 17.85714rem !important;
}

/* line 14215, app/assets/stylesheets/unify-globals.css */
.g-pb-13 {
  padding-bottom: 0.92857rem !important;
}

/* Custom Paddings (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 14221, app/assets/stylesheets/unify-globals.css */
  .g-px-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  /* line 14224, app/assets/stylesheets/unify-globals.css */
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 14227, app/assets/stylesheets/unify-globals.css */
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 14230, app/assets/stylesheets/unify-globals.css */
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 14233, app/assets/stylesheets/unify-globals.css */
  .g-pa-0-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  /* line 14236, app/assets/stylesheets/unify-globals.css */
  .g-pa-0-35-35--sm {
    padding: 0 2.5rem 2.5rem !important;
  }
  /* line 14238, app/assets/stylesheets/unify-globals.css */
  .g-pa-5-10--sm {
    padding: 0.35714rem 0.71429rem !important;
  }
  /* line 14240, app/assets/stylesheets/unify-globals.css */
  .g-pa-8-16--sm {
    padding: 0.57143rem 1.14286rem !important;
  }
  /* line 14242, app/assets/stylesheets/unify-globals.css */
  .g-pa-10-20--sm {
    padding: 0.71429rem 1.42857rem !important;
  }
  /* line 14244, app/assets/stylesheets/unify-globals.css */
  .g-pa-15-20-10--sm {
    padding: 1.07143rem 1.42857rem 0.71429rem !important;
  }
  /* line 14246, app/assets/stylesheets/unify-globals.css */
  .g-pa-20-20-0--sm {
    padding: 1.42857rem 1.42857rem 0 !important;
  }
  /* line 14248, app/assets/stylesheets/unify-globals.css */
  .g-pa-20-20-10--sm {
    padding: 1.42857rem 1.42857rem 0.71429rem !important;
  }
  /* line 14250, app/assets/stylesheets/unify-globals.css */
  .g-pa-20-30-0--sm {
    padding: 1.42857rem 2.14286rem 0 !important;
  }
  /* line 14252, app/assets/stylesheets/unify-globals.css */
  .g-pa-20-30--sm {
    padding: 1.42857rem 2.14286rem !important;
  }
  /* line 14254, app/assets/stylesheets/unify-globals.css */
  .g-pa-30-20--sm {
    padding: 2.14286rem 1.42857rem !important;
  }
  /* line 14256, app/assets/stylesheets/unify-globals.css */
  .g-pa-30-25-20--sm {
    padding: 2.14286rem 1.78571rem 1.42857rem !important;
  }
  /* line 14258, app/assets/stylesheets/unify-globals.css */
  .g-pa-30-30-20--sm {
    padding: 2.14286rem 2.14286rem 1.42857rem !important;
  }
  /* line 14260, app/assets/stylesheets/unify-globals.css */
  .g-pa-30-50-40--sm {
    padding: 2.14286rem 3.57143rem 2.85714rem !important;
  }
  /* line 14262, app/assets/stylesheets/unify-globals.css */
  .g-pa-30-80--sm {
    padding: 2.14286rem 5.71429rem !important;
  }
  /* line 14264, app/assets/stylesheets/unify-globals.css */
  .g-pa-40-30-30--sm {
    padding: 2.85714rem 2.14286rem 2.14286rem !important;
  }
  /* line 14266, app/assets/stylesheets/unify-globals.css */
  .g-pa-60-30--sm {
    padding: 4.28571rem 2.14286rem !important;
  }
  /* line 14268, app/assets/stylesheets/unify-globals.css */
  .g-pa-70-50-50-30--sm {
    padding: 5rem 3.57143rem 3.57143rem 2.14286rem !important;
  }
  /* line 14270, app/assets/stylesheets/unify-globals.css */
  .g-pa-80-40--sm {
    padding: 5.71429rem 2.85714rem !important;
  }
  /* line 14272, app/assets/stylesheets/unify-globals.css */
  .g-pa-85-0-40--sm {
    padding: 6.07143rem 0 2.85714rem !important;
  }
  /* line 14274, app/assets/stylesheets/unify-globals.css */
  .g-pa-100-30--sm {
    padding: 7.14286rem 2.14286rem !important;
  }
  /* line 14276, app/assets/stylesheets/unify-globals.css */
  .g-pa-170-0-150--sm {
    padding: 12.14286rem 0 10.71429rem !important;
  }
  /* line 14278, app/assets/stylesheets/unify-globals.css */
  .g-pl-300--sm {
    padding-left: 21.42857rem !important;
  }
}

/* Custom Paddings (md)
------------------------------------*/
@media (min-width: 768px) {
  /* line 14284, app/assets/stylesheets/unify-globals.css */
  .g-pa-25-30--md {
    padding: 1.78571rem 2.14286rem !important;
  }
  /* line 14286, app/assets/stylesheets/unify-globals.css */
  .g-pa-30-10--md {
    padding: 2.14286rem 0.71429rem !important;
  }
  /* line 14288, app/assets/stylesheets/unify-globals.css */
  .g-pa-30-35--md {
    padding: 2.14286rem 2.5rem !important;
  }
  /* line 14290, app/assets/stylesheets/unify-globals.css */
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 14293, app/assets/stylesheets/unify-globals.css */
  .g-py-23--md {
    padding-top: 1.64286rem !important;
    padding-bottom: 1.64286rem !important;
  }
  /* line 14296, app/assets/stylesheets/unify-globals.css */
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  /* line 14299, app/assets/stylesheets/unify-globals.css */
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }
  /* line 14301, app/assets/stylesheets/unify-globals.css */
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }
  /* line 14303, app/assets/stylesheets/unify-globals.css */
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }
  /* line 14305, app/assets/stylesheets/unify-globals.css */
  .g-pt-170--md {
    padding-top: 12.14286rem !important;
  }
  /* line 14307, app/assets/stylesheets/unify-globals.css */
  .g-pt-175--md {
    padding-top: 12.5rem !important;
  }
  /* line 14309, app/assets/stylesheets/unify-globals.css */
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }
  /* line 14311, app/assets/stylesheets/unify-globals.css */
  .g-pb-170--md {
    padding-bottom: 12.14286rem !important;
  }
  /* line 14313, app/assets/stylesheets/unify-globals.css */
  .g-pb-250--md {
    padding-bottom: 17.85714rem !important;
  }
}

/* Custom Paddings (lg)
------------------------------------*/
@media (min-width: 992px) {
  /* line 14319, app/assets/stylesheets/unify-globals.css */
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 14322, app/assets/stylesheets/unify-globals.css */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* line 14325, app/assets/stylesheets/unify-globals.css */
  .g-px-200--lg {
    padding-left: 14.28571rem !important;
    padding-right: 14.28571rem !important;
  }
  /* line 14328, app/assets/stylesheets/unify-globals.css */
  .g-pt-170--lg {
    padding-top: 12.14286rem !important;
  }
  /* line 14330, app/assets/stylesheets/unify-globals.css */
  .g-pb-200--lg {
    padding-bottom: 14.28571rem !important;
  }
}

/* Custom Paddings (xl)
------------------------------------*/
@media (min-width: 1200px) {
  /* line 14336, app/assets/stylesheets/unify-globals.css */
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/*------------------------------------
  Block Hidden
------------------------------------*/
/* line 14343, app/assets/stylesheets/unify-globals.css */
.g-hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 14347, app/assets/stylesheets/unify-globals.css */
  .g-hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  /* line 14351, app/assets/stylesheets/unify-globals.css */
  .g-hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 14355, app/assets/stylesheets/unify-globals.css */
  .g-hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 14359, app/assets/stylesheets/unify-globals.css */
  .g-hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 14363, app/assets/stylesheets/unify-globals.css */
  .g-hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 14367, app/assets/stylesheets/unify-globals.css */
  .g-hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 14371, app/assets/stylesheets/unify-globals.css */
  .g-hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 14375, app/assets/stylesheets/unify-globals.css */
  .g-hidden-xl-up {
    display: none !important;
  }
}

/* line 14378, app/assets/stylesheets/unify-globals.css */
.g-hidden-xl-down {
  display: none !important;
}

/*------------------------------------
  Default Styles
------------------------------------*/
/* line 5, app/assets/stylesheets/unify.css */
html {
  font-size: 14px;
  overflow-x: hidden;
}

/* line 9, 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, app/assets/stylesheets/unify.css */
a {
  color: #72c02c;
  outline: none;
}

/* line 25, app/assets/stylesheets/unify.css */
a:focus,
a:hover {
  color: #66ab27;
}

/* line 29, app/assets/stylesheets/unify.css */
.nav-link {
  color: #555;
}

/* line 32, app/assets/stylesheets/unify.css */
.nav-link:focus,
.nav-link:hover {
  color: #555;
}

/* line 36, app/assets/stylesheets/unify.css */
figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
/* line 42, 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, app/assets/stylesheets/unify.css */
.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
/* line 52, app/assets/stylesheets/unify.css */
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
/* line 60, app/assets/stylesheets/unify.css */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}

/* line 64, app/assets/stylesheets/unify.css */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}
::selection {
  color: #fff;
  background-color: #72c02c;
}

/* line 68, app/assets/stylesheets/unify.css */
.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}

/* line 72, 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, 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, app/assets/stylesheets/unify.css */
.u-alert-close--light:hover {
  opacity: 1;
}

/* line 94, 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, app/assets/stylesheets/unify.css */
.u-alert-list {
  margin-left: -20px;
}

/* Alert Lists with Font Awesome Icons */
/* line 103, app/assets/stylesheets/unify.css */
.alert__icon {
  margin-left: 20px;
}

/* line 106, app/assets/stylesheets/unify.css */
.alert__icon-list {
  font-size: 12px;
  line-height: 1.5;
}

/*------------------------------------
  Arrows
------------------------------------*/
/* line 113, 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, app/assets/stylesheets/unify.css */
.u-arrow-v1[class*="abs"]::before {
  position: absolute;
}

/* line 126, app/assets/stylesheets/unify.css */
.u-arrow-custom-v1 .u-arrow-icon {
  display: block;
}

/* line 129, app/assets/stylesheets/unify.css */
.u-arrow-custom-v1 .u-arrow-text {
  position: absolute;
  top: 50%;
  transition: transform .3s;
}

/* line 136, app/assets/stylesheets/unify.css */
.u-arrow-custom-v1.js-prev .u-arrow-text {
  transform: translateY(-50%) translateX(-100%);
}

/* line 141, app/assets/stylesheets/unify.css */
.u-arrow-custom-v1.js-next .u-arrow-text {
  transform: translateY(-50%) translateX(100%);
}

/* line 146, app/assets/stylesheets/unify.css */
.u-arrow-custom-v1:hover .u-arrow-text {
  transform: translateY(-50%) translateX(0);
}

/* line 151, app/assets/stylesheets/unify.css */
.u-arrow-custom-v2 {
  overflow: hidden;
  transition: background-color 0.3s;
}

/* line 155, app/assets/stylesheets/unify.css */
.u-arrow-custom-v2 .u-arrow-icon {
  transition: transform 0.3s;
}

/* line 160, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v2.js-prev .u-arrow-icon {
  transform: translateY(-50%) translateX(10px);
}

/* line 173, app/assets/stylesheets/unify.css */
.u-arrow-custom-v2.js-prev .u-arrow-img {
  transform: translateX(100%);
}

/* line 178, app/assets/stylesheets/unify.css */
.u-arrow-custom-v2.js-next .u-arrow-icon {
  transform: translateY(-50%) translateX(-10px);
}

/* line 183, app/assets/stylesheets/unify.css */
.u-arrow-custom-v2.js-next .u-arrow-img {
  transform: translateX(-100%);
}

/* line 188, app/assets/stylesheets/unify.css */
.u-arrow-custom-v2:hover .u-arrow-icon {
  transform: translateY(-50%) translateX(0);
}

/* line 193, app/assets/stylesheets/unify.css */
.u-arrow-custom-v2:hover .u-arrow-img {
  opacity: .6;
  transform: translateX(0);
}

/* line 199, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v3 .u-arrow-icon {
  display: block;
}

/* line 212, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v3 .u-arrow-icon-before {
  transform: translateX(-50%) rotate(30deg);
  transform-origin: 0 100%;
}

/* line 229, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v3.js-next .u-arrow-icon {
  transform: rotate(180deg);
}

/* line 243, app/assets/stylesheets/unify.css */
.u-arrow-custom-v3:hover .u-arrow-helper {
  background-color: #fff;
  opacity: 1;
  transform: scale(1);
}

/* line 250, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v3:hover .u-arrow-icon-before {
  transform: translateX(-50%) rotate(45deg);
}

/* line 258, app/assets/stylesheets/unify.css */
.u-arrow-custom-v3:hover .u-arrow-icon-after {
  transform: translateX(-50%) rotate(-45deg);
}

/* line 263, app/assets/stylesheets/unify.css */
.u-arrow-custom-v4 {
  width: 62px;
  height: 62px;
  transition: width 0.3s, background-color 0.3s;
}

/* line 268, app/assets/stylesheets/unify.css */
.u-arrow-custom-v4 h4 {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 274, app/assets/stylesheets/unify.css */
.u-arrow-custom-v4.js-prev h4 {
  transform: translateX(100%);
}

/* line 279, app/assets/stylesheets/unify.css */
.u-arrow-custom-v4.js-next h4 {
  transform: translateX(-100%);
}

/* line 284, app/assets/stylesheets/unify.css */
.u-arrow-custom-v4:hover {
  width: 200px;
}

/* line 287, app/assets/stylesheets/unify.css */
.u-arrow-custom-v4:hover .u-arrow-icon {
  color: #72c02c;
}

/* line 290, app/assets/stylesheets/unify.css */
.u-arrow-custom-v4:hover h4 {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translateX(0);
}

/* line 297, app/assets/stylesheets/unify.css */
.u-arrow-custom-v5 .u-arrow-icon::before {
  transition: transform .3s .3s;
}

/* line 302, app/assets/stylesheets/unify.css */
.u-arrow-custom-v5 .u-arrow-text {
  transition: transform .3s .3s;
  perspective: 1000px;
}

/* line 309, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v5 .u-arrow-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 333, app/assets/stylesheets/unify.css */
.u-arrow-custom-v5.js-prev .u-arrow-text {
  transform: translateX(-100%);
}

/* line 338, app/assets/stylesheets/unify.css */
.u-arrow-custom-v5.js-next .u-arrow-text {
  transform: translateX(100%);
}

/* line 343, app/assets/stylesheets/unify.css */
.u-arrow-custom-v5:hover .u-arrow-text {
  transform: translateX(0);
}

/* line 348, app/assets/stylesheets/unify.css */
.u-arrow-custom-v5:hover .u-arrow-title {
  transition-delay: .6s;
  transform: rotateX(0deg);
}

/* line 353, app/assets/stylesheets/unify.css */
.u-arrow-custom-v5:hover .u-arrow-icon::before {
  transition-delay: 0s;
}

/* line 356, app/assets/stylesheets/unify.css */
.u-arrow-custom-v5.js-prev:hover .u-arrow-icon::before {
  transform: translateX(-100%);
}

/* line 361, app/assets/stylesheets/unify.css */
.u-arrow-custom-v5.js-next:hover .u-arrow-icon::before {
  transform: translateX(100%);
}

/* line 366, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v6 .u-arrow-text {
  width: 400px;
}

/* line 375, app/assets/stylesheets/unify.css */
.u-arrow-custom-v6:hover {
  width: 400px;
  z-index: 11;
}

/* line 379, app/assets/stylesheets/unify.css */
.u-arrow-custom-v7 {
  perspective: 1000px;
}

/* line 383, 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, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v7.js-prev {
  perspective-origin: 100% 50%;
}

/* line 402, app/assets/stylesheets/unify.css */
.u-arrow-custom-v7.js-prev .u-arrow-img {
  transform-origin: 0 50%;
  transform: rotateY(90deg);
}

/* line 409, app/assets/stylesheets/unify.css */
.u-arrow-custom-v7.js-next {
  perspective-origin: 0 50%;
}

/* line 413, app/assets/stylesheets/unify.css */
.u-arrow-custom-v7.js-next .u-arrow-img {
  transform-origin: 100% 50%;
  transform: rotateY(-90deg);
}

/* line 420, app/assets/stylesheets/unify.css */
.u-arrow-custom-v7:hover .u-arrow-icon {
  color: #72c02c;
}

/* line 423, app/assets/stylesheets/unify.css */
.u-arrow-custom-v7:hover .u-arrow-img {
  transform: rotateY(0deg);
}

/* line 427, app/assets/stylesheets/unify.css */
.u-arrow-custom-v8 {
  perspective: 1000px;
}

/* line 431, 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, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v8 .u-arrow-title {
  transition: transform 0.3s;
}

/* line 449, app/assets/stylesheets/unify.css */
.u-arrow-custom-v8 .u-arrow-text {
  transition: transform 0.3s 0.3s;
  transform-style: preserve-3d;
}

/* line 456, app/assets/stylesheets/unify.css */
.u-arrow-custom-v8.js-prev {
  perspective-origin: 100% 50%;
}

/* line 460, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v8.js-next {
  perspective-origin: 0 50%;
}

/* line 472, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v8:hover .u-arrow-icon {
  color: #72c02c;
  transition-delay: 0s;
}

/* line 484, app/assets/stylesheets/unify.css */
.u-arrow-custom-v8:hover .u-arrow-icon::before {
  transition-delay: 0s;
}

/* line 487, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v8:hover .u-arrow-text {
  transition-delay: 0s;
}

/* line 495, app/assets/stylesheets/unify.css */
.u-arrow-custom-v8:hover .u-arrow-title {
  transition-delay: .3s;
}

/* line 498, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9 {
  width: 60px;
}

/* line 501, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9.js-prev .u-arrow-icon::after {
  left: calc(100% - 25px);
}

/* line 539, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9.js-next .u-arrow-icon::after {
  right: calc(100% - 25px);
}

/* line 542, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9.js-next .u-arrow-text::after {
  text-align: right;
}

/* line 545, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover {
  width: 200px;
}

/* line 548, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-icon::after {
  width: 200px;
  transition-delay: 0s;
}

/* line 552, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-text {
  pointer-events: auto;
}

/* line 555, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-text::after {
  opacity: 1;
  transition-delay: .2s;
  transform: translateY(0);
}

/* line 562, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-img {
  opacity: 1;
  transform: scale(1);
}

/* line 568, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-img:first-child {
  transition-delay: 0.3s;
}

/* line 571, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-img:nth-child(2) {
  transition-delay: 0.35s;
}

/* line 574, app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-img:nth-child(3) {
  transition-delay: 0.4s;
}

/* line 577, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v10 .u-arrow-img {
  transition: transform .3s;
}

/* line 592, app/assets/stylesheets/unify.css */
.u-arrow-custom-v10.js-prev .u-arrow-img {
  transform: translateX(-100%);
}

/* line 597, app/assets/stylesheets/unify.css */
.u-arrow-custom-v10.js-next .u-arrow-img {
  transform: translateX(100%);
}

/* line 602, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v10:hover .u-arrow-img {
  transform: translateX(0);
}

/* line 617, app/assets/stylesheets/unify.css */
.u-arrow-custom-v11 .u-arrow-icon {
  border-width: 0;
  transition: border-width .3s .15s;
}

/* line 621, app/assets/stylesheets/unify.css */
.u-arrow-custom-v11 .u-arrow-text {
  opacity: 0;
  transition: transform .3s, opacity .3s;
}

/* line 627, app/assets/stylesheets/unify.css */
.u-arrow-custom-v11.js-prev .u-arrow-text {
  transform: translateY(-50%) translateX(-100%) scale(0.75);
}

/* line 632, app/assets/stylesheets/unify.css */
.u-arrow-custom-v11.js-next .u-arrow-text {
  transform: translateY(-50%) translateX(100%) scale(0.75);
}

/* line 637, 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, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v12 .u-arrow-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 656, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v12:hover .u-arrow-img {
  opacity: .8;
}

/* line 686, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v12.js-prev:hover .u-arrow-text {
  transform: scale(1) rotate(-45deg);
}

/* line 696, 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, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v12.js-next:hover .u-arrow-text {
  transform: scale(1) rotate(45deg);
}

/* line 711, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v13 .u-arrow-icon {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 721, app/assets/stylesheets/unify.css */
.u-arrow-custom-v13 .u-arrow-icon::before {
  position: relative;
  z-index: 2;
}

/* line 725, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v13 .u-arrow-text {
  transition: transform .3s;
}

/* line 744, app/assets/stylesheets/unify.css */
.u-arrow-custom-v13.js-prev .u-arrow-icon::after {
  transform: translateX(-100%);
}

/* line 749, app/assets/stylesheets/unify.css */
.u-arrow-custom-v13.js-prev .u-arrow-text {
  transform: translateX(-100%);
}

/* line 754, app/assets/stylesheets/unify.css */
.u-arrow-custom-v13.js-next .u-arrow-icon::after {
  transform: translateX(100%);
}

/* line 759, app/assets/stylesheets/unify.css */
.u-arrow-custom-v13.js-next .u-arrow-text {
  transform: translateX(100%);
}

/* line 764, app/assets/stylesheets/unify.css */
.u-arrow-custom-v13:hover .u-arrow-icon::after {
  transform: translateX(0);
  transition-delay: 0s;
}

/* line 770, app/assets/stylesheets/unify.css */
.u-arrow-custom-v13:hover .u-arrow-text {
  transition-delay: .3s;
  transform: translateX(0);
}

/* line 776, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v14.js-prev .u-arrow-title {
  left: 100%;
  transform: translateY(-50%) translateX(-50%);
}

/* line 834, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-arrow-custom-v14:hover .u-arrow-title {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* line 880, app/assets/stylesheets/unify.css */
.u-arrow-custom-v14.js-next:hover::before,
.u-arrow-custom-v14.js-next:hover .u-arrow-icon::before {
  transform: translateX(-50%) rotate(125deg);
}

/* line 886, app/assets/stylesheets/unify.css */
.u-arrow-custom-v14.js-next:hover::after,
.u-arrow-custom-v14.js-next:hover .u-arrow-icon::after {
  transform: translateX(-50%) rotate(55deg);
}

/*------------------------------------
  Badges
------------------------------------*/
/* line 895, 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, 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, app/assets/stylesheets/unify.css */
.u-badge--top-left {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

/* line 917, app/assets/stylesheets/unify.css */
.u-badge--bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

/* line 924, app/assets/stylesheets/unify.css */
.u-badge--bottom-right {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

/*------------------------------------
  Badges v1
------------------------------------*/
/* line 934, app/assets/stylesheets/unify.css */
[class*="u-badge-v1"] {
  background-color: #ddd;
  box-sizing: content-box;
}

/* line 938, 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, app/assets/stylesheets/unify.css */
.u-badge-v1.g-brd-around {
  line-height: 1.14286rem;
}

/* line 947, 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, app/assets/stylesheets/unify.css */
.u-badge-v1--xs.g-brd-around {
  line-height: 0.85714rem;
}

/* line 957, 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, app/assets/stylesheets/unify.css */
.u-badge-v1--sm.g-brd-around {
  line-height: 1rem;
}

/* line 967, 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, app/assets/stylesheets/unify.css */
.u-badge-v1--md.g-brd-around {
  line-height: 1.14286rem;
}

/* line 977, 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, app/assets/stylesheets/unify.css */
.u-badge-v1--lg.g-brd-around {
  line-height: 1.28571rem;
}

/* line 987, 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, app/assets/stylesheets/unify.css */
.u-badge-v1--xl.g-brd-around {
  line-height: 1.71429rem;
}

/*------------------------------------
  Badges v2
------------------------------------*/
/* line 1000, app/assets/stylesheets/unify.css */
[class*="u-badge-v2"] {
  background-color: #72c02c;
  border-radius: 50%;
}

/* line 1004, app/assets/stylesheets/unify.css */
.u-badge-v2 {
  width: 14px;
  height: 14px;
}

/* line 1008, app/assets/stylesheets/unify.css */
.u-badge-v2--xs {
  width: 8px;
  height: 8px;
}

/* line 1012, app/assets/stylesheets/unify.css */
.u-badge-v2--sm {
  width: 12px;
  height: 12px;
}

/* line 1016, app/assets/stylesheets/unify.css */
.u-badge-v2--md {
  width: 14px;
  height: 14px;
}

/* line 1020, app/assets/stylesheets/unify.css */
.u-badge-v2--lg {
  width: 16px;
  height: 16px;
}

/* line 1024, app/assets/stylesheets/unify.css */
.u-badge-v2--xl {
  width: 18px;
  height: 18px;
}

/*------------------------------------
  Badges v3
------------------------------------*/
/* line 1031, 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, app/assets/stylesheets/unify.css */
.u-badge-v3 {
  font-size: 1rem;
}

/* line 1039, app/assets/stylesheets/unify.css */
.u-badge-v3--xs {
  font-size: 0.71429rem;
}

/* line 1042, app/assets/stylesheets/unify.css */
.u-badge-v3--sm {
  font-size: 0.85714rem;
}

/* line 1045, app/assets/stylesheets/unify.css */
.u-badge-v3--md {
  font-size: 1rem;
}

/* line 1048, app/assets/stylesheets/unify.css */
.u-badge-v3--lg {
  font-size: 1.14286rem;
}

/* line 1051, app/assets/stylesheets/unify.css */
.u-badge-v3--xl {
  font-size: 1.14286rem;
}

/* line 1054, app/assets/stylesheets/unify.css */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Solid Divider */
/* line 1059, app/assets/stylesheets/unify.css */
.u-divider-solid {
  border-top-style: solid;
}

/* Dotted Divider */
/* line 1063, app/assets/stylesheets/unify.css */
.u-divider-dotted {
  border-top-style: dotted;
}

/* Dashed Divider */
/* line 1067, app/assets/stylesheets/unify.css */
.u-divider-dashed {
  border-top-style: dashed;
}

/* Double Solid Divider */
/* line 1071, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-divider-linear-gradient {
  height: 1px;
  border: none;
}

/* line 1093, app/assets/stylesheets/unify.css */
.u-divider-linear-gradient--gray-light-v2 {
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

/* line 1096, app/assets/stylesheets/unify.css */
.u-divider-linear-gradient--gray-light-v3 {
  background-image: linear-gradient(to right, transparent, #ddd, transparent);
}

/* line 1099, app/assets/stylesheets/unify.css */
.u-divider {
  position: relative;
  border-top-width: 1px;
}

/* line 1103, 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, app/assets/stylesheets/unify.css */
.u-divider__icon--indented {
  box-shadow: 0 0 0 15px #fff;
}

/* line 1116, app/assets/stylesheets/unify.css */
.u-divider-center {
  text-align: center;
}

/* line 1119, app/assets/stylesheets/unify.css */
.u-divider-right {
  text-align: right;
}

/* line 1122, app/assets/stylesheets/unify.css */
.u-divider-center .u-divider__icon {
  left: auto;
  right: auto;
  margin-left: -1.42857rem;
}

/* line 1127, app/assets/stylesheets/unify.css */
.u-divider-right .u-divider__icon {
  left: auto;
  right: 0;
}

/*------------------------------------
  Go To v1
------------------------------------*/
/* line 1134, app/assets/stylesheets/unify.css */
[class*="u-go-to"] {
  display: none;
}

/* line 1137, 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, app/assets/stylesheets/unify.css */
.u-go-to-v1 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1156, 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, 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, app/assets/stylesheets/unify.css */
  .u-go-to-v1 {
    transform: scale(0.8, 0.8);
  }
}

/*------------------------------------
  Go To v2
------------------------------------*/
/* line 1175, app/assets/stylesheets/unify.css */
[class*="u-go-to"] {
  display: none;
}

/* line 1178, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-go-to-v2 {
    transform: scale(0.8, 0.8);
  }
}

/*------------------------------------
  Go To v3
------------------------------------*/
/* line 1212, app/assets/stylesheets/unify.css */
[class*="u-go-to"] {
  display: none;
}

/* line 1215, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-go-to-v3:hover i, .u-go-to-v3:focus:hover i {
  border-color: #72c02c;
}

/* line 1243, 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, app/assets/stylesheets/unify.css */
.u-go-to-v3:focus i {
  border-color: #555;
}

@media (max-width: 575px) {
  /* line 1252, app/assets/stylesheets/unify.css */
  .u-go-to-v3 {
    transform: scale(0.8, 0.8);
  }
}

/*------------------------------------
  Headers
------------------------------------*/
/* line 1260, app/assets/stylesheets/unify.css */
.u-header {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.92857rem;
  z-index: 101;
}

/* line 1268, app/assets/stylesheets/unify.css */
.u-header--abs-top, .u-header--abs-bottom, .u-header--abs-top-2nd-screen {
  position: absolute;
}

/* line 1271, app/assets/stylesheets/unify.css */
.u-header--abs-top-2nd-screen {
  top: 100%;
  bottom: auto;
}

/* line 1275, app/assets/stylesheets/unify.css */
.u-header--abs-top {
  top: 0;
  bottom: auto;
}

/* line 1279, app/assets/stylesheets/unify.css */
.u-header--abs-bottom {
  top: auto;
  bottom: 0;
}

/* line 1283, 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, app/assets/stylesheets/unify.css */
.u-header--sticky-top, .u-header--sticky-bottom {
  position: fixed;
}

/* line 1292, app/assets/stylesheets/unify.css */
.u-header--sticky-top {
  bottom: auto;
  top: 0;
}

/* line 1296, app/assets/stylesheets/unify.css */
.u-header--sticky-bottom {
  top: auto;
  bottom: 0;
}

/* line 1300, 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, app/assets/stylesheets/unify.css */
.u-header--invisible {
  display: none;
}

/* line 1309, app/assets/stylesheets/unify.css */
.u-header--moved-up {
  transform: translate3d(0, -100%, 0);
}

/* line 1313, app/assets/stylesheets/unify.css */
.u-header--faded {
  opacity: 0;
  visibility: hidden;
}

/* line 1317, app/assets/stylesheets/unify.css */
.u-header--untransitioned {
  transition: none !important;
}

/* line 1320, app/assets/stylesheets/unify.css */
.u-header__section--hidden {
  position: relative;
}

/* line 1323, app/assets/stylesheets/unify.css */
.u-header--floating {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 1328, app/assets/stylesheets/unify.css */
.u-header--floating.js-header-fix-moment {
  margin-top: 0 !important;
}

/* line 1331, app/assets/stylesheets/unify.css */
.u-header--floating.js-header-fix-moment .navbar {
  padding-left: 0;
  padding-right: 0;
}

/* line 1335, app/assets/stylesheets/unify.css */
.u-header[data-header-fix-effect] {
  transition: .3s ease;
}

/* line 1338, app/assets/stylesheets/unify.css */
.u-header-reduced--shift.js-header-change-moment {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 1342, app/assets/stylesheets/unify.css */
.u-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto;
}

/* line 1347, app/assets/stylesheets/unify.css */
.u-header__section {
  position: relative;
  z-index: 1;
}

/* line 1351, app/assets/stylesheets/unify.css */
.u-header__section:nth-child(1) {
  z-index: 5;
}

/* line 1354, app/assets/stylesheets/unify.css */
.u-header__section:nth-child(2) {
  z-index: 4;
}

/* line 1357, app/assets/stylesheets/unify.css */
.u-header__section:nth-child(3) {
  z-index: 3;
}

/* line 1360, app/assets/stylesheets/unify.css */
.u-header__section:nth-child(4) {
  z-index: 2;
}

/* line 1363, app/assets/stylesheets/unify.css */
.u-header__section:nth-child(5) {
  z-index: 1;
}

/* line 1366, app/assets/stylesheets/unify.css */
.u-header__sections-container {
  position: relative;
  z-index: 1;
}

/* line 1370, app/assets/stylesheets/unify.css */
.u-header__logo {
  position: relative;
  z-index: 1;
}

/* line 1374, app/assets/stylesheets/unify.css */
.u-header__logo-img {
  top: 0;
  left: 0;
  /*transition: .3s ease;*/
}

/* line 1379, app/assets/stylesheets/unify.css */
.u-header__logo-img:not(.u-header__logo-img--main) {
  position: absolute;
  opacity: 0;
}

/* line 1383, 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, app/assets/stylesheets/unify.css */
.js-header-change-moment.g-bg-white--shift {
  background-color: #fff;
}

/* line 1390, 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, app/assets/stylesheets/unify.css */
.js-header-change-moment.g-bg-black--shift {
  background-color: #000;
}

/* line 1396, 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, app/assets/stylesheets/unify.css */
.js-header-change-moment.g-bg-primary--shift {
  background-color: #72c02c;
}

/* line 1402, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.navbar > .container {
  position: relative;
}

@media all and (min-width: 576px) {
  /* line 1547, 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, app/assets/stylesheets/unify.css */
  .u-header--abs-top-2nd-screen--sm {
    top: 100%;
  }
  /* line 1551, app/assets/stylesheets/unify.css */
  .u-header--abs-top--sm {
    bottom: auto;
    top: 0;
  }
  /* line 1554, app/assets/stylesheets/unify.css */
  .u-header--abs-bottom--sm {
    top: auto;
    bottom: 0;
  }
  /* line 1557, app/assets/stylesheets/unify.css */
  .u-header--sticky-top--sm, .u-header--sticky-bottom--sm {
    position: fixed;
  }
  /* line 1559, app/assets/stylesheets/unify.css */
  .u-header--sticky-top--sm {
    bottom: auto;
    top: 0;
  }
  /* line 1562, app/assets/stylesheets/unify.css */
  .u-header--sticky-bottom--sm {
    top: auto;
    bottom: 0;
  }
  /* line 1565, app/assets/stylesheets/unify.css */
  .u-header--floating--sm {
    position: absolute;
    left: 0;
    right: 0;
  }
  /* line 1569, app/assets/stylesheets/unify.css */
  .u-header--floating--sm.js-header-fix-moment {
    margin-top: 0 !important;
  }
  /* line 1571, 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, 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, app/assets/stylesheets/unify.css */
  .u-header--abs-top-2nd-screen--md {
    top: 100%;
  }
  /* line 1580, app/assets/stylesheets/unify.css */
  .u-header--abs-top--md {
    bottom: auto;
    top: 0;
  }
  /* line 1583, app/assets/stylesheets/unify.css */
  .u-header--abs-bottom--md {
    top: auto;
    bottom: 0;
  }
  /* line 1586, app/assets/stylesheets/unify.css */
  .u-header--sticky-top--md, .u-header--sticky-bottom--md {
    position: fixed;
  }
  /* line 1588, app/assets/stylesheets/unify.css */
  .u-header--sticky-top--md {
    bottom: auto;
    top: 0;
  }
  /* line 1591, app/assets/stylesheets/unify.css */
  .u-header--sticky-bottom--md {
    top: auto;
    bottom: 0;
  }
  /* line 1594, app/assets/stylesheets/unify.css */
  .u-header--floating--md {
    position: absolute;
    left: 0;
    right: 0;
  }
  /* line 1598, app/assets/stylesheets/unify.css */
  .u-header--floating--md.js-header-fix-moment {
    margin-top: 0 !important;
  }
  /* line 1600, 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, 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, app/assets/stylesheets/unify.css */
  .u-header--abs-top-2nd-screen--lg {
    top: 100%;
  }
  /* line 1609, app/assets/stylesheets/unify.css */
  .u-header--abs-top--lg {
    bottom: auto;
    top: 0;
  }
  /* line 1612, app/assets/stylesheets/unify.css */
  .u-header--abs-bottom--lg {
    top: auto;
    bottom: 0;
  }
  /* line 1615, app/assets/stylesheets/unify.css */
  .u-header--sticky-top--lg, .u-header--sticky-bottom--lg {
    position: fixed;
  }
  /* line 1617, app/assets/stylesheets/unify.css */
  .u-header--sticky-top--lg {
    bottom: auto;
    top: 0;
  }
  /* line 1620, app/assets/stylesheets/unify.css */
  .u-header--sticky-bottom--lg {
    top: auto;
    bottom: 0;
  }
  /* line 1623, app/assets/stylesheets/unify.css */
  .u-header--floating--lg {
    position: absolute;
    left: 0;
    right: 0;
  }
  /* line 1627, app/assets/stylesheets/unify.css */
  .u-header--floating--lg.js-header-fix-moment {
    margin-top: 0 !important;
  }
  /* line 1629, 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, 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, app/assets/stylesheets/unify.css */
  .u-header--abs-top-2nd-screen--xl {
    top: 100%;
  }
  /* line 1638, app/assets/stylesheets/unify.css */
  .u-header--abs-top--xl {
    bottom: auto;
    top: 0;
  }
  /* line 1641, app/assets/stylesheets/unify.css */
  .u-header--abs-bottom--xl {
    top: auto;
    bottom: 0;
  }
  /* line 1644, app/assets/stylesheets/unify.css */
  .u-header--sticky-top--xl, .u-header--sticky-bottom--xl {
    position: fixed;
  }
  /* line 1646, app/assets/stylesheets/unify.css */
  .u-header--sticky-top--xl {
    bottom: auto;
    top: 0;
  }
  /* line 1649, app/assets/stylesheets/unify.css */
  .u-header--sticky-bottom--xl {
    top: auto;
    bottom: 0;
  }
  /* line 1652, app/assets/stylesheets/unify.css */
  .u-header--floating--xl {
    position: absolute;
    left: 0;
    right: 0;
  }
  /* line 1656, app/assets/stylesheets/unify.css */
  .u-header--floating--xl.js-header-fix-moment {
    margin-top: 0 !important;
  }
  /* line 1658, 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, 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, app/assets/stylesheets/unify.css */
  .navbar-expand-xl .navbar-collapse {
    width: 100%;
    order: 10;
  }
}

@media all and (max-width: 991px) {
  /* line 1675, 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, app/assets/stylesheets/unify.css */
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
    order: 10;
  }
}

@media all and (max-width: 767px) {
  /* line 1687, 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, app/assets/stylesheets/unify.css */
  .navbar-expand-md .navbar-collapse {
    width: 100%;
    order: 10;
  }
}

@media all and (max-width: 575px) {
  /* line 1699, 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, app/assets/stylesheets/unify.css */
  .navbar-expand-sm .navbar-collapse {
    width: 100%;
    order: 10;
  }
}

/*------------------------------------
	Header Togglers
------------------------------------*/
/* line 1713, app/assets/stylesheets/unify.css */
.u-header-toggler {
  display: block;
  width: 5rem;
  height: 3.57143rem;
  z-index: 102;
  /* Hamburgers */
}

/* line 1720, app/assets/stylesheets/unify.css */
.u-header-toggler .hamburger {
  line-height: 1;
}

/* Toggler Positioning */
@media all and (min-width: 0) {
  /* line 1725, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-header-toggler--top-left, .u-header-toggler--bottom-left {
    left: 1.42857rem;
  }
  /* line 1733, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-header-toggler--top-left--sm, .u-header-toggler--bottom-left--sm {
    left: 1.42857rem;
  }
  /* line 1746, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-header-toggler--top-left--md, .u-header-toggler--bottom-left--md {
    left: 1.42857rem;
  }
  /* line 1759, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-header-toggler--top-left--lg, .u-header-toggler--bottom-left--lg {
    left: 1.42857rem;
  }
  /* line 1772, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-header-toggler--top-left--xl, .u-header-toggler--bottom-left--xl {
    left: 1.42857rem;
  }
  /* line 1785, app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--xl, .u-header-toggler--bottom-right--xl {
    right: 1.42857rem;
  }
}

/*------------------------------------
  Fullscreen Header
------------------------------------*/
/* line 1791, app/assets/stylesheets/unify.css */
[class*="u-header--fullscreen"] {
  text-align: center;
  visibility: hidden;
}

/* line 1795, 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, app/assets/stylesheets/unify.css */
[class*="u-header--fullscreen"] .mCustomScrollBox {
  width: 100%;
  height: auto;
}

/* line 1814, app/assets/stylesheets/unify.css */
[class*="u-header--fullscreen"] .u-header__section {
  width: 100%;
}

/* line 1817, app/assets/stylesheets/unify.css */
[class*="u-header--fullscreen"] .navbar-nav[class*="u-main-nav-v"] > li > a {
  display: inline-block;
}

/* line 1820, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side .navbar {
  flex-direction: column;
}

/* line 1936, 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, app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side .navbar .navbar-collapse {
  flex-direction: column;
}

/* line 1951, 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, app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side .u-header__sections-container {
  height: 100%;
}

/* line 1963, 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, 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, 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, app/assets/stylesheets/unify.css */
body.u-body--header-side-opened[class*="u-body--header-side"] .u-header__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 1983, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-body--header-side-static-left {
  margin-left: 21.42857rem;
}

/* line 2028, app/assets/stylesheets/unify.css */
.u-body--header-side-static-left .u-header--side {
  right: auto;
  left: 0;
}

/* line 2032, app/assets/stylesheets/unify.css */
.u-body--header-side-static-right {
  margin-right: 21.42857rem;
}

/* line 2035, app/assets/stylesheets/unify.css */
.u-body--header-side-static-right .u-header--side {
  left: auto;
  right: 0;
}

/* line 2039, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-body--header-side-push-left.u-body--header-side-opened {
  margin-left: 21.42857rem;
}

/* line 2052, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-body--header-side-push-right.u-body--header-side-opened {
  margin-right: 21.42857rem;
}

/* line 2065, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.btn {
  position: relative;
  transition: .2s ease;
  cursor: pointer;
}

/* line 2118, app/assets/stylesheets/unify.css */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
  box-shadow: none;
}

/* Button Content
------------------------------------*/
/* line 2124, app/assets/stylesheets/unify.css */
.u-btn-content {
  white-space: normal;
}

/* Buttons Only Icon (O)
------------------------------------*/
/* line 2129, app/assets/stylesheets/unify.css */
.u-btn-only-icon {
  position: relative;
}

/* line 2132, 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, app/assets/stylesheets/unify.css */
.btn-xs {
  line-height: 1.4;
  padding: 0.14286rem 0.5rem;
  font-size: 0.78571rem;
}

/* Medium */
/* line 2149, app/assets/stylesheets/unify.css */
.btn-md {
  line-height: 1.4;
  padding: 0.57143rem 1.42857rem;
  font-size: 1.07143rem;
}

/* Extra Large */
/* line 2155, app/assets/stylesheets/unify.css */
.btn-xl {
  line-height: 1.4;
  padding: 0.92857rem 1.85714rem;
  font-size: 1.28571rem;
}

/* Extramly Large */
/* line 2161, 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, app/assets/stylesheets/unify.css */
.u-btn-inset {
  position: relative;
}

/* line 2172, 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, app/assets/stylesheets/unify.css */
.u-btn-inset--rounded::before {
  border-radius: 50px;
}

/* 3d Buttons */
/* line 2186, app/assets/stylesheets/unify.css */
.u-btn-3d {
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
}

/* line 2189, app/assets/stylesheets/unify.css */
.u-btn-3d:hover {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

/* Skew Button */
/* line 2193, app/assets/stylesheets/unify.css */
.u-btn-skew {
  transform: skewX(-20deg);
}

/* line 2198, app/assets/stylesheets/unify.css */
.u-btn-skew__inner {
  transform: skewX(20deg);
  display: block;
}

/* Button Hovers
------------------------------------*/
/* line 2206, app/assets/stylesheets/unify.css */
[class*="u-btn-hover"] {
  z-index: 1;
}

/* line 2209, app/assets/stylesheets/unify.css */
[class*="u-btn-hover"]:hover {
  text-decoration: none;
}

/* line 2212, app/assets/stylesheets/unify.css */
[class*="u-btn-hover"]:focus {
  text-decoration: none;
}

/* line 2215, app/assets/stylesheets/unify.css */
[class*="u-btn-hover"]::after {
  position: absolute;
  content: "";
  z-index: -1;
  transition: all .3s;
}

/* Hover v1-1 */
/* line 2222, app/assets/stylesheets/unify.css */
.u-btn-hover-v1-1::after {
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}

/* line 2228, app/assets/stylesheets/unify.css */
.u-btn-hover-v1-1:hover::after {
  height: 100%;
}

/* Hover v1-2 */
/* line 2232, app/assets/stylesheets/unify.css */
.u-btn-hover-v1-2::after {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

/* line 2238, app/assets/stylesheets/unify.css */
.u-btn-hover-v1-2:hover::after {
  width: 100%;
}

/* Hover v1-3 */
/* line 2242, app/assets/stylesheets/unify.css */
.u-btn-hover-v1-3::after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
}

/* line 2248, app/assets/stylesheets/unify.css */
.u-btn-hover-v1-3:hover::after {
  height: 100%;
}

/* Hover v1-4 */
/* line 2252, app/assets/stylesheets/unify.css */
.u-btn-hover-v1-4::after {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

/* line 2258, app/assets/stylesheets/unify.css */
.u-btn-hover-v1-4:hover::after {
  width: 100%;
}

/* Hover v2-1 */
/* line 2262, app/assets/stylesheets/unify.css */
.u-btn-hover-v2-1::after {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

/* line 2268, app/assets/stylesheets/unify.css */
.u-btn-hover-v2-1:hover::after {
  left: 0;
  width: 100%;
}

/* Hover v2-2 */
/* line 2273, app/assets/stylesheets/unify.css */
.u-btn-hover-v2-2::after {
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
}

/* line 2279, app/assets/stylesheets/unify.css */
.u-btn-hover-v2-2:hover::after {
  top: 0;
  height: 100%;
}

/* Flat Buttons
------------------------------------*/
/* Button Primary */
/* line 2286, app/assets/stylesheets/unify.css */
.u-btn-primary {
  color: #fff;
  background-color: #72c02c;
}

/* line 2290, app/assets/stylesheets/unify.css */
.u-btn-primary:hover, .u-btn-primary.active {
  border-color: #8cd54a;
  background-color: #8cd54a;
}

/* line 2294, app/assets/stylesheets/unify.css */
.u-btn-primary:hover, .u-btn-primary:focus, .u-btn-primary.active {
  color: #fff;
}

/* line 2297, 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, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2304, 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, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-1:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2311, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2314, 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, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-2:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2321, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2324, 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, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-3:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2331, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2334, 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, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-4:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2341, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2344, 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, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v2-1:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2351, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2354, 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, app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v2-2:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* Button White */
/* line 2362, app/assets/stylesheets/unify.css */
.u-btn-white {
  color: #555;
  background-color: #fff;
}

/* line 2366, app/assets/stylesheets/unify.css */
.u-btn-white:hover, .u-btn-white.active {
  border-color: white;
  background-color: white;
}

/* line 2370, app/assets/stylesheets/unify.css */
.u-btn-white:hover, .u-btn-white:focus, .u-btn-white.active {
  color: #555;
}

/* line 2373, 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, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2380, 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, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-1:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2387, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2390, 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, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-2:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2397, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2400, 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, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-3:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2407, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2410, 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, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-4:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2417, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2420, 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, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 2427, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2430, 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, app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Black */
/* line 2438, app/assets/stylesheets/unify.css */
.u-btn-black {
  color: #fff;
  background-color: #000;
}

/* line 2442, app/assets/stylesheets/unify.css */
.u-btn-black:hover, .u-btn-black.active {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

/* line 2446, app/assets/stylesheets/unify.css */
.u-btn-black:hover, .u-btn-black:focus, .u-btn-black.active {
  color: #fff;
}

/* line 2449, 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, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2456, 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, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-1:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2463, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2466, 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, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-2:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2473, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2476, 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, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-3:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2483, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2486, 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, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-4:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2493, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2496, 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, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 2503, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2506, 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, app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Dark Gray */
/* line 2514, app/assets/stylesheets/unify.css */
.u-btn-darkgray {
  color: #fff;
  background-color: #333;
}

/* line 2518, app/assets/stylesheets/unify.css */
.u-btn-darkgray:hover, .u-btn-darkgray.active {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}

/* line 2522, app/assets/stylesheets/unify.css */
.u-btn-darkgray:hover, .u-btn-darkgray:focus, .u-btn-darkgray.active {
  color: #fff;
}

/* line 2525, 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, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2532, 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, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-1:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2539, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2542, 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, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-2:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2549, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2552, 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, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-3:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2559, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2562, 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, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-4:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2569, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2572, 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, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v2-1:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2579, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2582, 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, app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v2-2:hover {
  background-color: #333;
  overflow: hidden;
}

/* Button Red */
/* line 2590, app/assets/stylesheets/unify.css */
.u-btn-red {
  color: #fff;
  background-color: #f00;
}

/* line 2594, app/assets/stylesheets/unify.css */
.u-btn-red:hover, .u-btn-red.active {
  border-color: #ff3333;
  background-color: #ff3333;
}

/* line 2598, app/assets/stylesheets/unify.css */
.u-btn-red:hover, .u-btn-red:focus, .u-btn-red.active {
  color: #fff;
}

/* line 2601, 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, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2608, 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, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-1:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2615, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2618, 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, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-2:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2625, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2628, 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, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-3:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2635, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2638, 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, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-4:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2645, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2648, 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, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v2-1:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2655, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2658, 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, app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v2-2:hover {
  background-color: #f00;
  overflow: hidden;
}

/* Button Red Tomato */
/* line 2666, app/assets/stylesheets/unify.css */
.u-btn-lightred {
  color: #fff;
  background-color: #e64b3b;
}

/* line 2670, app/assets/stylesheets/unify.css */
.u-btn-lightred:hover, .u-btn-lightred.active {
  border-color: #ec7568;
  background-color: #ec7568;
}

/* line 2674, app/assets/stylesheets/unify.css */
.u-btn-lightred:hover, .u-btn-lightred:focus, .u-btn-lightred.active {
  color: #fff;
}

/* line 2677, 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, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2684, 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, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-1:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2691, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2694, 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, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-2:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2701, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2704, 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, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-3:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2711, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2714, 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, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-4:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2721, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2724, 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, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v2-1:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2731, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2734, 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, app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v2-2:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* Button Dark Red */
/* line 2742, app/assets/stylesheets/unify.css */
.u-btn-darkred {
  color: #fff;
  background-color: #a10f2b;
}

/* line 2746, app/assets/stylesheets/unify.css */
.u-btn-darkred:hover, .u-btn-darkred.active {
  border-color: #d01337;
  background-color: #d01337;
}

/* line 2750, app/assets/stylesheets/unify.css */
.u-btn-darkred:hover, .u-btn-darkred:focus, .u-btn-darkred.active {
  color: #fff;
}

/* line 2753, 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, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2760, 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, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-1:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2767, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2770, 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, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-2:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2777, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2780, 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, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-3:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2787, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2790, 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, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-4:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2797, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2800, 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, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v2-1:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2807, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2810, 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, app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v2-2:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* Button Blue */
/* line 2818, app/assets/stylesheets/unify.css */
.u-btn-blue {
  color: #fff;
  background-color: #3398dc;
}

/* line 2822, app/assets/stylesheets/unify.css */
.u-btn-blue:hover, .u-btn-blue.active {
  border-color: #5faee3;
  background-color: #5faee3;
}

/* line 2826, app/assets/stylesheets/unify.css */
.u-btn-blue:hover, .u-btn-blue:focus, .u-btn-blue.active {
  color: #fff;
}

/* line 2829, 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, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2836, 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, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-1:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 2843, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2846, 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, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-2:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 2853, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2856, 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, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-3:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 2863, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2866, 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, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-4:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 2873, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2876, 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, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v2-1:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 2883, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2886, 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, app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v2-2:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* Button Indigo */
/* line 2894, app/assets/stylesheets/unify.css */
.u-btn-indigo {
  color: #fff;
  background-color: #4263a3;
}

/* line 2898, app/assets/stylesheets/unify.css */
.u-btn-indigo:hover, .u-btn-indigo.active {
  border-color: #5b7cbd;
  background-color: #5b7cbd;
}

/* line 2902, app/assets/stylesheets/unify.css */
.u-btn-indigo:hover, .u-btn-indigo:focus, .u-btn-indigo.active {
  color: #fff;
}

/* line 2905, 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, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2912, 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, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-1:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 2919, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2922, 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, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-2:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 2929, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2932, 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, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-3:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 2939, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2942, 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, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-4:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 2949, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2952, 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, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v2-1:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 2959, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2962, 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, app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v2-2:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* Button Purple */
/* line 2970, app/assets/stylesheets/unify.css */
.u-btn-purple {
  color: #fff;
  background-color: #9a69cb;
}

/* line 2974, app/assets/stylesheets/unify.css */
.u-btn-purple:hover, .u-btn-purple.active {
  border-color: #b48fd8;
  background-color: #b48fd8;
}

/* line 2978, app/assets/stylesheets/unify.css */
.u-btn-purple:hover, .u-btn-purple:focus, .u-btn-purple.active {
  color: #fff;
}

/* line 2981, 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, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2988, 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, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-1:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 2995, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2998, 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, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-2:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3005, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3008, 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, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-3:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3015, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3018, 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, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-4:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3025, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3028, 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, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v2-1:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3035, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3038, 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, app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v2-2:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* Button Dark Purple */
/* line 3046, app/assets/stylesheets/unify.css */
.u-btn-darkpurple {
  color: #fff;
  background-color: #6639b6;
}

/* line 3050, app/assets/stylesheets/unify.css */
.u-btn-darkpurple:hover, .u-btn-darkpurple.active {
  border-color: #8157cb;
  background-color: #8157cb;
}

/* line 3054, app/assets/stylesheets/unify.css */
.u-btn-darkpurple:hover, .u-btn-darkpurple:focus, .u-btn-darkpurple.active {
  color: #fff;
}

/* line 3057, 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, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3064, 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, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-1:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3071, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3074, 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, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-2:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3081, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3084, 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, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-3:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3091, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3094, 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, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-4:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3101, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3104, 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, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v2-1:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3111, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3114, 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, app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v2-2:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* Button Pink */
/* line 3122, app/assets/stylesheets/unify.css */
.u-btn-pink {
  color: #fff;
  background-color: #e81c62;
}

/* line 3126, app/assets/stylesheets/unify.css */
.u-btn-pink:hover, .u-btn-pink.active {
  border-color: #ed4a82;
  background-color: #ed4a82;
}

/* line 3130, app/assets/stylesheets/unify.css */
.u-btn-pink:hover, .u-btn-pink:focus, .u-btn-pink.active {
  color: #fff;
}

/* line 3133, 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, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3140, 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, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-1:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3147, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3150, 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, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-2:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3157, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3160, 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, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-3:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3167, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3170, 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, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-4:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3177, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3180, 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, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v2-1:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3187, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3190, 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, app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v2-2:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* Button Orange */
/* line 3198, app/assets/stylesheets/unify.css */
.u-btn-orange {
  color: #fff;
  background-color: #e57d20;
}

/* line 3202, app/assets/stylesheets/unify.css */
.u-btn-orange:hover, .u-btn-orange.active {
  border-color: #ea984e;
  background-color: #ea984e;
}

/* line 3206, app/assets/stylesheets/unify.css */
.u-btn-orange:hover, .u-btn-orange:focus, .u-btn-orange.active {
  color: #fff;
}

/* line 3209, 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, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3216, 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, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-1:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3223, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3226, 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, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-2:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3233, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3236, 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, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-3:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3243, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3246, 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, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-4:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3253, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3256, 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, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v2-1:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3263, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3266, 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, app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v2-2:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* Button Deep Orange */
/* line 3274, app/assets/stylesheets/unify.css */
.u-btn-deeporange {
  color: #fff;
  background-color: #fe541e;
}

/* line 3278, app/assets/stylesheets/unify.css */
.u-btn-deeporange:hover, .u-btn-deeporange.active {
  border-color: #fe7b51;
  background-color: #fe7b51;
}

/* line 3282, app/assets/stylesheets/unify.css */
.u-btn-deeporange:hover, .u-btn-deeporange:focus, .u-btn-deeporange.active {
  color: #fff;
}

/* line 3285, 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, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3292, 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, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-1:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3299, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3302, 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, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-2:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3309, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3312, 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, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-3:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3319, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3322, 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, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-4:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3329, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3332, 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, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v2-1:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3339, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3342, 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, app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v2-2:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* Button Yellow */
/* line 3350, app/assets/stylesheets/unify.css */
.u-btn-yellow {
  color: #555;
  background-color: #ebc71d;
}

/* line 3354, app/assets/stylesheets/unify.css */
.u-btn-yellow:hover, .u-btn-yellow.active {
  border-color: #efd34c;
  background-color: #efd34c;
}

/* line 3358, app/assets/stylesheets/unify.css */
.u-btn-yellow:hover, .u-btn-yellow:focus, .u-btn-yellow.active {
  color: #555;
}

/* line 3361, 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, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3368, 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, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-1:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3375, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3378, 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, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-2:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3385, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3388, 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, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-3:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3395, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3398, 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, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-4:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3405, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3408, 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, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v2-1:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3415, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3418, 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, app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v2-2:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* Button Aqua */
/* line 3426, app/assets/stylesheets/unify.css */
.u-btn-aqua {
  color: #fff;
  background-color: #29d6e6;
}

/* line 3430, app/assets/stylesheets/unify.css */
.u-btn-aqua:hover, .u-btn-aqua.active {
  border-color: #57dfeb;
  background-color: #57dfeb;
}

/* line 3434, app/assets/stylesheets/unify.css */
.u-btn-aqua:hover, .u-btn-aqua:focus, .u-btn-aqua.active {
  color: #fff;
}

/* line 3437, 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, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3444, 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, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-1:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3451, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3454, 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, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-2:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3461, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3464, 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, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-3:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3471, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3474, 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, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-4:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3481, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3484, 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, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v2-1:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3491, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3494, 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, app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v2-2:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* Button Cyan */
/* line 3502, app/assets/stylesheets/unify.css */
.u-btn-cyan {
  color: #fff;
  background-color: #00bed6;
}

/* line 3506, app/assets/stylesheets/unify.css */
.u-btn-cyan:hover, .u-btn-cyan.active {
  border-color: #0ae4ff;
  background-color: #0ae4ff;
}

/* line 3510, app/assets/stylesheets/unify.css */
.u-btn-cyan:hover, .u-btn-cyan:focus, .u-btn-cyan.active {
  color: #fff;
}

/* line 3513, 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, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3520, 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, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-1:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3527, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3530, 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, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-2:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3537, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3540, 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, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-3:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3547, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3550, 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, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-4:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3557, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3560, 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, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v2-1:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3567, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3570, 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, app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v2-2:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* Button Teal */
/* line 3578, app/assets/stylesheets/unify.css */
.u-btn-teal {
  color: #fff;
  background-color: #18ba9b;
}

/* line 3582, app/assets/stylesheets/unify.css */
.u-btn-teal:hover, .u-btn-teal.active {
  border-color: #22e3be;
  background-color: #22e3be;
}

/* line 3586, app/assets/stylesheets/unify.css */
.u-btn-teal:hover, .u-btn-teal:focus, .u-btn-teal.active {
  color: #fff;
}

/* line 3589, 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, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3596, 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, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-1:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3603, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3606, 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, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-2:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3613, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3616, 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, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-3:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3623, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3626, 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, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-4:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3633, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3636, 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, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v2-1:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3643, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3646, 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, app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v2-2:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* Button Brown */
/* line 3654, app/assets/stylesheets/unify.css */
.u-btn-brown {
  color: #fff;
  background-color: #9c8061;
}

/* line 3658, app/assets/stylesheets/unify.css */
.u-btn-brown:hover, .u-btn-brown.active {
  border-color: #b09980;
  background-color: #b09980;
}

/* line 3662, app/assets/stylesheets/unify.css */
.u-btn-brown:hover, .u-btn-brown:focus, .u-btn-brown.active {
  color: #fff;
}

/* line 3665, 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, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3672, 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, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-1:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3679, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3682, 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, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-2:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3689, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3692, 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, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-3:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3699, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3702, 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, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-4:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3709, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3712, 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, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v2-1:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3719, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3722, 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, app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v2-2:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* Button Bluegrey */
/* line 3730, app/assets/stylesheets/unify.css */
.u-btn-bluegray {
  color: #fff;
  background-color: #585f69;
}

/* line 3734, app/assets/stylesheets/unify.css */
.u-btn-bluegray:hover, .u-btn-bluegray.active {
  border-color: #6f7885;
  background-color: #6f7885;
}

/* line 3738, app/assets/stylesheets/unify.css */
.u-btn-bluegray:hover, .u-btn-bluegray:focus, .u-btn-bluegray.active {
  color: #fff;
}

/* line 3741, 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, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3748, 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, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-1:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3755, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3758, 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, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-2:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3765, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3768, 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, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-3:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3775, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3778, 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, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-4:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3785, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3788, 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, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v2-1:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3795, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3798, 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, app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v2-2:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* Button Facebook */
/* line 3806, app/assets/stylesheets/unify.css */
.u-btn-facebook {
  color: #fff;
  background-color: #3b5998;
}

/* line 3810, app/assets/stylesheets/unify.css */
.u-btn-facebook:hover, .u-btn-facebook.active {
  border-color: #4c70ba;
  background-color: #4c70ba;
}

/* line 3814, app/assets/stylesheets/unify.css */
.u-btn-facebook:hover, .u-btn-facebook:focus, .u-btn-facebook.active {
  color: #fff;
}

/* line 3817, 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, app/assets/stylesheets/unify.css */
.u-btn-twitter {
  color: #fff;
  background-color: #00acee;
}

/* line 3826, app/assets/stylesheets/unify.css */
.u-btn-twitter:hover, .u-btn-twitter.active {
  border-color: #22c2ff;
  background-color: #22c2ff;
}

/* line 3830, app/assets/stylesheets/unify.css */
.u-btn-twitter:hover, .u-btn-twitter:focus, .u-btn-twitter.active {
  color: #fff;
}

/* line 3833, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-primary {
  color: #72c02c;
  border-color: #72c02c;
  background-color: transparent;
}

/* line 3845, app/assets/stylesheets/unify.css */
.u-btn-outline-primary:focus, .u-btn-outline-primary.active {
  color: #fff;
  background-color: #72c02c;
}

/* line 3849, app/assets/stylesheets/unify.css */
.u-btn-outline-primary:hover {
  color: #fff;
  background-color: #72c02c;
}

/* line 3853, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3856, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3863, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3866, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3873, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3876, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3883, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3886, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3893, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3896, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3903, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3906, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3913, app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v3-1 {
  overflow: hidden;
}

/* line 3916, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

/* line 3929, app/assets/stylesheets/unify.css */
.u-btn-outline-white:focus, .u-btn-outline-white.active {
  color: #555;
  background-color: #fff;
}

/* line 3933, app/assets/stylesheets/unify.css */
.u-btn-outline-white:hover {
  color: #555;
  background-color: #fff;
}

/* line 3937, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3940, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3947, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3950, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3957, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3960, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3967, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3970, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3977, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3980, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3987, app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3990, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-black {
  color: #000;
  border-color: #000;
  background-color: transparent;
}

/* line 4003, app/assets/stylesheets/unify.css */
.u-btn-outline-black:focus, .u-btn-outline-black.active {
  color: #fff;
  background-color: #000;
}

/* line 4007, app/assets/stylesheets/unify.css */
.u-btn-outline-black:hover {
  color: #fff;
  background-color: #000;
}

/* line 4011, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4014, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4021, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4024, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4031, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4034, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4041, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4044, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4051, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4054, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4061, app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4064, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray {
  color: #333;
  border-color: #333;
  background-color: transparent;
}

/* line 4077, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray:focus, .u-btn-outline-darkgray.active {
  color: #fff;
  background-color: #333;
}

/* line 4081, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray:hover {
  color: #fff;
  background-color: #333;
}

/* line 4085, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4088, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4095, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4098, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4105, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4108, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4115, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4118, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4125, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4128, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4135, app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4138, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray {
  color: #555;
  border-color: #eee;
  background-color: transparent;
}

/* line 4151, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray:focus, .u-btn-outline-lightgray.active {
  color: #555;
  background-color: #eee;
}

/* line 4155, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray:hover {
  color: #555;
  background-color: #eee;
}

/* line 4159, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4162, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4169, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4172, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4179, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4182, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4189, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4192, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4199, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4202, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4209, app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4212, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-red {
  color: #f00;
  border-color: #f00;
  background-color: transparent;
}

/* line 4225, app/assets/stylesheets/unify.css */
.u-btn-outline-red:focus, .u-btn-outline-red.active {
  color: #fff;
  background-color: #f00;
}

/* line 4229, app/assets/stylesheets/unify.css */
.u-btn-outline-red:hover {
  color: #fff;
  background-color: #f00;
}

/* line 4233, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4236, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4243, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4246, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4253, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4256, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4263, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4266, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4273, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4276, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4283, app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4286, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred {
  color: #e64b3b;
  border-color: #e64b3b;
  background-color: transparent;
}

/* line 4299, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred:focus, .u-btn-outline-lightred.active {
  color: #fff;
  background-color: #e64b3b;
}

/* line 4303, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred:hover {
  color: #fff;
  background-color: #e64b3b;
}

/* line 4307, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4310, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4317, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4320, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4327, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4330, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4337, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4340, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4347, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4350, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4357, app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4360, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred {
  color: #a10f2b;
  border-color: #a10f2b;
  background-color: transparent;
}

/* line 4373, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred:focus, .u-btn-outline-darkred.active {
  color: #fff;
  background-color: #a10f2b;
}

/* line 4377, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred:hover {
  color: #fff;
  background-color: #a10f2b;
}

/* line 4381, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4384, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4391, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4394, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4401, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4404, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4411, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4414, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4421, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4424, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4431, app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4434, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-blue {
  color: #3398dc;
  border-color: #3398dc;
  background-color: transparent;
}

/* line 4447, app/assets/stylesheets/unify.css */
.u-btn-outline-blue:focus, .u-btn-outline-blue.active {
  color: #fff;
  background-color: #3398dc;
}

/* line 4451, app/assets/stylesheets/unify.css */
.u-btn-outline-blue:hover {
  color: #fff;
  background-color: #3398dc;
}

/* line 4455, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4458, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4465, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4468, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4475, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4478, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4485, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4488, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4495, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4498, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4505, app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4508, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo {
  color: #4263a3;
  border-color: #4263a3;
  background-color: transparent;
}

/* line 4521, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo:focus, .u-btn-outline-indigo.active {
  color: #fff;
  background-color: #4263a3;
}

/* line 4525, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo:hover {
  color: #fff;
  background-color: #4263a3;
}

/* line 4529, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4532, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4539, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4542, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4549, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4552, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4559, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4562, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4569, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4572, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4579, app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4582, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-purple {
  color: #9a69cb;
  border-color: #9a69cb;
  background-color: transparent;
}

/* line 4595, app/assets/stylesheets/unify.css */
.u-btn-outline-purple:focus, .u-btn-outline-purple.active {
  color: #fff;
  background-color: #9a69cb;
}

/* line 4599, app/assets/stylesheets/unify.css */
.u-btn-outline-purple:hover {
  color: #fff;
  background-color: #9a69cb;
}

/* line 4603, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4606, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4613, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4616, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4623, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4626, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4633, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4636, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4643, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4646, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4653, app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4656, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple {
  color: #6639b6;
  border-color: #6639b6;
  background-color: transparent;
}

/* line 4669, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple:focus, .u-btn-outline-darkpurple.active {
  color: #fff;
  background-color: #6639b6;
}

/* line 4673, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple:hover {
  color: #fff;
  background-color: #6639b6;
}

/* line 4677, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4680, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4687, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4690, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4697, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4700, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4707, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4710, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4717, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4720, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4727, app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4730, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-pink {
  color: #e81c62;
  border-color: #e81c62;
  background-color: transparent;
}

/* line 4743, app/assets/stylesheets/unify.css */
.u-btn-outline-pink:focus, .u-btn-outline-pink.active {
  color: #fff;
  background-color: #e81c62;
}

/* line 4747, app/assets/stylesheets/unify.css */
.u-btn-outline-pink:hover {
  color: #fff;
  background-color: #e81c62;
}

/* line 4751, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4754, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4761, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4764, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4771, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4774, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4781, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4784, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4791, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4794, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4801, app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4804, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-orange {
  color: #e57d20;
  border-color: #e57d20;
  background-color: transparent;
}

/* line 4817, app/assets/stylesheets/unify.css */
.u-btn-outline-orange:focus, .u-btn-outline-orange.active {
  color: #fff;
  background-color: #e57d20;
}

/* line 4821, app/assets/stylesheets/unify.css */
.u-btn-outline-orange:hover {
  color: #fff;
  background-color: #e57d20;
}

/* line 4825, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4828, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4835, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4838, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4845, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4848, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4855, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4858, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4865, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4868, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4875, app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4878, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange {
  color: #fe541e;
  border-color: #fe541e;
  background-color: transparent;
}

/* line 4891, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange:focus, .u-btn-outline-deeporange.active {
  color: #fff;
  background-color: #fe541e;
}

/* line 4895, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange:hover {
  color: #fff;
  background-color: #fe541e;
}

/* line 4899, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4902, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4909, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4912, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4919, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4922, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4929, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4932, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4939, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4942, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4949, app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4952, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow {
  color: #555;
  border-color: #ebc71d;
  background-color: transparent;
}

/* line 4965, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow:focus, .u-btn-outline-yellow.active {
  color: #555;
  background-color: #ebc71d;
}

/* line 4969, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow:hover {
  color: #555;
  background-color: #ebc71d;
}

/* line 4973, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4976, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4983, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4986, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4993, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4996, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5003, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5006, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5013, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5016, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5023, app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5026, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua {
  color: #29d6e6;
  border-color: #29d6e6;
  background-color: transparent;
}

/* line 5039, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua:focus, .u-btn-outline-aqua.active {
  color: #fff;
  background-color: #29d6e6;
}

/* line 5043, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua:hover {
  color: #fff;
  background-color: #29d6e6;
}

/* line 5047, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5050, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5057, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5060, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5067, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5070, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5077, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5080, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5087, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5090, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5097, app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5100, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan {
  color: #00bed6;
  border-color: #00bed6;
  background-color: transparent;
}

/* line 5113, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan:focus, .u-btn-outline-cyan.active {
  color: #fff;
  background-color: #00bed6;
}

/* line 5117, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan:hover {
  color: #fff;
  background-color: #00bed6;
}

/* line 5121, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5124, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5131, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5134, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5141, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5144, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5151, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5154, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5161, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5164, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5171, app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5174, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-teal {
  color: #18ba9b;
  border-color: #18ba9b;
  background-color: transparent;
}

/* line 5187, app/assets/stylesheets/unify.css */
.u-btn-outline-teal:focus, .u-btn-outline-teal.active {
  color: #fff;
  background-color: #18ba9b;
}

/* line 5191, app/assets/stylesheets/unify.css */
.u-btn-outline-teal:hover {
  color: #fff;
  background-color: #18ba9b;
}

/* line 5195, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5198, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5205, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5208, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5215, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5218, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5225, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5228, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5235, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5238, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5245, app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5248, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-brown {
  color: #9c8061;
  border-color: #9c8061;
  background-color: transparent;
}

/* line 5261, app/assets/stylesheets/unify.css */
.u-btn-outline-brown:focus, .u-btn-outline-brown.active {
  color: #fff;
  background-color: #9c8061;
}

/* line 5265, app/assets/stylesheets/unify.css */
.u-btn-outline-brown:hover {
  color: #fff;
  background-color: #9c8061;
}

/* line 5269, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5272, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5279, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5282, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5289, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5292, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5299, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5302, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5309, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5312, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5319, app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5322, 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, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray {
  color: #585f69;
  border-color: #585f69;
  background-color: transparent;
}

/* line 5335, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray:focus, .u-btn-outline-bluegray.active {
  color: #fff;
  background-color: #585f69;
}

/* line 5339, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray:hover {
  color: #fff;
  background-color: #585f69;
}

/* line 5343, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5346, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5353, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5356, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5363, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5366, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5373, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5376, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5383, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5386, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5393, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5396, 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, app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Facebook */
/* line 5404, app/assets/stylesheets/unify.css */
.u-btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
  background-color: transparent;
}

/* line 5409, app/assets/stylesheets/unify.css */
.u-btn-outline-facebook:focus, .u-btn-outline-facebook.active {
  color: #fff;
  background-color: #3b5998;
}

/* line 5413, app/assets/stylesheets/unify.css */
.u-btn-outline-facebook:hover {
  color: #fff;
  background-color: #3b5998;
}

/* Button Twitter */
/* line 5418, app/assets/stylesheets/unify.css */
.u-btn-outline-twitter {
  color: #00acee;
  border-color: #00acee;
  background-color: transparent;
}

/* line 5423, app/assets/stylesheets/unify.css */
.u-btn-outline-twitter:focus, .u-btn-outline-twitter.active {
  color: #fff;
  background-color: #00acee;
}

/* line 5427, app/assets/stylesheets/unify.css */
.u-btn-outline-twitter:hover {
  color: #fff;
  background-color: #00acee;
}

/* Button Dribbble */
/* line 5432, app/assets/stylesheets/unify.css */
.u-btn-outline-dribbble {
  color: #ea4c89;
  border-color: #ea4c89;
  background-color: transparent;
}

/* line 5437, app/assets/stylesheets/unify.css */
.u-btn-outline-dribbble:focus, .u-btn-outline-dribbble.active {
  color: #fff;
  background-color: #ea4c89;
}

/* line 5441, app/assets/stylesheets/unify.css */
.u-btn-outline-dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
}

/* Gradient Buttons
------------------------------------*/
/* Gradient Style v1 */
/* line 5448, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-v1::before,
.u-icon-v2::before,
.u-icon-v3::before {
  display: block;
}

/* line 5520, 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, app/assets/stylesheets/unify.css */
[class*="u-icon-v"] .u-line-icon-pro {
  transform: translateY(-45%);
}

/* line 5537, app/assets/stylesheets/unify.css */
.u-icon-rotation {
  transform: rotate(45deg);
}

/* line 5542, app/assets/stylesheets/unify.css */
.u-icon-rotation .u-icon__elem {
  transform: rotate(-45deg) translate(15%, -30%);
}

/* line 5547, app/assets/stylesheets/unify.css */
.u-icon-rotation .u-line-icon-pro {
  transform: rotate(-45deg) translate(25%, -30%);
}

/*------------------------------------
  Icon-v1
------------------------------------*/
/* line 5555, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-v2 {
  border-width: 1px;
  border-style: solid;
}

/* line 5685, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-v3 {
  background-color: #eee;
}

/*------------------------------------
  Icon-v4
------------------------------------*/
/* line 5778, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-v4-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
}

/* line 5864, app/assets/stylesheets/unify.css */
.u-icon-v4 .u-icon-v4-inner {
  z-index: 1;
  transition: all .2s ease-in-out;
}

/* line 5868, app/assets/stylesheets/unify.css */
.u-icon-v4-rounded-3,
.u-icon-v4-rounded-3 .u-icon-v4-inner {
  border-radius: 3px;
}

/* line 5872, app/assets/stylesheets/unify.css */
.u-icon-v4-rounded-7,
.u-icon-v4-rounded-7 .u-icon-v4-inner {
  border-radius: 7px;
}

/* line 5876, app/assets/stylesheets/unify.css */
.u-icon-v4-rounded-10,
.u-icon-v4-rounded-10 .u-icon-v4-inner {
  border-radius: 10px;
}

/* line 5880, app/assets/stylesheets/unify.css */
.u-icon-v4-rounded-50x,
.u-icon-v4-rounded-50x .u-icon-v4-inner {
  border-radius: 50%;
}

/* line 5884, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-primary {
  border-color: #72c02c;
}

/* line 5887, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-primary .u-icon-v4-inner {
  background: #72c02c;
}

/* line 5890, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-white {
  border-color: #fff;
}

/* line 5893, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-white .u-icon-v4-inner {
  background: #fff;
}

/* line 5896, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-light-v3 {
  border-color: #ddd;
}

/* line 5899, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-light-v3 .u-icon-v4-inner {
  background: #ddd;
}

/* line 5902, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-dark-v3 {
  border-color: #555;
}

/* line 5905, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-dark-v3 .u-icon-v4-inner {
  background: #555;
}

/* line 5908, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-black {
  border-color: #000;
}

/* line 5911, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-black .u-icon-v4-inner {
  background: #000;
}

/* line 5914, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-red {
  border-color: #f00;
}

/* line 5960, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-red .u-icon-v4-inner {
  background: #f00;
}

/* line 5963, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-lightred {
  border-color: #e64b3b;
}

/* line 5966, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-lightred .u-icon-v4-inner {
  background: #e64b3b;
}

/* line 5969, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkred {
  border-color: #a10f2b;
}

/* line 5972, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkred .u-icon-v4-inner {
  background: #a10f2b;
}

/* line 5975, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-blue {
  border-color: #3398dc;
}

/* line 5978, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-blue .u-icon-v4-inner {
  background: #3398dc;
}

/* line 5981, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-indigo {
  border-color: #4263a3;
}

/* line 5984, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-indigo .u-icon-v4-inner {
  background: #4263a3;
}

/* line 5987, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-purple {
  border-color: #9a69cb;
}

/* line 5990, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-purple .u-icon-v4-inner {
  background: #9a69cb;
}

/* line 5993, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkpurple {
  border-color: #6639b6;
}

/* line 5996, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkpurple .u-icon-v4-inner {
  background: #6639b6;
}

/* line 5999, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pink {
  border-color: #e81c62;
}

/* line 6002, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pink .u-icon-v4-inner {
  background: #e81c62;
}

/* line 6005, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-orange {
  border-color: #e57d20;
}

/* line 6008, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-orange .u-icon-v4-inner {
  background: #e57d20;
}

/* line 6011, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-deeporange {
  border-color: #fe541e;
}

/* line 6014, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-deeporange .u-icon-v4-inner {
  background: #fe541e;
}

/* line 6017, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-aqua {
  border-color: #29d6e6;
}

/* line 6020, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-aqua .u-icon-v4-inner {
  background: #29d6e6;
}

/* line 6023, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-yellow {
  border-color: #ebc71d;
}

/* line 6026, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-yellow .u-icon-v4-inner {
  background: #ebc71d;
}

/* line 6029, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-cyan {
  border-color: #00bed6;
}

/* line 6032, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-cyan .u-icon-v4-inner {
  background: #00bed6;
}

/* line 6035, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-teal {
  border-color: #18ba9b;
}

/* line 6038, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-teal .u-icon-v4-inner {
  background: #18ba9b;
}

/* line 6041, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-brown {
  border-color: #9c8061;
}

/* line 6044, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-brown .u-icon-v4-inner {
  background: #9c8061;
}

/* line 6047, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-bluegray {
  border-color: #585f69;
}

/* line 6050, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-bluegray .u-icon-v4-inner {
  background: #585f69;
}

/* line 6053, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-facebook {
  border-color: #3b5998;
}

/* line 6187, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-facebook .u-icon-v4-inner {
  background-color: #3b5998;
}

/* line 6190, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-twitter {
  border-color: #00acee;
}

/* line 6193, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-twitter .u-icon-v4-inner {
  background-color: #00acee;
}

/* line 6196, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-google-plus {
  border-color: #dd4b39;
}

/* line 6199, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-google-plus .u-icon-v4-inner {
  background-color: #dd4b39;
}

/* line 6202, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-vk {
  border-color: #2b587a;
}

/* line 6205, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-vk .u-icon-v4-inner {
  background-color: #2b587a;
}

/* line 6208, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-linkedin {
  border-color: #0e76a8;
}

/* line 6211, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-linkedin .u-icon-v4-inner {
  background-color: #0e76a8;
}

/* line 6214, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-instagram {
  border-color: #3f729b;
}

/* line 6217, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-instagram .u-icon-v4-inner {
  background-color: #3f729b;
}

/* line 6220, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pinterest {
  border-color: #c8232c;
}

/* line 6223, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pinterest .u-icon-v4-inner {
  background-color: #c8232c;
}

/* line 6226, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-vine {
  border-color: #00bf8f;
}

/* line 6229, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-vine .u-icon-v4-inner {
  background-color: #00bf8f;
}

/* line 6232, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-youtube {
  border-color: #c4302b;
}

/* line 6235, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-youtube .u-icon-v4-inner {
  background-color: #c4302b;
}

/* line 6238, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-skype {
  border-color: #00aff0;
}

/* line 6241, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-skype .u-icon-v4-inner {
  background-color: #00aff0;
}

/* line 6244, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-dribbble {
  border-color: #ea4c89;
}

/* line 6247, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-dribbble .u-icon-v4-inner {
  background-color: #ea4c89;
}

/* line 6250, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-lightblue-radialgradient-ellipse {
  border-color: #d6e2ee;
}

/* line 6312, 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, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-radialgradient-ellipse {
  border-color: #bbb;
}

/* line 6318, 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, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-blue-radialgradient-circle {
  border-color: #275296;
}

/* line 6324, 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, app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkgray-radialgradient-circle {
  border-color: #31353e;
}

/* line 6330, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-v5 {
  position: relative;
}

/* line 6413, app/assets/stylesheets/unify.css */
body .u-icon-v5 {
  background: transparent !important;
}

/* line 6416, 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, app/assets/stylesheets/unify.css */
.u-icon-v5 i {
  position: relative;
  z-index: 2;
}

/* line 6432, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-main::after {
  background-color: #555;
}

/* line 6435, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-primary::after {
  background-color: #72c02c;
}

/* line 6438, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-black::after {
  background-color: #000;
}

/* line 6441, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-white::after {
  background-color: #fff;
}

/* line 6444, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-light-v1::after {
  background-color: #bbb;
}

/* line 6447, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-light-v2::after {
  background-color: #ccc;
}

/* line 6450, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-light-v3::after {
  background-color: #ddd;
}

/* line 6453, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-light-v4::after {
  background-color: #eee;
}

/* line 6456, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-light-v5::after {
  background-color: #f7f7f7;
}

/* line 6459, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-dark-v1::after {
  background-color: #111;
}

/* line 6462, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-dark-v2::after {
  background-color: #333;
}

/* line 6465, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-dark-v3::after {
  background-color: #555;
}

/* line 6468, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-dark-v4::after {
  background-color: #777;
}

/* line 6471, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-dark-v5::after {
  background-color: #999;
}

/* line 6474, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-green::after {
  background-color: #72c02c;
}

/* line 6477, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-blue::after {
  background-color: #3398dc;
}

/* line 6480, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-lightblue::after {
  background-color: #edf2f8;
}

/* line 6483, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-lightblue-v1::after {
  background-color: #d6e2ee;
}

/* line 6486, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-darkblue::after {
  background-color: #009;
}

/* line 6489, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-indigo::after {
  background-color: #4263a3;
}

/* line 6492, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-red::after {
  background-color: #f00;
}

/* line 6495, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-lightred::after {
  background-color: #e64b3b;
}

/* line 6498, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-darkred::after {
  background-color: #a10f2b;
}

/* line 6501, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-purple::after {
  background-color: #9a69cb;
}

/* line 6504, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-darkpurple::after {
  background-color: #6639b6;
}

/* line 6507, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-pink::after {
  background-color: #e81c62;
}

/* line 6510, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-orange::after {
  background-color: #e57d20;
}

/* line 6513, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-deeporange::after {
  background-color: #fe541e;
}

/* line 6516, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-yellow::after {
  background-color: #ebc71d;
}

/* line 6519, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-aqua::after {
  background-color: #29d6e6;
}

/* line 6522, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-cyan::after {
  background-color: #00bed6;
}

/* line 6525, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-teal::after {
  background-color: #18ba9b;
}

/* line 6528, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-brown::after {
  background-color: #9c8061;
}

/* line 6531, app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-bluegray::after {
  background-color: #585f69;
}

/*------------------------------------
  Image Icons
------------------------------------*/
/* line 6537, 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, app/assets/stylesheets/unify.css */
.u-image-icon-size-xs {
  width: 2.14286rem;
}

/* line 6547, app/assets/stylesheets/unify.css */
.u-image-icon-size-sm {
  width: 2.85714rem;
}

/* line 6550, app/assets/stylesheets/unify.css */
.u-image-icon-size-md {
  width: 3.92857rem;
}

/* line 6553, app/assets/stylesheets/unify.css */
.u-image-icon-size-lg {
  width: 5rem;
}

/* line 6556, app/assets/stylesheets/unify.css */
.u-image-icon-size-xl {
  width: 6.42857rem;
}

/* line 6559, app/assets/stylesheets/unify.css */
.u-image-icon-size-2xl {
  width: 7.14286rem;
}

/*------------------------------------
  Hover Effect of Icon on Block Hover
------------------------------------*/
/* line 6565, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-opacity-0_5--hover {
  opacity: .5;
}

/* line 6568, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-color-primary--hover {
  color: #72c02c;
}

/* line 6571, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-brd-primary--hover {
  border-color: #72c02c;
}

/* line 6574, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-bg-primary--hover {
  background: #72c02c;
}

/* line 6577, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-color-white--hover {
  color: #fff;
}

/* line 6580, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-brd-white--hover {
  border-color: #fff;
}

/* line 6583, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-bg-white--hover {
  background: #fff;
}

/* line 6586, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-color-black--hover {
  color: #000;
}

/* line 6589, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-brd-black--hover {
  border-color: #000;
}

/* line 6592, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-bg-black--hover {
  background: #000;
}

/* line 6595, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-color-gray-dark-v4--hover {
  color: #777;
}

/* line 6598, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-brd-gray-dark-v4--hover {
  border-color: #777;
}

/* line 6601, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-bg-gray-dark-v4--hover {
  background: #777;
}

/* line 6604, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-facebook--hover {
  color: #3b5998;
}

/* line 6607, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-facebook--hover {
  border-color: #3b5998;
}

/* line 6610, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-facebook--hover {
  background: #3b5998;
}

/* line 6613, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-twitter--hover {
  color: #00acee;
}

/* line 6616, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-twitter--hover {
  border-color: #00acee;
}

/* line 6619, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-twitter--hover {
  background: #00acee;
}

/* line 6622, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-google-plus--hover {
  color: #dd4b39;
}

/* line 6625, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-google-plus--hover {
  border-color: #dd4b39;
}

/* line 6628, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-google-plus--hover {
  background: #dd4b39;
}

/* line 6631, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-vk--hover {
  color: #2b587a;
}

/* line 6634, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-vk--hover {
  border-color: #2b587a;
}

/* line 6637, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-vk--hover {
  background: #2b587a;
}

/* line 6640, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-linkedin--hover {
  color: #0e76a8;
}

/* line 6643, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-linkedin--hover {
  border-color: #0e76a8;
}

/* line 6646, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-linkedin--hover {
  background: #0e76a8;
}

/* line 6649, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-instagram--hover {
  color: #3f729b;
}

/* line 6652, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-instagram--hover {
  border-color: #3f729b;
}

/* line 6655, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-instagram--hover {
  background: #3f729b;
}

/* line 6658, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-pinterest--hover {
  color: #c8232c;
}

/* line 6661, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-pinterest--hover {
  border-color: #c8232c;
}

/* line 6664, app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-pinterest--hover {
  background: #c8232c;
}

/*------------------------------------
  Scale Effect
------------------------------------*/
/* line 6670, app/assets/stylesheets/unify.css */
.u-icon-scale-1_2--hover:hover {
  transform: scale(1.2);
}

/*------------------------------------
  Shadow Effect
------------------------------------*/
/* line 6678, 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, app/assets/stylesheets/unify.css */
.u-icon-sliding--hover i::before {
  display: block;
}

/* line 6688, 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, 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, app/assets/stylesheets/unify.css */
.u-icon__elem-hover {
  position: absolute !important;
}

/* line 6729, 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, app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover .u-icon__elem-regular {
  transform: translateY(-20%);
}

/* line 6740, app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translateY(-30%);
}

/* line 6745, app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover .u-icon__elem-hover {
  transform: translateY(110%);
}

/* line 6750, app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translateY(120%);
}

/* line 6755, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover .u-icon__elem-regular {
  transform: translateY(-110%);
}

/* line 6784, app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translateY(-120%);
}

/* line 6789, app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover .u-icon__elem-hover {
  transform: translateY(-20%);
}

/* line 6794, app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translateY(-30%);
}

/* line 6799, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover .u-icon__elem-regular {
  transform: translate(0, -20%);
}

/* line 6828, app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translate(0, -30%);
}

/* line 6833, app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover .u-icon__elem-hover {
  transform: translate(110%, -20%);
}

/* line 6838, app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translate(110%, -30%);
}

/* line 6843, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover .u-icon__elem-regular {
  transform: translate(-110%, -20%);
}

/* line 6872, app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translate(-110%, -30%);
}

/* line 6877, app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover .u-icon__elem-hover {
  transform: translate(0, -20%);
}

/* line 6882, app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translate(0, -30%);
}

/* line 6887, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .u-icon-scale-1_2--hover {
  transform: scale(1.2);
}

/* line 6919, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover,
.u-icon-effect-v1-2--hover {
  position: relative;
  overflow: inherit;
}

/* line 6970, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover::after {
  transform: scale(0.8);
}

/* line 7002, 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, app/assets/stylesheets/unify.css */
.u-icon-effect-v1-2--hover::after {
  transform: scale(1.2);
}

/* line 7014, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-effect-v2--hover {
  transition: all .5s;
  overflow: inherit;
}

/* line 7044, 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, app/assets/stylesheets/unify.css */
.u-icon-effect-v2--hover:hover,
.u-icon-effect-v2--hover:hover::after {
  background: #72c02c;
}

/* line 7055, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-effect-v4--hover {
  transition: transform ease-out .1s, background .2s;
  overflow: inherit;
}

/* line 7104, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-icon-effect-v5--hover {
  transition: box-shadow .2s;
  overflow: inherit;
}

/* line 7203, app/assets/stylesheets/unify.css */
.u-icon-effect-v5--hover:after {
  top: 0;
  left: 0;
  padding: 0;
  transition: transform .2s, opacity .2s;
}

/* line 7211, app/assets/stylesheets/unify.css */
.u-icon-v3.u-icon-effect-v5--hover:after {
  box-shadow: 0 0 0 3px #fff;
}

/* line 7214, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-shadow-none {
  box-shadow: none !important;
}

/* line 7237, app/assets/stylesheets/unify.css */
.u-shadow-none--focus:focus {
  box-shadow: none !important;
}

/* line 7240, app/assets/stylesheets/unify.css */
.g-parent:hover .u-shadow-none--parent-hover {
  box-shadow: none !important;
}

/*------------------------------------
  Box-shadows-v1
------------------------------------*/
/* line 7246, app/assets/stylesheets/unify.css */
.u-shadow-v1-1 {
  box-shadow: 0 0 5px #999;
}

/* line 7249, app/assets/stylesheets/unify.css */
.u-shadow-v1-2 {
  box-shadow: 0 0 10px #999;
}

/* line 7252, app/assets/stylesheets/unify.css */
.u-shadow-v1-2--hover:hover {
  box-shadow: 0 0 10px #999;
}

/* line 7255, app/assets/stylesheets/unify.css */
.g-parent:hover .u-shadow-v1-2--hover-parent {
  box-shadow: 0 0 10px #999;
}

/* line 7258, app/assets/stylesheets/unify.css */
.u-shadow-v1-3 {
  box-shadow: 0 0 5px #ddd;
}

/* line 7261, app/assets/stylesheets/unify.css */
.u-shadow-v1-4 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 7264, app/assets/stylesheets/unify.css */
.u-shadow-v1-5 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7267, app/assets/stylesheets/unify.css */
.u-shadow-v1-5--hover:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7270, 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, app/assets/stylesheets/unify.css */
.u-shadow-v1-6 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7276, app/assets/stylesheets/unify.css */
.u-shadow-v1-6--hover:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7279, 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, app/assets/stylesheets/unify.css */
.u-shadow-v1-7 {
  box-shadow: 0 0 8px #eee;
}

/* line 7285, app/assets/stylesheets/unify.css */
.u-shadow-v1-7--hover:hover {
  box-shadow: 0 0 8px #eee;
}

/* line 7288, app/assets/stylesheets/unify.css */
*:hover > .u-shadow-v1-7--hover-parent {
  box-shadow: 0 0 8px #eee;
}

/*------------------------------------
  Box-shadows-v1
------------------------------------*/
/* line 7294, app/assets/stylesheets/unify.css */
.u-shadow-v1-1 {
  box-shadow: 0 0 5px #999;
}

/* line 7297, app/assets/stylesheets/unify.css */
.u-shadow-v1-2 {
  box-shadow: 0 0 10px #999;
}

/* line 7300, app/assets/stylesheets/unify.css */
.u-shadow-v1-2--hover:hover {
  box-shadow: 0 0 10px #999;
}

/* line 7303, app/assets/stylesheets/unify.css */
.g-parent:hover .u-shadow-v1-2--hover-parent {
  box-shadow: 0 0 10px #999;
}

/* line 7306, app/assets/stylesheets/unify.css */
.u-shadow-v1-3 {
  box-shadow: 0 0 5px #ddd;
}

/* line 7309, app/assets/stylesheets/unify.css */
.u-shadow-v1-4 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 7312, app/assets/stylesheets/unify.css */
.u-shadow-v1-5 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7315, app/assets/stylesheets/unify.css */
.u-shadow-v1-5--hover:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7318, 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, app/assets/stylesheets/unify.css */
.u-shadow-v1-6 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7324, app/assets/stylesheets/unify.css */
.u-shadow-v1-6--hover:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7327, 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, app/assets/stylesheets/unify.css */
.u-shadow-v1-7 {
  box-shadow: 0 0 8px #eee;
}

/* line 7333, app/assets/stylesheets/unify.css */
.u-shadow-v1-7--hover:hover {
  box-shadow: 0 0 8px #eee;
}

/* line 7336, 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, app/assets/stylesheets/unify.css */
.u-shadow-v3,
.u-shadow-v4,
.u-shadow-v5 {
  position: relative;
}

/* line 7347, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-shadow-v6 {
  box-shadow: 0 8px 6px -6px #555;
}

/*------------------------------------
  Box-shadows-v7
------------------------------------*/
/* line 7387, app/assets/stylesheets/unify.css */
.u-shadow-v7 {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Box-shadows-v8
------------------------------------*/
/* line 7393, app/assets/stylesheets/unify.css */
.u-shadow-v8 {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}

/* line 7396, app/assets/stylesheets/unify.css */
.u-shadow-v8--hover:hover {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}

/* line 7399, 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, app/assets/stylesheets/unify.css */
.u-shadow-v9 {
  box-shadow: 1px 1px 1px #eee;
}

/*------------------------------------
  Box-shadows-v10
------------------------------------*/
/* line 7411, app/assets/stylesheets/unify.css */
.u-shadow-v10 {
  box-shadow: 2px 2px 2px #eee;
}

/*------------------------------------
  Box-shadows-v11
------------------------------------*/
/* line 7417, app/assets/stylesheets/unify.css */
.u-shadow-v11 {
  box-shadow: 0 0 2px #ccc;
}

/*------------------------------------
  Box-shadows-v12
------------------------------------*/
/* line 7423, app/assets/stylesheets/unify.css */
.u-shadow-v12 {
  box-shadow: inset 2px 2px 2px 0 #ccc;
}

/*------------------------------------
  Box-shadows-v13
------------------------------------*/
/* line 7429, app/assets/stylesheets/unify.css */
.u-shadow-v13 {
  box-shadow: inset 2px 2px 2px 0 #72c02c;
}

/*------------------------------------
  Box-shadows-v14
------------------------------------*/
/* line 7435, app/assets/stylesheets/unify.css */
.u-shadow-v14 {
  box-shadow: 2px 2px 2px 0 #eee;
}

/*------------------------------------
  Box-shadows-v15
------------------------------------*/
/* line 7441, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-shadow-v20 {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

/* line 7474, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-shadow-v22 {
  box-shadow: 0 2px 5px #eee;
}

/*------------------------------------
  Box-shadows-v23
------------------------------------*/
/* line 7499, 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, app/assets/stylesheets/unify.css */
.u-shadow-v24 {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

/* line 7508, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-shadow-v27 {
  box-shadow: 0 0 3px #b5b5b5;
}

/*------------------------------------
  Box-shadows-v28
------------------------------------*/
/* line 7532, 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, app/assets/stylesheets/unify.css */
.u-shadow-v29 {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
}

/*------------------------------------
  Form Elements
------------------------------------*/
/* line 7544, app/assets/stylesheets/unify.css */
.u-form-control {
  padding: .8rem 1rem .6rem;
}

/* line 7547, app/assets/stylesheets/unify.css */
.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 7551, app/assets/stylesheets/unify.css */
.u-form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 7555, 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, app/assets/stylesheets/unify.css */
.u-form-control::-moz-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 7563, app/assets/stylesheets/unify.css */
.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 7567, app/assets/stylesheets/unify.css */
.u-form-control-sm {
  padding: .4rem .5rem .1rem;
  font-size: .875rem;
}

/* line 7571, app/assets/stylesheets/unify.css */
.u-form-control-lg {
  padding: .75rem 1.5rem .55rem;
  font-size: 1.25rem;
}

/* line 7575, app/assets/stylesheets/unify.css */
.u-form-control-shadow--focus:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 7578, 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, app/assets/stylesheets/unify.css */
.u-textarea-expandable:focus {
  max-height: 90px;
}

/*------------------------------------
  States
------------------------------------*/
/*------------------------------------
  Success states
------------------------------------*/
/*------------------------------------
  Success state v1-1
------------------------------------*/
/* line 7596, 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, 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, app/assets/stylesheets/unify.css */
.u-has-success-v1-1 .form-control-feedback {
  color: #72c02c;
}

/* line 7610, app/assets/stylesheets/unify.css */
.u-has-success-v1-1 [class*="u-check-icon"] {
  color: #f0fff0;
  background-color: #f0fff0;
}

/* line 7614, app/assets/stylesheets/unify.css */
.u-has-success-v1-1 [class*="u-check-icon"] i {
  color: rgba(114, 192, 44, 0.2);
}

/* line 7617, 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, app/assets/stylesheets/unify.css */
.u-has-success-v1-2 {
  position: relative;
}

/* line 7628, 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, 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, app/assets/stylesheets/unify.css */
.u-has-success-v1-2 .form-control-feedback {
  color: #72c02c;
}

/* line 7642, app/assets/stylesheets/unify.css */
.u-has-success-v1-2 [class*="u-check-icon"] {
  color: #f0fff0;
  background-color: #f0fff0;
  border-radius: 50%;
}

/* line 7647, app/assets/stylesheets/unify.css */
.u-has-success-v1-2 [class*="u-check-icon"] i {
  color: rgba(114, 192, 44, 0.2);
}

/* line 7650, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-has-error-v1 .form-control-feedback {
  color: #f00;
}

/* line 7691, app/assets/stylesheets/unify.css */
.u-has-error-v1 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

/*------------------------------------
  Error state v1-2
------------------------------------*/
/* line 7697, 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, 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, app/assets/stylesheets/unify.css */
.u-has-error-v1-2 .form-control-feedback {
  color: #f00;
}

/* line 7711, app/assets/stylesheets/unify.css */
.u-has-error-v1-2 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

/* line 7714, 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, app/assets/stylesheets/unify.css */
.u-has-error-v1-2 .error {
  display: block;
}

/*------------------------------------
  Error state v1-3
------------------------------------*/
/* line 7724, app/assets/stylesheets/unify.css */
.u-has-error-v1-3 {
  position: relative;
}

/* line 7727, 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, 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, app/assets/stylesheets/unify.css */
.u-has-error-v1-3 .form-control-feedback {
  color: #f00;
}

/* line 7741, 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, app/assets/stylesheets/unify.css */
.u-has-error-v1-3 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

/* line 7756, 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, app/assets/stylesheets/unify.css */
.u-has-error-v1-3 .error {
  display: block;
}

/* line 7763, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-color-primary:focus {
  color: #72c02c;
}

/* Black Colors */
/* line 7828, app/assets/stylesheets/unify.css */
.g-color-black--focus:focus {
  color: #000;
}

/* White Colors */
/* line 7832, app/assets/stylesheets/unify.css */
.g-color-white--focus:focus {
  color: #fff !important;
}

/* Gray Colors */
/* line 7836, app/assets/stylesheets/unify.css */
.g-color-gray-light-v4:focus {
  color: #eee !important;
}

/*------------------------------------
  Checked state background
------------------------------------*/
/* Primary Colors */
/* line 7843, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-bg-black--focus:focus {
  background-color: #000 !important;
}

/* line 8005, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_2--focus:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 8008, 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, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v1--focus:focus {
  background-color: #111 !important;
}

/* line 8015, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v2--focus:focus {
  background-color: #333 !important;
}

/* line 8018, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v3--focus:focus {
  background-color: #555 !important;
}

/* line 8021, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v4--focus:focus {
  background-color: #eee !important;
}

/* line 8024, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v5--focus:focus {
  background-color: #f7f7f7 !important;
}

/* Transparent */
/* line 8028, app/assets/stylesheets/unify.css */
.g-bg-transparent--focus:focus {
  background-color: transparent;
}

/*------------------------------------
  Checked state border
------------------------------------*/
/* Primary Colors */
/* line 8035, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-black--checked.g-checked,
.g-checked .g-brd-black--checked {
  border-color: #000 !important;
}

/* White */
/* line 8057, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-opacity-1--checked.g-checked,
.g-checked .g-opacity-1--checked {
  opacity: 1;
}

/*------------------------------------
  Checked state overlay
------------------------------------*/
/* line 8313, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
[data-capitalize] {
  text-transform: uppercase;
}

/* line 8357, app/assets/stylesheets/unify.css */
label.error {
  color: #d9534f;
  margin-top: .25rem;
  margin-bottom: 0;
}

/* line 8362, app/assets/stylesheets/unify.css */
input.error:not([type="checkbox"]):not([type="radio"]),
textarea.error,
select.error {
  border-color: #d9534f !important;
}

/* line 8367, app/assets/stylesheets/unify.css */
.js-autocomplete--ajax {
  position: relative;
  z-index: 10;
}

/*------------------------------------
  Fields Group v1
------------------------------------*/
/* line 8374, app/assets/stylesheets/unify.css */
.u-input-group-v1 {
  position: relative;
}

/* line 8377, 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, app/assets/stylesheets/unify.css */
.u-input-group-v1 input:not([type="checkbox"]):not([type="radio"]):focus + label, .u-input-group-v1 input[value]:not([type="checkbox"]):not([type="radio"]) + label, .u-input-group-v1 input[placeholder]:not([type="checkbox"]):not([type="radio"]) + label, .u-input-group-v1 input.g-state-not-empty:not([type="checkbox"]):not([type="radio"]) + 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 .g-state-not-empty[class*="u-select"] + label {
  top: 20px;
  font-size: 90%;
}

/* line 8395, 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, app/assets/stylesheets/unify.css */
.u-input-group-v2 {
  position: relative;
}

/* line 8413, 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, app/assets/stylesheets/unify.css */
.u-input-group-v2 input:not([type="checkbox"]):not([type="radio"]):focus + label, .u-input-group-v2 input[value]:not([type="checkbox"]):not([type="radio"]) + label, .u-input-group-v2 input[placeholder]:not([type="checkbox"]):not([type="radio"]) + label, .u-input-group-v2 input.g-state-not-empty:not([type="checkbox"]):not([type="radio"]) + 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 .g-state-not-empty[class*="u-select"] + label {
  top: 0;
  font-size: 90%;
}

/* line 8431, 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, app/assets/stylesheets/unify.css */
.u-input-group-v2 textarea + label {
  top: 20px;
}

/*------------------------------------
  Checkboxes
------------------------------------*/
/* line 8451, app/assets/stylesheets/unify.css */
.u-check {
  position: relative;
  cursor: pointer;
}

/* line 8455, app/assets/stylesheets/unify.css */
.u-check-icon-font {
  display: inline-block;
  font-size: 0;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 8461, app/assets/stylesheets/unify.css */
.u-check-icon-font i {
  font-size: 22px;
  color: #ccc;
}

/* line 8465, app/assets/stylesheets/unify.css */
.u-check-icon-font i::before {
  content: attr(data-uncheck-icon);
}

/* line 8468, app/assets/stylesheets/unify.css */
.u-check-icon-checkbox, .u-check-icon-radio {
  display: inline-block;
}

/* line 8471, 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, 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, app/assets/stylesheets/unify.css */
.g-hide-check {
  display: block !important;
}

/* line 8486, 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, app/assets/stylesheets/unify.css */
.g-show-check {
  display: none !important;
}

/* line 8496, 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, app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v1, .u-check-icon-radio-v1 {
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 8510, app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v1 {
  border-radius: 1px;
}

/* line 8513, app/assets/stylesheets/unify.css */
.u-check-icon-radio-v1 {
  border-radius: 50%;
}

/* line 8516, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v2 {
  border-radius: 1px;
}

/* line 8555, app/assets/stylesheets/unify.css */
.u-check-icon-radio-v2 {
  border-radius: 50%;
}

/*------------------------------------
  Checkboxes v3
------------------------------------*/
/* line 8561, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-check-icon-radio-v4 {
  border-radius: 50%;
}

/* line 8588, app/assets/stylesheets/unify.css */
.u-check-icon-radio-v4 i {
  border-radius: 50%;
}

/* line 8591, 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, 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, app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v5, .u-check-icon-radio-v5 {
  width: 18px;
  height: 18px;
}

/* line 8619, 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, app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v5 {
  border-radius: 1px;
}

/* line 8635, app/assets/stylesheets/unify.css */
.u-check-icon-radio-v5 {
  border-radius: 50%;
}

/* line 8638, app/assets/stylesheets/unify.css */
.u-check-icon-radio-v5 i {
  border-radius: 50%;
}

/* line 8641, 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, app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v6, .u-check-icon-radio-v6 {
  width: 18px;
  height: 18px;
  font-size: 12px;
}

/* line 8660, 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, 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, app/assets/stylesheets/unify.css */
.u-check-icon-radio-v6 {
  border-radius: 50%;
}

/* line 8684, app/assets/stylesheets/unify.css */
.u-check-icon-radio-v6 i {
  border-radius: 50%;
}

/* line 8687, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
[class*="u-checkbox-v1"] {
  display: none;
}

/* line 8870, app/assets/stylesheets/unify.css */
[class*="u-checkbox-v1"] + label {
  cursor: pointer;
}

/* line 8873, app/assets/stylesheets/unify.css */
.u-checkbox-v1--checked-color-primary:checked + label {
  color: #72c02c !important;
}

/* line 8876, app/assets/stylesheets/unify.css */
.u-checkbox-v1--checked-brd-primary:checked + label {
  border-color: #72c02c !important;
}

/*------------------------------------
  File Attachments
------------------------------------*/
/*------------------------------------
  File Attachments v1
------------------------------------*/
/* line 8885, app/assets/stylesheets/unify.css */
.u-file-attach-v1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* line 8890, 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, app/assets/stylesheets/unify.css */
.u-file-attach-v1 input[readonly] {
  background-color: transparent;
}

/*------------------------------------
  File Attachments v2
------------------------------------*/
/* line 8906, app/assets/stylesheets/unify.css */
.u-file-attach-v2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* line 8911, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-file-attach-v3:hover {
  background-color: #eee;
}

/*------------------------------------
  Selects
------------------------------------*/
/* line 8952, app/assets/stylesheets/unify.css */
.input-group select {
  -webkit-appearance: none;
}

/*------------------------------------
  Selects v1
------------------------------------*/
/* line 8958, 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, 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, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single span {
  margin-right: 0;
}

/* line 8984, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single span img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* line 8989, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single div {
  width: 40px;
}

/* line 8992, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single div b {
  background: none !important;
}

/* line 8995, 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, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single div b i:first-child {
  display: inline-block;
}

/* line 9006, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single div b i:last-child {
  display: none;
}

/* line 9009, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single:focus {
  outline: 0 none;
}

/* line 9012, 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, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results {
  padding: 0;
  margin: 0;
}

/* line 9026, 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, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* line 9040, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li div {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}

/* line 9047, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li div b {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 9052, 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, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li:last-child {
  border-bottom-width: 0;
}

/* line 9064, 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, 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, app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li.result-selected div b i {
  display: inline-block;
}

/* line 9078, app/assets/stylesheets/unify.css */
.u-select-v1.chosen-container-active .chosen-single {
  background-image: none;
  box-shadow: none;
}

/* line 9082, app/assets/stylesheets/unify.css */
.u-select-v1.chosen-with-drop .chosen-single {
  border: none;
  border-radius: 0;
}

/* line 9086, app/assets/stylesheets/unify.css */
.u-select-v1.chosen-with-drop .chosen-single div b i:first-child {
  display: none;
}

/* line 9089, app/assets/stylesheets/unify.css */
.u-select-v1.chosen-with-drop .chosen-single div b i:last-child {
  display: inline-block;
}

/* line 9092, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field {
  height: 22px;
}

/* line 9116, 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, app/assets/stylesheets/unify.css */
.u-select-v1.u-select-multiple-custom .chosen-choices {
  display: none;
}

/* line 9123, 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, app/assets/stylesheets/unify.css */
.u-select-v1.u-dropdown-sm {
  padding: .1rem .5rem;
  font-size: .875rem;
}

/* line 9137, app/assets/stylesheets/unify.css */
.u-select-v1.u-dropdown-sm .chosen-results > li {
  padding: 6px 8px;
}

/* line 9140, app/assets/stylesheets/unify.css */
.u-select-v1.u-dropdown-lg {
  padding: .55rem 1.5rem;
  font-size: 1.25rem;
}

/* line 9144, app/assets/stylesheets/unify.css */
.u-select-v1.u-dropdown-lg .chosen-results > li {
  padding: 14px 18px;
}

/*------------------------------------
  Sliders
------------------------------------*/
/*------------------------------------
  Sliders v1
------------------------------------*/
/* line 9153, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-slider-v1.ui-slider {
  height: 2px;
}

/* line 9180, app/assets/stylesheets/unify.css */
.u-slider-v1.ui-slider .ui-slider-range {
  background: #72c02c;
}

/* line 9183, 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, app/assets/stylesheets/unify.css */
.u-slider-v1-2.ui-slider, .u-slider-v1-3.ui-slider {
  height: 4px;
}

/* line 9194, 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, 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, app/assets/stylesheets/unify.css */
.u-slider-v1-3.ui-slider .ui-slider-handle {
  border-radius: 50%;
}

/*------------------------------------
  Datepickers
------------------------------------*/
/*------------------------------------
  Datepickers v1
------------------------------------*/
/* line 9214, app/assets/stylesheets/unify.css */
.u-datepicker-v1 {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  z-index: 2 !important;
}

/* line 9220, app/assets/stylesheets/unify.css */
.u-datepicker-v1.ui-datepicker-inline {
  width: 100%;
}

/* line 9223, app/assets/stylesheets/unify.css */
.u-datepicker-v1.ui-datepicker {
  width: initial;
  padding: initial;
}

/* line 9227, app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker {
  width: 100%;
  padding: 0;
  border: none;
}

/* line 9232, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-prev-hover {
  left: 0;
}

/* line 9289, 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, 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, app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-next-hover {
  right: 0;
}

/* line 9303, 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, app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-calendar {
  margin-bottom: 0;
}

/* line 9311, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-datepicker-v1 .ui-datepicker-title {
    height: 50px;
    line-height: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }
  /* line 9362, 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, app/assets/stylesheets/unify.css */
  .u-datepicker-v1 .ui-datepicker-calendar {
    border-collapse: separate;
    border-spacing: 4px;
  }
  /* line 9369, app/assets/stylesheets/unify.css */
  .u-datepicker-v1 .ui-datepicker-calendar th,
.u-datepicker-v1 .ui-datepicker-calendar td {
    padding: 5px;
  }
  /* line 9372, 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, app/assets/stylesheets/unify.css */
.u-quantity-v1 input:not([type="checkbox"]):not([type="radio"]) {
  background-color: #fff;
}

/* line 9384, app/assets/stylesheets/unify.css */
.js-plus,
.js-minus {
  cursor: pointer;
}

/*------------------------------------
  Carousel indicators
------------------------------------*/
/* line 9391, app/assets/stylesheets/unify.css */
[class*="u-carousel-indicators"] {
  display: block;
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 9397, app/assets/stylesheets/unify.css */
[class*="u-carousel-indicators"] li {
  list-style: none;
}

/* line 9400, app/assets/stylesheets/unify.css */
[class*="u-carousel-indicators"] span {
  display: block;
  cursor: pointer;
}

/*------------------------------------
  Carousel indicators v1
------------------------------------*/
/* line 9407, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v1,
.u-carousel-indicators-v1--white {
  display: flex !important;
}

/* line 9413, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v1 li,
.u-carousel-indicators-v1--white li {
  margin: 0 5px;
}

/* line 9417, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v1 span {
  background-color: #777;
}

/* line 9432, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v1--white li.slick-active span {
  background-color: #fff;
}

/*------------------------------------
  Carousel indicators v2
------------------------------------*/
/* line 9438, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v2 li {
  margin: 0 5px;
}

/* line 9441, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v2 li.slick-active span {
  opacity: 1;
}

/* line 9444, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v3 li {
  margin: 0 3px;
}

/* line 9457, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v3 li.slick-active span {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 9462, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v4 li {
  margin: 0 7px;
}

/* line 9475, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v4 li.slick-active span {
  background-color: #72c02c;
}

/* line 9478, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v5 {
  bottom: auto;
  left: auto;
  right: 15px;
  top: 15px;
  width: auto;
}

/* line 9494, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v5 li {
  margin: 0 3px;
}

/* line 9497, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v5 li.slick-active span {
  width: 9px;
  height: 9px;
  background-color: #fff;
}

/* line 9502, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v6 {
  display: block;
  left: 50%;
  right: auto;
  bottom: 0;
  transform: translateX(-50%);
}

/* line 9522, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v6 li.slick-active {
  color: #72c02c;
}

/* line 9561, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v6 .u-dot-title {
  display: none;
}

@media (min-width: 768px) {
  /* line 9573, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v6 {
    top: 0;
    bottom: auto;
  }
  /* line 9576, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v6::before {
    display: block;
  }
  /* line 9578, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v6 span {
    margin: 3px auto 19px;
  }
  /* line 9580, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v6 li.slick-active span {
    margin: 0 auto 15px;
  }
  /* line 9582, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v6 .u-dot-title {
    display: block;
  }
}

/*------------------------------------
  Carousel indicators v7
------------------------------------*/
/* line 9588, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v7 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .3;
}

/* line 9606, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v7 li {
  display: block;
  margin: 15px 0;
  float: none;
}

/* line 9611, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v7 li.slick-active span {
  opacity: 1;
}

/*------------------------------------
  Carousel indicators v8
------------------------------------*/
/* line 9617, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v8 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}

/* line 9634, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v8 li {
  display: block;
  margin: 15px 0;
}

/* line 9638, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v8 li.slick-active span {
  background-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v9
------------------------------------*/
/* line 9644, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v9 {
  padding-left: 0;
}

/* line 9647, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v9 li + li {
  border-top-width: 1px;
}

/* line 9662, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v9 li.slick-active {
  color: #fff;
  background-color: #72c02c;
}

@media (min-width: 576px) {
  /* line 9667, 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, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v9 li + li {
    border-left-width: 1px;
  }
}

/*------------------------------------
  Carousel indicators v10
------------------------------------*/
/* line 9685, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v10 {
  padding-left: 0;
}

/* line 9688, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v10 li + li {
  border-top-width: 1px;
}

/* line 9703, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v10 li.slick-active {
  color: #fff;
  background-color: #72c02c;
}

@media (min-width: 576px) {
  /* line 9708, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v10 {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
  }
  /* line 9718, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v11 li {
  margin: 0 3px;
}

/* line 9747, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v11 li.slick-active span {
  background-color: #bbb;
}

/*------------------------------------
  Carousel indicators v12
------------------------------------*/
/* line 9753, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12,
.u-carousel-indicators-v12--white {
  white-space: nowrap;
}

/* line 9757, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12--white li span {
  box-shadow: inset 0 0 0 2px #fff;
}

/* line 9805, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13,
.u-carousel-indicators-v13--white {
  white-space: nowrap;
}

/* line 9816, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 9852, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13--white li.slick-active span {
  background-color: #fff;
}

/*------------------------------------
  Carousel indicators v14
------------------------------------*/
/* line 9861, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v14,
.u-carousel-indicators-v14--white {
  white-space: nowrap;
}

/* line 9865, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v14--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 9893, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v15,
.u-carousel-indicators-v15--white {
  white-space: nowrap;
}

/* line 9907, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v15--white li span {
  box-shadow: inset 0 0 0 2px #fff;
}

/* line 9936, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16,
.u-carousel-indicators-v16--white {
  white-space: nowrap;
}

/* line 9949, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16--white li span {
  box-shadow: inset 0 0 0 2px #fff;
}

/* line 10008, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16--white li span::before {
  background-color: #fff;
}

/* line 10011, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16--sm li {
  width: 8px;
  height: 8px;
}

/* line 10015, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v17,
.u-carousel-indicators-v17--white {
  white-space: nowrap;
}

/* line 10025, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18,
.u-carousel-indicators-v18--white {
  white-space: nowrap;
}

/* line 10066, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18--white li span {
  background-color: #72c02c;
}

/* line 10148, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19,
.u-carousel-indicators-v19--white {
  white-space: nowrap;
}

/* line 10163, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19--white li {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

/* line 10202, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19--white li span {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 10205, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20,
.u-carousel-indicators-v20--white {
  white-space: nowrap;
}

/* line 10218, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20--white li span {
  border: 2px solid #fff;
}

/* line 10284, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21,
.u-carousel-indicators-v21--white {
  white-space: nowrap;
}

/* line 10295, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21 li span:hover,
.u-carousel-indicators-v21--white li span:hover {
  opacity: .8;
}

/* line 10345, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21--white li span::before {
  background-color: #fff;
}

/* line 10353, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21--white li span::after {
  background-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v22
------------------------------------*/
/* line 10359, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22,
.u-carousel-indicators-v22--white {
  white-space: nowrap;
}

/* line 10363, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22 li:hover,
.u-carousel-indicators-v22--white li:hover {
  z-index: 11;
}

/* line 10448, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22--white li {
  border: 2px solid #fff;
}

/* line 10455, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22--white li span {
  color: #fff;
  background-color: #72c02c;
}

/* line 10459, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22--white li span::before {
  border-top-color: #72c02c;
}

/* line 10462, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22--white li.slick-active {
  border-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v23
------------------------------------*/
/* line 10468, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23,
.u-carousel-indicators-v23--white {
  white-space: nowrap;
}

/* line 10472, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 10697, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23--white .u-dots-helper::before {
  background: #72c02c;
}

/*------------------------------------
  Carousel indicators v24
------------------------------------*/
/* line 10706, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24,
.u-carousel-indicators-v24--white {
  white-space: nowrap;
}

/* line 10710, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24--white li span {
  border: 2px solid #72c02c;
}

/* line 10780, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24--white li span::before {
  background: #fff;
}

/* line 10783, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25,
.u-carousel-indicators-v25--white {
  white-space: nowrap;
}

/* line 10793, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li::before {
  background-color: #72c02c;
}

/* line 10859, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 10862, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li span::before {
  background-color: #72c02c;
}

/* line 10865, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li span:focus {
  background-color: #72c02c;
}

/* line 10868, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li:hover span {
  background-color: #fff;
}

/* line 10871, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li.slick-active span {
  background-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v26
------------------------------------*/
/* line 10877, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--vertical,
.u-carousel-indicators-v26--vertical--white {
  width: 20px;
}

/* line 10972, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--white li span,
.u-carousel-indicators-v26--vertical--white li span {
  color: #fff;
}

/* line 11026, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27--white li span,
.u-carousel-indicators-v27--vertical--white li span {
  background: #fff;
}

/* line 11198, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v28 li {
  display: block;
  margin: 15px 0;
  float: none;
}

/* line 11225, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v28 li.slick-active span {
  background-color: #72c02c;
  opacity: 1;
}

/* line 11229, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v29 {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

/* line 11244, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v29 li.slick-active {
  color: #72c02c;
  border-top-color: #72c02c;
}

/* line 11256, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v29 .u-dot-title {
  display: none;
}

@media (min-width: 576px) {
  /* line 11260, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v29 {
    border-top: 1px solid;
  }
  /* line 11262, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v29 li {
    border-top: 3px solid transparent;
    padding-top: 10px;
    margin: -2px 20px 0;
  }
  /* line 11266, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v29 .u-dot-title {
    display: block;
  }
}

/*------------------------------------
  Carousel indicators v30
------------------------------------*/
/* line 11272, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v30 {
  display: block;
  width: 100%;
}

/* line 11276, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v30 > li {
  display: table-cell;
  width: 1%;
  text-align: center;
  float: none;
}

/* line 11282, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v30 span {
  display: inline-block;
}

@media (min-width: 576px) {
  /* line 11286, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v30 {
    display: block;
    width: 100%;
  }
  /* line 11289, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v30 > li {
    display: table-cell;
    width: 1%;
    text-align: center;
    float: none;
  }
  /* line 11294, app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v30 span {
    display: inline-block;
  }
}

/*------------------------------------
  Carousel indicators v31
------------------------------------*/
/* line 11300, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v31,
.u-carousel-indicators-v31--white {
  display: flex !important;
}

/* line 11306, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v31 li,
.u-carousel-indicators-v31--white li {
  margin: 0 5px;
}

/* line 11310, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel-indicators-v32 .slick-center {
  width: 70px;
  height: 70px;
  -webkit-transform: scale(1.35);
}

/* line 11355, 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, app/assets/stylesheets/unify.css */
.u-breadcrumbs-v1 {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 11366, app/assets/stylesheets/unify.css */
.u-breadcrumbs-v1 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 11370, app/assets/stylesheets/unify.css */
.u-breadcrumbs-v1 a:hover {
  text-decoration: none;
}

/*------------------------------------
  Breadcrumbs v2
------------------------------------*/
/* line 11376, app/assets/stylesheets/unify.css */
.u-breadcrumbs-v2 {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 11380, app/assets/stylesheets/unify.css */
.u-breadcrumbs-v2 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 11384, app/assets/stylesheets/unify.css */
.u-breadcrumbs-v2 > * > * {
  display: block;
  border-radius: 3px;
}

/* line 11388, app/assets/stylesheets/unify.css */
.u-breadcrumbs-v2 a:hover {
  text-decoration: none;
}

/* line 11391, 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, app/assets/stylesheets/unify.css */
  .u-breadcrumbs-v2 > * {
    position: relative;
    background-color: #fff;
  }
  /* line 11398, app/assets/stylesheets/unify.css */
  .u-breadcrumbs-v2 > * > * {
    border-radius: 0;
  }
  /* line 11400, app/assets/stylesheets/unify.css */
  .u-breadcrumbs-v2 > *:first-child > * {
    border-radius: 5px 0 0 5px;
  }
  /* line 11402, app/assets/stylesheets/unify.css */
  .u-breadcrumbs-v2 > *:last-child > * {
    border-radius: 0 5px 5px 0;
  }
  /* line 11404, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-dot-line-v1::before,
.u-dot-line-v1-2::before {
  left: -30px;
}

/* line 11438, 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, app/assets/stylesheets/unify.css */
.u-dot-line-v1::after,
.u-dot-line-v1-2::after {
  right: -30px;
}

/* line 11446, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-dot-line-v1-2::before, .u-dot-line-v1-2::after {
    display: block;
  }
}

/*------------------------------------
  Dot line v2
------------------------------------*/
/* line 11486, 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, 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, app/assets/stylesheets/unify.css */
.u-dot-line-v2::before,
.u-dot-line-v2-2::before {
  left: -30px;
}

/* line 11509, 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, app/assets/stylesheets/unify.css */
.u-dot-line-v2::after,
.u-dot-line-v2-2::after {
  right: -30px;
}

/* line 11517, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-dot-line-v2-2::before, .u-dot-line-v2-2::after {
    display: block;
  }
}

/*------------------------------------
  Heading-v1
------------------------------------*/
/* line 11556, app/assets/stylesheets/unify.css */
[class*="u-heading-v1-"] {
  position: relative;
}

/* line 11559, 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, app/assets/stylesheets/unify.css */
.text-center[class*="u-heading-v1-"]::before, .text-center[class*="u-heading-v1-"]::after {
  left: 0;
  right: 0;
}

/* line 11573, app/assets/stylesheets/unify.css */
.text-right[class*="u-heading-v1-"]::before, .text-right[class*="u-heading-v1-"]::after {
  left: 0;
  right: auto;
}

/* line 11577, 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, app/assets/stylesheets/unify.css */
.text-right .u-heading-v1__title {
  padding-left: 1.07143rem;
  padding-right: 0;
}

/* line 11589, app/assets/stylesheets/unify.css */
.text-center .u-heading-v1__title {
  padding-left: 1.07143rem;
  padding-right: 1.07143rem;
}

/*------------------------------------
  Heading-v1-1
------------------------------------*/
/* line 11596, app/assets/stylesheets/unify.css */
.u-heading-v1-1::before {
  top: 48%;
  border-top-style: solid;
}

/* line 11600, app/assets/stylesheets/unify.css */
.u-heading-v1-1::after {
  top: 58%;
  border-top-style: solid;
}

/*------------------------------------
  Heading-v1-2
------------------------------------*/
/* line 11607, app/assets/stylesheets/unify.css */
.u-heading-v1-2::before {
  top: 48%;
  border-top-style: dashed;
}

/* line 11611, app/assets/stylesheets/unify.css */
.u-heading-v1-2::after {
  top: 58%;
  border-top-style: dashed;
}

/*------------------------------------
  Heading-v1-3
------------------------------------*/
/* line 11618, app/assets/stylesheets/unify.css */
.u-heading-v1-3::before {
  top: 48%;
  border-top-style: dotted;
}

/* line 11622, app/assets/stylesheets/unify.css */
.u-heading-v1-3::after {
  top: 58%;
  border-top-style: dotted;
}

/*------------------------------------
  Heading-v1-4
------------------------------------*/
/* line 11629, app/assets/stylesheets/unify.css */
.u-heading-v1-4::before {
  top: 50%;
  border-top-style: solid;
}

/*------------------------------------
  Heading-v1-5
------------------------------------*/
/* line 11636, app/assets/stylesheets/unify.css */
.u-heading-v1-5::before {
  top: 50%;
  border-top-style: dashed;
}

/*------------------------------------
  Heading-v1-6
------------------------------------*/
/* line 11643, app/assets/stylesheets/unify.css */
.u-heading-v1-6::before {
  top: 50%;
  border-top-style: dotted;
}

/*------------------------------------
  Heading-v1-7
------------------------------------*/
/* line 11650, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-heading-v2-1--bottom::after {
  margin-top: 1.78571rem;
}

/* line 11672, app/assets/stylesheets/unify.css */
.u-heading-v2-1--top::before {
  margin-bottom: 1.78571rem;
}

/*------------------------------------
  Heading-v2-2
------------------------------------*/
/* line 11678, 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, app/assets/stylesheets/unify.css */
.u-heading-v2-2--bottom::after {
  margin-top: 1.78571rem;
}

/* line 11685, app/assets/stylesheets/unify.css */
.u-heading-v2-2--top::before {
  margin-bottom: 1.78571rem;
}

/*------------------------------------
  Heading-v2-3
------------------------------------*/
/* line 11691, 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, app/assets/stylesheets/unify.css */
.u-heading-v2-3--bottom::after {
  margin-top: 1.07143rem;
}

/* line 11698, app/assets/stylesheets/unify.css */
.u-heading-v2-3--top::before {
  margin-bottom: 1.07143rem;
}

/*------------------------------------
  Heading-v2-4
------------------------------------*/
/* line 11704, 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, app/assets/stylesheets/unify.css */
.u-heading-v2-4--bottom::after {
  margin-top: 2.14286rem;
}

/* line 11711, app/assets/stylesheets/unify.css */
.u-heading-v2-4--top::before {
  margin-bottom: 2.14286rem;
}

/*------------------------------------
  Heading-v2-5
------------------------------------*/
/* line 11717, 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, app/assets/stylesheets/unify.css */
.u-heading-v2-5--bottom::after {
  margin-top: 1.42857rem;
}

/* line 11724, app/assets/stylesheets/unify.css */
.u-heading-v2-5--top::before {
  margin-bottom: 1.42857rem;
}

/*------------------------------------
  Heading-v2-6
------------------------------------*/
/* line 11730, 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, app/assets/stylesheets/unify.css */
.u-heading-v2-6--bottom::after {
  margin-top: 0.71429rem;
}

/* line 11737, app/assets/stylesheets/unify.css */
.u-heading-v2-6--top::before {
  margin-bottom: 0.71429rem;
}

/*------------------------------------
  Heading-v2-7
------------------------------------*/
/* line 11743, 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, app/assets/stylesheets/unify.css */
.u-heading-v2-7--bottom::after {
  margin-top: 2.85714rem;
}

/* line 11750, app/assets/stylesheets/unify.css */
.u-heading-v2-7--top::before {
  margin-bottom: 2.85714rem;
}

/*------------------------------------
  Heading-v3
------------------------------------*/
/* line 11756, app/assets/stylesheets/unify.css */
[class*="u-heading-v3-"] {
  border-bottom: 1px dotted #ccc;
}

/* line 11759, 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, 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, app/assets/stylesheets/unify.css */
.text-right[class*="u-heading-v4-"] {
  padding: 0.14286rem 1.42857rem 0.21429rem 0;
  border-left-width: 0;
  border-right-width: 4px;
  border-right-style: solid;
}

/*------------------------------------
  Heading-v5
------------------------------------*/
/* line 11785, app/assets/stylesheets/unify.css */
.u-heading-v5__title {
  position: relative;
  display: inline-block;
  line-height: 1;
}

/* line 11790, 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, app/assets/stylesheets/unify.css */
.u-heading-v5-color-primary .u-heading-v5__title::before {
  background: #72c02c;
}

/* line 11801, app/assets/stylesheets/unify.css */
.u-heading-v5-color-gray-light-v2 .u-heading-v5__title::before {
  background: #ccc;
}

/* line 11804, app/assets/stylesheets/unify.css */
.u-heading-v5-color-white .u-heading-v5__title::before {
  background: #fff;
}

/* line 11807, app/assets/stylesheets/unify.css */
.u-heading-v5-rounded-50x .u-heading-v5__title::before {
  border-radius: 50%;
}

/*------------------------------------
  Heading-v5-1
------------------------------------*/
/* line 11813, app/assets/stylesheets/unify.css */
.u-heading-v5-1 .u-heading-v5__title {
  padding-top: 1.78571rem;
}

/* line 11816, app/assets/stylesheets/unify.css */
.u-heading-v5-1 .u-heading-v5__title::before {
  top: 0;
  left: 2px;
}

/* line 11820, app/assets/stylesheets/unify.css */
.u-heading-v5-1.text-center .u-heading-v5__title::before {
  left: 50%;
  margin-left: -6px;
}

/* line 11824, 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, app/assets/stylesheets/unify.css */
.u-heading-v5-2 .u-heading-v5__title::before {
  left: 0;
  bottom: 3px;
}

/* line 11835, app/assets/stylesheets/unify.css */
.u-heading-v5-2.text-right .u-heading-v5__title::before {
  left: auto;
  right: 0;
}

/* line 11839, app/assets/stylesheets/unify.css */
.u-heading-v5-2 .u-heading-v5__title {
  padding-left: 1.78571rem;
}

/* line 11842, app/assets/stylesheets/unify.css */
.u-heading-v5-2.text-right .u-heading-v5__title {
  padding-right: 1.78571rem;
}

/*------------------------------------
  Heading-v5-3
------------------------------------*/
/* line 11848, app/assets/stylesheets/unify.css */
.u-heading-v5-3 .u-heading-v5__title::before {
  left: 2px;
  bottom: 0;
}

/* line 11852, app/assets/stylesheets/unify.css */
.u-heading-v5-3.text-center .u-heading-v5__title::before {
  left: 50%;
  margin-left: -6px;
}

/* line 11856, app/assets/stylesheets/unify.css */
.u-heading-v5-3.text-right .u-heading-v5__title::before {
  left: auto;
  right: 2px;
}

/* line 11860, app/assets/stylesheets/unify.css */
.u-heading-v5-3 .u-heading-v5__title {
  padding-bottom: 1.78571rem;
}

/*------------------------------------
  Heading-v6
------------------------------------*/
/* line 11866, app/assets/stylesheets/unify.css */
.u-heading-v6__title {
  display: inline-block;
  position: relative;
}

/* line 11870, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-heading-v6-1 .u-heading-v6__title::after {
  right: 0;
}

/* line 11900, app/assets/stylesheets/unify.css */
.u-heading-v6-1.text-center .u-heading-v6__title::before {
  left: 0;
}

/* line 11903, app/assets/stylesheets/unify.css */
.u-heading-v6-1.text-right .u-heading-v6__title::before {
  left: 0;
}

/* line 11906, app/assets/stylesheets/unify.css */
.u-heading-v6-1.text-right .u-heading-v6__title::after {
  display: none;
}

/*------------------------------------
  Heading-v6-1
------------------------------------*/
/* line 11912, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-heading-v6-2 .u-heading-v6__title::after {
  left: 0;
}

/* line 11929, app/assets/stylesheets/unify.css */
.u-heading-v6-2.text-center .u-heading-v6__title::before {
  right: 0;
}

/* line 11932, app/assets/stylesheets/unify.css */
.u-heading-v6-2.text-right .u-heading-v6__title::before {
  right: 0;
}

/* line 11935, app/assets/stylesheets/unify.css */
.u-heading-v6-2.text-right .u-heading-v6__title::after {
  display: none;
}

/*------------------------------------
  Heading-v7
------------------------------------*/
/* line 11941, 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, app/assets/stylesheets/unify.css */
.u-heading-v7-divider {
  position: relative;
  display: inline-block;
}

/* line 11955, app/assets/stylesheets/unify.css */
.u-heading-v7-divider::after {
  right: -3.92857rem;
}

/* line 11958, app/assets/stylesheets/unify.css */
.text-center .u-heading-v7-divider::before {
  left: -3.92857rem;
}

/* line 11961, app/assets/stylesheets/unify.css */
.text-right .u-heading-v7-divider::before {
  left: -3.92857rem;
}

/* line 11964, app/assets/stylesheets/unify.css */
.text-right .u-heading-v7-divider::after {
  display: none;
}

/* line 11967, app/assets/stylesheets/unify.css */
.u-heading-v7-divider__icon {
  display: inline-block;
  font-size: 1.4rem;
}

/*------------------------------------
  Heading-v7-1
------------------------------------*/
/* line 11974, app/assets/stylesheets/unify.css */
.u-heading-v7-1 .u-heading-v7-divider__icon {
  font-size: .6rem;
}

/*------------------------------------
  Heading-v7-3
------------------------------------*/
/* line 11980, 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, 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, app/assets/stylesheets/unify.css */
.u-heading-v8-1 .u-heading-v8__title strong {
  padding: 0.07143rem 0.5rem;
}

/*------------------------------------
  Heading-v8-2
------------------------------------*/
/* line 12000, app/assets/stylesheets/unify.css */
.u-heading-v8-2 .u-heading-v8__title strong {
  padding: 0.71429rem 1.07143rem;
}

/*------------------------------------
  Headings
------------------------------------*/
/* Massive Underline */
/* line 12007, app/assets/stylesheets/unify.css */
.u-heading-massive-underline {
  position: relative;
}

/* line 12010, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left::before {
  left: -5px;
  border-width: 5px 5px 5px 0;
}

/* line 12089, app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left.g-bg-primary::before {
  border-right-color: #72c02c;
}

/* line 12092, app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left.g-bg-white::before {
  border-right-color: #fff;
}

/* line 12095, app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left.g-bg-gray-light-v9::before {
  border-right-color: #f7f7f7;
}

/* line 12098, app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left.g-bg-black::before {
  border-right-color: #000;
}

/* line 12101, app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-right::before {
  right: -5px;
  border-width: 5px 0 5px 5px;
}

/* line 12105, app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-right.g-bg-primary::before {
  border-left-color: #72c02c;
}

/* line 12108, app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-right.g-bg-white::before {
  border-left-color: #fff;
}

/* line 12111, app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-right.g-bg-gray-light-v9::before {
  border-left-color: #f7f7f7;
}

/* line 12114, app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-right.g-bg-black::before {
  border-left-color: #000;
}

/* line 12117, app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-top::before, .u-triangle-v2.u-triangle-bottom::before {
  left: 45px;
}

/* line 12120, app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-left::before, .u-triangle-v2.u-triangle-right::before {
  top: 23px;
}

/* line 12123, app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-top::before {
  top: -15px;
  border-width: 0 17px 15px 17px;
}

/* line 12127, app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-bottom::before {
  bottom: -15px;
  border-width: 15px 17px 0 17px;
}

/* line 12131, app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-left::before {
  left: -15px;
  border-width: 17px 15px 17px 0;
}

/* line 12135, app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-right::before {
  right: -15px;
  border-width: 17px 0 17px 15px;
}

/* line 12139, app/assets/stylesheets/unify.css */
.u-triangle-v3::before, .u-triangle-v4::before {
  background-repeat: no-repeat;
}

/* line 12142, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-top::before, .u-triangle-v5.u-triangle-bottom::before {
  left: 80px;
}

/* line 12223, app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-left::before, .u-triangle-v5.u-triangle-right::before {
  top: 23px;
}

/* line 12226, app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-top::before {
  top: -22px;
  border-width: 22px 0 0 22px;
}

/* line 12230, app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-bottom::before {
  bottom: -22px;
  border-width: 22px 22px 0 0;
}

/* line 12234, app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-left::before {
  left: -22px;
  border-width: 0 22px 22px 0;
}

/* line 12238, app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-right::before {
  right: -22px;
  border-width: 22px 22px 0 0;
}

/* line 12242, app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-top::before, .u-triangle-v6.u-triangle-bottom::before {
  left: 8%;
}

/* line 12245, app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-left::before, .u-triangle-v6.u-triangle-right::before {
  top: 8%;
}

/* line 12248, app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-top::before {
  top: -22px;
  border-width: 22px 22px 0 0;
}

/* line 12252, app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-bottom::before {
  bottom: -22px;
  border-width: 22px 0 0 22px;
}

/* line 12256, app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-left::before {
  left: -22px;
  border-width: 22px 22px 0 0;
}

/* line 12260, app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-right::before {
  right: -22px;
  border-width: 0 22px 22px 0;
}

/* line 12264, 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, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--left {
  right: -14px;
}

/* line 12271, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--left__front {
  position: absolute;
  top: 1px;
  left: 0;
}

/* line 12276, 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, 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, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--right {
  left: -14px;
}

/* line 12289, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--right__front {
  position: absolute;
  top: 1px;
  right: 0;
}

/* line 12294, 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, 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, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--top {
  top: -14px;
}

/* line 12307, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--top__front {
  position: absolute;
  left: 1px;
  bottom: 0;
}

/* line 12312, 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, 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, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--bottom {
  bottom: -14px;
}

/* line 12325, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--bottom__front {
  position: absolute;
  left: 1px;
  bottom: 1px;
}

/* line 12330, 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, 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, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left {
  left: 100%;
}

/* line 12343, 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, 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, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left__front {
  z-index: 2;
}

/* line 12355, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left__front svg polygon {
  fill: #eee;
}

/* line 12358, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left__back {
  z-index: 1;
}

/* line 12361, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left__back svg polygon {
  fill: #fff;
}

/* line 12364, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right {
  right: 100%;
}

/* line 12367, 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, 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, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right__front {
  z-index: 2;
}

/* line 12379, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right__front svg polygon {
  fill: #eee;
}

/* line 12382, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right__back {
  z-index: 1;
}

/* line 12385, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right__back svg polygon {
  fill: #fff;
}

/* line 12388, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top {
  bottom: 100%;
}

/* line 12391, 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, 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, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top__front {
  z-index: 2;
}

/* line 12403, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top__front svg polygon {
  fill: #eee;
}

/* line 12406, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top__back {
  z-index: 1;
}

/* line 12409, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top__back svg polygon {
  fill: #fff;
}

/* line 12412, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom {
  top: 100%;
}

/* line 12415, 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, 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, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom__front {
  z-index: 2;
}

/* line 12427, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom__front svg polygon {
  fill: #eee;
}

/* line 12430, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom__back {
  z-index: 1;
}

/* line 12433, app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom__back svg polygon {
  fill: #fff;
}

/* line 12436, app/assets/stylesheets/unify.css */
.u-semicircle-v1 {
  position: relative;
  z-index: 10;
}

/* line 12440, 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, app/assets/stylesheets/unify.css */
.u-semicircle-v1.g-bg-primary::before {
  background: #72c02c;
}

/* line 12452, app/assets/stylesheets/unify.css */
.u-semicircle-v1.g-bg-white::before {
  background: #fff;
}

/* line 12455, app/assets/stylesheets/unify.css */
.u-semicircle-v1.g-bg-gray-light-v9::before {
  background: #f7f7f7;
}

/* line 12458, app/assets/stylesheets/unify.css */
.u-semicircle-v1.g-bg-black::before {
  background: #000;
}

/* line 12461, app/assets/stylesheets/unify.css */
.u-semicircle-top::before, .u-semicircle-right::before {
  top: -20%;
  left: -25%;
}

/* line 12465, app/assets/stylesheets/unify.css */
.u-semicircle-bottom::before, .u-semicircle-left::before {
  bottom: -20%;
  left: -25%;
}

@media (max-width: 575px) {
  /* line 12470, app/assets/stylesheets/unify.css */
  .u-triangle-none--xs::before,
.u-semicircle-none--xs::before {
    display: none;
  }
}

@media (min-width: 576px) {
  /* line 12475, 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, 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, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -75px;
  }
  /* line 12481, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -75px;
  }
  /* line 12483, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -75px;
  }
  /* line 12485, 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, app/assets/stylesheets/unify.css */
  .u-triangle-none--sm::before,
.u-semicircle-none--sm::before {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 12494, 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, 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, app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left::before {
    left: -25px;
    border-width: 20px 25px 20px 0;
  }
  /* line 12506, app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left.g-bg-primary::before {
    border-right-color: #72c02c;
  }
  /* line 12508, app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left.g-bg-white::before {
    border-right-color: #fff;
  }
  /* line 12510, app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left.g-bg-gray-light-v9::before {
    border-right-color: #f7f7f7;
  }
  /* line 12512, app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left.g-bg-black::before {
    border-right-color: #000;
  }
  /* line 12514, app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-right::before {
    right: -25px;
    border-width: 20px 0 20px 25px;
  }
  /* line 12517, app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-right.g-bg-primary::before {
    border-left-color: #72c02c;
  }
  /* line 12519, app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-right.g-bg-white::before {
    border-left-color: #fff;
  }
  /* line 12521, app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-right.g-bg-gray-light-v9::before {
    border-left-color: #f7f7f7;
  }
  /* line 12523, app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-right.g-bg-black::before {
    border-left-color: #000;
  }
  /* line 12525, 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, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    top: 0;
  }
  /* line 12530, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -100px;
  }
  /* line 12539, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -100px;
  }
  /* line 12541, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -100px;
  }
  /* line 12543, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    right: -100px;
  }
  /* line 12545, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-semicircle-left::before {
    top: -25%;
    left: -20%;
  }
  /* line 12588, app/assets/stylesheets/unify.css */
  .u-semicircle-right::before {
    top: -25%;
    bottom: auto;
    left: auto;
    right: -20%;
  }
}

@media (max-width: 991px) {
  /* line 12595, app/assets/stylesheets/unify.css */
  .u-triangle-none--md::before,
.u-semicircle-none--md::before {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 12600, 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, 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, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -150px;
  }
  /* line 12606, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -150px;
  }
  /* line 12608, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -150px;
  }
  /* line 12610, 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, app/assets/stylesheets/unify.css */
  .u-triangle-none--lg::before,
.u-semicircle-none--lg::before {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 12619, 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, 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, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -200px;
  }
  /* line 12625, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -200px;
  }
  /* line 12627, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -200px;
  }
  /* line 12629, app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    right: -200px;
  }
}

/* line 12632, app/assets/stylesheets/unify.css */
.u-triangle-none--xl::before,
.u-semicircle-none--xl::before {
  display: none;
}

/* line 12636, app/assets/stylesheets/unify.css */
.u-zigzag-top {
  position: relative;
  background: #f7f7f7;
  z-index: 1;
}

/* line 12641, 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, app/assets/stylesheets/unify.css */
.u-zigzag-bottom {
  position: relative;
  background: #f7f7f7;
  z-index: 1;
}

/* line 12659, 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, app/assets/stylesheets/unify.css */
.u-zigzag-top-white {
  position: relative;
  background: #fff;
  z-index: 1;
}

/* line 12677, 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, app/assets/stylesheets/unify.css */
.u-zigzag-top-primary {
  position: relative;
  background: #72c02c;
  z-index: 1;
}

/* line 12695, 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, app/assets/stylesheets/unify.css */
.u-zigzag-top-black {
  position: relative;
  background: #000;
  z-index: 1;
}

/* line 12713, 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, app/assets/stylesheets/unify.css */
.u-zigzag-top-gray-dark-v1 {
  position: relative;
  background: #111;
  z-index: 1;
}

/* line 12731, 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, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v"] {
  position: relative;
}

/* line 12750, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v"]::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 3;
}

/*------------------------------------
  Nonstandard Background v1
------------------------------------*/
/* line 12759, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v1"] {
  position: relative;
}

/* line 12762, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v1-top::before, .u-ns-bg-v1-bottom::before {
  left: 50%;
  margin-left: -25px;
}

/* line 12775, app/assets/stylesheets/unify.css */
.u-ns-bg-v1-left::before, .u-ns-bg-v1-right::before {
  top: 50%;
  margin-top: -25px;
}

/* line 12779, app/assets/stylesheets/unify.css */
.u-ns-bg-v1-top::before {
  top: -25px;
  border-width: 0 20px 25px 20px;
}

/* line 12783, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v1-bottom::before {
  bottom: -25px;
  border-width: 25px 20px 0 20px;
}

/* line 12803, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v1-left::before {
  left: -25px;
  border-width: 20px 25px 20px 0;
}

/* line 12823, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v1-right::before {
  right: -25px;
  border-width: 20px 0 20px 25px;
}

/* line 12843, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md::before {
    top: -25px;
    border-width: 0 20px 25px 20px;
  }
  /* line 12883, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md.g-bg-primary::before {
    border-bottom-color: #72c02c;
  }
  /* line 12885, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md.g-bg-white::before {
    border-bottom-color: #fff;
  }
  /* line 12887, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md.g-bg-gray-light-v2::before {
    border-bottom-color: #ccc;
  }
  /* line 12889, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md.g-bg-black::before {
    border-bottom-color: #000;
  }
  /* line 12891, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-bottom--md::before {
    bottom: -25px;
    border-width: 25px 20px 0 20px;
  }
  /* line 12894, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-bottom--md.g-bg-primary::before {
    border-top-color: #72c02c;
  }
  /* line 12896, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-bottom--md.g-bg-white::before {
    border-top-color: #fff;
  }
  /* line 12898, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-bottom--md.g-bg-gray-light-v2::before {
    border-top-color: #ccc;
  }
  /* line 12900, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-bottom--md.g-bg-black::before {
    border-top-color: #000;
  }
  /* line 12902, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md::before {
    left: -25px;
    border-width: 20px 25px 20px 0;
  }
  /* line 12905, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md.g-bg-primary::before {
    border-right-color: #72c02c;
  }
  /* line 12907, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md.g-bg-white::before {
    border-right-color: #fff;
  }
  /* line 12909, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md.g-bg-gray-light-v2::before {
    border-right-color: #ccc;
  }
  /* line 12911, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md.g-bg-black::before {
    border-right-color: #000;
  }
  /* line 12913, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-right--md::before {
    right: -25px;
    border-width: 20px 0 20px 25px;
  }
  /* line 12916, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-right--md.g-bg-primary::before {
    border-left-color: #72c02c;
  }
  /* line 12918, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-right--md.g-bg-white::before {
    border-left-color: #fff;
  }
  /* line 12920, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-right--md.g-bg-gray-light-v2::before {
    border-left-color: #ccc;
  }
  /* line 12922, app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-right--md.g-bg-black::before {
    border-left-color: #000;
  }
}

/*------------------------------------
  Nonstandard Background v2
------------------------------------*/
/* line 12928, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v2"] {
  position: relative;
}

/* line 12931, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v3"] {
  position: relative;
}

/* line 13191, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v3-top::before, .u-ns-bg-v3-bottom::before {
  left: 80px;
}

/* line 13204, app/assets/stylesheets/unify.css */
.u-ns-bg-v3-left::before, .u-ns-bg-v3-right::before {
  top: 23px;
}

/* line 13207, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v3-top::before {
  top: -22px;
  border-width: 22px 0 0 22px;
}

/* line 13262, app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom::before {
  bottom: -22px;
  border-width: 22px 22px 0 0;
}

/* line 13266, app/assets/stylesheets/unify.css */
.u-ns-bg-v3-left::before {
  left: -22px;
  border-width: 0 22px 22px 0;
}

/* line 13270, app/assets/stylesheets/unify.css */
.u-ns-bg-v3-right::before {
  right: -22px;
  border-width: 22px 22px 0 0;
}

/*------------------------------------
  Nonstandard Background v4
------------------------------------*/
/* line 13277, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v4"] {
  position: relative;
}

/* line 13280, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v4-top::before, .u-ns-bg-v4-bottom::before {
  left: 8%;
}

/* line 13293, app/assets/stylesheets/unify.css */
.u-ns-bg-v4-left::before, .u-ns-bg-v4-right::before {
  top: 8%;
}

/* line 13296, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v4-top::before {
  top: -22px;
  border-width: 22px 22px 0 0;
}

/* line 13324, app/assets/stylesheets/unify.css */
.u-ns-bg-v4-bottom::before {
  bottom: -22px;
  border-width: 22px 0 0 22px;
}

/* line 13328, app/assets/stylesheets/unify.css */
.u-ns-bg-v4-left::before {
  left: -22px;
  border-width: 22px 22px 0 0;
}

/* line 13332, app/assets/stylesheets/unify.css */
.u-ns-bg-v4-right::before {
  right: -22px;
  border-width: 0 22px 22px 0;
}

/*------------------------------------
  Nonstandard Background v5
------------------------------------*/
/* line 13339, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v5"] {
  position: relative;
}

/* line 13342, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v5"] .u-ns-bg-before {
  position: absolute;
  z-index: 2;
}

/* line 13346, app/assets/stylesheets/unify.css */
.g-bg-primary[class*="u-ns-bg-v5"] svg polygon,
.g-bg-primary[class*="u-ns-bg-v5"] svg path {
  fill: #72c02c;
}

/* line 13350, app/assets/stylesheets/unify.css */
.g-bg-white[class*="u-ns-bg-v5"] svg polygon,
.g-bg-white[class*="u-ns-bg-v5"] svg path {
  fill: #fff;
}

/* line 13354, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v2[class*="u-ns-bg-v5"] svg polygon,
.g-bg-gray-light-v2[class*="u-ns-bg-v5"] svg path {
  fill: #ccc;
}

/* line 13358, app/assets/stylesheets/unify.css */
.g-bg-black[class*="u-ns-bg-v5"] svg polygon,
.g-bg-black[class*="u-ns-bg-v5"] svg path {
  fill: #000;
}

/* line 13362, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v5-top svg, .u-ns-bg-v5-bottom svg {
  width: 100%;
}

/* line 13368, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v5-left svg, .u-ns-bg-v5-right svg {
  height: 100%;
  vertical-align: middle;
}

/* line 13375, app/assets/stylesheets/unify.css */
.u-ns-bg-v5-top .u-ns-bg-before {
  bottom: 100%;
}

/* line 13378, app/assets/stylesheets/unify.css */
.u-ns-bg-v5-top svg {
  vertical-align: bottom;
}

/* line 13381, app/assets/stylesheets/unify.css */
.u-ns-bg-v5-bottom .u-ns-bg-before {
  top: 100%;
}

/* line 13384, app/assets/stylesheets/unify.css */
.u-ns-bg-v5-bottom svg {
  vertical-align: top;
}

/* line 13387, app/assets/stylesheets/unify.css */
.u-ns-bg-v5-left .u-ns-bg-before {
  left: 100%;
}

/* line 13390, app/assets/stylesheets/unify.css */
.u-ns-bg-v5-right .u-ns-bg-before {
  right: 100%;
}

@media (min-width: 768px) {
  /* line 13394, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-top--md svg, .u-ns-bg-v5-bottom--md svg {
    width: 100%;
  }
  /* line 13408, 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, 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, app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-top--md .u-ns-bg-before {
    bottom: 100%;
  }
  /* line 13415, app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-top--md svg {
    vertical-align: bottom;
  }
  /* line 13417, app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-bottom--md .u-ns-bg-before {
    top: 100%;
  }
  /* line 13419, app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-bottom--md svg {
    vertical-align: top;
  }
  /* line 13421, app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-left--md .u-ns-bg-before {
    left: 100%;
  }
  /* line 13423, app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-right--md .u-ns-bg-before {
    right: 100%;
  }
}

/*------------------------------------
  Nonstandard Background v6
------------------------------------*/
/* line 13429, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v6"] {
  position: relative;
}

/* line 13432, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v6"] .u-ns-bg-before {
  position: absolute;
  z-index: 2;
}

/* line 13436, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top .u-ns-bg-before {
  top: -15px;
}

/* line 13456, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top .u-ns-bg-before::before {
  border-width: 0 15px 15px 15px;
}

/* line 13459, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top.g-brd-primary .u-ns-bg-before::before {
  border-bottom-color: #72c02c;
}

/* line 13467, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top.g-brd-primary .u-ns-bg-before::after {
  border-bottom-color: #fff;
}

/* line 13470, 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, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top.g-brd-black .u-ns-bg-before::before {
  border-bottom-color: #000;
}

/* line 13479, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top.g-brd-black .u-ns-bg-before::after {
  border-bottom-color: #fff;
}

/* line 13482, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom .u-ns-bg-before {
  bottom: -15px;
}

/* line 13485, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom .u-ns-bg-before::before {
  border-width: 15px 15px 0 15px;
}

/* line 13488, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom.g-brd-primary .u-ns-bg-before::before {
  border-top-color: #72c02c;
}

/* line 13496, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom.g-brd-primary .u-ns-bg-before::after {
  border-top-color: #fff;
}

/* line 13499, 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, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom.g-brd-black .u-ns-bg-before::before {
  border-top-color: #000;
}

/* line 13508, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom.g-brd-black .u-ns-bg-before::after {
  border-top-color: #fff;
}

/* line 13511, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left .u-ns-bg-before {
  left: -15px;
}

/* line 13514, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left .u-ns-bg-before::before {
  border-width: 15px 15px 15px 0;
}

/* line 13517, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left.g-brd-primary .u-ns-bg-before::before {
  border-right-color: #72c02c;
}

/* line 13525, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left.g-brd-primary .u-ns-bg-before::after {
  border-right-color: #fff;
}

/* line 13528, 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, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left.g-brd-black .u-ns-bg-before::before {
  border-right-color: #000;
}

/* line 13537, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left.g-brd-black .u-ns-bg-before::after {
  border-right-color: #fff;
}

/* line 13540, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right .u-ns-bg-before {
  right: -15px;
}

/* line 13543, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right .u-ns-bg-before::before {
  border-width: 15px 0 15px 15px;
}

/* line 13546, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right.g-brd-primary .u-ns-bg-before::before {
  border-left-color: #ccc;
}

/* line 13554, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right.g-brd-primary .u-ns-bg-before::after {
  border-left-color: #fff;
}

/* line 13557, 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, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right.g-brd-black .u-ns-bg-before::before {
  border-left-color: #ccc;
}

/* line 13566, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md .u-ns-bg-before {
    bottom: auto;
    top: -15px;
  }
  /* line 13587, app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md .u-ns-bg-before::before {
    border-width: 0 15px 15px 15px;
  }
  /* line 13589, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md .u-ns-bg-before {
    top: auto;
    bottom: -15px;
  }
  /* line 13609, app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md .u-ns-bg-before::before {
    border-width: 15px 15px 0 15px;
  }
  /* line 13611, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md .u-ns-bg-before {
    left: -15px;
    right: auto;
  }
  /* line 13631, app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md .u-ns-bg-before::before {
    border-width: 15px 15px 15px 0;
  }
  /* line 13633, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md .u-ns-bg-before {
    left: auto;
    right: -15px;
  }
  /* line 13653, app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md .u-ns-bg-before::before {
    border-width: 15px 0 15px 15px;
  }
  /* line 13655, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v7"] {
  position: relative;
}

/* line 13679, 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, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top::before, .u-ns-bg-v7-bottom::before {
  left: 50%;
  margin-left: -5px;
}

/* line 13692, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left::before, .u-ns-bg-v7-right::before {
  top: 50%;
  margin-top: -5px;
}

/* line 13696, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top::before {
  top: -5px;
  border-width: 0 5px 5px 5px;
}

/* line 13700, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 13703, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 13706, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top.g-bg-gray-light-v2::before {
  border-bottom-color: #ccc;
}

/* line 13709, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 13712, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-bottom::before {
  bottom: -5px;
  border-width: 5px 5px 0 5px;
}

/* line 13716, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-bottom.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 13719, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-bottom.g-bg-white::before {
  border-top-color: #fff;
}

/* line 13722, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-bottom.g-bg-gray-light-v2::before {
  border-top-color: #ccc;
}

/* line 13725, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-bottom.g-bg-black::before {
  border-top-color: #000;
}

/* line 13728, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left::before {
  left: -5px;
  border-width: 5px 5px 5px 0;
}

/* line 13732, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left.g-bg-primary::before {
  border-right-color: #72c02c;
}

/* line 13735, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left.g-bg-white::before {
  border-right-color: #fff;
}

/* line 13738, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left.g-bg-gray-light-v2::before {
  border-right-color: #ccc;
}

/* line 13741, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left.g-bg-black::before {
  border-right-color: #000;
}

/* line 13744, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-right::before {
  right: -5px;
  border-width: 5px 0 5px 5px;
}

/* line 13748, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-right.g-bg-primary::before {
  border-left-color: #72c02c;
}

/* line 13751, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-right.g-bg-white::before {
  border-left-color: #fff;
}

/* line 13754, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-right.g-bg-gray-light-v2::before {
  border-left-color: #ccc;
}

/* line 13757, app/assets/stylesheets/unify.css */
.u-ns-bg-v7-right.g-bg-black::before {
  border-left-color: #000;
}

/*------------------------------------
  Progress Bars
------------------------------------*/
/* line 13763, app/assets/stylesheets/unify.css */
.progress-bar {
  min-height: 0 !important;
}

/* line 13766, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-progress__pointer-v3 {
  position: relative;
  float: right;
  white-space: nowrap;
}

/* line 13807, 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, app/assets/stylesheets/unify.css */
[class*="u-progress-bar-vertical"] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

/* line 13830, app/assets/stylesheets/unify.css */
.u-progress-bar-vertical-v1 {
  height: 200px;
}

/*------------------------------------
  Progress Bars Sizes
------------------------------------*/
/* line 13836, app/assets/stylesheets/unify.css */
.u-progress-bar--2xs {
  min-height: 1px !important;
}

/* line 13839, app/assets/stylesheets/unify.css */
.u-progress-bar--xs {
  min-height: 3px !important;
}

/* line 13842, app/assets/stylesheets/unify.css */
.u-progress-bar--sm {
  min-height: 7px !important;
}

/* line 13845, app/assets/stylesheets/unify.css */
.u-progress-bar--lg {
  min-height: 18px !important;
}

/* line 13848, app/assets/stylesheets/unify.css */
.u-progress-bar--xl {
  min-height: 22px !important;
}

/* line 13851, app/assets/stylesheets/unify.css */
.u-progress-bar--2xl {
  min-height: 33px !important;
}

/*------------------------------------
  Rating v1
------------------------------------*/
/* line 13857, app/assets/stylesheets/unify.css */
.u-rating-v1 {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 13862, 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, app/assets/stylesheets/unify.css */
.u-rating-v1 > * + * {
  padding-left: 6px;
}

/*------------------------------------
  Searchform v1
------------------------------------*/
/* line 13876, 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, app/assets/stylesheets/unify.css */
.u-searchform-v1 .form-control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.85714rem;
}

/* line 13888, app/assets/stylesheets/unify.css */
.u-searchform-v1 .input-group-addon {
  border: 0;
}

/* line 13891, app/assets/stylesheets/unify.css */
.u-searchform-v1 .input-group-addon button[type="submit"] {
  height: 100%;
  padding-bottom: 0.28571rem;
}

/*------------------------------------
  Searchform v2
------------------------------------*/
/* line 13898, 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, app/assets/stylesheets/unify.css */
.u-searchform-v2 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13913, app/assets/stylesheets/unify.css */
.u-searchform-v2 .form-control:-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13917, 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, app/assets/stylesheets/unify.css */
.u-searchform-v2 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13925, app/assets/stylesheets/unify.css */
.u-searchform-v2 .form-control::-moz-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13929, app/assets/stylesheets/unify.css */
.u-searchform-v2 .input-group-addon {
  border: 0;
}

/* line 13932, 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, app/assets/stylesheets/unify.css */
.u-searchform-v3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

/* line 13950, app/assets/stylesheets/unify.css */
.u-searchform-v3 .container {
  height: 100%;
}

/* line 13953, app/assets/stylesheets/unify.css */
.u-searchform-v3 .input-group {
  align-items: center;
  height: 100%;
}

/* line 13959, 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, app/assets/stylesheets/unify.css */
.u-searchform-v3 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13974, app/assets/stylesheets/unify.css */
.u-searchform-v3 .form-control:-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13978, 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, app/assets/stylesheets/unify.css */
.u-searchform-v3 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13986, app/assets/stylesheets/unify.css */
.u-searchform-v3 .form-control::-moz-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13990, app/assets/stylesheets/unify.css */
.u-searchform-v3 .input-group-addon {
  border: 0;
}

/* line 13993, 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, 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, app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14013, app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control:-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14017, 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, app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14025, app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control::-moz-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14029, app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control:not(:last-child) {
  border-right: none;
}

/* line 14032, 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, 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, app/assets/stylesheets/unify.css */
.u-searchform-v5 .input-group {
  border: solid 1px #eee;
}

/* line 14053, 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, app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14066, app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control:-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14070, 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, app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14078, app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control::-moz-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14082, app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control:focus {
  border-color: transparent;
}

/* line 14085, app/assets/stylesheets/unify.css */
.u-searchform-v5 .input-group-addon {
  border-color: transparent;
}

/* line 14088, 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, 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, app/assets/stylesheets/unify.css */
.u-steps-v1::after {
  content: "";
  display: table;
  width: 100%;
}

/* line 14111, app/assets/stylesheets/unify.css */
.u-steps-v1 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 14115, app/assets/stylesheets/unify.css */
.u-steps-v1__item {
  float: left;
  margin-right: 15px;
}

/* line 14119, app/assets/stylesheets/unify.css */
.u-steps-v1__item a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 14123, app/assets/stylesheets/unify.css */
  .u-steps-v1 {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }
  /* line 14128, app/assets/stylesheets/unify.css */
  .u-steps-v1__item {
    list-style: none;
    margin-right: 40px;
  }
  /* line 14131, 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, 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, app/assets/stylesheets/unify.css */
  .u-steps-v1__item a {
    color: #fff;
    background-color: #72c02c;
  }
  /* line 14155, app/assets/stylesheets/unify.css */
  .u-steps-v1__item a::before {
    background-color: #72c02c;
  }
  /* line 14157, app/assets/stylesheets/unify.css */
  .u-steps-v1__item a:hover {
    background-color: #333;
  }
  /* line 14159, app/assets/stylesheets/unify.css */
  .u-steps-v1__item span {
    background-color: #eee;
  }
  /* line 14161, app/assets/stylesheets/unify.css */
  .u-steps-v1__item span::before {
    background-color: #eee;
  }
  /* line 14163, app/assets/stylesheets/unify.css */
  .u-steps-v1__item > i {
    font-size: 10px;
  }
  /* line 14165, app/assets/stylesheets/unify.css */
  .u-steps-v1__item:last-child {
    margin-right: 0;
  }
  /* line 14167, 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, app/assets/stylesheets/unify.css */
  .u-steps-v1__item + .u-breadcrumb-v1__item::before {
    display: none;
  }
  /* line 14172, app/assets/stylesheets/unify.css */
  .u-steps-v1__item.active a,
.u-steps-v1__item.active span {
    color: #fff;
    background-color: #72c02c;
  }
  /* line 14176, app/assets/stylesheets/unify.css */
  .u-steps-v1 a:hover {
    text-decoration: none;
  }
}

/*------------------------------------
  Steps v2
------------------------------------*/
/* line 14182, 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, app/assets/stylesheets/unify.css */
.u-steps-v2::after {
  content: "";
  display: table;
  width: 100%;
}

/* line 14194, app/assets/stylesheets/unify.css */
.u-steps-v2 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 14198, app/assets/stylesheets/unify.css */
.u-steps-v2__item {
  float: left;
  margin-right: 15px;
}

/* line 14202, app/assets/stylesheets/unify.css */
.u-steps-v2__item a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 14206, app/assets/stylesheets/unify.css */
  .u-steps-v2 {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }
  /* line 14211, 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, app/assets/stylesheets/unify.css */
  .u-steps-v2__item {
    text-align: center;
    list-style: none;
    margin-right: 40px;
  }
  /* line 14230, 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, 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, app/assets/stylesheets/unify.css */
  .u-steps-v2__item a::before {
    background-color: #72c02c;
  }
  /* line 14251, app/assets/stylesheets/unify.css */
  .u-steps-v2__item a .u-steps-v2__indicator {
    background-color: #72c02c;
  }
  /* line 14253, app/assets/stylesheets/unify.css */
  .u-steps-v2__item a:hover {
    text-decoration: none;
  }
  /* line 14255, app/assets/stylesheets/unify.css */
  .u-steps-v2__item span::before {
    background-color: #eee;
  }
  /* line 14257, app/assets/stylesheets/unify.css */
  .u-steps-v2__item span .u-steps-v2__indicator {
    background-color: #eee;
  }
  /* line 14259, 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, app/assets/stylesheets/unify.css */
  .u-steps-v2__item:hover a {
    color: #72c02c;
  }
  /* line 14264, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-steps-v3::after {
  content: "";
  display: table;
  width: 100%;
}

/* line 14285, app/assets/stylesheets/unify.css */
.u-steps-v3 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 14289, app/assets/stylesheets/unify.css */
.u-steps-v3__item {
  float: left;
  margin-right: 15px;
}

/* line 14293, app/assets/stylesheets/unify.css */
.u-steps-v3__item a:hover {
  text-decoration: none;
}

/* line 14296, app/assets/stylesheets/unify.css */
.u-steps-v3__indicator {
  font-style: normal;
}

/* line 14299, app/assets/stylesheets/unify.css */
.u-steps-v3__indicator::after {
  content: " - ";
}

@media (min-width: 768px) {
  /* line 14303, app/assets/stylesheets/unify.css */
  .u-steps-v3 {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }
  /* line 14308, 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, app/assets/stylesheets/unify.css */
  .u-steps-v3__indicator::after {
    display: none;
  }
  /* line 14327, app/assets/stylesheets/unify.css */
  .u-steps-v3__item {
    text-align: center;
    float: left;
    list-style: none;
    margin-right: 40px;
  }
  /* line 14332, 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, 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, app/assets/stylesheets/unify.css */
  .u-steps-v3__item a::before {
    background-color: #72c02c;
  }
  /* line 14353, app/assets/stylesheets/unify.css */
  .u-steps-v3__item a .u-steps-v3__indicator {
    color: #fff;
    background-color: #72c02c;
  }
  /* line 14356, app/assets/stylesheets/unify.css */
  .u-steps-v3__item a:hover {
    text-decoration: none;
  }
  /* line 14358, app/assets/stylesheets/unify.css */
  .u-steps-v3__item span::before {
    background-color: #eee;
  }
  /* line 14360, app/assets/stylesheets/unify.css */
  .u-steps-v3__item span .u-steps-v3__indicator {
    color: #333;
    background-color: #eee;
  }
  /* line 14363, 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, app/assets/stylesheets/unify.css */
  .u-steps-v3__item:hover a {
    color: #72c02c;
  }
  /* line 14368, 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, 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, app/assets/stylesheets/unify.css */
[class*="u-timeline-v1-wrap"],
[class*="u-timeline-v2-wrap"],
[class*="u-timeline-v3-wrap"] {
  position: relative;
}

/* line 14383, 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, app/assets/stylesheets/unify.css */
.u-timeline-v1 {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}

/* line 14401, app/assets/stylesheets/unify.css */
.u-timeline-v1-wrap::before {
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #f7f7f7;
  margin-left: 20px;
}

/* line 14408, app/assets/stylesheets/unify.css */
.u-timeline-v1__icon {
  position: absolute;
  top: 30px;
  font-size: 20px;
  z-index: 3;
}

/* line 14414, 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, app/assets/stylesheets/unify.css */
  .u-timeline-v1-wrap:not([class*="--horizontal"])::before {
    left: 50%;
    margin-left: -2px;
  }
  /* line 14423, 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, app/assets/stylesheets/unify.css */
  .g-orientation-bottom .u-timeline-v1__icon {
    top: 100%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  /* line 14438, app/assets/stylesheets/unify.css */
  .g-orientation-left .u-timeline-v1__icon {
    right: 100%;
    left: auto;
  }
  /* line 14441, 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, app/assets/stylesheets/unify.css */
  .u-timeline-v2-wrap::before {
    left: 25%;
    width: 3px;
    height: 100%;
    margin-left: -1px;
    background-color: #f7f7f7;
  }
  /* line 14455, app/assets/stylesheets/unify.css */
  .u-timeline-v2__icon {
    font-size: 16px;
    position: absolute;
  }
  /* line 14458, app/assets/stylesheets/unify.css */
  .g-orientation-right .u-timeline-v2__icon {
    left: 100%;
    transform: translateX(-50%);
  }
  /* line 14463, app/assets/stylesheets/unify.css */
  .g-orientation-left .u-timeline-v2__icon {
    right: 100%;
    transform: translateX(50%);
  }
  /* line 14468, app/assets/stylesheets/unify.css */
  .g-orientation-bottom .u-timeline-v2__icon {
    top: 100%;
    transform: translateY(-50%);
  }
}

/*------------------------------------
  Time Lines v3
------------------------------------*/
/* line 14477, app/assets/stylesheets/unify.css */
.u-timeline-v3-wrap::before {
  left: 21%;
  width: 1px;
  height: 100%;
  display: none;
  background-color: #eee;
}

/* line 14484, app/assets/stylesheets/unify.css */
.u-timeline-v3 {
  position: relative;
}

/* line 14487, app/assets/stylesheets/unify.css */
.u-timeline-v3__icon {
  left: 21%;
}

@media (min-width: 768px) {
  /* line 14491, app/assets/stylesheets/unify.css */
  .u-timeline-v3-wrap::before {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 14495, app/assets/stylesheets/unify.css */
  .u-timeline-v3-wrap::before {
    left: 18%;
  }
  /* line 14497, app/assets/stylesheets/unify.css */
  .u-timeline-v3__icon {
    left: 18%;
  }
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* line 14503, 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, app/assets/stylesheets/unify.css */
.u-label:empty {
  display: none;
}

/* line 14521, app/assets/stylesheets/unify.css */
.btn .u-label {
  position: relative;
  top: -1px;
}

/* line 14525, app/assets/stylesheets/unify.css */
.u-label-default {
  background-color: #777;
}

/* line 14528, app/assets/stylesheets/unify.css */
.u-label-default[href]:hover, .u-label-default[href]:focus {
  background-color: #555;
}

/* line 14531, app/assets/stylesheets/unify.css */
.u-label-primary {
  background-color: #5cb85c;
}

/* line 14534, app/assets/stylesheets/unify.css */
.u-label-primary[href]:hover, .u-label-primary[href]:focus {
  background-color: #55b555;
}

/* line 14537, app/assets/stylesheets/unify.css */
.u-label-success {
  background-color: #5cb85c;
}

/* line 14540, app/assets/stylesheets/unify.css */
.u-label-success[href]:hover, .u-label-success[href]:focus {
  background-color: #55b555;
}

/* line 14543, app/assets/stylesheets/unify.css */
.u-label-info {
  background-color: #5bc0de;
}

/* line 14546, app/assets/stylesheets/unify.css */
.u-label-info[href]:hover, .u-label-info[href]:focus {
  background-color: #53bddc;
}

/* line 14549, app/assets/stylesheets/unify.css */
.u-label-warning {
  background-color: #f0ad4e;
}

/* line 14552, app/assets/stylesheets/unify.css */
.u-label-warning[href]:hover, .u-label-warning[href]:focus {
  background-color: #efa945;
}

/* line 14555, app/assets/stylesheets/unify.css */
.u-label-danger {
  background-color: #d9534f;
}

/* line 14558, app/assets/stylesheets/unify.css */
.u-label-danger[href]:hover, .u-label-danger[href]:focus {
  background-color: #d74b47;
}

/* line 14561, app/assets/stylesheets/unify.css */
.u-label.g-rounded-10 {
  padding: .35rem .7rem;
}

/* line 14564, app/assets/stylesheets/unify.css */
.u-label--sm {
  font-size: .8rem;
}

/* line 14567, app/assets/stylesheets/unify.css */
.u-label--lg {
  font-size: 1.1rem;
}

/* line 14570, app/assets/stylesheets/unify.css */
.u-label.u-label-with-icon {
  padding: .5rem .85rem;
}

/* line 14573, app/assets/stylesheets/unify.css */
.u-label.u-label-with-icon i {
  margin-right: .5rem;
}

/* line 14576, app/assets/stylesheets/unify.css */
.u-label-num {
  min-width: 2rem;
  height: 2rem;
  padding: 0 .35rem;
  line-height: 2rem;
}

/* line 14582, app/assets/stylesheets/unify.css */
.u-label-num.u-label--sm {
  min-width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
}

/* line 14587, 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, app/assets/stylesheets/unify.css */
.u-link-v1 {
  border-bottom: solid 1px;
}

/* line 14598, app/assets/stylesheets/unify.css */
.u-link-v1:hover, .u-link-v1:focus {
  border-bottom: none;
  text-decoration: none;
}

/* line 14602, 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, app/assets/stylesheets/unify.css */
.u-link-v3 {
  text-decoration: underline;
}

/* line 14615, app/assets/stylesheets/unify.css */
.u-link-v3:hover {
  text-decoration: none;
}

/* line 14618, app/assets/stylesheets/unify.css */
.u-link-v4 {
  transition: all .3s;
}

/* line 14621, app/assets/stylesheets/unify.css */
.u-link-v4:hover {
  opacity: .8;
}

/* line 14624, app/assets/stylesheets/unify.css */
.u-link-v5 {
  text-decoration: none;
  transition: all .2s;
}

/* line 14628, app/assets/stylesheets/unify.css */
.u-link-v5:hover, .u-link-v5:focus {
  text-decoration: none;
}

/*------------------------------------
  List Styles
------------------------------------*/
/* line 14634, app/assets/stylesheets/unify.css */
.u-list-inline {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14639, app/assets/stylesheets/unify.css */
.img-bordered {
  border: solid 6px #777;
}

/* line 14642, app/assets/stylesheets/unify.css */
.g-order-1 {
  order: 1;
}

/* line 14647, app/assets/stylesheets/unify.css */
.g-order-2 {
  order: 2;
}

@media (min-width: 576px) {
  /* line 14653, app/assets/stylesheets/unify.css */
  .g-order-1--sm {
    order: 1;
  }
  /* line 14657, app/assets/stylesheets/unify.css */
  .g-order-2--sm {
    order: 2;
  }
}

@media (min-width: 768px) {
  /* line 14663, app/assets/stylesheets/unify.css */
  .g-order-1--md {
    order: 1;
  }
  /* line 14667, app/assets/stylesheets/unify.css */
  .g-order-2--md {
    order: 2;
  }
}

@media (min-width: 992px) {
  /* line 14673, app/assets/stylesheets/unify.css */
  .g-order-1--lg {
    order: 1;
  }
  /* line 14677, app/assets/stylesheets/unify.css */
  .g-order-2--lg {
    order: 2;
  }
}

/*------------------------------------
  Paginations
------------------------------------*/
/* Pagination v1 */
/* line 14686, 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, 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, app/assets/stylesheets/unify.css */
.u-pagination-v1__item-info {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

/* line 14702, app/assets/stylesheets/unify.css */
.u-pagination-v1__item--disabled {
  opacity: .5;
  pointer-events: none;
}

/* Pagination Style v1 */
/* line 14707, app/assets/stylesheets/unify.css */
.u-pagination-v1-1 {
  color: #999;
  border-color: #999;
}

/* line 14711, 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, app/assets/stylesheets/unify.css */
.u-pagination-v1-2 {
  color: #555;
  border-color: #555;
}

/* line 14721, app/assets/stylesheets/unify.css */
.u-pagination-v1-2:hover, .u-pagination-v1-2:focus {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 14725, 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, 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, app/assets/stylesheets/unify.css */
.u-pagination-v1-2--nav:hover {
  background-color: rgba(114, 192, 44, 0.8);
}

/* Pagination Style v3 */
/* line 14737, app/assets/stylesheets/unify.css */
.u-pagination-v1-3 {
  color: #333;
  border-color: #333;
}

/* line 14741, 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, app/assets/stylesheets/unify.css */
.u-pagination-v1-4 {
  color: #333;
  border-color: transparent;
}

/* line 14751, app/assets/stylesheets/unify.css */
.u-pagination-v1-4:hover, .u-pagination-v1-4:focus {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 14755, app/assets/stylesheets/unify.css */
.u-pagination-v1-4--active {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 14760, app/assets/stylesheets/unify.css */
.u-pagination-v1-4--active:hover, .u-pagination-v1-4--active:focus {
  color: #fff;
}

/* Pagination Style v5 */
/* line 14764, app/assets/stylesheets/unify.css */
.u-pagination-v1-5 {
  color: #999;
  border-color: #ccc;
}

/* line 14768, 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, app/assets/stylesheets/unify.css */
.u-ribbon-v1, .u-ribbon-v2 {
  position: absolute;
  font-size: .9rem;
}

/* line 14780, app/assets/stylesheets/unify.css */
.u-ribbon-center {
  left: 50%;
  transform: translateX(-50%);
}

/* line 14786, app/assets/stylesheets/unify.css */
.u-ribbon--sm {
  font-size: .7rem;
}

/* line 14789, app/assets/stylesheets/unify.css */
.u-ribbon--lg {
  font-size: 1.1rem;
}

/* Ribbon Style Type 1
------------------------------------*/
/* line 14794, app/assets/stylesheets/unify.css */
.u-ribbon-v1 {
  display: inline-block;
  padding: .35rem .7rem;
  /* Ribbon Type 1 With icon */
}

/* line 14799, app/assets/stylesheets/unify.css */
.u-ribbon-v1.u-ribbon-with-icon {
  padding: .5rem .85rem;
}

/* line 14802, app/assets/stylesheets/unify.css */
.u-ribbon-v1 .u-ribbon-icon--left {
  margin-right: .5rem;
}

/* line 14805, app/assets/stylesheets/unify.css */
.u-ribbon-v1 .u-ribbon-icon--right {
  margin-left: .5rem;
}

/* Ribbon Style Type 2
------------------------------------*/
/* line 14810, app/assets/stylesheets/unify.css */
.u-ribbon-v2 {
  display: inline-block;
  padding: 1rem 1.1rem;
}

/* line 14814, app/assets/stylesheets/unify.css */
.u-ribbon-v2.u-ribbon--sm {
  padding: 1rem 1.2rem;
}

/* line 14817, app/assets/stylesheets/unify.css */
.u-ribbon-v2.u-ribbon--lg {
  padding: 1.2rem 1.1rem;
}

/* Bookmarked Ribbon
------------------------------------*/
/* line 14822, 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, app/assets/stylesheets/unify.css */
.u-ribbon--lg.u-ribbon-bookmark::after {
  border-right-width: 1.4rem;
}

/* Ribbon Colors
------------------------------------*/
/* line 14839, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-primary::after {
  border-color: #72c02c;
}

/* line 14842, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-black::after {
  border-color: #000;
}

/* line 14845, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-white::after {
  border-color: #fff;
}

/* line 14848, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-light-opacity::after {
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 14851, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-dark-opacity::after {
  border-color: rgba(30, 30, 30, 0.7);
}

/* line 14854, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-color-gray-light-v3::after {
  border-color: #ddd;
}

/* line 14857, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-color-gray-light-v4::after {
  border-color: #eee;
}

/* line 14860, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-color-gray-dark-v5::after {
  border-color: #999;
}

/* line 14863, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-green::after {
  border-color: #72c02c;
}

/* line 14866, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-blue::after {
  border-color: #3398dc;
}

/* line 14869, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-lightblue::after {
  border-color: #edf2f8;
}

/* line 14872, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-lightblue-v1::after {
  border-color: #d6e2ee;
}

/* line 14875, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-darkblue::after {
  border-color: #009;
}

/* line 14878, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-indigo::after {
  border-color: #4263a3;
}

/* line 14881, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-red::after {
  border-color: #f00;
}

/* line 14884, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-lightred::after {
  border-color: #e64b3b;
}

/* line 14887, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-darkred::after {
  border-color: #a10f2b;
}

/* line 14890, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-purple::after {
  border-color: #9a69cb;
}

/* line 14893, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-darkpurple::after {
  border-color: #6639b6;
}

/* line 14896, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-pink::after {
  border-color: #e81c62;
}

/* line 14899, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-orange::after {
  border-color: #a10f2b;
}

/* line 14902, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-deeporange::after {
  border-color: #fe541e;
}

/* line 14905, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-yellow::after {
  border-color: #a10f2b;
}

/* line 14908, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-aqua::after {
  border-color: #29d6e6;
}

/* line 14911, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-cyan::after {
  border-color: #00bed6;
}

/* line 14914, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-teal::after {
  border-color: #18ba9b;
}

/* line 14917, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-brown::after {
  border-color: #a10f2b;
}

/* line 14920, app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-bluegray::after {
  border-color: #585f69;
}

/* Clipped-v1 Ribbon
------------------------------------*/
/* line 14925, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v2 {
  padding: .35rem 1.35rem;
  transform: skewX(-10deg) translateZ(1px);
}

/* line 14951, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v2.u-ribbon-with-icon {
  padding: .5rem 1.35rem;
}

/* line 14954, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v2__inner {
  display: inline-block;
  transform: skewX(10deg) translateZ(1px);
}

/* line 14959, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v2::before {
  transform: skewX(10deg);
}

/* line 14964, app/assets/stylesheets/unify.css */
.u-ribbon--left.u-ribbon-clip-v2::before {
  left: 0.07143rem;
}

/* line 14967, app/assets/stylesheets/unify.css */
.u-ribbon--right.u-ribbon-clip-v2::before {
  right: -0.07143rem;
}

/* Clipped-v3 Ribbon
------------------------------------*/
/* line 14972, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v3 {
  width: calc(100% + 20px);
  text-align: center;
}

/* line 14976, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v3::before,
.u-ribbon-clip-v3::after {
  content: "";
  position: absolute;
}

/* line 14981, 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, 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, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 15004, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4::before,
.u-ribbon-clip-v4::after {
  content: "";
  position: absolute;
}

/* line 15009, 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, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4.u-ribbon--left::before {
  left: 7.14286rem;
}

/* line 15019, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4.u-ribbon--right::before {
  right: 7.14286rem;
}

/* line 15022, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4::after {
  top: 7.14286rem;
  width: 0.42857rem;
  height: 2.85714rem;
  background: #999;
}

/* line 15028, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-ribbon--left .u-ribbon-clip-v4__inner {
  left: -3.57143rem;
  transform: rotate(-45deg);
}

/* line 15055, app/assets/stylesheets/unify.css */
.u-ribbon--right .u-ribbon-clip-v4__inner {
  right: -3.57143rem;
  transform: rotate(45deg);
}

/* line 15061, app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner--bordered {
  border: 1px dashed rgba(255, 255, 255, 0.7);
}

/* line 15064, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
[data-animation]:not(.u-in-viewport) {
  visibility: hidden;
}

/* line 15154, app/assets/stylesheets/unify.css */
.js-carousel[data-animation] {
  visibility: visible;
}

/* line 15157, app/assets/stylesheets/unify.css */
.u-in-viewport {
  visibility: visible;
}

/*------------------------------------
  Stickers
------------------------------------*/
/* line 15163, app/assets/stylesheets/unify.css */
.u-sticker {
  position: absolute;
}

/* Sticker Position
------------------------------------*/
/* line 15168, app/assets/stylesheets/unify.css */
.u-sticker-center {
  left: 50%;
  transform: translateX(-50%);
}

/*------------------------------------
  Sticky blocks
------------------------------------*/
/* line 15177, app/assets/stylesheets/unify.css */
[class*="sticky-block"] {
  max-width: 100%;
}

/*------------------------------------
  Tables
------------------------------------*/
/* line 15183, app/assets/stylesheets/unify.css */
[class*="text"][class*="center"] td,
[class*="text"][class*="center"] th {
  text-align: center;
}

/* line 15187, app/assets/stylesheets/unify.css */
.u-table--v1 td,
.u-table--v1 th {
  padding: 8px;
}

/* line 15191, app/assets/stylesheets/unify.css */
.u-table--v1 thead th {
  border-bottom-width: 1px;
}

/* line 15194, app/assets/stylesheets/unify.css */
.u-table--v2 td,
.u-table--v2 th {
  padding: 15px;
}

/* line 15198, app/assets/stylesheets/unify.css */
.u-table--v2 thead th {
  background-color: inherit;
  border-bottom-width: 1px;
}

/* line 15202, app/assets/stylesheets/unify.css */
.g-col-border-top-0 td,
.g-col-border-top-0 th {
  border-top-width: 0;
}

/* line 15206, 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, app/assets/stylesheets/unify.css */
.g-color-primary--active.active {
  color: #72c02c;
}

/* line 15219, app/assets/stylesheets/unify.css */
.g-color-black--active.active {
  color: #000;
}

/* line 15222, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v2--active.active {
  color: #333;
}

/* line 15225, app/assets/stylesheets/unify.css */
.g-color-white--active.active {
  color: #fff;
}

/* Style for Icons
------------------------------------*/
/* line 15230, app/assets/stylesheets/unify.css */
.u-tab-line-icon-pro {
  position: relative;
  top: 2px;
}

/* HZ
------------------------------------*/
/* line 15236, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  [data-scroll] {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  /* line 15302, app/assets/stylesheets/unify.css */
  [data-scroll]::-webkit-scrollbar {
    display: none;
  }
  @-moz-document url-prefix() {
    /* line 15305, app/assets/stylesheets/unify.css */
    [data-scroll] {
      padding-bottom: 15px;
    }
  }
}

/*------------------------------------
  Tabs v1
------------------------------------*/
/* Tabs v1
------------------------------------*/
@media (min-width: 768px) {
  /* line 15314, app/assets/stylesheets/unify.css */
  .u-nav-rounded-3[class*="u-nav-v1"] .nav-link {
    border-radius: 3px;
  }
  /* line 15316, app/assets/stylesheets/unify.css */
  .u-nav-rounded-5[class*="u-nav-v1"] .nav-link {
    border-radius: 5px;
  }
  /* line 15318, app/assets/stylesheets/unify.css */
  .u-nav-rounded-7[class*="u-nav-v1"] .nav-link {
    border-radius: 7px;
  }
  /* line 15320, app/assets/stylesheets/unify.css */
  .u-nav-rounded-10[class*="u-nav-v1"] .nav-link {
    border-radius: 10px;
  }
  /* line 15322, app/assets/stylesheets/unify.css */
  .u-nav-v1-1 .nav-link.active {
    background-color: #eee;
  }
  /* line 15324, app/assets/stylesheets/unify.css */
  .u-nav-v1-1.u-nav-primary .nav-link.active {
    color: #fff;
    background-color: #72c02c;
  }
  /* line 15327, app/assets/stylesheets/unify.css */
  .u-nav-v1-1.u-nav-dark .nav-link.active {
    color: #fff;
    background-color: #333;
  }
  /* line 15330, app/assets/stylesheets/unify.css */
  .u-nav-v1-1.u-nav-light .nav-link {
    color: #fff;
  }
  /* line 15332, app/assets/stylesheets/unify.css */
  .u-nav-v1-1.u-nav-light .nav-link.active {
    color: #333;
    background-color: #fff;
  }
  /* line 15335, app/assets/stylesheets/unify.css */
  .u-nav-v1-2 .nav-link {
    border: solid 1px transparent;
  }
  /* line 15337, app/assets/stylesheets/unify.css */
  .u-nav-v1-2 .nav-link.active {
    border-color: #eee;
  }
  /* line 15339, app/assets/stylesheets/unify.css */
  .u-nav-v1-2.u-nav-primary .nav-link.active {
    border-color: #72c02c;
  }
  /* line 15341, app/assets/stylesheets/unify.css */
  .u-nav-v1-2.u-nav-dark .nav-link.active {
    border-color: #333;
  }
  /* line 15343, app/assets/stylesheets/unify.css */
  .u-nav-v1-2.u-nav-light .nav-link {
    color: #fff;
  }
  /* line 15345, 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, 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, app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"] .nav-item:first-child .nav-link {
    margin-left: 0;
  }
  /* line 15359, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v2"] .nav-link {
    margin: -1px 0 0;
  }
  /* line 15361, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v2"] .nav-item:first-child .nav-link {
    margin-top: 0;
  }
  /* line 15363, app/assets/stylesheets/unify.css */
  .u-nav-primary[class*="u-nav-v2"] .nav-link {
    border-color: #72c02c;
  }
  /* line 15365, app/assets/stylesheets/unify.css */
  .u-nav-primary[class*="u-nav-v2"] .nav-link.active,
.u-nav-primary[class*="u-nav-v2"] .cbp-filter-item-active .nav-link {
    border-color: #72c02c !important;
  }
  /* line 15368, app/assets/stylesheets/unify.css */
  .u-nav-dark[class*="u-nav-v2"] .nav-link {
    border-color: #333;
  }
  /* line 15370, app/assets/stylesheets/unify.css */
  .u-nav-dark[class*="u-nav-v2"] .nav-link.active,
.u-nav-dark[class*="u-nav-v2"] .cbp-filter-item-active .nav-link {
    border-color: #333 !important;
  }
  /* line 15373, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v2"] .nav-link {
    color: #fff;
    border-color: #fff;
  }
  /* line 15376, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v2"] .nav-link.active,
.u-nav-light[class*="u-nav-v2"] .cbp-filter-item-active .nav-link {
    border-color: #fff !important;
  }
  /* line 15379, app/assets/stylesheets/unify.css */
  .u-nav-rounded-3[class*="u-nav-v2"] .nav-item:first-child .nav-link {
    border-radius: 3px 0 0 3px;
  }
  /* line 15381, app/assets/stylesheets/unify.css */
  .u-nav-rounded-3[class*="u-nav-v2"] .nav-item:last-child .nav-link {
    border-radius: 0 3px 3px 0;
  }
  /* line 15383, app/assets/stylesheets/unify.css */
  .u-nav-rounded-3.flex-column[class*="u-nav-v2"] .nav-item:first-child .nav-link {
    border-radius: 3px 3px 0 0;
  }
  /* line 15385, app/assets/stylesheets/unify.css */
  .u-nav-rounded-3.flex-column[class*="u-nav-v2"] .nav-item:last-child .nav-link {
    border-radius: 0 0 3px 3px;
  }
  /* line 15387, app/assets/stylesheets/unify.css */
  .u-nav-rounded-5[class*="u-nav-v2"] .nav-item:first-child .nav-link {
    border-radius: 5px 0 0 5px;
  }
  /* line 15389, app/assets/stylesheets/unify.css */
  .u-nav-rounded-5[class*="u-nav-v2"] .nav-item:last-child .nav-link {
    border-radius: 0 5px 5px 0;
  }
  /* line 15391, app/assets/stylesheets/unify.css */
  .u-nav-rounded-5.flex-column[class*="u-nav-v2"] .nav-item:first-child .nav-link {
    border-radius: 5px 5px 0 0;
  }
  /* line 15393, app/assets/stylesheets/unify.css */
  .u-nav-rounded-5.flex-column[class*="u-nav-v2"] .nav-item:last-child .nav-link {
    border-radius: 0 0 5px 5px;
  }
  /* line 15395, app/assets/stylesheets/unify.css */
  .u-nav-rounded-7[class*="u-nav-v2"] .nav-item:first-child .nav-link {
    border-radius: 7px 0 0 7px;
  }
  /* line 15397, app/assets/stylesheets/unify.css */
  .u-nav-rounded-7[class*="u-nav-v2"] .nav-item:last-child .nav-link {
    border-radius: 0 7px 7px 0;
  }
  /* line 15399, app/assets/stylesheets/unify.css */
  .u-nav-rounded-7.flex-column[class*="u-nav-v2"] .nav-item:first-child .nav-link {
    border-radius: 7px 7px 0 0;
  }
  /* line 15401, app/assets/stylesheets/unify.css */
  .u-nav-rounded-7.flex-column[class*="u-nav-v2"] .nav-item:last-child .nav-link {
    border-radius: 0 0 7px 7px;
  }
  /* line 15403, app/assets/stylesheets/unify.css */
  .u-nav-rounded-10[class*="u-nav-v2"] .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px;
  }
  /* line 15405, app/assets/stylesheets/unify.css */
  .u-nav-rounded-10[class*="u-nav-v2"] .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
  }
  /* line 15407, app/assets/stylesheets/unify.css */
  .u-nav-rounded-10.flex-column[class*="u-nav-v2"] .nav-item:first-child .nav-link {
    border-radius: 10px 10px 0 0;
  }
  /* line 15409, app/assets/stylesheets/unify.css */
  .u-nav-rounded-10.flex-column[class*="u-nav-v2"] .nav-item:last-child .nav-link {
    border-radius: 0 0 10px 10px;
  }
  /* line 15411, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  [class*="u-nav-v3"] .nav-link {
    border-style: solid;
    border-width: 1px 0;
    border-color: #eee;
  }
  /* line 15438, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v3"] .nav-link {
    margin: -1px 0 0;
  }
  /* line 15440, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v3"] .nav-item:first-child .nav-link {
    margin-top: 0;
  }
  /* line 15442, app/assets/stylesheets/unify.css */
  [class*="u-nav-v3"] .nav-link.active {
    color: #72c02c;
  }
  /* line 15444, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v3"] .nav-link {
    color: #fff;
    border-color: #fff;
  }
  /* line 15447, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v3"] .nav-link.active {
    color: #72c02c;
    border-color: #fff !important;
  }
  /* line 15450, app/assets/stylesheets/unify.css */
  .u-nav-v3-2 .nav-link {
    z-index: 1;
  }
  /* line 15452, 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, app/assets/stylesheets/unify.css */
  .u-nav-v4-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
  }
  /* line 15465, app/assets/stylesheets/unify.css */
  .u-nav-v4-1 .nav-item {
    margin-bottom: -1px;
  }
  /* line 15467, app/assets/stylesheets/unify.css */
  .u-nav-v4-1 .nav-link {
    border-style: solid;
    border-width: 2px 1px 1px;
    border-color: transparent;
  }
  /* line 15471, app/assets/stylesheets/unify.css */
  .u-nav-v4-1 .nav-link.active {
    border-color: #ccc #eee #fff;
  }
  /* line 15473, app/assets/stylesheets/unify.css */
  .u-nav-v4-1.u-nav-light .nav-link {
    color: #fff;
  }
  /* line 15475, 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, 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, app/assets/stylesheets/unify.css */
  .u-nav-v4-1.u-nav-primary .nav-link.active {
    border-color: #72c02c #eee #fff;
  }
  /* line 15485, 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, app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column {
    display: flex;
  }
  /* line 15493, app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .u-nav-v4-1 {
    border-bottom: none;
  }
  /* line 15495, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .nav {
    width: 30%;
  }
  /* line 15510, app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .tab-content {
    width: 70%;
  }
}

/*------------------------------------
  Tabs v5
------------------------------------*/
@media (min-width: 768px) {
  /* line 15517, app/assets/stylesheets/unify.css */
  [class*="u-nav-v5"] .nav-item {
    margin-bottom: -1px;
  }
  /* line 15519, 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, app/assets/stylesheets/unify.css */
  [class*="u-nav-v5"] .nav-link.active {
    border-color: #ccc;
  }
  /* line 15525, app/assets/stylesheets/unify.css */
  .u-nav-primary[class*="u-nav-v5"] .nav-link.active {
    border-color: #72c02c;
    color: #72c02c;
  }
  /* line 15528, app/assets/stylesheets/unify.css */
  .u-nav-dark[class*="u-nav-v5"] .nav-link.active {
    border-color: #333;
    color: #333;
  }
  /* line 15531, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v5"] .nav-link {
    color: #fff;
  }
  /* line 15533, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v5"] .nav-link.active {
    color: #fff;
    border-color: #fff;
  }
  /* line 15536, app/assets/stylesheets/unify.css */
  .u-nav-v5-2 .nav-link {
    border-bottom-width: 2px;
  }
  /* line 15538, app/assets/stylesheets/unify.css */
  .u-nav-v5-3 .nav-link {
    border-bottom-width: 5px;
  }
}

/*------------------------------------
  Tabs v6
------------------------------------*/
@media (min-width: 768px) {
  /* line 15545, 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, 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, app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link:after {
    border-top-color: #fff;
    border-width: 4px;
    margin-left: -4px;
  }
  /* line 15564, app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link:before {
    border-width: 6px;
    margin-left: -6px;
  }
  /* line 15567, app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link.active {
    border-color: #72c02c;
  }
  /* line 15569, 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, app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link.active::before {
    border-top-color: #72c02c;
  }
  /* line 15573, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v6"] .nav-link {
    color: #fff;
  }
  /* line 15575, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v6"] .nav-link::after {
    border-top-color: #333;
  }
  /* line 15577, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v6"] .nav-link.active {
    color: #fff;
    border-color: #fff;
  }
  /* line 15580, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v6"] .nav-link.active:before {
    border-top-color: #fff;
  }
  /* line 15582, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v6"] .nav-link.active::after {
    border-top-color: #333;
  }
  /* line 15584, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v6"] .nav-link {
    border-bottom: none;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: transparent;
  }
  /* line 15589, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v6"] .nav-link:after, .flex-column[class*="u-nav-v6"] .nav-link:before {
    top: 50%;
    left: auto;
  }
  /* line 15592, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v6"] .nav-link:after {
    border-top-color: transparent;
    border-left-color: #fff;
    border-width: 4px;
    margin-left: 0;
    margin-top: -5px;
    right: -8px;
  }
  /* line 15599, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v6"] .nav-link:before {
    border-top-color: transparent;
    border-left-color: #fff;
    border-width: 6px;
    margin-left: 0;
    margin-top: -7px;
    right: -13px;
  }
  /* line 15606, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v6"] .nav-link.active {
    border-color: #72c02c;
  }
  /* line 15608, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v6"] .nav-link.active::before {
    border-left-color: #72c02c;
  }
}

/*------------------------------------
  Tabs v7
------------------------------------*/
@media (min-width: 768px) {
  /* line 15615, app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"] .nav-item {
    position: relative;
  }
  /* line 15617, 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, app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"] .nav-item:last-child::after {
    border-right-color: transparent;
  }
  /* line 15633, app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"] .nav-link.active {
    color: #72c02c;
  }
  /* line 15635, app/assets/stylesheets/unify.css */
  .u-nav-dark[class*="u-nav-v7"] .nav-link.active {
    color: #333;
  }
  /* line 15637, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v7"] .nav-link {
    color: #fff;
  }
  /* line 15639, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v7"] .nav-link.active {
    color: #fff;
    opacity: .5;
  }
  /* line 15642, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v7"] .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, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v7"] .nav-item:last-child::after {
    border-bottom-color: transparent;
  }
  /* line 15657, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v7"] .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 15660, app/assets/stylesheets/unify.css */
  .flex-column.text-center[class*="u-nav-v7"] .nav-item::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/*------------------------------------
  Tabs v8
------------------------------------*/
/* line 15669, 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, 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, app/assets/stylesheets/unify.css */
[class*="u-nav-v8"] .nav-link.active {
  background-color: #72c02c;
}

/* line 15691, app/assets/stylesheets/unify.css */
[class*="u-nav-v8"] .nav-link.active::after {
  display: none;
}

/* line 15694, app/assets/stylesheets/unify.css */
[class*="u-nav-v8"] .nav-link.active .u-nav-v8__icon {
  background-color: #72c02c;
}

/* line 15697, 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, app/assets/stylesheets/unify.css */
.u-nav-light[class*="u-nav-v8"] .nav-link {
  color: #333;
}

/* line 15703, app/assets/stylesheets/unify.css */
.u-nav-light[class*="u-nav-v8"] .nav-link.active {
  color: #555;
  background-color: #fff;
}

/* line 15707, app/assets/stylesheets/unify.css */
.u-nav-light[class*="u-nav-v8"] .nav-link.active .u-nav-v8__icon {
  color: #fff;
  background-color: #72c02c;
}

/* line 15711, app/assets/stylesheets/unify.css */
.u-nav-light[class*="u-nav-v8"] .nav-link.active .u-nav-v8__title, .u-nav-light[class*="u-nav-v8"] .nav-link.active .u-nav-v8__description {
  color: #555;
}

/* line 15714, app/assets/stylesheets/unify.css */
.u-nav-light[class*="u-nav-v8"] .u-nav-v8__icon {
  background-color: #fff;
  color: #fff;
}

/* line 15718, app/assets/stylesheets/unify.css */
.u-nav-light[class*="u-nav-v8"] .u-nav-v8__title, .u-nav-light[class*="u-nav-v8"] .u-nav-v8__description {
  color: #fff;
}

/* line 15721, app/assets/stylesheets/unify.css */
.u-nav-v8__icon, .u-nav-v8__title, .u-nav-v8__description {
  position: relative;
  z-index: 3;
}

/* line 15725, app/assets/stylesheets/unify.css */
.u-nav-v8__icon {
  display: none;
  background-color: #333;
  color: #fff;
  transform: translateY(-51%);
  transition: none;
}

/* line 15734, app/assets/stylesheets/unify.css */
.u-nav-v8__title {
  display: block;
}

/* line 15737, app/assets/stylesheets/unify.css */
.u-nav-v8__description {
  color: inherit;
  font-style: normal;
}

@media (min-width: 768px) {
  /* line 15742, app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"] .nav-link {
    padding: 0 20px 25px;
  }
  /* line 15744, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v8"] .nav-link {
    background-color: #fff;
  }
  /* line 15746, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v8"] .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, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v8"] .nav-link::after {
    background-image: linear-gradient(to left, #fff 0%, rgba(204, 204, 204, 0.2) 100%);
  }
  /* line 15750, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v8"] .nav-link.active {
    color: #fff;
    background-color: #72c02c;
  }
  /* line 15753, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v8"] .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, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v8"] .nav-link.active .u-nav-v8__title {
    color: #fff;
  }
  /* line 15757, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v8"] .nav-link.active .u-nav-v8__description {
    color: rgba(255, 255, 255, 0.7);
  }
  /* line 15759, app/assets/stylesheets/unify.css */
  .u-nav-light[class*="u-nav-v8"] .u-nav-v8__icon, .u-nav-light[class*="u-nav-v8"] .u-nav-v8__title, .u-nav-light[class*="u-nav-v8"] .u-nav-v8__description {
    color: #555;
  }
  /* line 15761, app/assets/stylesheets/unify.css */
  .justify-content-end[class*="u-nav-v8"] .nav-item:first-child .nav-link::before, .text-right[class*="u-nav-v8"] .nav-item:first-child .nav-link::before {
    display: none;
  }
  /* line 15763, app/assets/stylesheets/unify.css */
  .justify-content-end[class*="u-nav-v8"] .nav-item:last-child .nav-link, .text-right[class*="u-nav-v8"] .nav-item:last-child .nav-link {
    padding: 0 20px 25px;
  }
  /* line 15765, app/assets/stylesheets/unify.css */
  .justify-content-end[class*="u-nav-v8"] .nav-item:last-child .nav-link::before, .text-right[class*="u-nav-v8"] .nav-item:last-child .nav-link::before {
    display: block;
  }
  /* line 15767, app/assets/stylesheets/unify.css */
  .justify-content-end[class*="u-nav-v8"] .nav-link::before, .text-right[class*="u-nav-v8"] .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, app/assets/stylesheets/unify.css */
  .justify-content-end[class*="u-nav-v8"] .nav-link::after, .text-right[class*="u-nav-v8"] .nav-link::after {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, #333 0%, rgba(17, 17, 17, 0.2) 100%);
  }
  /* line 15776, app/assets/stylesheets/unify.css */
  .justify-content-end[class*="u-nav-v8"] .nav-link.active::before, .text-right[class*="u-nav-v8"] .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, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v8"] .nav-item {
    margin-bottom: 1px;
  }
  /* line 15780, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v8"] .nav-item:first-child .nav-link {
    padding: 20px 20px 20px 50px;
  }
  /* line 15782, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v8"] .nav-item:last-child .nav-link::before {
    display: block;
  }
  /* line 15784, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v8"] .nav-link {
    padding: 20px 20px 20px 50px;
  }
  /* line 15786, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v8"] .nav-link::before {
    opacity: 0;
  }
  /* line 15788, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v8"] .nav-link.active::before {
    opacity: 1;
  }
  /* line 15790, app/assets/stylesheets/unify.css */
  .flex-column[class*="u-nav-v8"] .u-nav-v8__icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
  }
  /* line 15797, app/assets/stylesheets/unify.css */
  .u-nav-v8__icon {
    display: inline-block;
  }
  /* line 15799, app/assets/stylesheets/unify.css */
  .u-nav-v8__description {
    color: rgba(255, 255, 255, 0.5);
  }
  /* line 15801, app/assets/stylesheets/unify.css */
  .u-nav-v8-2 .nav-item:first-child .nav-link {
    padding: 0 20px 25px;
  }
  /* line 15803, app/assets/stylesheets/unify.css */
  .u-nav-v8-2 .nav-item:last-child .nav-link::before {
    display: none;
  }
  /* line 15805, app/assets/stylesheets/unify.css */
  .u-nav-v8-2 .nav-link {
    padding: 0 20px 25px 50px;
  }
  /* line 15807, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"],
[data-tabs-mobile-type="accordion"] {
    display: none;
  }
  /* line 15831, app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="accordion"] {
    display: none;
  }
  /* line 15833, 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, 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, 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, app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"] {
    width: 100%;
    padding-top: 10px;
    border-bottom: none !important;
  }
  /* line 15848, app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"] .nav-item {
    margin: 0;
  }
  /* line 15850, 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, app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link {
    margin-top: 0;
  }
  /* line 15859, app/assets/stylesheets/unify.css */
  .u-nav-primary[data-tabs-mobile-type="slide-up-down"] .nav-link, .nav-pills[data-tabs-mobile-type="slide-up-down"] .nav-link {
    border-color: #72c02c !important;
  }
  /* line 15861, app/assets/stylesheets/unify.css */
  .u-nav-primary[data-tabs-mobile-type="slide-up-down"] .nav-link.active,
.u-nav-primary[data-tabs-mobile-type="slide-up-down"] .nav-item.show .nav-link,
.u-nav-primary[data-tabs-mobile-type="slide-up-down"] .no-js .btn-group:focus-within .nav-item.dropdown-menu .nav-link,
.no-js .btn-group:focus-within .u-nav-primary[data-tabs-mobile-type="slide-up-down"] .nav-item.dropdown-menu .nav-link,
.u-nav-primary[data-tabs-mobile-type="slide-up-down"] .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .u-nav-primary[data-tabs-mobile-type="slide-up-down"] .nav-item.tt-menu .nav-link,
.u-nav-primary[data-tabs-mobile-type="slide-up-down"] .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .u-nav-primary[data-tabs-mobile-type="slide-up-down"] .nav-item.tt-menu .nav-link, .nav-pills[data-tabs-mobile-type="slide-up-down"] .nav-link.active,
.nav-pills[data-tabs-mobile-type="slide-up-down"] .nav-item.show .nav-link,
.nav-pills[data-tabs-mobile-type="slide-up-down"] .no-js .btn-group:focus-within .nav-item.dropdown-menu .nav-link,
.no-js .btn-group:focus-within .nav-pills[data-tabs-mobile-type="slide-up-down"] .nav-item.dropdown-menu .nav-link,
.nav-pills[data-tabs-mobile-type="slide-up-down"] .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .nav-pills[data-tabs-mobile-type="slide-up-down"] .nav-item.tt-menu .nav-link,
.nav-pills[data-tabs-mobile-type="slide-up-down"] .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .nav-pills[data-tabs-mobile-type="slide-up-down"] .nav-item.tt-menu .nav-link {
    border-color: #72c02c !important;
  }
  /* line 15865, app/assets/stylesheets/unify.css */
  .u-nav-dark[data-tabs-mobile-type="slide-up-down"] .nav-link {
    border-color: #333 !important;
  }
  /* line 15867, app/assets/stylesheets/unify.css */
  .u-nav-dark[data-tabs-mobile-type="slide-up-down"] .nav-link.active,
.u-nav-dark[data-tabs-mobile-type="slide-up-down"] .nav-item.show .nav-link,
.u-nav-dark[data-tabs-mobile-type="slide-up-down"] .no-js .btn-group:focus-within .nav-item.dropdown-menu .nav-link,
.no-js .btn-group:focus-within .u-nav-dark[data-tabs-mobile-type="slide-up-down"] .nav-item.dropdown-menu .nav-link,
.u-nav-dark[data-tabs-mobile-type="slide-up-down"] .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .u-nav-dark[data-tabs-mobile-type="slide-up-down"] .nav-item.tt-menu .nav-link,
.u-nav-dark[data-tabs-mobile-type="slide-up-down"] .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .u-nav-dark[data-tabs-mobile-type="slide-up-down"] .nav-item.tt-menu .nav-link {
    border-color: #333 !important;
  }
  /* line 15870, app/assets/stylesheets/unify.css */
  .u-nav-light[data-tabs-mobile-type="slide-up-down"] .nav-item.show .nav-link, .u-nav-light[data-tabs-mobile-type="slide-up-down"] .no-js .btn-group:focus-within .nav-item.dropdown-menu .nav-link, .no-js .btn-group:focus-within .u-nav-light[data-tabs-mobile-type="slide-up-down"] .nav-item.dropdown-menu .nav-link, .u-nav-light[data-tabs-mobile-type="slide-up-down"] .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu .nav-link, .no-js .btn-group:focus-within .twitter-typeahead .u-nav-light[data-tabs-mobile-type="slide-up-down"] .nav-item.tt-menu .nav-link, .u-nav-light[data-tabs-mobile-type="slide-up-down"] .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu .nav-link, .twitter-typeahead .no-js .btn-group:focus-within .u-nav-light[data-tabs-mobile-type="slide-up-down"] .nav-item.tt-menu .nav-link {
    border-color: #fff;
  }
  /* line 15872, app/assets/stylesheets/unify.css */
  .u-nav-light[data-tabs-mobile-type="slide-up-down"] .nav-link {
    color: #fff;
    border-color: #fff;
  }
  /* line 15875, app/assets/stylesheets/unify.css */
  .u-nav-light[data-tabs-mobile-type="slide-up-down"] .nav-link.active {
    color: #555;
    background-color: #fff;
    border-color: #fff;
  }
  /* line 15879, app/assets/stylesheets/unify.css */
  .u-nav-rounded-3[data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link,
.nav-tabs[data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link,
.nav-pills[data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link {
    border-radius: 3px 3px 0 0 !important;
  }
  /* line 15883, app/assets/stylesheets/unify.css */
  .u-nav-rounded-3[data-tabs-mobile-type="slide-up-down"] .nav-item:last-child .nav-link,
.nav-tabs[data-tabs-mobile-type="slide-up-down"] .nav-item:last-child .nav-link,
.nav-pills[data-tabs-mobile-type="slide-up-down"] .nav-item:last-child .nav-link {
    border-radius: 0 0 3px 3px !important;
  }
  /* line 15887, app/assets/stylesheets/unify.css */
  .u-nav-rounded-5[data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link {
    border-radius: 5px 5px 0 0 !important;
  }
  /* line 15889, app/assets/stylesheets/unify.css */
  .u-nav-rounded-5[data-tabs-mobile-type="slide-up-down"] .nav-item:last-child .nav-link {
    border-radius: 0 0 5px 5px !important;
  }
  /* line 15891, app/assets/stylesheets/unify.css */
  .u-nav-rounded-7[data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link {
    border-radius: 7px 7px 0 0 !important;
  }
  /* line 15893, app/assets/stylesheets/unify.css */
  .u-nav-rounded-7[data-tabs-mobile-type="slide-up-down"] .nav-item:last-child .nav-link {
    border-radius: 0 0 7px 7px !important;
  }
  /* line 15895, app/assets/stylesheets/unify.css */
  .u-nav-rounded-10[data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link {
    border-radius: 10px 10px 0 0 !important;
  }
  /* line 15897, app/assets/stylesheets/unify.css */
  .u-nav-rounded-10[data-tabs-mobile-type="slide-up-down"] .nav-item:last-child .nav-link {
    border-radius: 0 0 10px 10px !important;
  }
  /* line 15899, app/assets/stylesheets/unify.css */
  .tab-content {
    order: 2;
  }
}

/*------------------------------------
  Tags
------------------------------------*/
/* Pagination v1 */
/* line 15908, app/assets/stylesheets/unify.css */
.u-tags-v1 {
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease;
}

/* line 15913, app/assets/stylesheets/unify.css */
.u-tags-v1:hover, .u-tags-v1:focus {
  text-decoration: none;
  cursor: pointer;
}

/* line 15917, app/assets/stylesheets/unify.css */
.u-tags-v1:focus {
  color: inherit;
}

/*------------------------------------
  Text Animation Slideshow
------------------------------------*/
/* line 15923, app/assets/stylesheets/unify.css */
.u-text-slideshow {
  position: relative;
  overflow: visible !important;
  vertical-align: inherit;
}

/* line 15928, app/assets/stylesheets/unify.css */
.u-text-slideshow__slide {
  position: relative;
  z-index: 1;
  display: inline-block;
  opacity: 0;
  transition: .3s ease;
}

/* line 15935, app/assets/stylesheets/unify.css */
.u-text-slideshow__slide:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 15940, app/assets/stylesheets/unify.css */
.u-text-slideshow__slide--current {
  z-index: 2;
  opacity: 1;
}

/* line 15944, app/assets/stylesheets/unify.css */
.u-text-slideshow__slide-target {
  flex-wrap: nowrap;
}

/*------------------------------------
  Text-shadow
------------------------------------*/
/* line 15951, 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, app/assets/stylesheets/unify.css */
.u-txt-shadow-v2 {
  text-shadow: 0 6px 55px #999;
}

/*------------------------------------
  Marker-bg
------------------------------------*/
/* line 15960, 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, app/assets/stylesheets/unify.css */
.u-marker-bg-primary {
  background-image: url(/../img/bg/marker/marker-bg-primary.png);
}

/* line 15970, app/assets/stylesheets/unify.css */
.u-marker-bg-green {
  background-image: url(/../img/bg/marker/marker-bg-green.png);
}

/* line 15973, app/assets/stylesheets/unify.css */
.u-marker-bg-black {
  background-image: url(/../img/bg/marker/marker-bg-black.png);
}

/* line 15976, app/assets/stylesheets/unify.css */
.u-marker-bg-white {
  background-image: url(/../img/bg/marker/marker-bg-white.png);
}

/* line 15979, app/assets/stylesheets/unify.css */
.u-marker-bg-red {
  background-image: url(/../img/bg/marker/marker-bg-red.png);
}

/* line 15982, app/assets/stylesheets/unify.css */
.u-marker-bg-yellow {
  background-image: url(/../img/bg/marker/marker-bg-yellow.png);
}

/*------------------------------------
  Tooltips
------------------------------------*/
/* line 15988, app/assets/stylesheets/unify.css */
.u-tooltip--v1 {
  color: #fff;
  background-color: #000;
  padding: 2px 8px 3px;
}

/* line 15993, app/assets/stylesheets/unify.css */
.u-tooltip--v1:after {
  content: "";
  position: absolute;
  display: block;
}

/* line 15998, app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-left, .u-tooltip--v1.tooltip-top-right {
  bottom: 100%;
  margin-bottom: 5px;
}

/* line 16002, 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, app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-bottom-left, .u-tooltip--v1.tooltip-bottom-right {
  top: 100%;
  margin-top: 5px;
}

/* line 16012, 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, app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-left, .u-tooltip--v1.tooltip-bottom-left {
  left: 0;
}

/* line 16021, app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-left:after, .u-tooltip--v1.tooltip-bottom-left:after {
  left: 16px;
}

/* line 16024, app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-right, .u-tooltip--v1.tooltip-bottom-right {
  right: 0;
}

/* line 16027, app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-right:after, .u-tooltip--v1.tooltip-bottom-right:after {
  right: 16px;
}

/* line 16030, app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-left, .u-tooltip--v1.tooltip-right {
  top: 50%;
  transform: translateY(-50%);
}

/* line 16036, 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, app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-left {
  right: 100%;
  margin-right: 5px;
}

/* line 16048, 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, app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-right {
  left: 100%;
  margin-left: 5px;
}

/* line 16056, 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, app/assets/stylesheets/unify.css */
input:focus + .u-tooltip--v1,
textarea:focus + .u-tooltip--v1 {
  opacity: 1;
}

/*------------------------------------
  Typography
------------------------------------*/
/* line 16067, app/assets/stylesheets/unify.css */
.popovers--no-title .popover-title {
  display: none;
}

/* line 16070, app/assets/stylesheets/unify.css */
.g-nowrap {
  white-space: nowrap;
}

/* line 16073, app/assets/stylesheets/unify.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 16077, app/assets/stylesheets/unify.css */
video {
  max-width: 100%;
}

/* line 16080, app/assets/stylesheets/unify.css */
.u-video-v1 {
  margin-bottom: 15px;
}

/* line 16083, app/assets/stylesheets/unify.css */
.u-video-v1-info {
  display: none;
  padding-left: 0;
}

/* line 16087, app/assets/stylesheets/unify.css */
.u-video-v1-info__item {
  display: inline-block;
  list-style: none;
}

/* line 16091, app/assets/stylesheets/unify.css */
.u-audio-v1 {
  margin-bottom: 15px;
}

/* line 16094, app/assets/stylesheets/unify.css */
.u-audio-v1-info {
  display: none;
  padding-left: 0;
}

/* line 16098, app/assets/stylesheets/unify.css */
.u-audio-v1-info__item {
  display: inline-block;
  list-style: none;
}

/* line 16102, app/assets/stylesheets/unify.css */
.u-audio-v2 .plyr__controls {
  background-color: transparent;
  border: none;
}

/* line 16106, app/assets/stylesheets/unify.css */
.u-audio-v2 .plyr__controls button {
  color: #fff;
}

/*------------------------------------
  Navigation
------------------------------------*/
/* Base Abstractions */
/* line 16113, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-link {
  color: #fff;
}

/* line 16136, 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"] .no-js .btn-group:focus-within .nav-item.dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.dropdown-menu > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu > .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.tt-menu > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu > .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.tt-menu > .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, 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, 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, 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, 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 .no-js .btn-group:focus-within .nav-item.dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .navbar .u-main-nav-v1 .nav-item.dropdown-menu > .nav-link,
.navbar .u-main-nav-v1 .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu > .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .navbar .u-main-nav-v1 .nav-item.tt-menu > .nav-link,
.navbar .u-main-nav-v1 .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu > .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .navbar .u-main-nav-v1 .nav-item.tt-menu > .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, app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v1 .nav-link {
    padding: 0.64286rem 1.42857rem;
  }
  /* line 16172, 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, 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, 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, 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, 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, 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 .no-js .btn-group:focus-within .nav-item.dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .navbar .u-main-nav-v2 .nav-item.dropdown-menu > .nav-link,
.navbar .u-main-nav-v2 .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu > .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .navbar .u-main-nav-v2 .nav-item.tt-menu > .nav-link,
.navbar .u-main-nav-v2 .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu > .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .navbar .u-main-nav-v2 .nav-item.tt-menu > .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, app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v2 .nav-link {
    padding: 0.5rem 1.42857rem;
  }
  /* line 16205, 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, 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, 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, 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, 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 .no-js .btn-group:focus-within .nav-item.dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .navbar .u-main-nav-v3 .nav-item.dropdown-menu > .nav-link,
.navbar .u-main-nav-v3 .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu > .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .navbar .u-main-nav-v3 .nav-item.tt-menu > .nav-link,
.navbar .u-main-nav-v3 .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu > .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .navbar .u-main-nav-v3 .nav-item.tt-menu > .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, 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, app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v3 .nav-link {
    padding: 0.71429rem 1.42857rem;
  }
}

/*------------------------------------
  Navigation Style v4
------------------------------------*/
/* line 16246, 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, 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, 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 .no-js .btn-group:focus-within .nav-item.dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .navbar .u-main-nav-v4 .nav-item.dropdown-menu > .nav-link,
.navbar .u-main-nav-v4 .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu > .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .navbar .u-main-nav-v4 .nav-item.tt-menu > .nav-link,
.navbar .u-main-nav-v4 .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu > .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .navbar .u-main-nav-v4 .nav-item.tt-menu > .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, 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, app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v4 .nav-link {
    padding: 0.71429rem 1.42857rem;
  }
}

/*------------------------------------
  Navigation Style v5
------------------------------------*/
/* line 16279, 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, 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, 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, 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 .no-js .btn-group:focus-within .nav-item.dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .navbar .u-main-nav-v5 .nav-item.dropdown-menu > .nav-link,
.navbar .u-main-nav-v5 .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu > .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .navbar .u-main-nav-v5 .nav-item.tt-menu > .nav-link,
.navbar .u-main-nav-v5 .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu > .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .navbar .u-main-nav-v5 .nav-item.tt-menu > .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, app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v6 .nav-link {
  color: #333;
  height: 100%;
  padding: 2.85714rem 2.71429rem;
}

/* line 16306, 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, 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, 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 .no-js .btn-group:focus-within .nav-item.dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .navbar .u-main-nav-v6 .nav-item.dropdown-menu > .nav-link,
.navbar .u-main-nav-v6 .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu > .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .navbar .u-main-nav-v6 .nav-item.tt-menu > .nav-link,
.navbar .u-main-nav-v6 .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu > .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .navbar .u-main-nav-v6 .nav-item.tt-menu > .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, app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v6 .nav-link {
    padding: 2.14286rem 1.42857rem;
  }
  /* line 16330, 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, 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, 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, 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, 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 .no-js .btn-group:focus-within .nav-item.dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .navbar .u-main-nav-v7 .nav-item.dropdown-menu > .nav-link,
.navbar .u-main-nav-v7 .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu > .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .navbar .u-main-nav-v7 .nav-item.tt-menu > .nav-link,
.navbar .u-main-nav-v7 .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu > .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .navbar .u-main-nav-v7 .nav-item.tt-menu > .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, app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v7 .nav-link {
    padding: 0.64286rem 1.42857rem;
  }
  /* line 16358, 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, 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, app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v8 .nav-link {
  color: #333;
  padding: 0.78571rem 2.14286rem;
}

/* line 16370, 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, 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, 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 .no-js .btn-group:focus-within .nav-item.dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .navbar .u-main-nav-v8 .nav-item.dropdown-menu > .nav-link,
.navbar .u-main-nav-v8 .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu > .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .navbar .u-main-nav-v8 .nav-item.tt-menu > .nav-link,
.navbar .u-main-nav-v8 .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu > .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .navbar .u-main-nav-v8 .nav-item.tt-menu > .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, app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v8 .nav-link {
    padding: 0.64286rem 1.42857rem;
  }
  /* line 16388, 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, 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, app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v9 .nav-link {
  color: #777;
  padding: 0 1.42857rem 0 0;
}

/* line 16400, app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v9 .nav-item > a {
  padding: 1.42857rem 0;
}

/* line 16403, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 16450, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 16500, 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, app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu {
  width: auto;
}

/* line 16513, 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, 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, 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, app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 16553, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 16610, 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, app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu {
  width: auto;
}

/* line 16623, 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, 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, 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, app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 16663, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 16720, 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, app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu {
  width: auto;
}

/* line 16733, 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, 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, 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, app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 16773, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 16830, 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, app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu {
  width: auto;
}

/* line 16843, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
  [class*="u-dropdown-col-"] > * {
    min-width: 200px;
    column-break-inside: avoid;
  }
  /* line 17054, app/assets/stylesheets/unify.css */
  .u-dropdown-col-2 {
    -moz-columns: 2;
         columns: 2;
  }
  /* line 17057, app/assets/stylesheets/unify.css */
  .u-dropdown-col-3 {
    -moz-columns: 3;
         columns: 3;
  }
}

/* Main navigation behaviors */
/*------------------------------------
  Navigation Behavior (Overlay)
------------------------------------*/
/* line 17065, 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, app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-right .u-main-nav--overlay {
  right: -21.42857rem;
}

/* line 17071, app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-right .u-main-nav__overlay {
  right: 100%;
}

/* line 17074, app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-right.u-main-nav--overlay-opened .u-main-nav--overlay {
  right: 0;
}

/* line 17077, 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, app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-left .u-main-nav--overlay {
  left: -21.42857rem;
}

/* line 17084, app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-left .u-main-nav__overlay {
  left: 100%;
}

/* line 17087, app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-left.u-main-nav--overlay-opened .u-main-nav--overlay {
  left: 0;
}

/* line 17090, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
body.u-main-nav--push-left, body.u-main-nav--push-right {
  width: 100%;
}

/* line 17134, 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, app/assets/stylesheets/unify.css */
body.u-main-nav--push-right .u-main-nav--push {
  right: -21.42857rem;
}

/* line 17140, app/assets/stylesheets/unify.css */
body.u-main-nav--push-right .u-main-nav__overlay {
  right: 100%;
}

/* line 17143, app/assets/stylesheets/unify.css */
body.u-main-nav--push-right.u-main-nav--overlay-opened {
  margin-right: 21.42857rem;
}

/* line 17146, app/assets/stylesheets/unify.css */
body.u-main-nav--push-right.u-main-nav--overlay-opened .u-main-nav--push {
  right: 0;
}

/* line 17149, 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, app/assets/stylesheets/unify.css */
body.u-main-nav--push-left .u-main-nav--push {
  left: -21.42857rem;
}

/* line 17156, app/assets/stylesheets/unify.css */
body.u-main-nav--push-left .u-main-nav__overlay {
  left: 100%;
}

/* line 17159, app/assets/stylesheets/unify.css */
body.u-main-nav--push-left.u-main-nav--overlay-opened {
  margin-left: 21.42857rem;
}

/* line 17162, app/assets/stylesheets/unify.css */
body.u-main-nav--push-left.u-main-nav--overlay-opened .u-main-nav--push {
  left: 0;
}

/* line 17165, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar {
  position: absolute;
  width: 21.42857rem;
  opacity: 0;
  visibility: hidden;
}

/* line 17221, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar .dropdown {
  z-index: 1;
}

/* line 17224, 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, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li {
  transform: translate3d(30px, 0, 0);
  transition: all .3s ease;
}

/* line 17233, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(1) {
  transition-delay: 60ms;
}

/* line 17236, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(2) {
  transition-delay: 90ms;
}

/* line 17239, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(3) {
  transition-delay: 120ms;
}

/* line 17242, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(4) {
  transition-delay: 150ms;
}

/* line 17245, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(5) {
  transition-delay: 180ms;
}

/* line 17248, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(6) {
  transition-delay: 210ms;
}

/* line 17251, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(7) {
  transition-delay: 240ms;
}

/* line 17254, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(8) {
  transition-delay: 270ms;
}

/* line 17257, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(9) {
  transition-delay: 300ms;
}

/* line 17260, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(10) {
  transition-delay: 330ms;
}

/* line 17263, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(11) {
  transition-delay: 360ms;
}

/* line 17266, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(12) {
  transition-delay: 390ms;
}

/* line 17269, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(13) {
  transition-delay: 420ms;
}

/* line 17272, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(14) {
  transition-delay: 450ms;
}

/* line 17275, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(15) {
  transition-delay: 480ms;
}

/* line 17278, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(16) {
  transition-delay: 510ms;
}

/* line 17281, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(17) {
  transition-delay: 540ms;
}

/* line 17284, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(18) {
  transition-delay: 570ms;
}

/* line 17287, app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(19) {
  transition-delay: 600ms;
}

/* line 17290, app/assets/stylesheets/unify.css */
.u-smart-nav__toggler {
  position: relative;
  z-index: 1;
}

/* line 17294, app/assets/stylesheets/unify.css */
.u-smart-nav--opened .navbar {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1) !important;
}

/* line 17300, app/assets/stylesheets/unify.css */
.u-smart-nav--opened .navbar li {
  transform: translate3d(0, 0, 0);
}

/* line 17304, app/assets/stylesheets/unify.css */
.u-smart-nav--shown {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}

/* line 17310, app/assets/stylesheets/unify.css */
.u-smart-nav--bottom-right {
  right: 0.71429rem;
  bottom: 0.71429rem;
}

/* line 17314, 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, app/assets/stylesheets/unify.css */
.u-smart-nav--bottom-left {
  left: 0.71429rem;
  bottom: 0.71429rem;
}

/* line 17328, 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, app/assets/stylesheets/unify.css */
.u-smart-nav--top-left {
  left: 0.71429rem;
  top: 0.71429rem;
}

/* line 17343, 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, app/assets/stylesheets/unify.css */
.u-smart-nav--top-right {
  right: 0.71429rem;
  top: 0.71429rem;
}

/* line 17358, 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, app/assets/stylesheets/unify.css */
.u-secondary-navigation {
  z-index: 3;
}

/* line 17375, app/assets/stylesheets/unify.css */
.u-secondary-navigation .active a {
  color: #72c02c;
}

/* Sidebar navigation styles */
/*------------------------------------
  Sidebar Navigation
------------------------------------*/
/* line 17382, app/assets/stylesheets/unify.css */
.u-sidebar-navigation {
  z-index: 3;
}

/* line 17385, app/assets/stylesheets/unify.css */
.u-sidebar-navigation .nav-item {
  padding: 0 1.42857rem;
}

/* line 17388, app/assets/stylesheets/unify.css */
.u-sidebar-navigation .nav-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 17391, app/assets/stylesheets/unify.css */
.u-sidebar-navigation .nav-item.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Override vendor stylesheets */
/* line 17395, app/assets/stylesheets/unify.css */
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: inherit;
}

/* line 17399, app/assets/stylesheets/unify.css */
[class*="u-main-nav-"] .dropdown-toggle::after {
  width: auto;
  height: auto;
  vertical-align: inherit;
  border: none;
}

/* Overlay */
/* line 17406, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-basket {
  position: relative;
  z-index: 1;
}

/* Bar */
/* line 17434, 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, 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, app/assets/stylesheets/unify.css */
.u-basket__product-img {
  width: 7.14286rem;
}

/* line 17455, app/assets/stylesheets/unify.css */
.u-basket__product-img img {
  width: 100%;
}

/* Product Remove Button */
/* line 17459, 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, app/assets/stylesheets/unify.css */
.u-basket__product-remove:hover, .u-basket__product-remove:focus {
  opacity: 1;
}

/*------------------------------------
	Dropdowns
------------------------------------*/
/* line 17480, app/assets/stylesheets/unify.css */
[class*="u-dropdown--"] [class*="u-dropdown--"] {
  left: 100%;
  top: 0;
}

/* line 17484, app/assets/stylesheets/unify.css */
[class*="u-dropdown--"] .u-dropdown--reverse-x[class*="u-dropdown--"] {
  left: auto;
  right: 100%;
}

/* line 17488, 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, app/assets/stylesheets/unify.css */
.u-dropdown--simple.u-dropdown--hidden {
  display: none;
}

/* CSS Animation Dropdown */
/* line 17501, app/assets/stylesheets/unify.css */
.u-dropdown--css-animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 17505, app/assets/stylesheets/unify.css */
.u-dropdown--css-animation.u-dropdown--hidden {
  opacity: 0;
  visibility: hidden;
}

/* line 17509, app/assets/stylesheets/unify.css */
.u-dropdown--hidden:not(.hs-sub-menu-opened) * {
  transition: none !important;
}

/* line 17512, 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, app/assets/stylesheets/unify.css */
.u-compressed-form {
  display: inline-block;
  overflow: hidden;
  width: 20rem;
  transition: all .35s ease;
}

/* line 17524, app/assets/stylesheets/unify.css */
.u-compressed-form--hidden {
  width: 5.71429rem;
}

/* line 17527, app/assets/stylesheets/unify.css */
.u-compressed-form .input-group {
  display: block;
  float: right;
}

/*------------------------------------
  Dropcaps
------------------------------------*/
/* line 17534, 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, app/assets/stylesheets/unify.css */
.u-dropcap-underline {
  padding-bottom: 0.35714rem;
  border-bottom: 2px solid;
}

/* line 17543, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover--uncroped {
  overflow: visible;
}

/* line 17807, app/assets/stylesheets/unify.css */
.u-block-hover--uncroped:hover {
  z-index: 2;
}

/* line 17810, app/assets/stylesheets/unify.css */
.u-block-hover__img {
  max-width: 100%;
  vertical-align: top;
}

/* line 17814, app/assets/stylesheets/unify.css */
.u-block-hover__block {
  min-height: 100%;
}

/* line 17817, app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 17824, 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, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--v1 {
  opacity: 1;
}

/* line 17836, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional-scale {
  z-index: -1;
  max-width: initial;
}

/* line 17857, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional-scale {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

/* line 17863, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional-scale-down {
  z-index: -1;
  max-width: initial;
}

/* line 17872, 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, app/assets/stylesheets/unify.css */
.u-block-hover__main--zoom-v1 {
  -webkit-transform: scale(1.01);
}

/* line 17881, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--zoom-v1 {
  transform: scale(1.1);
}

/* line 17886, app/assets/stylesheets/unify.css */
.u-block-hover [class*="icon-"] {
  padding: 1px;
}

/* line 17889, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover__main--white {
  filter: brightness(0) invert(1);
}

/* line 17903, app/assets/stylesheets/unify.css */
.u-block-hover__additional--blur {
  opacity: 0;
}

/* line 17906, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--blur {
  opacity: 1;
  transition-delay: .11s;
}

/* line 17910, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover-image-overlay::after {
  opacity: 1;
}

/* line 17931, app/assets/stylesheets/unify.css */
.u-block-hover__additional--fade {
  opacity: 0;
}

/* line 17934, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--fade {
  opacity: 1;
  transform: translate(0, 0);
}

/* line 17940, app/assets/stylesheets/unify.css */
.u-block-hover__additional--fade-up {
  transform: translate(0, 15%);
}

/* line 17945, app/assets/stylesheets/unify.css */
.u-block-hover__additional--fade-down {
  transform: translate(0, -15%);
}

/* line 17950, app/assets/stylesheets/unify.css */
.u-block-hover__additional--fade-left {
  transform: translate(-15%, 0);
}

/* line 17955, app/assets/stylesheets/unify.css */
.u-block-hover__additional--fade-right {
  transform: translate(15%, 0);
}

/* line 17960, app/assets/stylesheets/unify.css */
.u-block-hover:hover [class*="u-block-hover__additional--push"] {
  transform: translate(0, 0);
}

/* line 17965, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--push-up {
  transform: translateY(-100%);
}

/* line 17970, app/assets/stylesheets/unify.css */
.u-block-hover__additional--push-up {
  transform: translateY(100%);
}

/* line 17975, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--push-down {
  transform: translateY(100%);
}

/* line 17980, app/assets/stylesheets/unify.css */
.u-block-hover__additional--push-down {
  transform: translateY(-100%);
}

/* line 17985, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--push-left {
  transform: translateX(-100%);
}

/* line 17990, app/assets/stylesheets/unify.css */
.u-block-hover__additional--push-left {
  transform: translateX(100%);
}

/* line 17995, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--push-right {
  transform: translateX(100%);
}

/* line 18000, app/assets/stylesheets/unify.css */
.u-block-hover__additional--push-right {
  transform: translateX(-100%);
}

/* line 18005, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-up {
  transform: translateY(100%);
}

/* line 18016, app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-down {
  transform: translateY(-100%);
}

/* line 18021, app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-left {
  transform: translateX(100%);
}

/* line 18026, app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-right {
  transform: translateX(-100%);
}

/* line 18031, app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-bottom-right {
  transform: translate(-100%, -100%);
}

/* line 18036, app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-bottom-left {
  transform: translate(100%, -100%);
}

/* line 18041, app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-top-right {
  transform: translate(-100%, 100%);
}

/* line 18046, app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-top-left {
  transform: translate(100%, 100%);
}

/* line 18051, app/assets/stylesheets/unify.css */
.u-block-hover__additional--partially-slide-up {
  top: auto;
  transform: translate3d(0, 100%, 0);
  overflow: visible;
}

/* line 18057, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--partially-slide-down {
  bottom: auto;
  transform: translate3d(0, -100%, 0);
  overflow: visible;
}

/* line 18073, 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, app/assets/stylesheets/unify.css */
.u-block-hover--cot {
  perspective: 50em;
}

/* line 18087, app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--cot"] {
  opacity: 0;
  z-index: 1;
}

/* line 18091, app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover [class*="u-block-hover__main--cot"] {
  opacity: 0;
}

/* line 18094, app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover [class*="u-block-hover__additional--cot"] {
  opacity: 1;
  transition-delay: 0.21s;
}

/* line 18098, app/assets/stylesheets/unify.css */
.u-block-hover__main--cot-up {
  transform-origin: 50% 0;
}

/* line 18103, app/assets/stylesheets/unify.css */
.u-block-hover__additional--cot-up {
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
}

/* line 18110, app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-up {
  transform: rotateX(-90deg);
}

/* line 18114, app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-up {
  transform: rotateX(0deg);
}

/* line 18118, app/assets/stylesheets/unify.css */
.u-block-hover__main--cot-down {
  transform-origin: 50% 100%;
}

/* line 18123, app/assets/stylesheets/unify.css */
.u-block-hover__additional--cot-down {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
}

/* line 18130, app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-down {
  transform: rotateX(90deg);
  opacity: 0;
}

/* line 18135, app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-down {
  transform: rotateX(0deg);
}

/* line 18139, app/assets/stylesheets/unify.css */
.u-block-hover__main--cot-left {
  transform-origin: 0% 50%;
}

/* line 18144, app/assets/stylesheets/unify.css */
.u-block-hover__additional--cot-left {
  transform: rotateY(-90deg);
  transform-origin: 100% 50%;
}

/* line 18151, app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-left {
  transform: rotateY(90deg);
}

/* line 18155, app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-left {
  transform: rotateY(0deg);
}

/* line 18159, app/assets/stylesheets/unify.css */
.u-block-hover__main--cot-right {
  transform-origin: 100% 50%;
}

/* line 18164, app/assets/stylesheets/unify.css */
.u-block-hover__additional--cot-right {
  transform: rotateY(90deg);
  transform-origin: 0 50%;
}

/* line 18171, app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-right {
  transform: rotateY(-90deg);
}

/* line 18175, app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-right {
  transform: rotateY(0deg);
}

/* line 18179, app/assets/stylesheets/unify.css */
.u-block-hover--flip {
  perspective: 50em;
}

/* line 18183, app/assets/stylesheets/unify.css */
[class*="u-block-hover__main--flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 18187, app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--flip"] {
  opacity: 0;
}

/* line 18190, app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover [class*="u-block-hover__main--flip"] {
  opacity: 0;
}

/* line 18193, app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover [class*="u-block-hover__additional--flip"] {
  opacity: 1;
  transition-delay: 0.13999999999999999s;
}

/* line 18197, app/assets/stylesheets/unify.css */
.u-block-hover__additional--flip-horiz {
  transform: rotateX(90deg);
  transform-origin: 0 50%;
}

/* line 18204, app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__main--flip-horiz {
  transform: rotateX(-180deg);
}

/* line 18208, app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__additional--flip-horiz {
  transform: rotateX(0deg);
}

/* line 18212, app/assets/stylesheets/unify.css */
.u-block-hover__additional--flip-vert {
  transform: rotateY(90deg);
  transform-origin: 50% 0%;
}

/* line 18219, app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__main--flip-vert {
  transform: rotateY(-180deg);
}

/* line 18223, app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__additional--flip-vert {
  transform: rotateY(0deg);
}

/* line 18227, app/assets/stylesheets/unify.css */
.u-block-hover__additional--flip-diag-1 {
  transform: rotate3d(1, 1, 0, 100deg);
}

/* line 18231, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--flip-diag-2 {
  transform: rotate3d(1, -1, 0, 100deg);
}

/* line 18243, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover--fold {
  perspective: 50em;
}

/* line 18255, app/assets/stylesheets/unify.css */
[class*="u-block-hover__main--fold"] {
  transform-origin: 50% 0;
}

/* line 18260, app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--fold"] {
  z-index: 1;
  opacity: 0;
}

/* line 18264, app/assets/stylesheets/unify.css */
.u-block-hover--fold:hover [class*="u-block-hover__main--fold"] {
  opacity: 0;
  transition-delay: 0;
}

/* line 18268, 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, app/assets/stylesheets/unify.css */
.u-block-hover__main--fold-up {
  transform-origin: 50% 0;
}

/* line 18279, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover__main--fold-down {
  transform-origin: 50% 100%;
}

/* line 18295, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover__main--fold-left {
  transform-origin: 0 50%;
}

/* line 18311, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover__main--fold-right {
  transform-origin: 100% 50%;
}

/* line 18327, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--zoom-in {
  opacity: 0;
  transform: scale(0.5);
}

/* line 18344, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--zoom-in {
  transform: scale(1);
  opacity: 1;
}

/* line 18350, app/assets/stylesheets/unify.css */
.u-block-hover__additional--zoom-out {
  transform: scale(0.5);
  transform-origin: 50% 50%;
  opacity: 0;
}

/* line 18359, app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--zoom-out {
  transform: scale(0.5);
  opacity: 0;
}

/* line 18365, 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, app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-out"]::after {
  content: "";
  position: absolute;
  transition-delay: .105s;
  z-index: 1;
}

/* line 18378, app/assets/stylesheets/unify.css */
.u-block-hover__additional--shutter-out {
  opacity: 0;
  transition-delay: 0s;
  z-index: 2;
}

/* line 18383, app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-out"]:hover::after {
  transition-delay: 0s;
}

/* line 18386, 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, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-horiz::after {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}

/* line 18396, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-horiz:hover::after {
  left: 0;
  right: 0;
}

/* line 18400, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-vert::after {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}

/* line 18406, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-vert:hover::after {
  top: 0;
  bottom: 0;
}

/* line 18410, 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, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-diag-1:hover::after {
  top: -35%;
  bottom: -35%;
}

/* line 18423, 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, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-diag-2:hover::after {
  top: -35%;
  bottom: -35%;
}

/* line 18436, 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, app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in"]::after {
  top: 0;
  left: 0;
}

/* line 18446, app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in"]::before {
  right: 0;
  bottom: 0;
}

/* line 18450, app/assets/stylesheets/unify.css */
.u-block-hover__additional--shutter-in {
  opacity: 0;
  z-index: 2;
}

/* line 18454, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-1::after {
  transform: skew(-45deg) translateX(-150%);
}

/* line 18487, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-1::before {
  transform: skew(-45deg) translateX(150%);
}

/* line 18492, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-1:hover::after {
  transform: skew(-45deg) translateX(-50%);
}

/* line 18497, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-1:hover::before {
  transform: skew(-45deg) translateX(50%);
}

/* line 18502, 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, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-2::after {
  transform: skew(45deg) translateX(-100%);
}

/* line 18513, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-2::before {
  transform: skew(45deg) translateX(100%);
}

/* line 18518, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-2:hover::after {
  transform: skew(45deg) translateX(0);
}

/* line 18523, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-2:hover::before {
  transform: skew(45deg) translateX(0);
}

/* line 18528, 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, app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in-out"]::after {
  top: 0;
  left: 0;
}

/* line 18538, app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in-out"]::before {
  right: 0;
  bottom: 0;
}

/* line 18542, app/assets/stylesheets/unify.css */
.u-block-hover__additional--shutter-in-out {
  opacity: 0;
  z-index: 2;
}

/* line 18546, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-1::after {
  transform: skew(-45deg) translateX(-150%);
}

/* line 18582, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-1::before {
  transform: skew(-45deg) translateX(150%);
}

/* line 18587, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-1:hover::after {
  transform: skew(-45deg) translateX(-50%);
}

/* line 18592, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-1:hover::before {
  transform: skew(-45deg) translateX(50%);
}

/* line 18597, 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, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-2::after {
  transform: skew(45deg) translateX(-100%);
}

/* line 18609, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-2::before {
  transform: skew(45deg) translateX(100%);
}

/* line 18614, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-2:hover::after {
  transform: skew(45deg) translateX(0);
}

/* line 18619, app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-2:hover::before {
  transform: skew(45deg) translateX(0);
}

/* line 18624, 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, app/assets/stylesheets/unify.css */
.u-block-hover--strip-shutter::before,
.u-block-hover--strip-shutter::after {
  z-index: 1;
}

/* line 18642, app/assets/stylesheets/unify.css */
.u-block-hover--strip-shutter::before {
  left: 0;
  transition-delay: 0s;
}

/* line 18646, app/assets/stylesheets/unify.css */
.u-block-hover--strip-shutter::after {
  left: 25%;
  transition-delay: .105s;
}

/* line 18650, app/assets/stylesheets/unify.css */
.u-block-hover__additional--strip-shutter {
  z-index: 3;
}

/* line 18653, app/assets/stylesheets/unify.css */
.u-block-hover__additional--strip-shutter::before,
.u-block-hover__additional--strip-shutter::after {
  z-index: -1;
}

/* line 18657, app/assets/stylesheets/unify.css */
.u-block-hover__additional--strip-shutter::before {
  left: 50%;
  transition-delay: .21s;
}

/* line 18661, app/assets/stylesheets/unify.css */
.u-block-hover__additional--strip-shutter::after {
  left: 75%;
  transition-delay: .35s;
}

/* line 18665, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--strip-shutter__inner {
  opacity: 0;
}

/* line 18677, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover--tile::before,
.u-block-hover--tile::after {
  z-index: 1;
}

/* line 18698, app/assets/stylesheets/unify.css */
.u-block-hover--tile::before {
  top: 0;
  left: 0;
  transition-delay: 0s;
}

/* line 18703, app/assets/stylesheets/unify.css */
.u-block-hover--tile::after {
  top: 0;
  left: 50%;
  transition-delay: .105s;
}

/* line 18708, app/assets/stylesheets/unify.css */
.u-block-hover__additional--tile {
  z-index: 3;
}

/* line 18711, app/assets/stylesheets/unify.css */
.u-block-hover__additional--tile::before,
.u-block-hover__additional--tile::after {
  z-index: -1;
}

/* line 18715, app/assets/stylesheets/unify.css */
.u-block-hover__additional--tile::before {
  top: 50%;
  left: 0;
  transition-delay: .21s;
}

/* line 18720, app/assets/stylesheets/unify.css */
.u-block-hover__additional--tile::after {
  top: 50%;
  left: 50%;
  transition-delay: .35s;
}

/* line 18725, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--tile__inner {
  opacity: 0;
}

/* line 18737, app/assets/stylesheets/unify.css */
.u-block-hover--tile:hover .u-block-hover__additional--tile__inner {
  opacity: 1;
  transition-delay: .35s;
}

/* line 18741, app/assets/stylesheets/unify.css */
.u-block-hover--cube {
  overflow: visible;
  background-color: transparent;
  perspective: 50em;
  transform-style: preserve-3d;
}

/* line 18749, app/assets/stylesheets/unify.css */
[class*="u-block-hover__main--cube"] {
  transition-delay: .05s;
}

/* line 18752, app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--cube"] {
  opacity: 0;
  transition-delay: 0s;
}

/* line 18756, app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover [class*="u-block-hover__main--cube"] {
  opacity: 0;
  transition-delay: 0s;
}

/* line 18760, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--cube-up {
  transform: translateY(50%) rotateX(-90deg);
}

/* line 18770, app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-up {
  transform: translateY(-50%) rotateX(90deg);
}

/* line 18774, app/assets/stylesheets/unify.css */
.u-block-hover__additional--cube-down {
  transform: translateY(-50%) rotateX(90deg);
}

/* line 18778, app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-down {
  transform: translateY(50%) rotateX(-90deg);
}

/* line 18782, app/assets/stylesheets/unify.css */
.u-block-hover__additional--cube-left {
  transform: translateX(-50%) rotateY(-90deg);
}

/* line 18786, app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-left {
  transform: translateX(50%) rotateY(90deg);
}

/* line 18790, app/assets/stylesheets/unify.css */
.u-block-hover__additional--cube-right {
  transform: translateX(50%) rotateY(90deg);
}

/* line 18794, app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-right {
  transform: translateX(-50%) rotateY(-90deg);
}

/* line 18798, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal::before {
  top: 5px;
  transition-delay: .28s;
}

/* line 18823, app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover::before {
  transition-delay: 0s;
}

/* line 18826, app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal::after {
  bottom: 5px;
  transition-delay: 0s;
}

/* line 18830, app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover::after {
  transition-delay: .28s;
}

/* line 18833, app/assets/stylesheets/unify.css */
.u-block-hover__additional--border-reveal {
  background-color: transparent;
  z-index: 3;
}

/* line 18837, app/assets/stylesheets/unify.css */
.u-block-hover__additional--border-reveal__inner {
  opacity: 0;
}

/* line 18840, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--border-reveal::before {
  left: 5px;
  transition-delay: .28s;
}

/* line 18854, app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::before {
  transition-delay: 0s;
}

/* line 18857, app/assets/stylesheets/unify.css */
.u-block-hover__additional--border-reveal::after {
  right: 5px;
  transition-delay: 0s;
}

/* line 18861, app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::after {
  transition-delay: .28s;
}

/* line 18864, app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover .u-block-hover__main--border-reveal {
  opacity: 0;
}

/* line 18867, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--mover-"] {
  opacity: 0;
  transition-duration: 0.5s;
}

/* line 18897, app/assets/stylesheets/unify.css */
img.u-block-hover__main--mover-left {
  transform: translate3d(-60px, 0, 0);
}

/* line 18901, app/assets/stylesheets/unify.css */
.u-block-hover__additional--mover-left {
  transform: translate3d(10px, 0, 0);
}

/* line 18905, app/assets/stylesheets/unify.css */
img.u-block-hover__main--mover-right {
  transform: translate3d(-60px, 0, 0);
}

/* line 18909, app/assets/stylesheets/unify.css */
.u-block-hover__additional--mover-right {
  transform: translate3d(-10px, 0, 0);
}

/* line 18913, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--mover-up {
  transform: translate3d(0, 10px, 0);
}

/* line 18921, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--mover-down {
  transform: translate3d(0, -10px, 0);
}

/* line 18929, 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, 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, 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, app/assets/stylesheets/unify.css */
img[class*="u-block-hover__main--magnifier"] {
  max-width: initial;
  width: calc(100% + 10px);
  margin: -10px 0;
}

/* line 18959, 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, 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, app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--magnifier-description"] {
  max-width: 115px;
  z-index: 3;
  opacity: 0;
}

/* line 18982, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-element-bottom-right {
  top: auto;
  left: auto;
  bottom: -180px;
  right: -180px;
}

/* line 18993, 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, app/assets/stylesheets/unify.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-right {
  transform: translate3d(-10px, -10px, 0);
}

/* line 19005, app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-element-top-right {
  top: -180px;
  right: -180px;
  bottom: auto;
  left: auto;
}

/* line 19011, 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, app/assets/stylesheets/unify.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-top-right {
  transform: translate3d(-10px, 10px, 0);
}

/* line 19023, app/assets/stylesheets/unify.css */
img.u-block-hover__main--magnifier-bottom-left {
  transform: translate3d(-10px, 0, 0);
}

/* line 19027, app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-element-bottom-left {
  top: auto;
  left: -180px;
  bottom: -180px;
  right: auto;
}

/* line 19033, 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, app/assets/stylesheets/unify.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-left {
  transform: translate3d(0, -10px, 0);
}

/* line 19045, app/assets/stylesheets/unify.css */
img.u-block-hover__main--magnifier-top-left {
  transform: translate3d(-10px, 0, 0);
}

/* line 19049, app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-element-top-left {
  top: -180px;
  left: -180px;
  bottom: auto;
  right: auto;
}

/* line 19055, 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, app/assets/stylesheets/unify.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-top-left {
  transform: translate3d(0, 10px, 0);
}

/* line 19067, app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--pappercuter"] {
  transform-origin: 50% 50%;
}

/* line 19072, app/assets/stylesheets/unify.css */
.u-block-hover__additional--pappercuter-inner {
  width: 100%;
  transform: rotate3d(0, 0, 1, 5deg);
}

/* line 19077, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--pappercuter-front {
  clip: rect(0px, auto, 246px, 0px);
}

/* line 19093, app/assets/stylesheets/unify.css */
.u-block-hover__additional--pappercuter-back {
  top: -61px;
  clip: rect(246px, auto, auto, 0px);
}

/* line 19097, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--outside-down {
  transform: translate3d(0, -100%, 0);
}

/* line 19122, app/assets/stylesheets/unify.css */
.u-block-hover__additional--outside-up {
  transform: translate3d(0, 100%, 0);
}

/* line 19126, app/assets/stylesheets/unify.css */
.u-block-hover__additional--outside-left {
  transform: translate3d(100%, 0, 0);
}

/* line 19130, app/assets/stylesheets/unify.css */
.u-block-hover__additional--outside-right {
  transform: translate3d(-100%, 0, 0);
}

/* line 19134, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--rotate"] {
  opacity: 0;
  visibility: hidden;
}

/* line 19179, 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, 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, app/assets/stylesheets/unify.css */
.u-block-hover__additional--rotate-down-left {
  transform-origin: 0 100%;
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 19201, app/assets/stylesheets/unify.css */
.u-block-hover__additional--rotate-down-right {
  transform-origin: 100% 100%;
  transform: rotate3d(0, 0, 1, 45deg);
}

/* line 19208, app/assets/stylesheets/unify.css */
.u-block-hover__additional--rotate-up-left {
  transform-origin: 0 100%;
  transform: rotate3d(0, 0, 1, 45deg);
}

/* line 19215, app/assets/stylesheets/unify.css */
.u-block-hover__additional--rotate-up-right {
  transform-origin: 100% 100%;
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 19222, app/assets/stylesheets/unify.css */
.u-block-hover__additional--jump {
  position: static;
}

/* line 19225, 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, app/assets/stylesheets/unify.css */
.u-block-hover:hover, .u-block-hover:focus {
  /* Opacity */
  /* Colors */
  /* Background-colors */
}

/* line 19238, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-blockquote-v2::before {
  content: "\“";
  padding-right: 5px;
}

/* line 19290, app/assets/stylesheets/unify.css */
.u-blockquote-v2::after {
  content: "\”";
  padding-left: 5px;
}

/* line 19294, app/assets/stylesheets/unify.css */
.u-blockquote-v3 {
  position: relative;
}

/* line 19297, 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, 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, app/assets/stylesheets/unify.css */
.u-blockquote-v4::before {
  margin-left: -30px;
}

/* line 19313, app/assets/stylesheets/unify.css */
.u-blockquote-v4::after {
  margin-left: 13px;
}

/* line 19316, 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, app/assets/stylesheets/unify.css */
.u-blockquote-v6::before, .u-blockquote-v6::after {
  content: "\0022";
  font-family: inherit;
  color: inherit;
}

/* line 19329, app/assets/stylesheets/unify.css */
.u-blockquote-v7 {
  position: relative;
  padding-top: 55px;
}

/* line 19333, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-accordion__header {
  padding: 0.71429rem 1.07143rem;
}

/* line 19374, app/assets/stylesheets/unify.css */
.u-accordion__body {
  padding: 1.07143rem;
}

/* line 19377, app/assets/stylesheets/unify.css */
.u-accordion__control-icon i:nth-child(1) {
  display: none;
}

/* line 19380, app/assets/stylesheets/unify.css */
.collapsed .u-accordion__control-icon i:nth-child(1) {
  display: inline;
}

/* line 19383, app/assets/stylesheets/unify.css */
.u-accordion__control-icon i:nth-child(2) {
  display: inline;
}

/* line 19386, app/assets/stylesheets/unify.css */
.collapsed .u-accordion__control-icon i:nth-child(2) {
  display: none;
}

/* line 19389, app/assets/stylesheets/unify.css */
.u-accordion-line-icon-pro {
  position: relative;
  top: 2px;
}

/* line 19393, app/assets/stylesheets/unify.css */
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
  color: #72c02c !important;
}

/* line 19396, app/assets/stylesheets/unify.css */
.u-accordion-color-white .u-accordion__header [aria-expanded="true"] {
  color: #fff !important;
}

/* line 19399, 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, 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, app/assets/stylesheets/unify.css */
.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
  border-color: #72c02c !important;
}

/* line 19410, app/assets/stylesheets/unify.css */
.u-accordion-brd-white .u-accordion__header [aria-expanded="true"] {
  border-color: #fff !important;
}

/*------------------------------------
  Carousels
------------------------------------*/
/* line 19416, 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, app/assets/stylesheets/unify.css */
.u-carousel-v1:hover .js-prev,
.u-carousel-v1:hover .js-next {
  opacity: 1;
}

/* line 19427, 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, app/assets/stylesheets/unify.css */
.u-carousel-v2 .slick-center {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 1;
  transform: scale(1.1);
}

/* line 19446, 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, app/assets/stylesheets/unify.css */
.u-carousel-v3 .slick-center {
  opacity: 1;
}

/* line 19455, 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, app/assets/stylesheets/unify.css */
.u-carousel-v4:hover .js-pagination {
  opacity: 1;
}

/* line 19464, app/assets/stylesheets/unify.css */
.u-carousel-v5 .slick-list {
  height: 100%;
}

/* line 19467, app/assets/stylesheets/unify.css */
.u-carousel-v5 .slick-track {
  display: flex;
  height: 100%;
}

/* line 19473, app/assets/stylesheets/unify.css */
.u-carousel-v5 .slick-track .slick-slide {
  display: flex;
  height: auto;
}

/* line 19479, app/assets/stylesheets/unify.css */
.u-carousel-v11 .slick-slide {
  opacity: .5;
}

/* line 19482, app/assets/stylesheets/unify.css */
.u-carousel-v11 .slick-slide.slick-current {
  opacity: 1;
}

/* line 19485, 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, app/assets/stylesheets/unify.css */
.single-slide {
  opacity: 0 !important;
}

/* line 19497, app/assets/stylesheets/unify.css */
.single-slide.set-position {
  opacity: 1 !important;
}

/* line 19500, app/assets/stylesheets/unify.css */
.js-origin {
  perspective: 1200px;
  perspective-origin: 50% 50%;
}

/* backSlide */
/* line 19507, app/assets/stylesheets/unify.css */
.js-back-slide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 19511, app/assets/stylesheets/unify.css */
.js-back-slide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* line 19515, 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, app/assets/stylesheets/unify.css */
.u-chart-pie-v1 {
  position: relative;
  line-height: 1em;
}

/* line 19575, 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, app/assets/stylesheets/unify.css */
.jqstooltip {
  width: auto !important;
  height: auto !important;
}

/*--------------------------------------------------
  Counter v1
----------------------------------------------------*/
/* line 19599, app/assets/stylesheets/unify.css */
.u-counter-v3 {
  position: relative;
}

/* line 19602, 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, app/assets/stylesheets/unify.css */
.u-counter-v6 {
  position: relative;
  width: 120px;
  height: 120px;
}

/* line 19623, 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, app/assets/stylesheets/unify.css */
.u-card--v1 {
  position: relative;
}

/* line 19643, app/assets/stylesheets/unify.css */
.u-card--v1-front {
  position: relative;
  margin-bottom: 220px;
  z-index: 2;
}

/* line 19648, 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, app/assets/stylesheets/unify.css */
  .u-card--v1-front {
    margin-bottom: 30px;
  }
  /* line 19660, app/assets/stylesheets/unify.css */
  .u-card--v1-back {
    bottom: auto;
    top: 30px;
    right: -30%;
    height: 100%;
    padding-left: 70%;
  }
}

/*------------------------------------
  Dropdowns v1
------------------------------------*/
/* line 19670, 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, app/assets/stylesheets/unify.css */
.u-dropdown-v1::after {
  display: none;
}

/* line 19687, 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, app/assets/stylesheets/unify.css */
.u-dropdown-v1-menu__item {
  line-height: normal;
  font-size: 16px;
  color: #777;
  padding: 9px 20px;
}

/* line 19699, app/assets/stylesheets/unify.css */
.u-dropdown-v1-menu__item:hover {
  color: #777;
}

/* line 19702, app/assets/stylesheets/unify.css */
.u-dropdown-v1__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
}

/* line 19710, 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, app/assets/stylesheets/unify.css */
.u-dropdown-v1__icon-open {
  opacity: 1;
}

/* line 19721, app/assets/stylesheets/unify.css */
.u-dropdown-v1__icon-close {
  opacity: 0;
}

/* line 19724, 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, app/assets/stylesheets/unify.css */
.u-dropdown-v1[aria-expanded="true"] [class*="__icon-open"] {
  opacity: 0;
}

/* line 19731, app/assets/stylesheets/unify.css */
.u-dropdown-v1[aria-expanded="true"] [class*="__icon-close"] {
  opacity: 1;
}

/* line 19734, app/assets/stylesheets/unify.css */
.u-dropdown-v1:focus {
  outline: 0 none;
}

/*------------------------------------
  Covers
------------------------------------*/
/* line 19740, app/assets/stylesheets/unify.css */
.u-bg-overlay {
  position: relative;
}

/* line 19743, 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, 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, app/assets/stylesheets/unify.css */
.u-bg-overlay__inner {
  z-index: 3;
  position: relative;
}

/* line 19762, app/assets/stylesheets/unify.css */
.u-bg-overlay--reverse::before {
  z-index: 2;
}

/* line 19765, app/assets/stylesheets/unify.css */
.u-bg-overlay--reverse::after {
  z-index: 1;
}

/* line 19768, app/assets/stylesheets/unify.css */
.u-outer-spaces-helper {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  overflow: hidden;
}

/* line 19776, 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, app/assets/stylesheets/unify.css */
.g-dark-theme .u-outer-spaces-helper::after {
  background-color: #000;
}

/* line 19791, app/assets/stylesheets/unify.css */
[class*="g-bgi-v"] .u-outer-spaces-helper::after {
  background-color: transparent;
}

/* line 19794, 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, app/assets/stylesheets/unify.css */
.u-outer-space-v1 .u-outer-spaces-helper {
  height: 20px;
}

/* line 19801, app/assets/stylesheets/unify.css */
.u-outer-space-v2 .u-outer-spaces-helper {
  height: 40px;
}

/*------------------------------------
  Info Block v1-1
------------------------------------*/
/* line 19807, app/assets/stylesheets/unify.css */
.u-info-v1-1 {
  overflow: hidden;
  position: relative;
}

/* line 19811, 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, app/assets/stylesheets/unify.css */
.u-info-v1-2__item {
  position: relative;
  z-index: 1;
  padding-bottom: 0.78571rem;
}

/* line 19827, 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, 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, app/assets/stylesheets/unify.css */
.u-info-v1-3__item {
  position: relative;
  z-index: 1;
  padding-bottom: 0.92857rem;
}

/* line 19850, 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, 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, app/assets/stylesheets/unify.css */
.u-info-v1-4:hover .u-info-v1-4__item-hidden {
  transform: translate3d(0, 0, 0);
}

/* line 19877, 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, app/assets/stylesheets/unify.css */
.u-info-v1-5__item {
  position: relative;
  padding-bottom: 19px;
}

/* line 19888, 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, app/assets/stylesheets/unify.css */
.u-info-v2-1__item {
  height: 65px;
  transition: .3s ease-out;
}

/* line 19904, app/assets/stylesheets/unify.css */
.u-info-v2-1__item:hover {
  height: 80px;
  margin-top: -15px;
}

/*------------------------------------
  Info Block v2-2
------------------------------------*/
/* line 19911, 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, 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, app/assets/stylesheets/unify.css */
.u-info-v2-2__item::before {
  left: 0;
}

/* line 19928, app/assets/stylesheets/unify.css */
.u-info-v2-2__item::after {
  right: 0;
}

/* line 19931, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-info-v2-3:hover .u-info-v2-3__title {
  color: #000;
}

/*------------------------------------
  Info Block v3-1
------------------------------------*/
/* Title */
/* line 19953, app/assets/stylesheets/unify.css */
.info-v3-1__title {
  position: relative;
  display: inline-block;
  margin-left: 4.28571rem;
  margin-right: 4.28571rem;
}

/* line 19959, 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, app/assets/stylesheets/unify.css */
.info-v3-1__title::before {
  right: 100%;
  margin-right: 10px;
}

/* line 19973, app/assets/stylesheets/unify.css */
.info-v3-1__title::after {
  left: 100%;
  margin-left: 10px;
}

/*------------------------------------
  Info Block v3-2
------------------------------------*/
/* line 19980, app/assets/stylesheets/unify.css */
.info-v3-2 {
  position: relative;
  background-position: center;
}

/* line 19984, 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, app/assets/stylesheets/unify.css */
.info-v3-2:hover {
  background-position: center 0;
}

/*------------------------------------
  Info Block v3-3
------------------------------------*/
/* line 20001, app/assets/stylesheets/unify.css */
.info-v3-3 {
  overflow: hidden;
}

/* line 20004, app/assets/stylesheets/unify.css */
.info-v3-3:hover .info-v3-3__title {
  color: #fff;
}

/* line 20007, 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, app/assets/stylesheets/unify.css */
.info-v3-3:hover .info-v3-3__content {
  display: block;
}

/* line 20015, app/assets/stylesheets/unify.css */
.info-v3-3:hover .info-v3-3__category {
  display: none;
}

/* line 20018, app/assets/stylesheets/unify.css */
.info-v3-3:hover::after {
  opacity: 1;
}

/* line 20021, app/assets/stylesheets/unify.css */
.info-v3-3::after {
  opacity: 0;
  transition: opacity .5s;
}

/* Image */
/* line 20026, app/assets/stylesheets/unify.css */
.info-v3-3__img {
  transform: translate3d(70%, 0, 0);
  transition: transform .5s;
}

/* Content */
/* line 20034, app/assets/stylesheets/unify.css */
.info-v3-3__content {
  display: none;
}

/* Description */
/* line 20038, app/assets/stylesheets/unify.css */
.info-v3-3__description {
  transform: translate3d(-20%, 0, 0);
  transition: transform .5s;
}

/*------------------------------------
  Info Block v3-4
------------------------------------*/
/* line 20048, app/assets/stylesheets/unify.css */
.info-v3-4 {
  position: relative;
}

/* line 20051, 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, app/assets/stylesheets/unify.css */
.info-v5-1__title {
  position: relative;
  display: inline-block;
}

/* line 20070, 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, app/assets/stylesheets/unify.css */
.info-v5-2__image {
  width: calc(100% + 1px);
}

/*------------------------------------
  Info Block v5-3
------------------------------------*/
/* line 20090, app/assets/stylesheets/unify.css */
.info-v5-3__info-price {
  opacity: 0;
}

/* line 20093, 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, 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, app/assets/stylesheets/unify.css */
.info-v5-3:hover .info-v5-3__info-price {
  opacity: 1;
}

/* line 20109, app/assets/stylesheets/unify.css */
.info-v5-3:hover .info-v5-3__info-list {
  color: #fff;
}

/* line 20112, app/assets/stylesheets/unify.css */
.info-v5-3:hover .info-v5-3__info-list .fa {
  color: #fff;
}

/* line 20115, 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, app/assets/stylesheets/unify.css */
.info-v5-4__action .fa {
  opacity: 0.75;
}

/* line 20127, app/assets/stylesheets/unify.css */
.info-v5-4__action:hover .fa {
  opacity: 1;
}

/*------------------------------------
  Info Block v5-5
------------------------------------*/
/* line 20133, app/assets/stylesheets/unify.css */
.info-v5-5__header::after,
.info-v5-5__content::after {
  transition: inherit;
}

/* line 20137, app/assets/stylesheets/unify.css */
.info-v5-5__content::after {
  opacity: 0;
}

/* line 20140, 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, app/assets/stylesheets/unify.css */
.info-v5-6:hover .info-v5-6__rating {
  color: #333;
}

/* line 20150, app/assets/stylesheets/unify.css */
.info-v5-6:hover .info-v5-6__price {
  background-color: #333;
}

/* line 20153, 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, app/assets/stylesheets/unify.css */
.info-v5-6:hover .g-color-gray-light-v5--hover .g-rating {
  color: #f7f7f7;
}

/* line 20164, app/assets/stylesheets/unify.css */
.info-v5-6:hover .g-bg-white--hover {
  background: #fff;
}

/* line 20167, app/assets/stylesheets/unify.css */
.info-v5-6:hover .g-color-primary--hover {
  color: #72c02c;
}

/*--------------------------------------------------
  Info Block v6-1
----------------------------------------------------*/
/* line 20173, app/assets/stylesheets/unify.css */
.u-info-v6-1__item {
  position: relative;
  z-index: 1;
  padding-bottom: 0.78571rem;
}

/* line 20178, 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, 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, app/assets/stylesheets/unify.css */
.u-info-v7-1__item {
  border: 2px solid transparent;
  transition: all .2s ease-in-out;
}

/* line 20202, app/assets/stylesheets/unify.css */
.u-info-v7-1__item-child-v1 {
  border: 5px solid transparent;
  transition: all .2s ease-in-out;
}

/* line 20206, app/assets/stylesheets/unify.css */
.u-info-v7-1__item-child-v2 {
  transition: all .2s ease-in-out;
}

/* line 20209, app/assets/stylesheets/unify.css */
.u-info-v7-1:hover {
  border-color: #eee;
}

/* line 20212, app/assets/stylesheets/unify.css */
.u-info-v7-1:hover .u-info-v7-1__item {
  border-color: #ddd;
}

/* line 20215, app/assets/stylesheets/unify.css */
.u-info-v7-1:hover .u-info-v7-1__item-child-v1 {
  border-color: #ddd;
}

/* line 20218, 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, 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, app/assets/stylesheets/unify.css */
.u-hs-filter a:hover, .u-hs-filter a:focus {
  text-decoration: none;
}

/* line 20237, app/assets/stylesheets/unify.css */
.u-hs-filter a:hover {
  color: #fff;
  background-color: #333;
}

/* line 20241, app/assets/stylesheets/unify.css */
.u-hs-filter .active a {
  color: #fff;
  background: #333;
}

/*--------------------------------------------------
  Info Block v9-1
----------------------------------------------------*/
@media (min-width: 768px) {
  /* line 20249, app/assets/stylesheets/unify.css */
  .u-info-v9-1 {
    position: relative;
  }
  /* line 20251, 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, app/assets/stylesheets/unify.css */
.u-info-v10-1 {
  position: relative;
  display: inline-block;
}

/* line 20266, 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, app/assets/stylesheets/unify.css */
.u-info-v10-1::before {
  right: 100%;
  margin-right: 25px;
}

/* line 20280, app/assets/stylesheets/unify.css */
.u-info-v10-1::after {
  left: 100%;
  margin-left: 25px;
}

/*------------------------------------
  Custom Bootstrap
------------------------------------*/
/* line 20287, 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, app/assets/stylesheets/unify.css */
  .container-semiboxed {
    width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20300, app/assets/stylesheets/unify.css */
  .container-semiboxed {
    width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20304, app/assets/stylesheets/unify.css */
  .container-semiboxed {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20308, app/assets/stylesheets/unify.css */
  .container-semiboxed {
    width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20312, app/assets/stylesheets/unify.css */
  .container-semiboxed {
    width: 1340px;
  }
}

/* line 20315, app/assets/stylesheets/unify.css */
.text-muted, .search-history .filter-name, .search-history .filter-separator {
  color: #999 !important;
}

/* line 20318, app/assets/stylesheets/unify.css */
.list-group-item {
  border-color: #eee;
}

/* line 20321, app/assets/stylesheets/unify.css */
.list-group-item-action:hover {
  background-color: #f7f7f7;
}

/* line 20324, app/assets/stylesheets/unify.css */
.list-group-item.active {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 20328, 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, app/assets/stylesheets/unify.css */
.page-link {
  color: #72c02c;
}

/* line 20336, app/assets/stylesheets/unify.css */
.page-link:focus, .page-link:hover {
  color: #72c02c;
}

/* line 20339, 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, app/assets/stylesheets/unify.css */
.nav-pills .nav-item.show .nav-link, .nav-pills .no-js .btn-group:focus-within .nav-item.dropdown-menu .nav-link, .no-js .btn-group:focus-within .nav-pills .nav-item.dropdown-menu .nav-link, .nav-pills .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu .nav-link, .no-js .btn-group:focus-within .twitter-typeahead .nav-pills .nav-item.tt-menu .nav-link, .nav-pills .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu .nav-link, .twitter-typeahead .no-js .btn-group:focus-within .nav-pills .nav-item.tt-menu .nav-link,
.nav-pills .nav-link.active {
  background-color: #72c02c;
}

/* line 20349, app/assets/stylesheets/unify.css */
.nav-tabs {
  border-bottom: 1px solid #eee;
}

/* line 20352, app/assets/stylesheets/unify.css */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

/* line 20356, app/assets/stylesheets/unify.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .no-js .btn-group:focus-within .nav-item.dropdown-menu .nav-link,
.no-js .btn-group:focus-within .nav-tabs .nav-item.dropdown-menu .nav-link,
.nav-tabs .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .nav-tabs .nav-item.tt-menu .nav-link,
.nav-tabs .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .nav-tabs .nav-item.tt-menu .nav-link {
  color: #555;
  border-color: #eee #eee #fff;
}

/* line 20361, app/assets/stylesheets/unify.css */
.progress {
  font-size: 1rem;
  line-height: inherit;
  background-color: #eee;
}

/* line 20366, app/assets/stylesheets/unify.css */
.progress-bar {
  height: auto;
  min-height: 12px;
  background-color: #72c02c;
}

/* line 20371, app/assets/stylesheets/unify.css */
.btn-primary {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 20375, app/assets/stylesheets/unify.css */
.btn-primary:hover {
  color: #fff;
  background-color: #6db82a;
  border-color: #6db82a;
}

/* line 20380, 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, app/assets/stylesheets/unify.css */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 20387, app/assets/stylesheets/unify.css */
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle,
.no-js .btn-group:focus-within .dropdown-menu > .btn-primary.dropdown-toggle,
.no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-primary.dropdown-toggle,
.twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-primary.dropdown-toggle {
  background-color: #6db82a;
  border-color: #6db82a;
}

/* line 20392, app/assets/stylesheets/unify.css */
.btn-outline-primary {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 20396, app/assets/stylesheets/unify.css */
.btn-outline-primary:hover {
  background-color: #6db82a;
  border-color: #6db82a;
}

/* line 20400, 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, app/assets/stylesheets/unify.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #72c02c;
}

/* line 20406, app/assets/stylesheets/unify.css */
.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle,
.no-js .btn-group:focus-within .dropdown-menu > .btn-outline-primary.dropdown-toggle,
.no-js .btn-group:focus-within .twitter-typeahead .tt-menu > .btn-outline-primary.dropdown-toggle,
.twitter-typeahead .no-js .btn-group:focus-within .tt-menu > .btn-outline-primary.dropdown-toggle {
  background-color: #6db82a;
  border-color: #6db82a;
}

/* line 20411, app/assets/stylesheets/unify.css */
.card,
.card-header {
  border-color: #eee;
}

/* line 20415, app/assets/stylesheets/unify.css */
.card-header {
  padding: 0.71429rem 1.07143rem;
}

/* line 20418, app/assets/stylesheets/unify.css */
.card-block {
  padding: 1.07143rem;
}

/* line 20421, app/assets/stylesheets/unify.css */
.form-control {
  border-color: #ccc;
}

/* line 20424, app/assets/stylesheets/unify.css */
.form-control-md {
  padding: .8rem 1rem .6rem;
}

/* line 20427, app/assets/stylesheets/unify.css */
.form-control,
.form-control:focus {
  color: #555;
}

/* line 20431, app/assets/stylesheets/unify.css */
.form-control:focus,
.custom-select:focus {
  border-color: #72c02c;
}

/* line 20435, app/assets/stylesheets/unify.css */
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

/* line 20439, app/assets/stylesheets/unify.css */
.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

/* line 20443, 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, 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, app/assets/stylesheets/unify.css */
.has-success .form-control {
  border-color: #5cb85c;
}

/* line 20457, 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, app/assets/stylesheets/unify.css */
.has-warning .form-control {
  border-color: #f0ad4e;
}

/* line 20467, 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, app/assets/stylesheets/unify.css */
.has-danger .form-control {
  border-color: #d9534f;
}

/* line 20477, 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, app/assets/stylesheets/unify.css */
.input-group-addon > * {
  white-space: normal;
}

/* line 20486, app/assets/stylesheets/unify.css */
.input-group-addon i {
  margin: 0 auto;
}

/* line 20489, 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, app/assets/stylesheets/unify.css */
.btn-group {
  display: block;
}

/* line 20497, app/assets/stylesheets/unify.css */
.input-group-addon + .input-group-addon {
  border-left: solid 1px #ccc;
}

/* line 20500, app/assets/stylesheets/unify.css */
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f7f7f7;
}

/* line 20503, app/assets/stylesheets/unify.css */
.table-striped tbody td {
  border-top: none;
}

@media (min-width: 768px) {
  /* line 20507, app/assets/stylesheets/unify.css */
  .btn-group {
    display: inline-flex;
  }
  /* line 20511, app/assets/stylesheets/unify.css */
  .justified-content {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 20515, app/assets/stylesheets/unify.css */
  .justified-content > * {
    display: table-cell;
    width: 1%;
    float: none;
  }
}

/* line 20520, app/assets/stylesheets/unify.css */
.dropdown-menu, .twitter-typeahead .tt-menu {
  min-width: 15rem;
  padding: 0;
}

/* line 20524, app/assets/stylesheets/unify.css */
.dropdown-toggle::before {
  display: none;
}

/* line 20527, 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, app/assets/stylesheets/unify.css */
.dropdown-item {
  padding: 0.21429rem 1.07143rem;
}

/* line 20540, app/assets/stylesheets/unify.css */
.dropdown-item:focus, .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.03);
}

/* line 20543, app/assets/stylesheets/unify.css */
.dropdown-item.active, .dropdown-item:active {
  background: rgba(0, 0, 0, 0.05);
  color: inherit !important;
}

/* line 20547, app/assets/stylesheets/unify.css */
.dropdown-item.active > a, .dropdown-item:active > a {
  color: inherit !important;
}

/* line 20550, 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, 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, app/assets/stylesheets/unify.css */
.hamburger {
  padding: 10px;
}

/* line 20562, app/assets/stylesheets/unify.css */
.hamburger-box {
  width: 37px;
  height: 25px;
}

/* line 20566, app/assets/stylesheets/unify.css */
.hamburger-inner {
  margin-top: 1px;
}

/* line 20569, app/assets/stylesheets/unify.css */
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 37px;
  height: 1px;
  border-radius: 0;
}

/* line 20574, 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, 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, app/assets/stylesheets/unify.css */
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 20593, app/assets/stylesheets/unify.css */
.ui-autocomplete .left {
  float: left;
}

/* line 20596, app/assets/stylesheets/unify.css */
.ui-autocomplete .right {
  float: right;
}

/* line 20599, app/assets/stylesheets/unify.css */
.ui-autocomplete .ui-menu-item {
  padding: 0;
}

/* line 20602, 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, 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, app/assets/stylesheets/unify.css */
.ui-autocomplete .ui-menu-item:hover {
  color: #fff;
  background-color: #72c02c;
}

/* line 20618, app/assets/stylesheets/unify.css */
.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
  background-color: transparent;
  border-color: transparent;
}

/* line 20622, app/assets/stylesheets/unify.css */
.ui-autocomplete-category {
  padding: 5px 15px;
  margin: 0;
  font-weight: bold;
}

/* line 20627, app/assets/stylesheets/unify.css */
.select2-container .select2-selection--single {
  height: 2.5rem;
}

/* line 20630, app/assets/stylesheets/unify.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding: .5rem .75rem;
}

/* line 20634, 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, 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, app/assets/stylesheets/unify.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  content: "\f0dc";
}

/* line 20658, app/assets/stylesheets/unify.css */
.g-rounded-0 + .select2-container--default .select2-selection--single {
  border-radius: 0;
}

/* line 20661, app/assets/stylesheets/unify.css */
.select2-results__option {
  position: relative;
}

/* line 20664, app/assets/stylesheets/unify.css */
.select2-results__option img:first-child {
  margin-right: 10px;
}

/* line 20667, app/assets/stylesheets/unify.css */
.select2-results__option img:last-child {
  margin-left: 10px;
}

/* line 20670, app/assets/stylesheets/unify.css */
.select2-results__option:hover .u-option-icons--v1 {
  opacity: 1;
}

/* line 20673, app/assets/stylesheets/unify.css */
.u-select-v1 {
  position: relative;
}

/* line 20676, app/assets/stylesheets/unify.css */
.select2-container--default .u-select-v1 {
  height: auto;
  border-radius: 0;
}

/* line 20680, app/assets/stylesheets/unify.css */
.select2-container--default .u-select-v1 .select2-selection__rendered {
  padding: 0;
}

/* line 20683, app/assets/stylesheets/unify.css */
.select2-container--default .u-select-v1 .select2-selection__arrow {
  line-height: 22px;
}

/* line 20686, app/assets/stylesheets/unify.css */
.select2-container--default .u-select-v1:focus {
  outline: 0 none;
}

/* line 20689, app/assets/stylesheets/unify.css */
.chosen-container-single .chosen-single div b {
  position: relative;
}

/* line 20692, app/assets/stylesheets/unify.css */
.chosen-container-single .chosen-search input[type="text"] {
  padding: .8rem 1rem .6rem;
  border-color: #ccc;
}

/* line 20696, app/assets/stylesheets/unify.css */
.chosen-container-single.u-dropdown-sm .chosen-search input[type="text"] {
  padding: .25rem .5rem .1rem;
}

/* line 20699, app/assets/stylesheets/unify.css */
.chosen-container-single.u-dropdown-lg .chosen-search input[type="text"] {
  padding: .75rem 1.5rem .55rem;
}

/* line 20702, 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, app/assets/stylesheets/unify.css */
.jFiler-jProgressBar {
  height: auto;
  margin-top: 0;
}

/* line 20712, app/assets/stylesheets/unify.css */
.jvectormap-container {
  width: 100%;
  height: 100%;
}

/*------------------------------------
  Pin Map
------------------------------------*/
/* line 20719, app/assets/stylesheets/unify.css */
.point {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

/* line 20725, app/assets/stylesheets/unify.css */
.point::before, .point::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}

/* line 20731, app/assets/stylesheets/unify.css */
.point::before {
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
  background: #72c02c;
}

/* line 20738, app/assets/stylesheets/unify.css */
.point::after {
  top: 8px;
  left: 8px;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
}

/* line 20745, app/assets/stylesheets/unify.css */
.mwp-wrap {
  box-shadow: 0 1px 9px -1px;
  left: -82px;
  bottom: 35px !important;
}

/* line 20750, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--left {
  left: 1.42857rem;
}

/* line 20804, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--left::before {
  content: "\e901";
}

/* line 20807, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--right {
  right: 1.42857rem;
}

/* line 20810, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--right::before {
  content: "\e902";
}

/* line 20813, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--close::before {
  content: "\e904";
}

/* line 20816, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--play::before {
  content: "\e90c";
}

/* line 20819, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--fullscreen::before {
  content: "\e909";
}

/* line 20822, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--thumbs::before {
  content: "\e906";
}

/* line 20825, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button::after {
  display: none;
}

/* line 20828, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button:hover, .u-fancybox-theme .fancybox-button:focus {
  opacity: 1;
}

/* line 20831, 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, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-buttons .fancybox-button {
  margin-left: 0.35714rem;
  margin-right: 0.35714rem;
}

/* line 20841, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-thumbs {
  background-color: #000;
}

/* line 20844, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-thumbs > ul > li {
  border-color: #000;
}

/* line 20847, app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-thumbs > ul > li::before {
  border-color: #72c02c;
}

/* Blur bg container */
/* line 20851, app/assets/stylesheets/unify.css */
.u-fancybox-blur-bg-container {
  filter: blur(2px);
}

/* line 20855, app/assets/stylesheets/unify.css */
.fancybox-controls--canzoomIn .fancybox-placeholder,
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: inherit;
}

/* line 20859, app/assets/stylesheets/unify.css */
[data-lazy] {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease-in;
}

/* line 20865, app/assets/stylesheets/unify.css */
.js-carousel .js-next,
.js-carousel .js-prev {
  opacity: 0;
}

/* line 20869, app/assets/stylesheets/unify.css */
.js-carousel.slick-initialized .js-next,
.js-carousel.slick-initialized .js-prev {
  opacity: 1;
}

/* line 20873, app/assets/stylesheets/unify.css */
.js-slide:first-child {
  height: auto;
}

/* line 20876, app/assets/stylesheets/unify.css */
.slick-vertical .slick-slide {
  border: none;
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Primary Colors */
/* line 20883, app/assets/stylesheets/unify.css */
.slick-active .g-brd-primary--before--active::before {
  border-color: #72c02c !important;
}

/* line 20886, app/assets/stylesheets/unify.css */
.slick-active .g-brd-primary--active {
  border-color: #72c02c !important;
}

/* line 20889, app/assets/stylesheets/unify.css */
.js-pagination .g-brd-primary--before--hover:hover::before {
  border-color: #72c02c !important;
}

/*------------------------------------
  Border Width
------------------------------------*/
/* line 20895, app/assets/stylesheets/unify.css */
.slick-active .g-brd-3--before--active::before {
  border-width: 3px !important;
}

/*------------------------------------
  Box shadows
------------------------------------*/
/* line 20901, 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, 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, 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, app/assets/stylesheets/unify.css */
.cbp[data-animation] {
  visibility: visible;
}

/* line 20923, app/assets/stylesheets/unify.css */
.cbp-slider-next::after,
.cbp-slider-prev::after {
  display: none;
}

/* line 20927, app/assets/stylesheets/unify.css */
.cbp-filter-item {
  cursor: pointer;
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Primary Colors */
/* line 20934, app/assets/stylesheets/unify.css */
.g-brd-primary--active.cbp-filter-item-active {
  border-color: #72c02c !important;
}

/* line 20937, 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, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1--active.cbp-filter-item-active {
  border-color: #6db82a !important;
}

/* line 20943, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2--active.cbp-filter-item-active {
  border-color: #66ab27 !important;
}

/* line 20946, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3--active.cbp-filter-item-active {
  border-color: #599722 !important;
}

/* Black Colors */
/* line 20950, app/assets/stylesheets/unify.css */
.g-brd-black--active.cbp-filter-item-active {
  border-color: #000 !important;
}

/* White Colors */
/* line 20954, app/assets/stylesheets/unify.css */
.g-brd-white--active.cbp-filter-item-active {
  border-color: #fff !important;
}

/* line 20957, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1--active.cbp-filter-item-active {
  border-color: #111 !important;
}

/* line 20979, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2--active.cbp-filter-item-active {
  border-color: #333 !important;
}

/* line 20982, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3--active.cbp-filter-item-active {
  border-color: #555 !important;
}

/* line 20985, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4--active.cbp-filter-item-active {
  border-color: #777 !important;
}

/* line 20988, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5--active.cbp-filter-item-active {
  border-color: #999 !important;
}

/* line 20991, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1--active.cbp-filter-item-active {
  border-color: #bbb !important;
}

/* line 20994, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2--active.cbp-filter-item-active {
  border-color: #ccc !important;
}

/* line 20997, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3--active.cbp-filter-item-active {
  border-color: #ddd !important;
}

/* line 21000, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4--active.cbp-filter-item-active {
  border-color: #eee !important;
}

/* line 21003, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5--active.cbp-filter-item-active {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 21007, app/assets/stylesheets/unify.css */
.g-brd-transparent--active.cbp-filter-item-active {
  border-color: transparent !important;
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* Primary Colors */
/* line 21014, app/assets/stylesheets/unify.css */
.g-bg-primary--active.cbp-filter-item-active {
  background-color: #72c02c !important;
}

/*------------------------------------
  Colors
------------------------------------*/
/* Primary Colors */
/* line 21021, app/assets/stylesheets/unify.css */
.g-color-primary--active.cbp-filter-item-active {
  color: #72c02c !important;
}

/* Black Colors */
/* line 21025, app/assets/stylesheets/unify.css */
.g-color-black--active.cbp-filter-item-active {
  color: #000 !important;
}

/* White Colors */
/* line 21029, app/assets/stylesheets/unify.css */
.g-color-white--active.cbp-filter-item-active {
  color: #fff !important;
}

/* Gray Colors */
/* line 21033, app/assets/stylesheets/unify.css */
.g-color-gray-light-v1--active.cbp-filter-item-active {
  color: #bbb !important;
}

/* line 21036, app/assets/stylesheets/unify.css */
.g-color-gray-light-v2--active.cbp-filter-item-active {
  color: #ccc !important;
}

/* line 21039, app/assets/stylesheets/unify.css */
.g-color-gray-light-v3--active.cbp-filter-item-active {
  color: #ddd !important;
}

/* line 21042, app/assets/stylesheets/unify.css */
.g-color-gray-light-v4--active.cbp-filter-item-active {
  color: #eee !important;
}

/* line 21045, app/assets/stylesheets/unify.css */
.g-color-gray-light-v5--active.cbp-filter-item-active {
  color: #f7f7f7 !important;
}

/* line 21048, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v1--active.cbp-filter-item-active {
  color: #111 !important;
}

/* line 21051, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v2--active.cbp-filter-item-active {
  color: #333 !important;
}

/* line 21054, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v3--active.cbp-filter-item-active {
  color: #555 !important;
}

/* line 21057, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v4--active.cbp-filter-item-active {
  color: #777 !important;
}

/* line 21060, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v5--active.cbp-filter-item-active {
  color: #999 !important;
}

/* line 21063, app/assets/stylesheets/unify.css */
pre[class*="language-"] {
  position: relative;
  margin: 0;
}

/* line 21067, app/assets/stylesheets/unify.css */
pre[class*="language-"] .toolbar {
  position: absolute;
  top: -1px;
  right: -1px;
}

/* line 21072, 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, app/assets/stylesheets/unify.css */
.embed-responsive .plyr--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 21090, app/assets/stylesheets/unify.css */
[class^="et-"] {
  line-height: 1.1;
}

/* line 21093, 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, 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, app/assets/stylesheets/unify.css */
.js-carousel_single-item {
  max-width: 100%;
  position: relative;
}

/* line 21109, app/assets/stylesheets/unify.css */
.js-next,
.js-prev,
.js-thumb {
  cursor: pointer;
}

/* line 21114, app/assets/stylesheets/unify.css */
.js-next,
.js-prev {
  z-index: 10;
}

/* line 21118, app/assets/stylesheets/unify.css */
.js-thumb img {
  display: inline-block;
}

/* line 21121, 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, app/assets/stylesheets/unify.css */
.js-carousel_single-item-thumbs5__thumbs .js-thumb.slick-center {
  opacity: 1;
}

/* line 21130, 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, app/assets/stylesheets/unify.css */
.js-carousel_single-item-thumbs5--v2__thumbs .js-thumb.slick-center {
  opacity: 1;
}

/* line 21139, 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, app/assets/stylesheets/unify.css */
.js-carousel_single-item-thumbs5--v3__thumbs .js-thumb.slick-center {
  opacity: 1;
}

/* line 21148, 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, app/assets/stylesheets/unify.css */
.slick-active .u-pagi-control-red {
  background-color: #f00;
}

/* line 21161, app/assets/stylesheets/unify.css */
.slick-active .u-pagi-control-grey {
  opacity: 1;
}

/* line 21164, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel--v3 .g-height-40.js-prev {
  margin-left: -99px;
}

/* line 21179, app/assets/stylesheets/unify.css */
.u-carousel--v3 .g-height-40.js-next {
  margin-left: 65px;
}

/* line 21182, app/assets/stylesheets/unify.css */
.u-carousel--v3:hover .js-prev,
.u-carousel--v3:hover .js-next {
  opacity: 1;
}

/* line 21186, app/assets/stylesheets/unify.css */
.u-carousel--v4 {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 21190, 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, 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, app/assets/stylesheets/unify.css */
.u-carousel--v4 .g-height-40.js-prev {
  margin-left: -160px;
}

/* line 21205, app/assets/stylesheets/unify.css */
.u-carousel--v4 .g-height-40.js-next {
  margin-left: 125px;
}

/* line 21208, app/assets/stylesheets/unify.css */
.u-carousel--v4:hover .js-prev,
.u-carousel--v4:hover .js-next {
  opacity: 1;
}

/*--------------------------------------------------
  Filter v1
----------------------------------------------------*/
/* line 21215, 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, app/assets/stylesheets/unify.css */
.u-filter-v1 > li:hover,
.u-filter-v1 [class*="active"] {
  color: #72c02c;
}

/*--------------------------------------------------
  Carousel v10
----------------------------------------------------*/
/* line 21234, 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, app/assets/stylesheets/unify.css */
.u-carousel-v10 .slick-dots li {
  display: block;
  margin-bottom: 5px;
}

/* line 21247, 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, app/assets/stylesheets/unify.css */
.u-carousel-v10 .slick-dots .slick-active button {
  background: #72c02c;
}

/* line 21259, app/assets/stylesheets/unify.css */
.u-carousel-v10-nav {
  margin-top: -135px;
}

/* line 21262, app/assets/stylesheets/unify.css */
.u-carousel-v10-nav .js-slide {
  position: relative;
  cursor: pointer;
  height: 100%;
}

/* line 21267, 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, 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, app/assets/stylesheets/unify.css */
  .u-carousel-v10 .slick-dots {
    visibility: visible;
  }
  /* line 21284, app/assets/stylesheets/unify.css */
  .u-carousel-v10-nav {
    display: none;
  }
}

/*------------------------------------
  Internet Explorer (IE)
------------------------------------*/
/* Text Gradients */
/* line 21291, 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, app/assets/stylesheets/unify.css */
.IE .g-color-cyan-gradient-opacity-v1 {
  color: #00bed6;
}

/* line 21299, app/assets/stylesheets/unify.css */
.IE .g-color-blue-gradient-opacity-v1 {
  color: #8654da;
}

/* line 21302, app/assets/stylesheets/unify.css */
.IE .form-control:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------
  Demo of Icons
------------------------------------*/
/* line 21308, app/assets/stylesheets/unify.css */
.u-icons-demo__item {
  border: solid 1px #eee;
  margin: 0 -1px -1px 0;
  padding: 20px 15px;
}

/* line 21313, 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, app/assets/stylesheets/unify.css */
.g-word-break {
  word-wrap: break-word;
}

/* Puller */
/* line 21328, app/assets/stylesheets/unify.css */
.g-pull-50x-up {
  transform: translateY(-51%);
}

/* line 21333, app/assets/stylesheets/unify.css */
.g-pull-50x-bottom {
  transform: translateY(51%);
}

/* line 21338, app/assets/stylesheets/unify.css */
.g-pull-50x-left {
  transform: translateX(-51%);
}

/* line 21343, app/assets/stylesheets/unify.css */
.g-pull-50x-right {
  transform: translateX(51%);
}

/* Link overlay */
/* line 21349, 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, app/assets/stylesheets/unify.css */
.g-pos-cover {
  z-index: 1;
}

/*------------------------------------
  Block Alignments
------------------------------------*/
/* line 21366, app/assets/stylesheets/unify.css */
.g-bg-attachment-fixed {
  background-attachment: fixed;
}

/*------------------------------------
  Background Gradient Colors
------------------------------------*/
/* Simple Linear Gradients
------------------------------------*/
/* Gray Light v1 */
/* line 21375, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-bg-bluepink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(50deg, #2b7cb6, #f62d51);
}

/* Blue Gradient */
/* line 21395, app/assets/stylesheets/unify.css */
.g-bg-blue-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(0deg, #73bec7, #4e66b0);
}

/* line 21399, app/assets/stylesheets/unify.css */
.g-bg-blue-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #429edc, #00629e);
}

/* line 21403, app/assets/stylesheets/unify.css */
.g-bg-blue-lineargradient-v3 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #3266a2, #98cfbf);
}

/* line 21407, app/assets/stylesheets/unify.css */
.g-bg-blue-lineargradient-v4 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #5b85df, #3ec2e3);
}

/* line 21411, 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, app/assets/stylesheets/unify.css */
.g-bg-orange-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #be1715, #ed6d0f);
}

/* line 21420, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-bg-bluegray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #1d253c, #3e4757);
}

/* Pink Gradient */
/* line 21440, 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, 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, app/assets/stylesheets/unify.css */
.g-bg-red-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #d70417, #9f041b);
}

/* Black Gradient */
/* line 21455, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-bg-main {
  background-color: #fff !important;
}

/* Main Secondary */
/* line 21594, app/assets/stylesheets/unify.css */
.g-bg-secondary {
  background-color: #fafafa !important;
}

/* Primary Colors */
/* line 21598, app/assets/stylesheets/unify.css */
.g-bg-primary {
  background-color: #72c02c !important;
}

/* line 21601, app/assets/stylesheets/unify.css */
.g-bg-primary--hover:hover {
  background-color: #72c02c !important;
}

/* line 21604, app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-primary--hover {
  background-color: #72c02c;
}

/* line 21607, app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-primary--parent-hover {
  background-color: #72c02c !important;
}

/* line 21610, app/assets/stylesheets/unify.css */
.g-bg-primary--active.active,
.active .g-bg-primary--active {
  background-color: #72c02c !important;
}

/* line 21614, app/assets/stylesheets/unify.css */
.g-parent.active .g-bg-primary--parent-active {
  background-color: #72c02c !important;
}

/* line 21617, app/assets/stylesheets/unify.css */
.g-bg-primary--before::before, .g-bg-primary--after::after {
  background-color: #72c02c !important;
}

/* line 21620, app/assets/stylesheets/unify.css */
.g-bg-primary-dark-v1 {
  background-color: #6db82a !important;
}

/* line 21623, app/assets/stylesheets/unify.css */
.g-bg-primary-dark-v2 {
  background-color: #66ab27 !important;
}

/* line 21626, app/assets/stylesheets/unify.css */
.g-bg-primary-dark-v3 {
  background-color: #599722 !important;
}

/* line 21629, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

/* line 21632, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_2 {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 21635, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_2--hover:hover {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 21638, 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, app/assets/stylesheets/unify.css */
.active .g-bg-primary-opacity-0_2--active {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 21644, 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, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_3 {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 21650, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_3--hover:hover {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 21653, 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, app/assets/stylesheets/unify.css */
.active .g-bg-primary-opacity-0_3--active {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 21659, 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, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_4 {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 21665, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_4--hover:hover {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 21668, 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, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_4--after::after {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 21674, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_6 {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 21677, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_6--hover:hover {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 21680, 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, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_6--after::after {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 21686, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_8 {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 21689, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_8--hover:hover {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 21692, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_9 {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 21704, app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_9--hover:hover {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 21707, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-bg-black {
  background-color: #000 !important;
}

/* line 21720, app/assets/stylesheets/unify.css */
.g-bg-black--hover:hover {
  background-color: #000 !important;
}

/* line 21723, app/assets/stylesheets/unify.css */
.g-bg-black--after::after {
  background-color: #000 !important;
}

/* line 21726, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 21729, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_1--after::after {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 21732, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 21735, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_2--after::after {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 21738, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 21741, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_3--hover:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 21744, 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, 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, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 21753, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_4--after::after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 21756, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 21759, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_5--hover:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 21762, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_5--after::after {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 21765, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 21768, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_6--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 21771, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_6--after::after {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 21774, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 21777, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_7--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 21780, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_7--after::after {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 21783, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 21786, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_8--after::after {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 21789, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_8--hover:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 21792, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 21795, app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_9--after::after {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 21798, 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, app/assets/stylesheets/unify.css */
.g-bg-white {
  background-color: #fff !important;
}

/* line 21805, app/assets/stylesheets/unify.css */
.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

/* line 21808, app/assets/stylesheets/unify.css */
.g-bg-white--hover:hover, .g-bg-white--active.active {
  background-color: #fff !important;
}

/* line 21811, app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-white--parent-hover {
  background-color: #fff !important;
}

/* line 21814, app/assets/stylesheets/unify.css */
.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

/* line 21817, 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, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_05 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

/* line 21823, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 21826, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_1--after::after {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 21829, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 21832, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_2--hover:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 21835, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 21838, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_3--hover:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 21841, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_3--after::after {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 21844, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 21847, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_4--hover:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 21850, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 21853, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_5--after::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 21856, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 21859, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_7--hover:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 21862, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_7--after::after {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 21865, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 21868, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_8--hover:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 21871, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_8--after::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 21874, 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, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 21880, app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_9--hover:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 21883, 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, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v1 {
  background-color: #111 !important;
}

/* line 21890, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v1--hover:hover {
  background-color: #111 !important;
}

/* line 21893, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v2 {
  background-color: #333 !important;
}

/* line 21896, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v2--hover:hover {
  background-color: #333 !important;
}

/* line 21899, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v3 {
  background-color: #555 !important;
}

/* line 21902, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v3--hover:hover {
  background-color: #555 !important;
}

/* line 21905, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v4 {
  background-color: #777 !important;
}

/* line 21908, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v4--hover:hover {
  background-color: #777 !important;
}

/* line 21911, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v5 {
  background-color: #999 !important;
}

/* line 21914, app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v5--hover:hover {
  background-color: #999 !important;
}

/* line 21917, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v1 {
  background-color: #bbb !important;
}

/* line 21920, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v1--hover:hover {
  background-color: #bbb !important;
}

/* line 21923, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v2 {
  background-color: #ccc !important;
}

/* line 21926, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v2--hover:hover {
  background-color: #ccc !important;
}

/* line 21929, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v3 {
  background-color: #ddd !important;
}

/* line 21932, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v3--hover:hover {
  background-color: #ddd !important;
}

/* line 21935, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v4 {
  background-color: #eee !important;
}

/* line 21938, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v4--hover:hover {
  background-color: #eee !important;
}

/* line 21941, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v5 {
  background-color: #f7f7f7 !important;
}

/* line 21944, app/assets/stylesheets/unify.css */
.g-bg-gray-light-v5--hover:hover {
  background-color: #f7f7f7 !important;
}

/* line 21947, 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, app/assets/stylesheets/unify.css */
.g-bg-transparent {
  background-color: transparent !important;
}

/* line 21955, app/assets/stylesheets/unify.css */
.g-bg-transparent--hover:hover {
  background-color: transparent !important;
}

/* line 21958, app/assets/stylesheets/unify.css */
.g-bg-transparent--hover--after:hover::after {
  background-color: transparent !important;
}

/* line 21961, app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-transparent--parent-hover {
  background-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Beige Colors */
/* line 21967, app/assets/stylesheets/unify.css */
.g-bg-beige {
  background-color: #e5e1de !important;
}

/* Color Green */
/* line 21971, app/assets/stylesheets/unify.css */
.g-bg-green {
  background-color: #72c02c !important;
}

/* line 21974, app/assets/stylesheets/unify.css */
.g-bg-green-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

/* line 21977, app/assets/stylesheets/unify.css */
.g-bg-green--hover:hover {
  background-color: #72c02c !important;
}

/* Color Blue */
/* line 21981, app/assets/stylesheets/unify.css */
.g-bg-blue {
  background-color: #3398dc !important;
}

/* line 21984, app/assets/stylesheets/unify.css */
.g-bg-blue-opacity-0_1 {
  background-color: rgba(51, 152, 220, 0.1) !important;
}

/* line 21987, app/assets/stylesheets/unify.css */
.g-bg-blue-opacity-0_7 {
  background-color: rgba(51, 152, 220, 0.7) !important;
}

/* line 21990, app/assets/stylesheets/unify.css */
.g-bg-blue-opacity-0_9 {
  background-color: rgba(51, 152, 220, 0.9) !important;
}

/* line 21993, app/assets/stylesheets/unify.css */
.g-bg-blue--hover:hover {
  background-color: #3398dc !important;
}

/* Color Light Blue */
/* line 21997, app/assets/stylesheets/unify.css */
.g-bg-lightblue {
  background-color: #edf2f8 !important;
}

/* line 22000, app/assets/stylesheets/unify.css */
.g-bg-lightblue-opacity-0_1 {
  background-color: rgba(237, 242, 248, 0.1) !important;
}

/* line 22003, app/assets/stylesheets/unify.css */
.g-bg-lightblue-v1 {
  background-color: #d6e2ee !important;
}

/* line 22006, 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, app/assets/stylesheets/unify.css */
.g-bg-darkblue {
  background-color: #009 !important;
}

/* line 22013, app/assets/stylesheets/unify.css */
.g-bg-darkblue-opacity-0_1 {
  background-color: rgba(0, 0, 153, 0.1) !important;
}

/* Color Indigo */
/* line 22017, app/assets/stylesheets/unify.css */
.g-bg-indigo {
  background-color: #4263a3 !important;
}

/* line 22020, app/assets/stylesheets/unify.css */
.g-bg-indigo-opacity-0_1 {
  background-color: rgba(66, 99, 163, 0.1) !important;
}

/* Color Red */
/* line 22024, app/assets/stylesheets/unify.css */
.g-bg-red {
  background-color: #f00 !important;
}

/* line 22027, app/assets/stylesheets/unify.css */
.g-bg-red-opacity-0_1 {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

/* line 22030, app/assets/stylesheets/unify.css */
.g-bg-red-opacity-0_2 {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

/* line 22033, app/assets/stylesheets/unify.css */
.g-bg-red-opacity-0_5 {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

/* line 22036, app/assets/stylesheets/unify.css */
.g-bg-red-opacity-0_8 {
  background-color: rgba(255, 0, 0, 0.8) !important;
}

/* line 22039, app/assets/stylesheets/unify.css */
.g-bg-red--hover:hover {
  background-color: #f00 !important;
}

/* Color Light Red */
/* line 22043, app/assets/stylesheets/unify.css */
.g-bg-lightred {
  background-color: #e64b3b !important;
}

/* line 22046, app/assets/stylesheets/unify.css */
.g-bg-lightred-opacity-0_1 {
  background-color: rgba(230, 75, 59, 0.1) !important;
}

/* line 22049, app/assets/stylesheets/unify.css */
.g-bg-lightred--hover:hover {
  background-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 22053, app/assets/stylesheets/unify.css */
.g-bg-darkred {
  background-color: #a10f2b !important;
}

/* line 22056, app/assets/stylesheets/unify.css */
.g-bg-darkred-opacity-0_1 {
  background-color: rgba(161, 15, 43, 0.1) !important;
}

/* Color Purple */
/* line 22060, app/assets/stylesheets/unify.css */
.g-bg-purple {
  background-color: #9a69cb !important;
}

/* line 22063, app/assets/stylesheets/unify.css */
.g-bg-purple-opacity-0_1 {
  background-color: rgba(154, 105, 203, 0.1) !important;
}

/* line 22066, app/assets/stylesheets/unify.css */
.g-bg-purple-opacity-0_7 {
  background-color: rgba(154, 105, 203, 0.7) !important;
}

/* line 22069, app/assets/stylesheets/unify.css */
.g-bg-purple-opacity-0_9 {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

/* line 22072, app/assets/stylesheets/unify.css */
.g-bg-purple-opacity-0_9--after::after {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

/* line 22075, app/assets/stylesheets/unify.css */
.g-bg-purple--hover:hover {
  background-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 22079, app/assets/stylesheets/unify.css */
.g-bg-darkpurple {
  background-color: #6639b6 !important;
}

/* line 22082, app/assets/stylesheets/unify.css */
.g-bg-darkpurple-opacity-0_1 {
  background-color: rgba(102, 57, 182, 0.1) !important;
}

/* Color Pink */
/* line 22086, app/assets/stylesheets/unify.css */
.g-bg-pink {
  background-color: #e81c62 !important;
}

/* line 22089, app/assets/stylesheets/unify.css */
.g-bg-pink-opacity-0_1 {
  background-color: rgba(232, 28, 98, 0.1) !important;
}

/* line 22092, app/assets/stylesheets/unify.css */
.g-bg-pink-opacity-0_9 {
  background-color: rgba(232, 28, 98, 0.9) !important;
}

/* line 22095, app/assets/stylesheets/unify.css */
.g-bg-pink--hover:hover {
  background-color: #e81c62 !important;
}

/* line 22098, app/assets/stylesheets/unify.css */
.g-bg-pink--before::after, .g-bg-pink--after::after {
  background-color: #e81c62 !important;
}

/* line 22101, 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, app/assets/stylesheets/unify.css */
.g-bg-orange {
  background-color: #e57d20 !important;
}

/* line 22108, app/assets/stylesheets/unify.css */
.g-bg-orange-opacity-0_1 {
  background-color: rgba(229, 125, 32, 0.1) !important;
}

/* line 22111, app/assets/stylesheets/unify.css */
.g-bg-orange-opacity-0_2 {
  background-color: rgba(229, 125, 32, 0.2) !important;
}

/* line 22114, app/assets/stylesheets/unify.css */
.g-bg-orange--hover:hover {
  background-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 22118, app/assets/stylesheets/unify.css */
.g-bg-deeporange {
  background-color: #fe541e !important;
}

/* line 22121, app/assets/stylesheets/unify.css */
.g-bg-deeporange-opacity-0_1 {
  background-color: rgba(254, 84, 30, 0.1) !important;
}

/* line 22124, app/assets/stylesheets/unify.css */
.g-bg-deeporange--hover:hover {
  background-color: #fe541e !important;
}

/* Color Yellow */
/* line 22128, app/assets/stylesheets/unify.css */
.g-bg-yellow {
  background-color: #ebc71d !important;
}

/* line 22131, app/assets/stylesheets/unify.css */
.g-bg-yellow-opacity-0_1 {
  background-color: rgba(235, 199, 29, 0.1) !important;
}

/* line 22134, app/assets/stylesheets/unify.css */
.g-bg-yellow-opacity-0_7 {
  background: rgba(235, 199, 29, 0.7) !important;
}

/* line 22137, app/assets/stylesheets/unify.css */
.g-bg-yellow--hover:hover {
  background-color: #ebc71d !important;
}

/* Color Aqua */
/* line 22141, app/assets/stylesheets/unify.css */
.g-bg-aqua {
  background-color: #29d6e6 !important;
}

/* line 22144, app/assets/stylesheets/unify.css */
.g-bg-aqua-opacity-0_1 {
  background-color: rgba(41, 214, 230, 0.1) !important;
}

/* line 22147, app/assets/stylesheets/unify.css */
.g-bg-aqua-opacity-0_9 {
  background-color: rgba(41, 214, 230, 0.9) !important;
}

/* line 22150, app/assets/stylesheets/unify.css */
.g-bg-aqua--hover:hover {
  background-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 22154, app/assets/stylesheets/unify.css */
.g-bg-cyan {
  background-color: #00bed6 !important;
}

/* line 22157, app/assets/stylesheets/unify.css */
.g-bg-cyan-opacity-0_1 {
  background-color: rgba(0, 190, 214, 0.1) !important;
}

/* line 22160, app/assets/stylesheets/unify.css */
.g-bg-cyan-opacity-0_9 {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

/* line 22163, app/assets/stylesheets/unify.css */
.g-bg-cyan-opacity-0_9--after::after {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

/* line 22166, app/assets/stylesheets/unify.css */
.g-bg-cyan--hover:hover {
  background-color: #00bed6 !important;
}

/* Color Teal */
/* line 22170, app/assets/stylesheets/unify.css */
.g-bg-teal {
  background-color: #18ba9b !important;
}

/* line 22173, app/assets/stylesheets/unify.css */
.g-bg-teal-opacity-0_1 {
  background-color: rgba(24, 186, 155, 0.1) !important;
}

/* line 22176, app/assets/stylesheets/unify.css */
.g-bg-teal-opacity-0_9 {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

/* line 22179, app/assets/stylesheets/unify.css */
.g-bg-teal-opacity-0_9--after::after {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

/* line 22182, app/assets/stylesheets/unify.css */
.g-bg-teal--hover:hover {
  background-color: #18ba9b !important;
}

/* Color Brown */
/* line 22186, app/assets/stylesheets/unify.css */
.g-bg-brown {
  background-color: #9c8061 !important;
}

/* line 22189, app/assets/stylesheets/unify.css */
.g-bg-brown-opacity-0_1 {
  background-color: rgba(156, 128, 97, 0.1) !important;
}

/* line 22192, app/assets/stylesheets/unify.css */
.g-bg-brown--hover:hover {
  background-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 22196, app/assets/stylesheets/unify.css */
.g-bg-bluegray {
  background-color: #585f69 !important;
}

/* line 22199, app/assets/stylesheets/unify.css */
.g-bg-bluegray-opacity-0_1 {
  background-color: rgba(88, 95, 105, 0.1) !important;
}

/* line 22202, 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, 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, app/assets/stylesheets/unify.css */
.g-bg-bluegray-opacity-0_5 {
  background-color: rgba(88, 95, 105, 0.5) !important;
}

/* line 22211, app/assets/stylesheets/unify.css */
.g-bg-bluegray-opacity-0_7 {
  background-color: rgba(88, 95, 105, 0.7) !important;
}

/* line 22214, app/assets/stylesheets/unify.css */
.g-bg-bluegray--hover:hover {
  background-color: #585f69 !important;
}

/* line 22217, 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, 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, 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, app/assets/stylesheets/unify.css */
.js-header-change-moment .g-bg-primary--scrolling {
  background-color: #72c02c !important;
}

/*------------------------------------
  Social Background Colors
------------------------------------*/
/* Facebook */
/* line 22241, app/assets/stylesheets/unify.css */
.g-bg-facebook {
  background-color: #3b5998;
}

/* line 22244, 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, app/assets/stylesheets/unify.css */
.g-bg-twitter {
  background-color: #00acee;
}

/* line 22251, 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, app/assets/stylesheets/unify.css */
.g-bg-skype {
  background-color: #00aff0;
}

/* line 22258, 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, app/assets/stylesheets/unify.css */
.g-bg-pinterest {
  background-color: #c8232c;
}

/* line 22265, 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, app/assets/stylesheets/unify.css */
.g-bg-vine {
  background-color: #00bf8f;
}

/* line 22272, 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, app/assets/stylesheets/unify.css */
.g-bg-youtube {
  background-color: #c4302b;
}

/* line 22279, 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, app/assets/stylesheets/unify.css */
.g-bg-google-plus {
  background-color: #dd4b39;
}

/* line 22286, 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, app/assets/stylesheets/unify.css */
.g-bg-dribbble {
  background-color: #ea4c89;
}

/* line 22293, 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, app/assets/stylesheets/unify.css */
.g-bg-vk {
  background-color: #2b587a;
}

/* line 22300, 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, app/assets/stylesheets/unify.css */
.g-bg-linkedin {
  background-color: #0e76a8;
}

/* line 22307, 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, app/assets/stylesheets/unify.css */
.g-bg-instagram {
  background-color: #3f729b;
}

/* line 22314, 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, app/assets/stylesheets/unify.css */
.g-bg-grid-v1--before::before {
  background-image: url(/../../assets/img/bg/grid/wave.png);
}

/* line 22323, app/assets/stylesheets/unify.css */
.g-bg-grid-v2--before::after {
  background-image: url(/../../assets/img/bg/grid/tile-left.png);
}

/* line 22326, app/assets/stylesheets/unify.css */
.g-bg-grid-v3--before::after {
  background-image: url(/../../assets/img/bg/grid/tile-right.png);
}

/* line 22329, app/assets/stylesheets/unify.css */
.g-bg-grid-v4--before::after {
  background-image: url(/../../assets/img/bg/grid/diagonal-left.png);
}

/* line 22332, app/assets/stylesheets/unify.css */
.g-bg-grid-v5--before::after {
  background-image: url(/../../assets/img/bg/grid/diagonal-right.png);
}

/* line 22335, app/assets/stylesheets/unify.css */
.g-bg-grid-v6--before::after {
  background-image: url(/../../assets/img/bg/grid/zigzag-left.png);
}

/* line 22338, app/assets/stylesheets/unify.css */
.g-bg-grid-v7--before::after {
  background-image: url(/../../assets/img/bg/grid/zigzag-right.png);
}

/*------------------------------------
  Covers
------------------------------------*/
/* line 22344, app/assets/stylesheets/unify.css */
.g-bg-cover {
  position: relative;
}

/* line 22347, app/assets/stylesheets/unify.css */
.g-bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 22355, 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, app/assets/stylesheets/unify.css */
.g-bg-cover__inner {
  z-index: 1;
  position: relative;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
/* line 22369, app/assets/stylesheets/unify.css */
.g-bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------------------------
  Background Patterns
------------------------------------*/
/* line 22377, app/assets/stylesheets/unify.css */
.g-bg-pattern-green {
  background-image: url(/../img/bg/pattern--green.png);
}

/*------------------------------------
  Background Position
------------------------------------*/
/* line 22383, app/assets/stylesheets/unify.css */
.g-bg-pos-center {
  background-position: center;
}

/* line 22386, app/assets/stylesheets/unify.css */
.g-bg-pos-left-center {
  background-position: left center;
}

/* line 22389, app/assets/stylesheets/unify.css */
.g-bg-pos-top-center {
  background-position: top center;
}

/* line 22392, app/assets/stylesheets/unify.css */
.g-bg-pos-bottom-center {
  background-position: bottom center;
}

/*------------------------------------
  Background Repeat
------------------------------------*/
/* line 22398, app/assets/stylesheets/unify.css */
.g-bg-no-repeat {
  background-repeat: no-repeat;
}

/*------------------------------------
  Background Size
------------------------------------*/
/* line 22404, app/assets/stylesheets/unify.css */
.g-bg-size-cover {
  background-size: cover !important;
}

/* line 22407, app/assets/stylesheets/unify.css */
.g-bg-size-100x {
  background-size: 100% !important;
}

/* line 22410, app/assets/stylesheets/unify.css */
.g-bg-size-100x--hover:hover {
  background-size: 100% !important;
}

/* line 22413, app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-size-100x--parent-hover {
  background-size: 100% !important;
}

/* line 22416, app/assets/stylesheets/unify.css */
.g-bg-size-120x {
  background-size: 120% !important;
}

/* line 22419, app/assets/stylesheets/unify.css */
.g-bg-size-120x--hover {
  background-size: 120% !important;
}

/* line 22422, app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-size-120x--parent-hover {
  background-size: 120% !important;
}

/* line 22425, app/assets/stylesheets/unify.css */
.g-bg-repeat {
  background-repeat: repeat !important;
  /* P */
  background-size: auto !important;
}

/* Primary Colors */
/* line 22431, app/assets/stylesheets/unify.css */
.g-fill-primary path,
.g-fill-primary polygon {
  fill: #72c02c !important;
}

/* line 22435, app/assets/stylesheets/unify.css */
.g-fill-primary--hover:hover path,
.g-fill-primary--hover:hover polygon {
  fill: #72c02c !important;
}

/* line 22439, 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, app/assets/stylesheets/unify.css */
.g-fill-white path,
.g-fill-white polygon {
  fill: #fff !important;
}

/* line 22447, app/assets/stylesheets/unify.css */
.g-fill-white--hover:hover path,
.g-fill-white--hover:hover polygon {
  fill: #fff !important;
}

/* line 22451, 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, app/assets/stylesheets/unify.css */
.g-fill-gray-light-v4 path,
.g-fill-gray-light-v4 polygon {
  fill: #eee !important;
}

/* line 22459, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-none {
  /* P */
  border: none !important;
}

/* line 22474, app/assets/stylesheets/unify.css */
.g-brd-x {
  border-left: solid 1px transparent !important;
  border-right: solid 1px transparent !important;
}

/* line 22478, app/assets/stylesheets/unify.css */
.g-brd-y {
  border-top: solid 1px transparent !important;
  border-bottom: solid 1px transparent !important;
}

/* line 22482, app/assets/stylesheets/unify.css */
.g-brd-around {
  border: solid 1px transparent !important;
}

/* line 22485, app/assets/stylesheets/unify.css */
.g-brd-top {
  border-top: solid 1px transparent !important;
}

/* line 22488, app/assets/stylesheets/unify.css */
.g-brd-right {
  border-right: solid 1px transparent !important;
}

/* line 22491, app/assets/stylesheets/unify.css */
.g-brd-bottom {
  border-bottom: solid 1px transparent !important;
}

/* line 22494, app/assets/stylesheets/unify.css */
.g-brd-left {
  border-left: solid 1px transparent !important;
}

/* line 22497, app/assets/stylesheets/unify.css */
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  /* line 22501, app/assets/stylesheets/unify.css */
  .g-brd-around--sm {
    border: solid 1px transparent !important;
  }
  /* line 22503, app/assets/stylesheets/unify.css */
  .g-brd-top--sm {
    border-top: solid 1px transparent !important;
  }
  /* line 22505, app/assets/stylesheets/unify.css */
  .g-brd-right--sm {
    border-right: solid 1px transparent !important;
  }
  /* line 22507, app/assets/stylesheets/unify.css */
  .g-brd-bottom--sm {
    border-bottom: solid 1px transparent !important;
  }
  /* line 22509, app/assets/stylesheets/unify.css */
  .g-brd-left--sm {
    border-left: solid 1px transparent !important;
  }
}

@media (min-width: 768px) {
  /* line 22513, app/assets/stylesheets/unify.css */
  .g-brd-x--md {
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
  }
  /* line 22516, app/assets/stylesheets/unify.css */
  .g-brd-around--md {
    border: solid 1px transparent !important;
  }
  /* line 22518, app/assets/stylesheets/unify.css */
  .g-brd-top--md {
    border-top: solid 1px transparent !important;
  }
  /* line 22520, app/assets/stylesheets/unify.css */
  .g-brd-right--md {
    border-right: solid 1px transparent !important;
  }
  /* line 22522, app/assets/stylesheets/unify.css */
  .g-brd-bottom--md {
    border-bottom: solid 1px transparent !important;
  }
  /* line 22524, app/assets/stylesheets/unify.css */
  .g-brd-left--md {
    border-left: solid 1px transparent !important;
  }
}

@media (min-width: 992px) {
  /* P */
  /* line 22529, app/assets/stylesheets/unify.css */
  .g-brd-around--lg {
    border: solid 1px transparent !important;
  }
  /* line 22531, app/assets/stylesheets/unify.css */
  .g-brd-top--lg {
    border-top: solid 1px transparent !important;
  }
  /* line 22533, app/assets/stylesheets/unify.css */
  .g-brd-right--lg {
    border-right: solid 1px transparent !important;
  }
  /* line 22535, app/assets/stylesheets/unify.css */
  .g-brd-bottom--lg {
    border-bottom: solid 1px transparent !important;
  }
  /* line 22537, app/assets/stylesheets/unify.css */
  .g-brd-left--lg {
    border-left: solid 1px transparent !important;
  }
  /* line 22539, app/assets/stylesheets/unify.css */
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}

/*------------------------------------
  Borders None
------------------------------------*/
/* line 22545, app/assets/stylesheets/unify.css */
.g-brd-around-none {
  border-width: 0 !important;
}

/* line 22548, app/assets/stylesheets/unify.css */
.g-brd-top-none {
  border-top: none !important;
}

/* line 22551, app/assets/stylesheets/unify.css */
.g-brd-right-none {
  border-right: none !important;
}

/* line 22554, app/assets/stylesheets/unify.css */
.g-brd-bottom-none {
  border-bottom: none !important;
}

/* line 22557, app/assets/stylesheets/unify.css */
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  /* line 22561, app/assets/stylesheets/unify.css */
  .g-brd-around-none--sm {
    border: none !important;
  }
  /* line 22563, app/assets/stylesheets/unify.css */
  .g-brd-top-none--sm {
    border-top: none !important;
  }
  /* line 22565, app/assets/stylesheets/unify.css */
  .g-brd-right-none--sm {
    border-right: none !important;
  }
  /* line 22567, app/assets/stylesheets/unify.css */
  .g-brd-bottom-none--sm {
    border-bottom: none !important;
  }
  /* line 22569, app/assets/stylesheets/unify.css */
  .g-brd-left-none--sm {
    border-left: none !important;
  }
}

@media (min-width: 768px) {
  /* line 22573, app/assets/stylesheets/unify.css */
  .g-brd-around-none--md {
    border: none !important;
  }
  /* line 22575, app/assets/stylesheets/unify.css */
  .g-brd-top-none--md {
    border-top: none !important;
  }
  /* line 22577, app/assets/stylesheets/unify.css */
  .g-brd-right-none--md {
    border-right: none !important;
  }
  /* line 22579, app/assets/stylesheets/unify.css */
  .g-brd-bottom-none--md {
    border-bottom: none !important;
  }
  /* line 22581, app/assets/stylesheets/unify.css */
  .g-brd-left-none--md {
    border-left: none !important;
  }
}

@media (min-width: 992px) {
  /* line 22585, app/assets/stylesheets/unify.css */
  .g-brd-around-none--lg {
    border: none !important;
  }
  /* line 22587, app/assets/stylesheets/unify.css */
  .g-brd-top-none--lg {
    border-top: none !important;
  }
  /* line 22589, app/assets/stylesheets/unify.css */
  .g-brd-right-none--lg {
    border-right: none !important;
  }
  /* line 22591, app/assets/stylesheets/unify.css */
  .g-brd-bottom-none--lg {
    border-bottom: none !important;
  }
  /* line 22593, app/assets/stylesheets/unify.css */
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}

/*------------------------------------
  Border Style
------------------------------------*/
/* line 22599, app/assets/stylesheets/unify.css */
.g-brd-style-solid {
  border-style: solid !important;
}

/* line 22602, app/assets/stylesheets/unify.css */
.g-brd-style-dashed {
  border-style: dashed !important;
}

/* line 22605, app/assets/stylesheets/unify.css */
.g-brd-style-dotted {
  border-style: dotted !important;
}

/*------------------------------------
  Border Radius (Rounded Styles)
------------------------------------*/
/* Rounded Around */
/* line 22612, app/assets/stylesheets/unify.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 22615, app/assets/stylesheets/unify.css */
.g-rounded-50x {
  border-radius: 50%;
}

/* line 22618, app/assets/stylesheets/unify.css */
.g-rounded-1 {
  border-radius: 1px !important;
}

/* line 22621, app/assets/stylesheets/unify.css */
.g-rounded-2 {
  border-radius: 2px !important;
}

/* line 22624, app/assets/stylesheets/unify.css */
.g-rounded-3 {
  border-radius: 3px !important;
}

/* line 22627, app/assets/stylesheets/unify.css */
.g-rounded-4 {
  border-radius: 4px !important;
}

/* line 22630, app/assets/stylesheets/unify.css */
.g-rounded-5 {
  border-radius: 5px !important;
}

/* line 22633, app/assets/stylesheets/unify.css */
.g-rounded-6 {
  border-radius: 6px !important;
}

/* line 22636, app/assets/stylesheets/unify.css */
.g-rounded-7 {
  border-radius: 7px !important;
}

/* line 22639, app/assets/stylesheets/unify.css */
.g-rounded-10 {
  border-radius: 10px !important;
}

/* line 22642, app/assets/stylesheets/unify.css */
.g-rounded-15 {
  border-radius: 15px !important;
}

/* line 22645, app/assets/stylesheets/unify.css */
.g-rounded-20 {
  border-radius: 20px !important;
}

/* line 22648, app/assets/stylesheets/unify.css */
.g-rounded-25 {
  border-radius: 25px !important;
}

/* line 22651, app/assets/stylesheets/unify.css */
.g-rounded-30 {
  border-radius: 30px !important;
}

/* line 22654, app/assets/stylesheets/unify.css */
.g-rounded-50 {
  border-radius: 50px !important;
}

/* line 22657, app/assets/stylesheets/unify.css */
.g-rounded-100 {
  border-radius: 100px !important;
}

/* line 22660, app/assets/stylesheets/unify.css */
.g-rounded-100--after::after {
  border-radius: 100px !important;
}

/* Rounded Top */
/* line 22664, 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, app/assets/stylesheets/unify.css */
.g-rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 22673, app/assets/stylesheets/unify.css */
.g-rounded-right-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 22677, app/assets/stylesheets/unify.css */
.g-rounded-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* line 22681, app/assets/stylesheets/unify.css */
.g-rounded-right-30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

/* line 22685, 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, app/assets/stylesheets/unify.css */
.g-rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 22694, app/assets/stylesheets/unify.css */
.g-rounded-bottom-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 22698, app/assets/stylesheets/unify.css */
.g-rounded-bottom-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 22702, 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, app/assets/stylesheets/unify.css */
.g-rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 22711, app/assets/stylesheets/unify.css */
.g-rounded-left-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 22715, app/assets/stylesheets/unify.css */
.g-rounded-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 22719, app/assets/stylesheets/unify.css */
.g-rounded-left-30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

/* line 22723, 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, app/assets/stylesheets/unify.css */
  .g-rounded-0--md {
    border-radius: 0 !important;
  }
  /* line 22730, app/assets/stylesheets/unify.css */
  .g-rounded-left-0--md {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 22733, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-around--dashed {
  border: dashed 1px transparent;
}

/* line 22751, app/assets/stylesheets/unify.css */
.g-brd-top--dashed {
  border-top: dashed 1px transparent;
}

/* line 22754, app/assets/stylesheets/unify.css */
.g-brd-bottom--dashed {
  border-bottom: dashed 1px transparent;
}

/* line 22757, app/assets/stylesheets/unify.css */
.g-brd-right--dashed {
  border-right: dashed 1px transparent;
}

/* line 22760, app/assets/stylesheets/unify.css */
.g-brd-left--dashed {
  border-left: dashed 1px transparent;
}

@media (min-width: 576px) {
  /* line 22764, app/assets/stylesheets/unify.css */
  .g-brd-around--dashed--sm {
    border: dashed 1px transparent;
  }
  /* line 22766, app/assets/stylesheets/unify.css */
  .g-brd-top--dashed--sm {
    border-top: dashed 1px transparent;
  }
  /* line 22768, app/assets/stylesheets/unify.css */
  .g-brd-bottom--dashed--sm {
    border-bottom: dashed 1px transparent;
  }
  /* line 22770, app/assets/stylesheets/unify.css */
  .g-brd-right--dashed--sm {
    border-right: dashed 1px transparent;
  }
  /* line 22772, app/assets/stylesheets/unify.css */
  .g-brd-left--dashed--sm {
    border-left: dashed 1px transparent;
  }
}

@media (min-width: 768px) {
  /* line 22776, app/assets/stylesheets/unify.css */
  .g-brd-around--dashed--md {
    border: dashed 1px transparent;
  }
  /* line 22778, app/assets/stylesheets/unify.css */
  .g-brd-top--dashed--md {
    border-top: dashed 1px transparent;
  }
  /* line 22780, app/assets/stylesheets/unify.css */
  .g-brd-bottom--dashed--md {
    border-bottom: dashed 1px transparent;
  }
  /* line 22782, app/assets/stylesheets/unify.css */
  .g-brd-right--dashed--md {
    border-right: dashed 1px transparent;
  }
  /* line 22784, app/assets/stylesheets/unify.css */
  .g-brd-left--dashed--md {
    border-left: dashed 1px transparent;
  }
}

/*------------------------------------
  Borders Default (dotted)
------------------------------------*/
/* line 22790, app/assets/stylesheets/unify.css */
.g-brd-around--dotted {
  border: dotted 1px transparent;
}

/* line 22793, app/assets/stylesheets/unify.css */
.g-brd-top--dotted {
  border-top: dotted 1px transparent;
}

/* line 22796, app/assets/stylesheets/unify.css */
.g-brd-bottom--dotted {
  border-bottom: dotted 1px transparent;
}

/* line 22799, app/assets/stylesheets/unify.css */
.g-brd-right--dotted {
  border-right: dotted 1px transparent;
}

/* line 22802, app/assets/stylesheets/unify.css */
.g-brd-left--dotted {
  border-left: dotted 1px transparent;
}

@media (min-width: 576px) {
  /* line 22806, app/assets/stylesheets/unify.css */
  .g-brd-around--dotted--sm {
    border: dotted 1px transparent;
  }
  /* line 22808, app/assets/stylesheets/unify.css */
  .g-brd-top--dotted--sm {
    border-top: dotted 1px transparent;
  }
  /* line 22810, app/assets/stylesheets/unify.css */
  .g-brd-bottom--dotted--sm {
    border-bottom: dotted 1px transparent;
  }
  /* line 22812, app/assets/stylesheets/unify.css */
  .g-brd-right--dotted--sm {
    border-right: dotted 1px transparent;
  }
  /* line 22814, app/assets/stylesheets/unify.css */
  .g-brd-left--dotted--sm {
    border-left: dotted 1px transparent;
  }
}

@media (min-width: 768px) {
  /* line 22818, app/assets/stylesheets/unify.css */
  .g-brd-around--dotted--md {
    border: dotted 1px transparent;
  }
  /* line 22820, app/assets/stylesheets/unify.css */
  .g-brd-top--dotted--md {
    border-top: dotted 1px transparent;
  }
  /* line 22822, app/assets/stylesheets/unify.css */
  .g-brd-bottom--dotted--md {
    border-bottom: dotted 1px transparent;
  }
  /* line 22824, app/assets/stylesheets/unify.css */
  .g-brd-right--dotted--md {
    border-right: dotted 1px transparent;
  }
  /* line 22826, app/assets/stylesheets/unify.css */
  .g-brd-left--dotted--md {
    border-left: dotted 1px transparent;
  }
}

/*------------------------------------
  Border Width
------------------------------------*/
/* line 22832, app/assets/stylesheets/unify.css */
.g-brd-0 {
  border-width: 0 !important;
}

/* line 22835, app/assets/stylesheets/unify.css */
.g-brd-1 {
  border-width: 1px !important;
}

/* line 22838, app/assets/stylesheets/unify.css */
.g-brd-2 {
  border-width: 2px !important;
}

/* line 22841, app/assets/stylesheets/unify.css */
.g-brd-3 {
  border-width: 3px !important;
}

/* line 22844, app/assets/stylesheets/unify.css */
.g-brd-3--before::before {
  border-width: 3px !important;
}

/* line 22847, app/assets/stylesheets/unify.css */
.g-brd-3--before--active.active::before {
  border-width: 3px !important;
}

/* line 22850, app/assets/stylesheets/unify.css */
.g-brd-4 {
  border-width: 4px !important;
}

/* line 22853, app/assets/stylesheets/unify.css */
.g-brd-5 {
  border-width: 5px !important;
}

/* line 22856, app/assets/stylesheets/unify.css */
.g-brd-6 {
  border-width: 6px !important;
}

/* line 22859, app/assets/stylesheets/unify.css */
.g-brd-7 {
  border-width: 7px !important;
}

/* line 22862, app/assets/stylesheets/unify.css */
.g-brd-10 {
  border-width: 10px !important;
}

/* line 22865, app/assets/stylesheets/unify.css */
.g-brd-top-0 {
  border-top-width: 0 !important;
}

/* line 22868, app/assets/stylesheets/unify.css */
.g-brd-top-2 {
  border-top-width: 2px !important;
}

/* line 22871, app/assets/stylesheets/unify.css */
.g-brd-top-3 {
  border-top-width: 3px !important;
}

/* line 22874, app/assets/stylesheets/unify.css */
.g-brd-top-5 {
  border-top-width: 5px !important;
}

/* line 22877, app/assets/stylesheets/unify.css */
.g-brd-bottom-0 {
  border-bottom-width: 0 !important;
}

/* line 22880, app/assets/stylesheets/unify.css */
.g-brd-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 22883, app/assets/stylesheets/unify.css */
.g-brd-bottom-2--hover:hover {
  border-bottom-width: 2px !important;
}

/* line 22886, app/assets/stylesheets/unify.css */
.g-parent:hover .g-brd-bottom-2--parent-hover {
  border-bottom-width: 2px !important;
}

/* line 22889, app/assets/stylesheets/unify.css */
.g-brd-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 22892, app/assets/stylesheets/unify.css */
.g-brd-left-0 {
  border-left-width: 0 !important;
}

/* line 22895, app/assets/stylesheets/unify.css */
.g-brd-left-1 {
  border-left-width: 1px !important;
}

/* line 22898, app/assets/stylesheets/unify.css */
.g-brd-left-2 {
  border-left-width: 2px !important;
}

/* line 22901, app/assets/stylesheets/unify.css */
.g-brd-left-3 {
  border-left-width: 3px !important;
}

/* line 22904, app/assets/stylesheets/unify.css */
.g-brd-left-4 {
  border-left-width: 4px !important;
}

@media (min-width: 768px) {
  /* line 22908, app/assets/stylesheets/unify.css */
  .g-brd-0--md {
    border-width: 0 !important;
  }
  /* line 22910, app/assets/stylesheets/unify.css */
  .g-brd-1--md {
    border-width: 1px !important;
  }
  /* line 22912, app/assets/stylesheets/unify.css */
  .g-brd-2--md {
    border-width: 2px !important;
  }
  /* line 22914, app/assets/stylesheets/unify.css */
  .g-brd-3--md {
    border-width: 3px !important;
  }
  /* line 22916, app/assets/stylesheets/unify.css */
  .g-brd-4--md {
    border-width: 4px !important;
  }
  /* line 22918, app/assets/stylesheets/unify.css */
  .g-brd-5--md {
    border-width: 5px !important;
  }
  /* line 22920, app/assets/stylesheets/unify.css */
  .g-brd-6--md {
    border-width: 6px !important;
  }
  /* line 22922, app/assets/stylesheets/unify.css */
  .g-brd-10--md {
    border-width: 10px !important;
  }
  /* line 22924, app/assets/stylesheets/unify.css */
  .g-brd-top-0--md {
    border-top-width: 0 !important;
  }
  /* line 22926, app/assets/stylesheets/unify.css */
  .g-brd-top-2--md {
    border-top-width: 2px !important;
  }
  /* line 22928, app/assets/stylesheets/unify.css */
  .g-brd-top-3--md {
    border-top-width: 3px !important;
  }
  /* line 22930, app/assets/stylesheets/unify.css */
  .g-brd-top-5--md {
    border-top-width: 5px !important;
  }
  /* line 22932, app/assets/stylesheets/unify.css */
  .g-brd-bottom-0--md {
    border-bottom-width: 0 !important;
  }
  /* line 22934, app/assets/stylesheets/unify.css */
  .g-brd-bottom-2--md {
    border-bottom-width: 2px !important;
  }
  /* line 22936, app/assets/stylesheets/unify.css */
  .g-brd-bottom-5--md {
    border-bottom-width: 5px !important;
  }
  /* line 22938, app/assets/stylesheets/unify.css */
  .g-brd-left-0--md {
    border-left-width: 0 !important;
  }
  /* line 22940, app/assets/stylesheets/unify.css */
  .g-brd-left-1--md {
    border-left-width: 1px !important;
  }
  /* line 22942, app/assets/stylesheets/unify.css */
  .g-brd-left-2--md {
    border-left-width: 2px !important;
  }
  /* line 22944, app/assets/stylesheets/unify.css */
  .g-brd-left-3--md {
    border-left-width: 3px !important;
  }
  /* line 22946, app/assets/stylesheets/unify.css */
  .g-brd-left-4--md {
    border-left-width: 4px !important;
  }
  /* line 22948, app/assets/stylesheets/unify.css */
  .g-brd-right-0--md {
    border-right-width: 0 !important;
  }
  /* line 22950, app/assets/stylesheets/unify.css */
  .g-brd-right-1--md {
    border-right-width: 1px !important;
  }
}

@media (min-width: 992px) {
  /* line 22954, app/assets/stylesheets/unify.css */
  .g-brd-0--lg {
    border-width: 0 !important;
  }
  /* line 22956, app/assets/stylesheets/unify.css */
  .g-brd-1--lg {
    border-width: 1px !important;
  }
  /* line 22958, app/assets/stylesheets/unify.css */
  .g-brd-top-0--lg {
    border-top-width: 0 !important;
  }
  /* line 22960, app/assets/stylesheets/unify.css */
  .g-brd-top-1--lg {
    border-top-width: 1px !important;
  }
  /* line 22962, app/assets/stylesheets/unify.css */
  .g-brd-bottom-0--lg {
    border-bottom-width: 0 !important;
  }
  /* line 22964, app/assets/stylesheets/unify.css */
  .g-brd-bottom-1--lg {
    border-bottom-width: 1px !important;
  }
  /* line 22966, app/assets/stylesheets/unify.css */
  .g-brd-left-0--lg {
    border-left-width: 0 !important;
  }
  /* line 22968, app/assets/stylesheets/unify.css */
  .g-brd-left-1--lg {
    border-left-width: 1px !important;
  }
  /* line 22970, app/assets/stylesheets/unify.css */
  .g-brd-right-0--lg {
    border-right-width: 0 !important;
  }
  /* line 22972, app/assets/stylesheets/unify.css */
  .g-brd-right-1--lg {
    border-right-width: 1px !important;
  }
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Primary Colors */
/* line 22981, app/assets/stylesheets/unify.css */
.g-brd-primary {
  border-color: #72c02c !important;
}

/* line 22984, app/assets/stylesheets/unify.css */
.g-brd-primary--before::before {
  border-color: #72c02c !important;
}

/* line 22987, app/assets/stylesheets/unify.css */
.g-brd-primary--before--active.active::before {
  border-color: #72c02c !important;
}

/* line 22990, app/assets/stylesheets/unify.css */
.g-brd-primary--hover:hover, .g-brd-primary--active.active {
  border-color: #72c02c !important;
}

/* line 22993, app/assets/stylesheets/unify.css */
.g-brd-primary--active.active,
.active .g-brd-primary--active {
  border-color: #72c02c !important;
}

/* line 22997, app/assets/stylesheets/unify.css */
*:hover > .g-brd-primary--hover-parent {
  border-color: #72c02c !important;
}

/* line 23000, app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3 {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23003, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1 {
  border-color: #6db82a !important;
}

/* line 23012, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
  border-color: #6db82a !important;
}

/* line 23018, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2 {
  border-color: #66ab27 !important;
}

/* line 23021, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
  border-color: #66ab27 !important;
}

/* line 23027, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3 {
  border-color: #599722 !important;
}

/* line 23030, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
  border-color: #599722 !important;
}

/* line 23036, app/assets/stylesheets/unify.css */
.g-brd-bottom-primary--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* Main Colors */
/* line 23040, app/assets/stylesheets/unify.css */
.g-brd-main {
  border-color: #555 !important;
}

/* line 23043, app/assets/stylesheets/unify.css */
.g-brd-main--hover:hover {
  border-color: #555 !important;
}

/* Black Colors */
/* line 23047, app/assets/stylesheets/unify.css */
.g-brd-black {
  border-color: #000 !important;
}

/* line 23050, app/assets/stylesheets/unify.css */
.g-brd-black--hover:hover, .g-brd-black--active.active {
  border-color: #000 !important;
}

/* line 23053, app/assets/stylesheets/unify.css */
*:hover > .g-brd-black--hover-parent {
  border-color: #000 !important;
}

/* line 23056, app/assets/stylesheets/unify.css */
.g-brd-black-opacity-0_4 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}

/* White Colors */
/* line 23060, app/assets/stylesheets/unify.css */
.g-brd-white {
  border-color: #fff !important;
}

/* line 23063, app/assets/stylesheets/unify.css */
.g-brd-white--hover:hover, .g-brd-white--active.active {
  border-color: #fff !important;
}

/* line 23066, app/assets/stylesheets/unify.css */
*:hover > .g-brd-white--hover-parent {
  border-color: #fff !important;
}

/* line 23069, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23072, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23081, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23090, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23099, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23108, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23117, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_8 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 23126, 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, 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, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1 {
  border-color: #111 !important;
}

/* line 23136, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-dark-v1--hover-parent {
  border-color: #111 !important;
}

/* line 23142, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2 {
  border-color: #333 !important;
}

/* line 23145, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-dark-v2--hover-parent {
  border-color: #333 !important;
}

/* line 23151, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3 {
  border-color: #555 !important;
}

/* line 23154, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-dark-v3--hover-parent {
  border-color: #555 !important;
}

/* line 23160, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4 {
  border-color: #777 !important;
}

/* line 23163, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-dark-v4--hover-parent {
  border-color: #777 !important;
}

/* line 23169, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5 {
  border-color: #999 !important;
}

/* line 23172, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-dark-v5--hover-parent {
  border-color: #999 !important;
}

/* line 23178, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1 {
  border-color: #bbb !important;
}

/* line 23181, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-light-v1--hover-parent {
  border-color: #bbb !important;
}

/* line 23187, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2 {
  border-color: #ccc !important;
}

/* line 23190, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2--before::before {
  border-color: #ccc !important;
}

/* line 23193, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2--after::after {
  border-color: #ccc !important;
}

/* line 23196, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-light-v2--hover-parent {
  border-color: #ccc !important;
}

/* line 23202, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3 {
  border-color: #ddd !important;
}

/* line 23205, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-light-v3--hover-parent {
  border-color: #ddd !important;
}

/* line 23211, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4 {
  border-color: #eee !important;
}

/* line 23214, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-light-v4--hover-parent {
  border-color: #eee !important;
}

/* line 23220, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5 {
  border-color: #f7f7f7 !important;
}

/* line 23223, 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, app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-light-v5--hover-parent {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 23230, app/assets/stylesheets/unify.css */
.g-brd-transparent {
  border-color: transparent !important;
}

/* line 23233, app/assets/stylesheets/unify.css */
.g-brd-transparent--before::before {
  border-color: transparent !important;
}

/* line 23236, app/assets/stylesheets/unify.css */
.g-brd-transparent--after::after {
  border-color: transparent !important;
}

/* line 23239, app/assets/stylesheets/unify.css */
.g-brd-transparent--hover:hover, .g-brd-transparent--active.active {
  border-color: transparent !important;
}

/* line 23242, app/assets/stylesheets/unify.css */
*:hover > .g-brd-transparent--hover-parent {
  border-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 23248, app/assets/stylesheets/unify.css */
.g-brd-green {
  border-color: #72c02c !important;
}

/* line 23251, app/assets/stylesheets/unify.css */
.g-brd-green--hover:hover, .g-brd-green--active.active {
  border-color: #72c02c !important;
}

/* line 23254, app/assets/stylesheets/unify.css */
*:hover > .g-brd-green--hover-parent {
  border-color: #72c02c !important;
}

/* Color Blue */
/* line 23258, app/assets/stylesheets/unify.css */
.g-brd-blue {
  border-color: #3398dc !important;
}

/* line 23261, app/assets/stylesheets/unify.css */
.g-brd-blue--hover:hover, .g-brd-blue--active.active {
  border-color: #3398dc !important;
}

/* line 23264, app/assets/stylesheets/unify.css */
*:hover > .g-brd-blue--hover-parent {
  border-color: #3398dc !important;
}

/* Color Light Blue */
/* line 23268, app/assets/stylesheets/unify.css */
.g-brd-lightblue {
  border-color: #edf2f8 !important;
}

/* line 23271, app/assets/stylesheets/unify.css */
.g-brd-lightblue--hover:hover, .g-brd-lightblue--active.active {
  border-color: #edf2f8 !important;
}

/* line 23274, app/assets/stylesheets/unify.css */
*:hover > .g-brd-lightblue--hover-parent {
  border-color: #edf2f8 !important;
}

/* line 23277, app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1 {
  border-color: #d6e2ee !important;
}

/* line 23280, app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1--hover:hover, .g-brd-lightblue-v1--active.active {
  border-color: #d6e2ee !important;
}

/* line 23283, app/assets/stylesheets/unify.css */
*:hover > .g-brd-lightblue-v1--hover-parent {
  border-color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 23287, app/assets/stylesheets/unify.css */
.g-brd-darkblue {
  border-color: #009 !important;
}

/* line 23290, app/assets/stylesheets/unify.css */
.g-brd-darkblue--hover:hover, .g-brd-darkblue--active.active {
  border-color: #009 !important;
}

/* line 23293, app/assets/stylesheets/unify.css */
*:hover > .g-brd-darkblue--hover-parent {
  border-color: #009 !important;
}

/* Color Indigo */
/* line 23297, app/assets/stylesheets/unify.css */
.g-brd-indigo {
  border-color: #4263a3 !important;
}

/* line 23300, app/assets/stylesheets/unify.css */
.g-brd-indigo--hover:hover, .g-brd-indigo--active.active {
  border-color: #4263a3 !important;
}

/* line 23303, app/assets/stylesheets/unify.css */
*:hover > .g-brd-indigo--hover-parent {
  border-color: #4263a3 !important;
}

/* Color Red */
/* line 23307, app/assets/stylesheets/unify.css */
.g-brd-red {
  border-color: #f00 !important;
}

/* line 23310, app/assets/stylesheets/unify.css */
.g-brd-red--hover:hover, .g-brd-red--active.active {
  border-color: #f00 !important;
}

/* line 23313, app/assets/stylesheets/unify.css */
*:hover > .g-brd-red--hover-parent {
  border-color: #f00 !important;
}

/* Color Light Red */
/* line 23317, app/assets/stylesheets/unify.css */
.g-brd-lightred {
  border-color: #e64b3b !important;
}

/* line 23320, app/assets/stylesheets/unify.css */
.g-brd-lightred--hover:hover, .g-brd-lightred--active.active {
  border-color: #e64b3b !important;
}

/* line 23323, app/assets/stylesheets/unify.css */
*:hover > .g-brd-lightred--hover-parent {
  border-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 23327, app/assets/stylesheets/unify.css */
.g-brd-darkred {
  border-color: #a10f2b !important;
}

/* line 23330, app/assets/stylesheets/unify.css */
.g-brd-darkred--hover:hover, .g-brd-darkred--active.active {
  border-color: #a10f2b !important;
}

/* line 23333, app/assets/stylesheets/unify.css */
*:hover > .g-brd-darkred--hover-parent {
  border-color: #a10f2b !important;
}

/* Color Purple */
/* line 23337, app/assets/stylesheets/unify.css */
.g-brd-purple {
  border-color: #9a69cb !important;
}

/* line 23340, app/assets/stylesheets/unify.css */
.g-brd-purple--hover:hover, .g-brd-purple--active.active {
  border-color: #9a69cb !important;
}

/* line 23343, app/assets/stylesheets/unify.css */
*:hover > .g-brd-purple--hover-parent {
  border-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 23347, app/assets/stylesheets/unify.css */
.g-brd-darkpurple {
  border-color: #6639b6 !important;
}

/* line 23350, app/assets/stylesheets/unify.css */
.g-brd-darkpurple--hover:hover, .g-brd-darkpurple--active.active {
  border-color: #6639b6 !important;
}

/* line 23353, app/assets/stylesheets/unify.css */
*:hover > .g-brd-darkpurple--hover-parent {
  border-color: #6639b6 !important;
}

/* Color Pink */
/* line 23357, app/assets/stylesheets/unify.css */
.g-brd-pink {
  border-color: #e81c62 !important;
}

/* line 23360, app/assets/stylesheets/unify.css */
.g-brd-pink--hover:hover, .g-brd-pink--active.active {
  border-color: #e81c62 !important;
}

/* line 23363, app/assets/stylesheets/unify.css */
*:hover > .g-brd-pink--hover-parent {
  border-color: #e81c62 !important;
}

/* Color Orange */
/* line 23367, app/assets/stylesheets/unify.css */
.g-brd-orange {
  border-color: #e57d20 !important;
}

/* line 23370, app/assets/stylesheets/unify.css */
.g-brd-orange--hover:hover, .g-brd-orange--active.active {
  border-color: #e57d20 !important;
}

/* line 23373, app/assets/stylesheets/unify.css */
*:hover > .g-brd-orange--hover-parent {
  border-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 23377, app/assets/stylesheets/unify.css */
.g-brd-deeporange {
  border-color: #fe541e !important;
}

/* line 23380, app/assets/stylesheets/unify.css */
.g-brd-deeporange--hover:hover, .g-brd-deeporange--active.active {
  border-color: #fe541e !important;
}

/* line 23383, app/assets/stylesheets/unify.css */
*:hover > .g-brd-deeporange--hover-parent {
  border-color: #fe541e !important;
}

/* Color Yellow */
/* line 23387, app/assets/stylesheets/unify.css */
.g-brd-yellow {
  border-color: #ebc71d !important;
}

/* line 23390, app/assets/stylesheets/unify.css */
.g-brd-yellow--hover:hover, .g-brd-yellow--active.active {
  border-color: #ebc71d !important;
}

/* line 23393, app/assets/stylesheets/unify.css */
*:hover > .g-brd-yellow--hover-parent {
  border-color: #ebc71d !important;
}

/* Color Aqua */
/* line 23397, app/assets/stylesheets/unify.css */
.g-brd-aqua {
  border-color: #29d6e6 !important;
}

/* line 23400, app/assets/stylesheets/unify.css */
.g-brd-aqua--hover:hover, .g-brd-aqua--active.active {
  border-color: #29d6e6 !important;
}

/* line 23403, app/assets/stylesheets/unify.css */
*:hover > .g-brd-aqua--hover-parent {
  border-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 23407, app/assets/stylesheets/unify.css */
.g-brd-cyan {
  border-color: #00bed6 !important;
}

/* line 23410, app/assets/stylesheets/unify.css */
.g-brd-cyan--hover:hover, .g-brd-cyan--active.active {
  border-color: #00bed6 !important;
}

/* line 23413, app/assets/stylesheets/unify.css */
*:hover > .g-brd-cyan--hover-parent {
  border-color: #00bed6 !important;
}

/* Color Teal */
/* line 23417, app/assets/stylesheets/unify.css */
.g-brd-teal {
  border-color: #18ba9b !important;
}

/* line 23420, app/assets/stylesheets/unify.css */
.g-brd-teal--hover:hover, .g-brd-teal--active.active {
  border-color: #18ba9b !important;
}

/* line 23423, app/assets/stylesheets/unify.css */
*:hover > .g-brd-teal--hover-parent {
  border-color: #18ba9b !important;
}

/* Color Brown */
/* line 23427, app/assets/stylesheets/unify.css */
.g-brd-brown {
  border-color: #9c8061 !important;
}

/* line 23430, app/assets/stylesheets/unify.css */
.g-brd-brown--hover:hover, .g-brd-brown--active.active {
  border-color: #9c8061 !important;
}

/* line 23433, app/assets/stylesheets/unify.css */
*:hover > .g-brd-brown--hover-parent {
  border-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 23437, app/assets/stylesheets/unify.css */
.g-brd-bluegray {
  border-color: #585f69 !important;
}

/* line 23440, app/assets/stylesheets/unify.css */
.g-brd-bluegray--hover:hover, .g-brd-bluegray--active.active {
  border-color: #585f69 !important;
}

/* line 23443, app/assets/stylesheets/unify.css */
*:hover > .g-brd-bluegray--hover-parent {
  border-color: #585f69 !important;
}

/* Primary Colors */
/* line 23447, app/assets/stylesheets/unify.css */
.g-brd-primary-top {
  border-top-color: #72c02c !important;
}

/* line 23450, app/assets/stylesheets/unify.css */
.g-brd-primary-top--before::before {
  border-top-color: #72c02c !important;
}

/* line 23453, app/assets/stylesheets/unify.css */
.g-brd-primary-bottom {
  border-bottom-color: #72c02c !important;
}

/* line 23456, app/assets/stylesheets/unify.css */
.g-brd-primary-bottom--before:before {
  border-bottom-color: #72c02c !important;
}

/* line 23459, app/assets/stylesheets/unify.css */
.g-brd-primary-left {
  border-left-color: #72c02c !important;
}

/* line 23462, app/assets/stylesheets/unify.css */
.g-brd-primary-left--before:before {
  border-left-color: #72c02c !important;
}

/* line 23465, app/assets/stylesheets/unify.css */
.g-brd-primary-right {
  border-right-color: #72c02c !important;
}

/* line 23468, app/assets/stylesheets/unify.css */
.g-brd-primary-right--before:before {
  border-right-color: #72c02c !important;
}

/* line 23471, app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3-top {
  border-top-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23474, app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3-bottom {
  border-bottom-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23477, app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3-left {
  border-left-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23480, app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3-right {
  border-right-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23483, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1-top {
  border-top-color: #6db82a !important;
}

/* line 23486, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1-bottom {
  border-bottom-color: #6db82a !important;
}

/* line 23489, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1-left {
  border-left-color: #6db82a !important;
}

/* line 23492, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1-right {
  border-right-color: #6db82a !important;
}

/* line 23495, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2-top {
  border-top-color: #66ab27 !important;
}

/* line 23498, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2-bottom {
  border-bottom-color: #66ab27 !important;
}

/* line 23501, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2-left {
  border-left-color: #66ab27 !important;
}

/* line 23504, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2-right {
  border-right-color: #66ab27 !important;
}

/* line 23507, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3-top {
  border-top-color: #599722 !important;
}

/* line 23510, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3-bottom {
  border-bottom-color: #599722 !important;
}

/* line 23513, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3-left {
  border-left-color: #599722 !important;
}

/* line 23516, app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3-right {
  border-right-color: #599722 !important;
}

/* Black Colors */
/* line 23520, app/assets/stylesheets/unify.css */
.g-brd-black-top {
  border-top-color: #000 !important;
}

/* line 23523, app/assets/stylesheets/unify.css */
.g-brd-black-bottom {
  border-bottom-color: #000 !important;
}

/* line 23526, app/assets/stylesheets/unify.css */
.g-brd-black-left {
  border-left-color: #000 !important;
}

/* line 23529, app/assets/stylesheets/unify.css */
.g-brd-black-right {
  border-right-color: #000 !important;
}

/* White */
/* line 23533, app/assets/stylesheets/unify.css */
.g-brd-white-top {
  border-top-color: #fff !important;
}

/* line 23536, app/assets/stylesheets/unify.css */
.g-brd-white-bottom {
  border-bottom-color: #fff !important;
}

/* line 23539, app/assets/stylesheets/unify.css */
.g-brd-white-left {
  border-left-color: #fff !important;
}

/* line 23542, app/assets/stylesheets/unify.css */
.g-brd-white-right {
  border-right-color: #fff !important;
}

/* line 23545, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1-top {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23548, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23551, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1-left {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23554, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1-right {
  border-right-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23557, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2-top {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23560, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23563, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2-left {
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23566, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2-right {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23569, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3-top {
  border-top-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23572, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23575, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3-left {
  border-left-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23578, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3-right {
  border-right-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23581, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4-top {
  border-top-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23584, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23587, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4-left {
  border-left-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23590, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4-right {
  border-right-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23593, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5-top {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23596, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23599, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5-left {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23602, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5-right {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23605, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6-top {
  border-top-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23608, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23611, app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6-left {
  border-left-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23614, 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, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1-top {
  border-top-color: #111 !important;
}

/* line 23621, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1-bottom {
  border-bottom-color: #111 !important;
}

/* line 23624, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1-left {
  border-left-color: #111 !important;
}

/* line 23627, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1-right {
  border-right-color: #111 !important;
}

/* line 23630, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2-top {
  border-top-color: #333 !important;
}

/* line 23633, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2-bottom {
  border-bottom-color: #333 !important;
}

/* line 23636, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2-left {
  border-left-color: #333 !important;
}

/* line 23639, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2-right {
  border-right-color: #333 !important;
}

/* line 23642, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3-top {
  border-top-color: #555 !important;
}

/* line 23645, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3-bottom {
  border-bottom-color: #555 !important;
}

/* line 23648, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3-left {
  border-left-color: #555 !important;
}

/* line 23651, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3-right {
  border-right-color: #555 !important;
}

/* line 23654, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4-top {
  border-top-color: #777 !important;
}

/* line 23657, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4-bottom {
  border-bottom-color: #777 !important;
}

/* line 23660, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4-left {
  border-left-color: #777 !important;
}

/* line 23663, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4-right {
  border-right-color: #777 !important;
}

/* line 23666, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5-top {
  border-top-color: #999 !important;
}

/* line 23669, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5-bottom {
  border-bottom-color: #999 !important;
}

/* line 23672, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5-left {
  border-left-color: #999 !important;
}

/* line 23675, app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5-right {
  border-right-color: #999 !important;
}

/* line 23678, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1-top {
  border-top-color: #bbb !important;
}

/* line 23681, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1-bottom {
  border-bottom-color: #bbb !important;
}

/* line 23684, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1-left {
  border-left-color: #bbb !important;
}

/* line 23687, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1-right {
  border-right-color: #bbb !important;
}

/* line 23690, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2-top {
  border-top-color: #ccc !important;
}

/* line 23693, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2-bottom {
  border-bottom-color: #ccc !important;
}

/* line 23696, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2-left {
  border-left-color: #ccc !important;
}

/* line 23699, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2-right {
  border-right-color: #ccc !important;
}

/* line 23702, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3-top {
  border-top-color: #ddd !important;
}

/* line 23705, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3-bottom {
  border-bottom-color: #ddd !important;
}

/* line 23708, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3-left {
  border-left-color: #ddd !important;
}

/* line 23711, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3-right {
  border-right-color: #ddd !important;
}

/* line 23714, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4-top {
  border-top-color: #eee !important;
}

/* line 23717, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4-bottom {
  border-bottom-color: #eee !important;
}

/* line 23720, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4-left {
  border-left-color: #eee !important;
}

/* line 23723, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4-right {
  border-right-color: #eee !important;
}

/* line 23726, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5-top {
  border-top-color: #f7f7f7 !important;
}

/* line 23729, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5-bottom {
  border-bottom-color: #f7f7f7 !important;
}

/* line 23732, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5-left {
  border-left-color: #f7f7f7 !important;
}

/* line 23735, app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5-right {
  border-right-color: #f7f7f7 !important;
}

/* Transparent */
/* line 23739, app/assets/stylesheets/unify.css */
.g-brd-transparent-top {
  border-top-color: transparent !important;
}

/* line 23742, app/assets/stylesheets/unify.css */
.g-brd-transparent-bottom {
  border-bottom-color: transparent !important;
}

/* line 23745, app/assets/stylesheets/unify.css */
.g-brd-transparent-left {
  border-left-color: transparent !important;
}

/* line 23748, app/assets/stylesheets/unify.css */
.g-brd-transparent-right {
  border-right-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 23754, app/assets/stylesheets/unify.css */
.g-brd-green-top {
  border-top-color: #72c02c !important;
}

/* line 23757, app/assets/stylesheets/unify.css */
.g-brd-green-bottom {
  border-bottom-color: #72c02c !important;
}

/* line 23760, app/assets/stylesheets/unify.css */
.g-brd-green-left {
  border-left-color: #72c02c !important;
}

/* line 23763, app/assets/stylesheets/unify.css */
.g-brd-green-right {
  border-right-color: #72c02c !important;
}

/* Color Blue */
/* line 23767, app/assets/stylesheets/unify.css */
.g-brd-blue-top {
  border-top-color: #3398dc !important;
}

/* line 23770, app/assets/stylesheets/unify.css */
.g-brd-blue-bottom {
  border-bottom-color: #3398dc !important;
}

/* line 23773, app/assets/stylesheets/unify.css */
.g-brd-blue-left {
  border-left-color: #3398dc !important;
}

/* line 23776, app/assets/stylesheets/unify.css */
.g-brd-blue-right {
  border-right-color: #3398dc !important;
}

/* Color Light Blue */
/* line 23780, app/assets/stylesheets/unify.css */
.g-brd-lightblue-top {
  border-top-color: #edf2f8 !important;
}

/* line 23783, app/assets/stylesheets/unify.css */
.g-brd-lightblue-bottom {
  border-bottom-color: #edf2f8 !important;
}

/* line 23786, app/assets/stylesheets/unify.css */
.g-brd-lightblue-left {
  border-left-color: #edf2f8 !important;
}

/* line 23789, app/assets/stylesheets/unify.css */
.g-brd-lightblue-right {
  border-right-color: #edf2f8 !important;
}

/* line 23792, app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1-top {
  border-top-color: #d6e2ee !important;
}

/* line 23795, app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1-bottom {
  border-bottom-color: #d6e2ee !important;
}

/* line 23798, app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1-left {
  border-left-color: #d6e2ee !important;
}

/* line 23801, app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1-right {
  border-right-color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 23805, app/assets/stylesheets/unify.css */
.g-brd-darkblue-top {
  border-top-color: #009 !important;
}

/* line 23808, app/assets/stylesheets/unify.css */
.g-brd-darkblue-bottom {
  border-bottom-color: #009 !important;
}

/* line 23811, app/assets/stylesheets/unify.css */
.g-brd-darkblue-left {
  border-left-color: #009 !important;
}

/* line 23814, app/assets/stylesheets/unify.css */
.g-brd-darkblue-right {
  border-right-color: #009 !important;
}

/* Color Indigo */
/* line 23818, app/assets/stylesheets/unify.css */
.g-brd-indigo-top {
  border-top-color: #4263a3 !important;
}

/* line 23821, app/assets/stylesheets/unify.css */
.g-brd-indigo-bottom {
  border-bottom-color: #4263a3 !important;
}

/* line 23824, app/assets/stylesheets/unify.css */
.g-brd-indigo-left {
  border-left-color: #4263a3 !important;
}

/* line 23827, app/assets/stylesheets/unify.css */
.g-brd-indigo-right {
  border-right-color: #4263a3 !important;
}

/* Color Red */
/* line 23831, app/assets/stylesheets/unify.css */
.g-brd-red-top {
  border-top-color: #f00 !important;
}

/* line 23834, app/assets/stylesheets/unify.css */
.g-brd-red-bottom {
  border-bottom-color: #f00 !important;
}

/* line 23837, app/assets/stylesheets/unify.css */
.g-brd-red-left {
  border-left-color: #f00 !important;
}

/* line 23840, app/assets/stylesheets/unify.css */
.g-brd-red-right {
  border-right-color: #f00 !important;
}

/* Color Light Red */
/* line 23844, app/assets/stylesheets/unify.css */
.g-brd-lightred-top {
  border-top-color: #e64b3b !important;
}

/* line 23847, app/assets/stylesheets/unify.css */
.g-brd-lightred-bottom {
  border-bottom-color: #e64b3b !important;
}

/* line 23850, app/assets/stylesheets/unify.css */
.g-brd-lightred-left {
  border-left-color: #e64b3b !important;
}

/* line 23853, app/assets/stylesheets/unify.css */
.g-brd-lightred-right {
  border-right-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 23857, app/assets/stylesheets/unify.css */
.g-brd-darkred-top {
  border-top-color: #a10f2b !important;
}

/* line 23860, app/assets/stylesheets/unify.css */
.g-brd-darkred-bottom {
  border-bottom-color: #a10f2b !important;
}

/* line 23863, app/assets/stylesheets/unify.css */
.g-brd-darkred-left {
  border-left-color: #a10f2b !important;
}

/* line 23866, app/assets/stylesheets/unify.css */
.g-brd-darkred-right {
  border-right-color: #a10f2b !important;
}

/* Color Purple */
/* line 23870, app/assets/stylesheets/unify.css */
.g-brd-purple-top {
  border-top-color: #9a69cb !important;
}

/* line 23873, app/assets/stylesheets/unify.css */
.g-brd-purple-bottom {
  border-bottom-color: #9a69cb !important;
}

/* line 23876, app/assets/stylesheets/unify.css */
.g-brd-purple-left {
  border-left-color: #9a69cb !important;
}

/* line 23879, app/assets/stylesheets/unify.css */
.g-brd-purple-right {
  border-right-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 23883, app/assets/stylesheets/unify.css */
.g-brd-darkpurple-top {
  border-top-color: #6639b6 !important;
}

/* line 23886, app/assets/stylesheets/unify.css */
.g-brd-darkpurple-bottom {
  border-bottom-color: #6639b6 !important;
}

/* line 23889, app/assets/stylesheets/unify.css */
.g-brd-darkpurple-left {
  border-left-color: #6639b6 !important;
}

/* line 23892, app/assets/stylesheets/unify.css */
.g-brd-darkpurple-right {
  border-right-color: #6639b6 !important;
}

/* Color Pink */
/* line 23896, app/assets/stylesheets/unify.css */
.g-brd-pink-top {
  border-top-color: #e81c62 !important;
}

/* line 23899, app/assets/stylesheets/unify.css */
.g-brd-pink-bottom {
  border-bottom-color: #e81c62 !important;
}

/* line 23902, app/assets/stylesheets/unify.css */
.g-brd-pink-left {
  border-left-color: #e81c62 !important;
}

/* line 23905, app/assets/stylesheets/unify.css */
.g-brd-pink-right {
  border-right-color: #e81c62 !important;
}

/* Color Orange */
/* line 23909, app/assets/stylesheets/unify.css */
.g-brd-orange-top {
  border-top-color: #e57d20 !important;
}

/* line 23912, app/assets/stylesheets/unify.css */
.g-brd-orange-bottom {
  border-bottom-color: #e57d20 !important;
}

/* line 23915, app/assets/stylesheets/unify.css */
.g-brd-orange-left {
  border-left-color: #e57d20 !important;
}

/* line 23918, app/assets/stylesheets/unify.css */
.g-brd-orange-right {
  border-right-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 23922, app/assets/stylesheets/unify.css */
.g-brd-deeporange-top {
  border-top-color: #fe541e !important;
}

/* line 23925, app/assets/stylesheets/unify.css */
.g-brd-deeporange-bottom {
  border-bottom-color: #fe541e !important;
}

/* line 23928, app/assets/stylesheets/unify.css */
.g-brd-deeporange-left {
  border-left-color: #fe541e !important;
}

/* line 23931, app/assets/stylesheets/unify.css */
.g-brd-deeporange-right {
  border-right-color: #fe541e !important;
}

/* Color Yellow */
/* line 23935, app/assets/stylesheets/unify.css */
.g-brd-yellow-top {
  border-top-color: #ebc71d !important;
}

/* line 23938, app/assets/stylesheets/unify.css */
.g-brd-yellow-bottom {
  border-bottom-color: #ebc71d !important;
}

/* line 23941, app/assets/stylesheets/unify.css */
.g-brd-yellow-left {
  border-left-color: #ebc71d !important;
}

/* line 23944, app/assets/stylesheets/unify.css */
.g-brd-yellow-right {
  border-right-color: #ebc71d !important;
}

/* Color Aqua */
/* line 23948, app/assets/stylesheets/unify.css */
.g-brd-aqua-top {
  border-top-color: #29d6e6 !important;
}

/* line 23951, app/assets/stylesheets/unify.css */
.g-brd-aqua-bottom {
  border-bottom-color: #29d6e6 !important;
}

/* line 23954, app/assets/stylesheets/unify.css */
.g-brd-aqua-left {
  border-left-color: #29d6e6 !important;
}

/* line 23957, app/assets/stylesheets/unify.css */
.g-brd-aqua-right {
  border-right-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 23961, app/assets/stylesheets/unify.css */
.g-brd-cyan-top {
  border-top-color: #00bed6 !important;
}

/* line 23964, app/assets/stylesheets/unify.css */
.g-brd-cyan-bottom {
  border-bottom-color: #00bed6 !important;
}

/* line 23967, app/assets/stylesheets/unify.css */
.g-brd-cyan-left {
  border-left-color: #00bed6 !important;
}

/* line 23970, app/assets/stylesheets/unify.css */
.g-brd-cyan-right {
  border-right-color: #00bed6 !important;
}

/* Color Teal */
/* line 23974, app/assets/stylesheets/unify.css */
.g-brd-teal-top {
  border-top-color: #18ba9b !important;
}

/* line 23977, app/assets/stylesheets/unify.css */
.g-brd-teal-bottom {
  border-bottom-color: #18ba9b !important;
}

/* line 23980, app/assets/stylesheets/unify.css */
.g-brd-teal-left {
  border-left-color: #18ba9b !important;
}

/* line 23983, app/assets/stylesheets/unify.css */
.g-brd-teal-right {
  border-right-color: #18ba9b !important;
}

/* Color Brown */
/* line 23987, app/assets/stylesheets/unify.css */
.g-brd-brown-top {
  border-top-color: #9c8061 !important;
}

/* line 23990, app/assets/stylesheets/unify.css */
.g-brd-brown-bottom {
  border-bottom-color: #9c8061 !important;
}

/* line 23993, app/assets/stylesheets/unify.css */
.g-brd-brown-left {
  border-left-color: #9c8061 !important;
}

/* line 23996, app/assets/stylesheets/unify.css */
.g-brd-brown-right {
  border-right-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 24000, app/assets/stylesheets/unify.css */
.g-brd-bluegray-top {
  border-top-color: #585f69 !important;
}

/* line 24003, app/assets/stylesheets/unify.css */
.g-brd-bluegray-bottom {
  border-bottom-color: #585f69 !important;
}

/* line 24006, app/assets/stylesheets/unify.css */
.g-brd-bluegray-left {
  border-left-color: #585f69 !important;
}

/* line 24009, app/assets/stylesheets/unify.css */
.g-brd-bluegray-right {
  border-right-color: #585f69 !important;
}

/* O */
/* line 24013, app/assets/stylesheets/unify.css */
.g-brd-primary-top--hover:hover {
  border-top-color: #72c02c !important;
}

/* line 24016, app/assets/stylesheets/unify.css */
.g-brd-primary-top--hover:hover::after {
  border-top-color: #72c02c;
}

/* line 24019, app/assets/stylesheets/unify.css */
.g-brd-primary-top--active.active {
  border-top-color: #72c02c !important;
}

/* line 24022, app/assets/stylesheets/unify.css */
.g-brd-primary-top--active.active::after {
  border-top-color: #72c02c;
}

/* line 24025, app/assets/stylesheets/unify.css */
.g-brd-primary-bottom--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* line 24028, app/assets/stylesheets/unify.css */
.g-brd-primary-bottom--hover:hover::after {
  border-bottom-color: #72c02c;
}

/* line 24031, app/assets/stylesheets/unify.css */
.g-brd-primary-bottom--active.active {
  border-bottom-color: #72c02c !important;
}

/* line 24034, app/assets/stylesheets/unify.css */
.g-brd-primary-bottom--active.active::after {
  border-bottom-color: #72c02c;
}

/* line 24037, app/assets/stylesheets/unify.css */
.g-brd-pinterest {
  border-color: #c8232c !important;
}

/* line 24040, app/assets/stylesheets/unify.css */
.g-brd-pinterest::after {
  border-color: #c8232c !important;
}

/* line 24043, app/assets/stylesheets/unify.css */
.g-brd-pinterest-top--hover:hover {
  border-top-color: #c8232c !important;
}

/* line 24046, app/assets/stylesheets/unify.css */
.g-brd-pinterest-top--hover:hover::after {
  border-top-color: #c8232c;
}

/* line 24049, app/assets/stylesheets/unify.css */
.g-brd-pinterest-top--active.active {
  border-top-color: #c8232c !important;
}

/* line 24052, app/assets/stylesheets/unify.css */
.g-brd-pinterest-top--active.active::after {
  border-top-color: #c8232c;
}

/* line 24055, app/assets/stylesheets/unify.css */
.g-brd-pinterest-bottom--hover:hover {
  border-bottom-color: #c8232c !important;
}

/* line 24058, app/assets/stylesheets/unify.css */
.g-brd-pinterest-bottom--hover:hover::after {
  border-bottom-color: #c8232c;
}

/* line 24061, app/assets/stylesheets/unify.css */
.g-brd-pinterest-bottom--active.active {
  border-bottom-color: #c8232c !important;
}

/* line 24064, app/assets/stylesheets/unify.css */
.g-brd-pinterest-bottom--active.active::after {
  border-bottom-color: #c8232c;
}

/*------------------------------------
  Social Border Colors
------------------------------------*/
/* Facebook */
/* line 24071, app/assets/stylesheets/unify.css */
.g-brd-facebook {
  border-color: #3b5998;
}

/* line 24074, app/assets/stylesheets/unify.css */
.g-brd-facebook--hover:hover {
  border-color: #3b5998 !important;
}

/* Twitter */
/* line 24078, app/assets/stylesheets/unify.css */
.g-brd-twitter {
  border-color: #00acee;
}

/* line 24081, app/assets/stylesheets/unify.css */
.g-brd-twitter--hover:hover {
  border-color: #00acee !important;
}

/* Skype */
/* line 24085, app/assets/stylesheets/unify.css */
.g-brd-skype {
  border-color: #00aff0;
}

/* line 24088, app/assets/stylesheets/unify.css */
.g-brd-skype--hover:hover {
  border-color: #00aff0 !important;
}

/* Pinterest */
/* line 24092, app/assets/stylesheets/unify.css */
.g-brd-pinterest {
  border-color: #c8232c;
}

/* line 24095, app/assets/stylesheets/unify.css */
.g-brd-pinterest--hover:hover {
  border-color: #c8232c !important;
}

/* Vine */
/* line 24099, app/assets/stylesheets/unify.css */
.g-brd-vine {
  border-color: #00bf8f;
}

/* line 24102, app/assets/stylesheets/unify.css */
.g-brd-vine--hover:hover {
  border-color: #00bf8f !important;
}

/* Youtube */
/* line 24106, app/assets/stylesheets/unify.css */
.g-brd-youtube {
  border-color: #c4302b;
}

/* line 24109, app/assets/stylesheets/unify.css */
.g-brd-youtube--hover:hover {
  border-color: #c4302b !important;
}

/* Google plus */
/* line 24113, app/assets/stylesheets/unify.css */
.g-brd-google-plus {
  border-color: #dd4b39;
}

/* line 24116, app/assets/stylesheets/unify.css */
.g-brd-google-plus--hover:hover {
  border-color: #dd4b39 !important;
}

/* Dribbble */
/* line 24120, app/assets/stylesheets/unify.css */
.g-brd-dribbble {
  border-color: #ea4c89;
}

/* line 24123, app/assets/stylesheets/unify.css */
.g-brd-dribbble--hover:hover {
  border-color: #ea4c89 !important;
}

/* VK */
/* line 24127, app/assets/stylesheets/unify.css */
.g-brd-vk {
  border-color: #2b587a;
}

/* line 24130, app/assets/stylesheets/unify.css */
.g-brd-vk--hover:hover {
  border-color: #2b587a !important;
}

/* Linkedin */
/* line 24134, app/assets/stylesheets/unify.css */
.g-brd-linkedin {
  border-color: #0e76a8;
}

/* line 24137, app/assets/stylesheets/unify.css */
.g-brd-linkedin--hover:hover {
  border-color: #0e76a8 !important;
}

/* Instagram */
/* line 24141, app/assets/stylesheets/unify.css */
.g-brd-instagram {
  border-color: #3f729b;
}

/* line 24144, app/assets/stylesheets/unify.css */
.g-brd-instagram--hover:hover {
  border-color: #3f729b !important;
}

/*------------------------------------
  Border Gradient Colors
------------------------------------*/
/* Cyan Gradient */
/* line 24151, 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, app/assets/stylesheets/unify.css */
.g-font-secondary {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

/* line 24162, app/assets/stylesheets/unify.css */
.g-font-code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 24165, app/assets/stylesheets/unify.css */
.g-font-niconne {
  font-family: "Niconne", cursive;
}

/*------------------------------------
  Typography Font Size
------------------------------------*/
/* line 24171, app/assets/stylesheets/unify.css */
.g-font-size-default {
  font-size: 1rem !important;
}

/* line 24174, app/assets/stylesheets/unify.css */
.g-font-size-70x {
  font-size: 70% !important;
}

/* line 24177, app/assets/stylesheets/unify.css */
.g-font-size-75x {
  font-size: 75% !important;
}

/* line 24180, app/assets/stylesheets/unify.css */
.g-font-size-80x {
  font-size: 80% !important;
}

/* line 24183, app/assets/stylesheets/unify.css */
.g-font-size-85x {
  font-size: 85% !important;
}

/* line 24186, app/assets/stylesheets/unify.css */
.g-font-size-90x {
  font-size: 90% !important;
}

/* line 24189, app/assets/stylesheets/unify.css */
.g-font-size-95x {
  font-size: 95% !important;
}

/* line 24192, app/assets/stylesheets/unify.css */
.g-font-size-0 {
  font-size: 0;
}

/* line 24195, app/assets/stylesheets/unify.css */
.g-font-size-5 {
  font-size: 0.35714rem !important;
}

/* line 24198, app/assets/stylesheets/unify.css */
.g-font-size-8 {
  font-size: 0.57143rem !important;
}

/* line 24201, app/assets/stylesheets/unify.css */
.g-font-size-9 {
  font-size: 0.64286rem !important;
}

/* line 24204, app/assets/stylesheets/unify.css */
.g-font-size-10 {
  font-size: 0.71429rem !important;
}

/* line 24207, app/assets/stylesheets/unify.css */
.g-font-size-11 {
  font-size: 0.78571rem !important;
}

/* line 24210, app/assets/stylesheets/unify.css */
.g-font-size-12 {
  font-size: 0.85714rem !important;
}

/* line 24213, app/assets/stylesheets/unify.css */
.g-font-size-13 {
  font-size: 0.92857rem !important;
}

/* line 24216, app/assets/stylesheets/unify.css */
.g-font-size-14 {
  font-size: 1rem !important;
}

/* line 24219, app/assets/stylesheets/unify.css */
.g-font-size-15 {
  font-size: 1.07143rem !important;
}

/* line 24222, app/assets/stylesheets/unify.css */
.g-font-size-16 {
  font-size: 1.14286rem !important;
}

/* line 24225, app/assets/stylesheets/unify.css */
.g-font-size-17 {
  font-size: 1.21429rem !important;
}

/* line 24228, app/assets/stylesheets/unify.css */
.g-font-size-18 {
  font-size: 1.28571rem !important;
}

/* line 24231, app/assets/stylesheets/unify.css */
.g-font-size-20 {
  font-size: 1.42857rem !important;
}

/* line 24234, app/assets/stylesheets/unify.css */
.g-font-size-22 {
  font-size: 1.57143rem !important;
}

/* line 24237, app/assets/stylesheets/unify.css */
.g-font-size-23 {
  font-size: 1.64286rem !important;
}

/* line 24240, app/assets/stylesheets/unify.css */
.g-font-size-24 {
  font-size: 1.71429rem !important;
}

/* line 24243, app/assets/stylesheets/unify.css */
.g-font-size-25 {
  font-size: 1.78571rem !important;
}

/* line 24246, app/assets/stylesheets/unify.css */
.g-font-size-26 {
  font-size: 1.85714rem !important;
}

/* line 24249, app/assets/stylesheets/unify.css */
.g-font-size-27 {
  font-size: 1.92857rem !important;
}

/* line 24252, app/assets/stylesheets/unify.css */
.g-font-size-28 {
  font-size: 2rem !important;
}

/* line 24255, app/assets/stylesheets/unify.css */
.g-font-size-30 {
  font-size: 2.14286rem !important;
}

/* line 24258, app/assets/stylesheets/unify.css */
.g-font-size-32 {
  font-size: 2.28571rem !important;
}

/* line 24261, app/assets/stylesheets/unify.css */
.g-font-size-33 {
  font-size: 2.35714rem !important;
}

/* line 24264, app/assets/stylesheets/unify.css */
.g-font-size-35 {
  font-size: 2.5rem !important;
}

/* line 24267, app/assets/stylesheets/unify.css */
.g-font-size-36 {
  font-size: 2.57143rem !important;
}

/* line 24270, app/assets/stylesheets/unify.css */
.g-font-size-38 {
  font-size: 2.71429rem !important;
}

/* line 24273, app/assets/stylesheets/unify.css */
.g-font-size-40 {
  font-size: 2.85714rem !important;
}

/* line 24276, app/assets/stylesheets/unify.css */
.g-font-size-42 {
  font-size: 3rem !important;
}

/* line 24279, app/assets/stylesheets/unify.css */
.g-font-size-45 {
  font-size: 3.21429rem !important;
}

/* line 24282, app/assets/stylesheets/unify.css */
.g-font-size-46 {
  font-size: 3.28571rem !important;
}

/* line 24285, app/assets/stylesheets/unify.css */
.g-font-size-48 {
  font-size: 3.42857rem !important;
}

/* line 24288, app/assets/stylesheets/unify.css */
.g-font-size-50 {
  font-size: 3.57143rem !important;
}

/* line 24291, app/assets/stylesheets/unify.css */
.g-font-size-55 {
  font-size: 3.92857rem !important;
}

/* line 24294, app/assets/stylesheets/unify.css */
.g-font-size-56 {
  font-size: 4rem !important;
}

/* line 24297, app/assets/stylesheets/unify.css */
.g-font-size-60 {
  font-size: 4.28571rem !important;
}

/* line 24300, app/assets/stylesheets/unify.css */
.g-font-size-65 {
  font-size: 4.64286rem !important;
}

/* line 24303, app/assets/stylesheets/unify.css */
.g-font-size-70 {
  line-height: 70px;
  font-size: 5rem !important;
}

/* line 24307, app/assets/stylesheets/unify.css */
.g-font-size-75 {
  font-size: 5.35714rem !important;
}

/* line 24310, app/assets/stylesheets/unify.css */
.g-font-size-76 {
  font-size: 5.42857rem !important;
}

/* line 24313, app/assets/stylesheets/unify.css */
.g-font-size-80 {
  font-size: 5.71429rem !important;
}

/* line 24316, app/assets/stylesheets/unify.css */
.g-font-size-86 {
  font-size: 6.14286rem !important;
}

/* line 24319, app/assets/stylesheets/unify.css */
.g-font-size-90 {
  font-size: 6.42857rem !important;
}

/* line 24322, app/assets/stylesheets/unify.css */
.g-font-size-120 {
  font-size: 8.57143rem !important;
}

/* line 24325, app/assets/stylesheets/unify.css */
.g-font-size-200 {
  line-height: 210px;
  font-size: 14.28571rem !important;
}

/* line 24329, app/assets/stylesheets/unify.css */
.g-font-size-180 {
  font-size: 12.85714rem !important;
}

@media (min-width: 576px) {
  /* line 24333, app/assets/stylesheets/unify.css */
  .g-font-size-20--sm {
    font-size: 1.42857rem !important;
  }
  /* line 24335, app/assets/stylesheets/unify.css */
  .g-font-size-25--sm {
    font-size: 1.78571rem !important;
  }
  /* line 24337, app/assets/stylesheets/unify.css */
  .g-font-size-40--sm {
    font-size: 2.85714rem !important;
  }
  /* line 24339, app/assets/stylesheets/unify.css */
  .g-font-size-50--sm {
    font-size: 3.57143rem !important;
  }
  /* line 24341, app/assets/stylesheets/unify.css */
  .g-font-size-240--sm {
    font-size: 17.14286rem !important;
  }
}

@media (min-width: 768px) {
  /* line 24345, app/assets/stylesheets/unify.css */
  .g-font-size-default--md {
    font-size: 1rem;
  }
  /* line 24347, app/assets/stylesheets/unify.css */
  .g-font-size-12--md {
    font-size: 0.85714rem !important;
  }
  /* line 24349, app/assets/stylesheets/unify.css */
  .g-font-size-16--md {
    font-size: 1.14286rem !important;
  }
  /* line 24351, app/assets/stylesheets/unify.css */
  .g-font-size-18--md {
    font-size: 1.28571rem !important;
  }
  /* line 24353, app/assets/stylesheets/unify.css */
  .g-font-size-20--md {
    font-size: 1.42857rem !important;
  }
  /* line 24355, app/assets/stylesheets/unify.css */
  .g-font-size-24--md {
    font-size: 1.71429rem !important;
  }
  /* line 24357, app/assets/stylesheets/unify.css */
  .g-font-size-25--md {
    font-size: 1.78571rem !important;
  }
  /* line 24359, app/assets/stylesheets/unify.css */
  .g-font-size-26--md {
    font-size: 1.85714rem !important;
  }
  /* line 24361, app/assets/stylesheets/unify.css */
  .g-font-size-27--md {
    font-size: 1.92857rem !important;
  }
  /* line 24363, app/assets/stylesheets/unify.css */
  .g-font-size-28--md {
    font-size: 2rem !important;
  }
  /* line 24365, app/assets/stylesheets/unify.css */
  .g-font-size-30--md {
    font-size: 2.14286rem !important;
  }
  /* line 24367, app/assets/stylesheets/unify.css */
  .g-font-size-32--md {
    font-size: 2.28571rem !important;
  }
  /* line 24369, app/assets/stylesheets/unify.css */
  .g-font-size-35--md {
    font-size: 2.5rem !important;
  }
  /* line 24371, app/assets/stylesheets/unify.css */
  .g-font-size-36--md {
    font-size: 2.57143rem !important;
  }
  /* line 24373, app/assets/stylesheets/unify.css */
  .g-font-size-40--md {
    font-size: 2.85714rem !important;
  }
  /* line 24375, app/assets/stylesheets/unify.css */
  .g-font-size-45--md {
    font-size: 3.21429rem !important;
  }
  /* line 24377, app/assets/stylesheets/unify.css */
  .g-font-size-46--md {
    font-size: 3.28571rem !important;
  }
  /* line 24379, app/assets/stylesheets/unify.css */
  .g-font-size-48--md {
    font-size: 3.42857rem !important;
  }
  /* line 24381, app/assets/stylesheets/unify.css */
  .g-font-size-50--md {
    font-size: 3.57143rem !important;
  }
  /* line 24383, app/assets/stylesheets/unify.css */
  .g-font-size-55--md {
    font-size: 3.92857rem !important;
  }
  /* line 24385, app/assets/stylesheets/unify.css */
  .g-font-size-56--md {
    font-size: 4rem !important;
  }
  /* line 24387, app/assets/stylesheets/unify.css */
  .g-font-size-60--md {
    font-size: 4.28571rem !important;
  }
  /* line 24389, app/assets/stylesheets/unify.css */
  .g-font-size-65--md {
    font-size: 4.64286rem !important;
  }
  /* line 24391, app/assets/stylesheets/unify.css */
  .g-font-size-70--md {
    font-size: 5rem !important;
  }
  /* line 24393, app/assets/stylesheets/unify.css */
  .g-font-size-75--md {
    font-size: 5.35714rem !important;
  }
  /* line 24395, app/assets/stylesheets/unify.css */
  .g-font-size-76--md {
    font-size: 5.42857rem !important;
  }
  /* line 24397, app/assets/stylesheets/unify.css */
  .g-font-size-90--md {
    font-size: 6.42857rem !important;
  }
  /* line 24399, app/assets/stylesheets/unify.css */
  .g-font-size-130--md {
    font-size: 9.28571rem !important;
  }
}

@media (min-width: 992px) {
  /* line 24403, app/assets/stylesheets/unify.css */
  .g-font-size-18--lg {
    font-size: 1.28571rem !important;
  }
  /* line 24405, app/assets/stylesheets/unify.css */
  .g-font-size-26--lg {
    font-size: 1.85714rem !important;
  }
  /* line 24407, app/assets/stylesheets/unify.css */
  .g-font-size-35--lg {
    font-size: 2.5rem !important;
  }
  /* line 24409, app/assets/stylesheets/unify.css */
  .g-font-size-36--lg {
    font-size: 2.57143rem !important;
  }
  /* line 24411, app/assets/stylesheets/unify.css */
  .g-font-size-75--lg {
    font-size: 5.35714rem !important;
  }
  /* line 24413, app/assets/stylesheets/unify.css */
  .g-font-size-76--lg {
    font-size: 5.42857rem !important;
  }
  /* line 24415, app/assets/stylesheets/unify.css */
  .g-font-size-420--lg {
    font-size: 30rem !important;
  }
}

@media (max-width: 575px) {
  /* line 24419, app/assets/stylesheets/unify.css */
  .g-font-size-25 {
    font-size: 1.78571rem !important;
  }
}

/*------------------------------------
  Typography Font Weight
------------------------------------*/
/* line 24425, app/assets/stylesheets/unify.css */
.g-font-weight-100 {
  font-weight: 100;
}

/* line 24428, app/assets/stylesheets/unify.css */
.g-font-weight-200 {
  font-weight: 200;
}

/* line 24431, app/assets/stylesheets/unify.css */
.g-font-weight-300 {
  font-weight: 300;
}

/* line 24434, app/assets/stylesheets/unify.css */
.g-font-weight-400 {
  font-weight: 400;
}

/* line 24437, app/assets/stylesheets/unify.css */
.g-font-weight-500 {
  font-weight: 500;
}

/* line 24440, app/assets/stylesheets/unify.css */
.g-font-weight-600 {
  font-weight: 600;
}

/* line 24443, app/assets/stylesheets/unify.css */
.g-font-weight-700 {
  font-weight: 700;
}

/* line 24446, app/assets/stylesheets/unify.css */
.g-font-weight-800 {
  font-weight: 800;
}

/* line 24449, app/assets/stylesheets/unify.css */
.g-font-weight-900 {
  font-weight: 900;
}

@media (min-width: 768px) {
  /* line 24453, app/assets/stylesheets/unify.css */
  .g-font-weight-100--md {
    font-weight: 100;
  }
  /* line 24455, app/assets/stylesheets/unify.css */
  .g-font-weight-200--md {
    font-weight: 200;
  }
  /* line 24457, app/assets/stylesheets/unify.css */
  .g-font-weight-300--md {
    font-weight: 300;
  }
  /* line 24459, app/assets/stylesheets/unify.css */
  .g-font-weight-400--md {
    font-weight: 400;
  }
  /* line 24461, app/assets/stylesheets/unify.css */
  .g-font-weight-500--md {
    font-weight: 500;
  }
  /* line 24463, app/assets/stylesheets/unify.css */
  .g-font-weight-600--md {
    font-weight: 600;
  }
  /* line 24465, app/assets/stylesheets/unify.css */
  .g-font-weight-700--md {
    font-weight: 700;
  }
  /* line 24467, app/assets/stylesheets/unify.css */
  .g-font-weight-800--md {
    font-weight: 800;
  }
  /* line 24469, app/assets/stylesheets/unify.css */
  .g-font-weight-900--md {
    font-weight: 900;
  }
}

/*------------------------------------
  Typography Text Transform
------------------------------------*/
/* line 24475, app/assets/stylesheets/unify.css */
.g-text-transform-none {
  text-transform: none !important;
}

/*------------------------------------
  Typography Text Decoration
------------------------------------*/
/* line 24481, app/assets/stylesheets/unify.css */
.g-text-underline {
  text-decoration: underline;
}

/* line 24484, app/assets/stylesheets/unify.css */
.g-text-underline--none--hover:focus, .g-text-underline--none--hover:hover {
  text-decoration: none;
}

/* line 24487, app/assets/stylesheets/unify.css */
.g-text-strike {
  text-decoration: line-through;
}

/*------------------------------------
  Typography Letter Spacing
------------------------------------*/
/* line 24493, app/assets/stylesheets/unify.css */
.g-letter-spacing-minus-2 {
  letter-spacing: -0.14286rem;
}

/* line 24496, app/assets/stylesheets/unify.css */
.g-letter-spacing-0_5 {
  letter-spacing: 0.03571rem;
}

/* line 24499, app/assets/stylesheets/unify.css */
.g-letter-spacing-1_5 {
  letter-spacing: 0.10714rem;
}

/* line 24502, app/assets/stylesheets/unify.css */
.g-letter-spacing-0 {
  letter-spacing: 0px;
}

/* line 24505, app/assets/stylesheets/unify.css */
.g-letter-spacing-1 {
  letter-spacing: 0.07143rem;
}

/* line 24508, app/assets/stylesheets/unify.css */
.g-letter-spacing-2 {
  letter-spacing: 0.14286rem;
}

/* line 24511, app/assets/stylesheets/unify.css */
.g-letter-spacing-3 {
  letter-spacing: 0.21429rem;
}

/* line 24514, app/assets/stylesheets/unify.css */
.g-letter-spacing-4 {
  letter-spacing: 0.28571rem;
}

/* line 24517, app/assets/stylesheets/unify.css */
.g-letter-spacing-5 {
  letter-spacing: 0.35714rem;
}

/* line 24520, app/assets/stylesheets/unify.css */
.g-letter-spacing-6 {
  letter-spacing: 0.42857rem;
}

/* line 24523, app/assets/stylesheets/unify.css */
.g-letter-spacing-7 {
  letter-spacing: 0.5rem;
}

/* line 24526, app/assets/stylesheets/unify.css */
.g-letter-spacing-8 {
  letter-spacing: 0.57143rem;
}

/* line 24529, app/assets/stylesheets/unify.css */
.g-letter-spacing-9 {
  letter-spacing: 0.64286rem;
}

/* line 24532, app/assets/stylesheets/unify.css */
.g-letter-spacing-10 {
  letter-spacing: 0.71429rem;
}

/* line 24535, app/assets/stylesheets/unify.css */
.g-letter-spacing-11 {
  letter-spacing: 0.78571rem;
}

/* line 24538, app/assets/stylesheets/unify.css */
.g-letter-spacing-12 {
  letter-spacing: 0.85714rem;
}

/*------------------------------------
  Typography Line Height
------------------------------------*/
/* line 24544, app/assets/stylesheets/unify.css */
.g-line-height-0 {
  line-height: 0 !important;
}

/* line 24547, app/assets/stylesheets/unify.css */
.g-line-height-0_7 {
  line-height: .7 !important;
}

/* line 24550, app/assets/stylesheets/unify.css */
.g-line-height-0_8 {
  line-height: .8 !important;
}

/* line 24553, app/assets/stylesheets/unify.css */
.g-line-height-0_9 {
  line-height: .9 !important;
}

/* line 24556, app/assets/stylesheets/unify.css */
.g-line-height-1 {
  line-height: 1 !important;
}

/* line 24559, app/assets/stylesheets/unify.css */
.g-line-height-1_1 {
  line-height: 1.1 !important;
}

/* line 24562, app/assets/stylesheets/unify.css */
.g-line-height-1_2 {
  line-height: 1.2 !important;
}

/* line 24565, app/assets/stylesheets/unify.css */
.g-line-height-1_3 {
  line-height: 1.3 !important;
}

/* line 24568, app/assets/stylesheets/unify.css */
.g-line-height-1_4 {
  line-height: 1.4 !important;
}

/* line 24571, app/assets/stylesheets/unify.css */
.g-line-height-1_5 {
  line-height: 1.5 !important;
}

/* line 24574, app/assets/stylesheets/unify.css */
.g-line-height-1_6 {
  line-height: 1.6 !important;
}

/* line 24577, app/assets/stylesheets/unify.css */
.g-line-height-1_8 {
  line-height: 1.8 !important;
}

/* line 24580, app/assets/stylesheets/unify.css */
.g-line-height-2 {
  line-height: 2 !important;
}

/*------------------------------------
  Typography Font Style
------------------------------------*/
/* line 24586, app/assets/stylesheets/unify.css */
.g-font-style-normal {
  font-style: normal;
}

/* line 24589, app/assets/stylesheets/unify.css */
.g-font-style-italic {
  font-style: italic;
}

/*------------------------------------
  List Style Types
------------------------------------*/
/* line 24595, app/assets/stylesheets/unify.css */
.g-list-style-circle {
  list-style-type: circle;
}

/* line 24598, app/assets/stylesheets/unify.css */
.g-list-style-square {
  list-style-type: square;
}

/* line 24601, app/assets/stylesheets/unify.css */
.g-list-style-lower-roman {
  list-style-type: lower-roman;
}

/* line 24604, app/assets/stylesheets/unify.css */
.g-list-style-upper-roman {
  list-style-type: upper-roman;
}

/* line 24607, app/assets/stylesheets/unify.css */
.g-list-style-lower-latin {
  list-style-type: lower-latin;
}

/* line 24610, app/assets/stylesheets/unify.css */
.g-list-style-upper-latin {
  list-style-type: upper-latin;
}

/*------------------------------------
  Text Types
------------------------------------*/
/* line 24616, app/assets/stylesheets/unify.css */
.g-text-break-word {
  word-wrap: break-word;
}

/*------------------------------------
  Quotes
------------------------------------*/
/* Quote v1 */
/* line 24623, 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, app/assets/stylesheets/unify.css */
.u-quote-v1::after {
  display: none;
}

/*------------------------------------
  Positions
------------------------------------*/
/* line 24637, app/assets/stylesheets/unify.css */
.g-pos-rel {
  position: relative !important;
}

/* line 24640, app/assets/stylesheets/unify.css */
.g-pos-abs {
  position: absolute !important;
}

/* line 24643, app/assets/stylesheets/unify.css */
.g-pos-stc {
  position: static !important;
}

/* line 24646, app/assets/stylesheets/unify.css */
.g-pos-fix {
  position: fixed !important;
}

@media (min-width: 768px) {
  /* line 24650, app/assets/stylesheets/unify.css */
  .g-pos-rel--md {
    position: relative !important;
  }
  /* line 24652, app/assets/stylesheets/unify.css */
  .g-pos-fix--md {
    position: fixed !important;
  }
  /* line 24654, app/assets/stylesheets/unify.css */
  .g-pos-abs--md {
    position: absolute !important;
  }
  /* line 24656, app/assets/stylesheets/unify.css */
  .g-pos-fix--md {
    position: fixed !important;
  }
}

@media (min-width: 992px) {
  /* line 24660, app/assets/stylesheets/unify.css */
  .g-pos-abs--lg {
    position: absolute !important;
  }
}

/*------------------------------------
  Position Spaces
------------------------------------*/
/* Top */
/* line 24667, app/assets/stylesheets/unify.css */
.g-top-auto {
  /* P */
  top: auto;
}

/* line 24671, app/assets/stylesheets/unify.css */
.g-parent:hover .g-top-auto--parent-hover {
  top: auto;
}

/* line 24674, app/assets/stylesheets/unify.css */
.g-top-0 {
  top: 0;
}

/* line 24677, app/assets/stylesheets/unify.css */
.g-top-0--hover:hover {
  top: 0;
}

/* line 24680, app/assets/stylesheets/unify.css */
.g-parent:hover .g-top-0--parent-hover {
  top: 0;
}

/* line 24683, app/assets/stylesheets/unify.css */
.g-top-1 {
  top: 0.07143rem;
}

/* line 24686, app/assets/stylesheets/unify.css */
.g-top-2 {
  top: 0.14286rem;
}

/* line 24689, app/assets/stylesheets/unify.css */
.g-top-3 {
  top: 0.21429rem;
}

/* line 24692, app/assets/stylesheets/unify.css */
.g-top-5 {
  top: 0.35714rem;
}

/* line 24695, app/assets/stylesheets/unify.css */
.g-top-10 {
  top: 0.71429rem;
}

/* line 24698, app/assets/stylesheets/unify.css */
.g-top-15 {
  top: 1.07143rem;
}

/* line 24701, app/assets/stylesheets/unify.css */
.g-top-20 {
  top: 1.42857rem;
}

/* line 24704, app/assets/stylesheets/unify.css */
.g-top-30 {
  top: 2.14286rem;
}

/* line 24707, app/assets/stylesheets/unify.css */
.g-top-35 {
  top: 2.5rem;
}

/* line 24710, app/assets/stylesheets/unify.css */
.g-top-55 {
  top: 3.92857rem;
}

/* line 24713, app/assets/stylesheets/unify.css */
.g-top-100 {
  top: 7.14286rem;
}

/* line 24716, app/assets/stylesheets/unify.css */
.g-top-15x {
  top: 15%;
}

/* line 24719, app/assets/stylesheets/unify.css */
.g-top-20x {
  top: 20%;
}

/* line 24722, app/assets/stylesheets/unify.css */
.g-top-25x {
  top: 25%;
}

/* line 24725, app/assets/stylesheets/unify.css */
.g-top-30x {
  top: 30%;
}

/* line 24728, app/assets/stylesheets/unify.css */
.g-top-35x {
  top: 35%;
}

/* line 24731, app/assets/stylesheets/unify.css */
.g-top-50x {
  top: 50%;
}

/* line 24734, app/assets/stylesheets/unify.css */
.g-top-100x {
  top: 100%;
}

/* Top Minis */
/* line 24738, app/assets/stylesheets/unify.css */
.g-top-minus-1 {
  top: -0.07143rem;
}

/* line 24741, app/assets/stylesheets/unify.css */
.g-top-minus-2 {
  top: -0.14286rem;
}

/* line 24744, app/assets/stylesheets/unify.css */
.g-top-minus-3 {
  top: -0.21429rem;
}

/* line 24747, app/assets/stylesheets/unify.css */
.g-top-minus-4 {
  top: -0.28571rem;
}

/* line 24750, app/assets/stylesheets/unify.css */
.g-top-minus-5 {
  top: -0.35714rem;
}

/* line 24753, app/assets/stylesheets/unify.css */
.g-top-minus-6 {
  top: -0.42857rem;
}

/* line 24756, app/assets/stylesheets/unify.css */
.g-top-minus-8 {
  top: -0.57143rem;
}

/* line 24759, app/assets/stylesheets/unify.css */
.g-top-minus-10 {
  top: -0.71429rem;
}

/* line 24762, app/assets/stylesheets/unify.css */
.g-top-minus-15 {
  top: -1.07143rem;
}

/* line 24765, app/assets/stylesheets/unify.css */
.g-top-minus-20 {
  top: -1.42857rem;
}

/* line 24768, app/assets/stylesheets/unify.css */
.g-top-minus-30 {
  top: -2.14286rem;
}

/* line 24771, app/assets/stylesheets/unify.css */
.g-top-minus-35 {
  top: -2.5rem;
}

/* line 24774, app/assets/stylesheets/unify.css */
.g-top-minus-40 {
  top: -2.85714rem;
}

/* line 24777, app/assets/stylesheets/unify.css */
.g-top-minus-70 {
  top: -5rem;
}

/* line 24780, app/assets/stylesheets/unify.css */
.g-top-minus-120 {
  top: -8.57143rem;
}

/* line 24783, app/assets/stylesheets/unify.css */
.g-top-minus-25x {
  top: -25%;
}

/* Left */
/* line 24787, app/assets/stylesheets/unify.css */
.g-left-auto {
  /* P */
  left: auto;
}

/* line 24791, app/assets/stylesheets/unify.css */
.g-left-0 {
  left: 0;
}

/* line 24794, app/assets/stylesheets/unify.css */
.g-left-0--hover:hover {
  left: 0;
}

/* line 24797, app/assets/stylesheets/unify.css */
.g-parent:hover .g-left-0--parent-hover {
  left: 0;
}

/* line 24800, app/assets/stylesheets/unify.css */
.g-left-2 {
  left: 0.14286rem;
}

/* line 24803, app/assets/stylesheets/unify.css */
.g-left-5 {
  left: 0.35714rem;
}

/* line 24806, app/assets/stylesheets/unify.css */
.g-left-10 {
  left: 0.71429rem;
}

/* line 24809, app/assets/stylesheets/unify.css */
.g-left-15 {
  left: 1.07143rem !important;
}

/* line 24812, app/assets/stylesheets/unify.css */
.g-left-20 {
  left: 1.42857rem;
}

/* line 24815, app/assets/stylesheets/unify.css */
.g-left-30 {
  left: 2.14286rem;
}

/* line 24818, app/assets/stylesheets/unify.css */
.g-left-40 {
  left: 2.85714rem;
  /* O */
}

/* line 24822, app/assets/stylesheets/unify.css */
.g-left-45 {
  left: 3.21429rem;
  /* P */
}

/* line 24826, app/assets/stylesheets/unify.css */
.g-left-75 {
  left: 5.35714rem;
}

/* line 24829, app/assets/stylesheets/unify.css */
.g-left-110 {
  left: 7.85714rem;
}

/* line 24832, app/assets/stylesheets/unify.css */
.g-left-130 {
  left: 9.28571rem;
}

/* line 24835, app/assets/stylesheets/unify.css */
.g-left-200 {
  left: 14.28571rem;
}

/* line 24838, app/assets/stylesheets/unify.css */
.g-left-15x {
  left: 15%;
}

/* line 24841, app/assets/stylesheets/unify.css */
.g-left-35x {
  left: 35%;
}

/* line 24844, app/assets/stylesheets/unify.css */
.g-left-50x {
  left: 50%;
}

/* line 24847, app/assets/stylesheets/unify.css */
.g-left-100x {
  left: 100%;
}

/* Left Minus */
/* line 24851, app/assets/stylesheets/unify.css */
.g-left-minus-3 {
  left: -0.21429rem;
}

/* line 24854, app/assets/stylesheets/unify.css */
.g-left-minus-6 {
  left: -0.42857rem;
}

/* line 24857, app/assets/stylesheets/unify.css */
.g-left-minus-7 {
  left: -0.5rem;
}

/* line 24860, app/assets/stylesheets/unify.css */
.g-left-minus-10 {
  left: -0.71429rem;
}

/* line 24863, app/assets/stylesheets/unify.css */
.g-left-minus-15 {
  left: -1.07143rem;
}

/* line 24866, app/assets/stylesheets/unify.css */
.g-left-minus-20 {
  left: -1.42857rem;
}

/* line 24869, app/assets/stylesheets/unify.css */
.g-left-minus-25 {
  left: -1.78571rem;
}

/* line 24872, app/assets/stylesheets/unify.css */
.g-left-minus-30 {
  left: -2.14286rem;
}

/* line 24875, app/assets/stylesheets/unify.css */
.g-left-minus-50 {
  left: -3.57143rem;
}

/* line 24878, app/assets/stylesheets/unify.css */
.g-parent:hover .g-left-minus-50--parent-hover {
  left: -3.57143rem;
}

/* Right */
/* line 24882, app/assets/stylesheets/unify.css */
.g-right-auto {
  /* P */
  right: auto;
}

/* line 24886, app/assets/stylesheets/unify.css */
.g-right-0 {
  right: 0;
}

/* line 24889, app/assets/stylesheets/unify.css */
.g-right-0--hover:hover {
  right: 0;
}

/* line 24892, app/assets/stylesheets/unify.css */
.g-parent:hover .g-right-0--parent-hover {
  right: 0;
}

/* line 24895, app/assets/stylesheets/unify.css */
.g-right-5 {
  right: 0.35714rem;
}

/* line 24898, app/assets/stylesheets/unify.css */
.g-right-10 {
  right: 0.71429rem;
}

/* line 24901, app/assets/stylesheets/unify.css */
.g-right-15 {
  right: 1.07143rem !important;
}

/* line 24904, app/assets/stylesheets/unify.css */
.g-right-20 {
  right: 1.42857rem;
}

/* line 24907, app/assets/stylesheets/unify.css */
.g-right-30 {
  right: 2.14286rem;
}

/* line 24910, app/assets/stylesheets/unify.css */
.g-right-40 {
  right: 2.85714rem;
}

/* line 24913, app/assets/stylesheets/unify.css */
.g-right-45 {
  right: 3.21429rem;
  /* P */
}

/* line 24917, app/assets/stylesheets/unify.css */
.g-right-55 {
  right: 3.92857rem;
  /* O */
}

/* line 24921, app/assets/stylesheets/unify.css */
.g-right-100 {
  right: 7.14286rem;
}

/* line 24924, app/assets/stylesheets/unify.css */
.g-right-110 {
  right: 7.85714rem;
}

/* line 24927, app/assets/stylesheets/unify.css */
.g-right-130 {
  right: 9.28571rem;
}

/* line 24930, app/assets/stylesheets/unify.css */
.g-right-15x {
  right: 15%;
}

/* line 24933, app/assets/stylesheets/unify.css */
.g-right-35x {
  right: 35%;
}

/* line 24936, app/assets/stylesheets/unify.css */
.g-right-50x {
  right: 50%;
}

/* line 24939, app/assets/stylesheets/unify.css */
.g-right-100x {
  right: 100%;
}

/* Right Minus */
/* line 24943, app/assets/stylesheets/unify.css */
.g-right-minus-3 {
  right: -0.21429rem;
}

/* line 24946, app/assets/stylesheets/unify.css */
.g-right-minus-6 {
  right: -0.42857rem;
}

/* line 24949, app/assets/stylesheets/unify.css */
.g-right-minus-5 {
  right: -0.35714rem;
}

/* line 24952, app/assets/stylesheets/unify.css */
.g-right-minus-10 {
  right: -0.71429rem;
}

/* line 24955, app/assets/stylesheets/unify.css */
.g-right-minus-13 {
  right: -0.92857rem;
}

/* line 24958, app/assets/stylesheets/unify.css */
.g-right-minus-15 {
  right: -1.07143rem;
}

/* line 24961, app/assets/stylesheets/unify.css */
.g-right-minus-20 {
  right: -1.42857rem;
}

/* line 24964, app/assets/stylesheets/unify.css */
.g-right-minus-25 {
  right: -1.78571rem;
}

/* line 24967, app/assets/stylesheets/unify.css */
.g-right-minus-50 {
  right: -3.57143rem;
}

/* Bottom */
/* line 24971, app/assets/stylesheets/unify.css */
.g-bottom-auto {
  /* P */
  bottom: auto;
}

/* line 24975, app/assets/stylesheets/unify.css */
.g-bottom-0 {
  bottom: 0;
}

/* line 24978, app/assets/stylesheets/unify.css */
.g-bottom-0--hover:hover {
  bottom: 0;
}

/* line 24981, app/assets/stylesheets/unify.css */
.g-parent:hover .g-bottom-0--parent-hover {
  bottom: 0;
}

/* line 24984, app/assets/stylesheets/unify.css */
.g-bottom-6 {
  bottom: 0.42857rem;
}

/* line 24987, app/assets/stylesheets/unify.css */
.g-bottom-10 {
  bottom: 0.71429rem;
}

/* line 24990, app/assets/stylesheets/unify.css */
.g-bottom-20 {
  bottom: 1.42857rem;
}

/* line 24993, app/assets/stylesheets/unify.css */
.g-bottom-30 {
  bottom: 2.14286rem;
}

/* line 24996, app/assets/stylesheets/unify.css */
.g-bottom-40 {
  bottom: 2.85714rem;
}

/* line 24999, app/assets/stylesheets/unify.css */
.g-bottom-50 {
  bottom: 3.57143rem;
}

/* line 25002, app/assets/stylesheets/unify.css */
.g-parent:hover .g-bottom-50--parent-hover {
  bottom: 3.57143rem;
}

/* line 25005, app/assets/stylesheets/unify.css */
.g-bottom-60 {
  bottom: 4.28571rem;
}

/* line 25008, app/assets/stylesheets/unify.css */
.g-bottom-80 {
  bottom: 5.71429rem;
}

/* line 25011, app/assets/stylesheets/unify.css */
.g-bottom-minus-20 {
  bottom: -1.42857rem;
}

/* line 25014, app/assets/stylesheets/unify.css */
.g-bottom-minus-30 {
  bottom: -2.14286rem;
}

/* line 25017, app/assets/stylesheets/unify.css */
.g-bottom-minus-35x {
  bottom: -35%;
}

/* line 25020, app/assets/stylesheets/unify.css */
.g-bottom-minus-70 {
  bottom: -5rem;
}

/* line 25023, app/assets/stylesheets/unify.css */
.g-bottom-15x {
  bottom: 15%;
}

/* line 25026, app/assets/stylesheets/unify.css */
.g-bottom-minus-25x {
  bottom: -25%;
}

/* line 25029, app/assets/stylesheets/unify.css */
.g-bottom-100x {
  bottom: 100%;
}

/* Z */
@media (min-width: 576px) {
  /* line 25034, app/assets/stylesheets/unify.css */
  .g-left-auto--sm {
    left: auto;
  }
  /* line 25036, app/assets/stylesheets/unify.css */
  .g-left-minus-20--sm {
    left: -20px;
  }
  /* line 25038, app/assets/stylesheets/unify.css */
  .g-right-minus-20--sm {
    right: -20px;
  }
}

/* O */
@media (min-width: 768px) {
  /* line 25043, app/assets/stylesheets/unify.css */
  .g-right-0--md {
    right: 0;
  }
  /* line 25045, app/assets/stylesheets/unify.css */
  .g-right-minus-15--md {
    right: -1.07143rem;
  }
  /* line 25047, app/assets/stylesheets/unify.css */
  .g-left-minus-15--md {
    left: -1.07143rem;
  }
  /* line 25049, app/assets/stylesheets/unify.css */
  .g-top-minus-20--md {
    top: -1.42857rem;
  }
  /* line 25051, app/assets/stylesheets/unify.css */
  .g-right-minus-25--md {
    right: -1.78571rem;
  }
  /* line 25053, app/assets/stylesheets/unify.css */
  .g-bottom-minus-50--md {
    bottom: -3.57143rem;
  }
  /* line 25055, app/assets/stylesheets/unify.css */
  .g-left-auto--md {
    left: auto;
  }
  /* line 25057, app/assets/stylesheets/unify.css */
  .g-left-minus-25--md {
    left: -1.78571rem;
  }
  /* line 25059, app/assets/stylesheets/unify.css */
  .g-left-130--md {
    left: 9.28571rem;
  }
  /* line 25061, app/assets/stylesheets/unify.css */
  .g-left-35x--md {
    left: 35%;
  }
  /* line 25063, app/assets/stylesheets/unify.css */
  .g-left-50x--md {
    left: 50%;
  }
  /* line 25065, app/assets/stylesheets/unify.css */
  .g-right-130--md {
    right: 9.28571rem;
  }
  /* line 25067, app/assets/stylesheets/unify.css */
  .g-right-35x--md {
    right: 35%;
  }
  /* line 25069, app/assets/stylesheets/unify.css */
  .g-right-50x--md {
    right: 50%;
  }
}

@media (min-width: 992px) {
  /* line 25073, app/assets/stylesheets/unify.css */
  .g-top-0--lg {
    top: 0;
  }
  /* line 25075, app/assets/stylesheets/unify.css */
  .g-right-0--lg {
    right: 0;
  }
  /* line 25077, app/assets/stylesheets/unify.css */
  .g-left-minus-35--lg {
    left: -2.5rem;
  }
  /* line 25079, app/assets/stylesheets/unify.css */
  .g-left-40--lg {
    left: 2.85714rem;
  }
  /* line 25081, app/assets/stylesheets/unify.css */
  .g-right-minus-35--lg {
    right: -2.5rem;
  }
  /* line 25083, app/assets/stylesheets/unify.css */
  .g-right-40--lg {
    right: 2.85714rem;
  }
}

/*------------------------------------
  Block Alignments
------------------------------------*/
/* Absolute (Position, X, Y) */
/* line 25090, 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, 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, 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, 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, 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, app/assets/stylesheets/unify.css */
.g-transform-origin--top-left {
  transform-origin: top left;
}

/* line 25139, app/assets/stylesheets/unify.css */
.g-transform-origin--top-right {
  transform-origin: top right;
}

/* line 25144, 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, 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, app/assets/stylesheets/unify.css */
.g-relative-centered--x {
  position: relative;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

/* line 25169, 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, app/assets/stylesheets/unify.css */
.g-flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 25189, app/assets/stylesheets/unify.css */
.g-flex-centered-item {
  flex: 1;
}

/* line 25194, app/assets/stylesheets/unify.css */
.g-flex-centered-item--top {
  align-self: flex-start;
}

/* line 25198, app/assets/stylesheets/unify.css */
.g-flex-centered-item--bottom {
  align-self: flex-end;
}

/* Flex right */
/* line 25203, app/assets/stylesheets/unify.css */
.g-flex-right--xs {
  justify-content: flex-end;
}

/* Flex middle */
/* line 25209, app/assets/stylesheets/unify.css */
.g-flex-middle {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

/* line 25221, app/assets/stylesheets/unify.css */
.g-flex-middle-item {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 25225, app/assets/stylesheets/unify.css */
.g-flex-middle-item--top {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 25229, app/assets/stylesheets/unify.css */
.g-flex-middle-item--bottom {
  margin-top: auto;
  margin-bottom: 0;
}

/* line 25233, app/assets/stylesheets/unify.css */
.g-flex-middle-item--fixed {
  flex: none;
  max-width: 50%;
}

@media (min-width: 768px) {
  /* Flex right */
  /* line 25241, app/assets/stylesheets/unify.css */
  .g-flex-right--md {
    justify-content: flex-end;
  }
  /* line 25245, app/assets/stylesheets/unify.css */
  .g-flex-centered--md {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* O */
  /* line 25256, 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, 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, app/assets/stylesheets/unify.css */
.g-valign-super {
  vertical-align: super !important;
}

/* line 25280, app/assets/stylesheets/unify.css */
.g-valign-sub {
  vertical-align: sub !important;
}

/* line 25283, app/assets/stylesheets/unify.css */
.g-valign-top {
  vertical-align: top !important;
}

/* line 25286, app/assets/stylesheets/unify.css */
.g-valign-middle {
  vertical-align: middle !important;
}

/* line 25289, app/assets/stylesheets/unify.css */
.g-valign-bottom {
  vertical-align: bottom !important;
}

/*------------------------------------
  Blur
------------------------------------*/
/* line 25295, app/assets/stylesheets/unify.css */
.g-blur-30 {
  filter: blur(30px);
}

/* line 25299, app/assets/stylesheets/unify.css */
.g-blur-30--hover:hover {
  filter: blur(30px);
}

/* line 25303, app/assets/stylesheets/unify.css */
.g-parent:hover .g-blur-30--parent-hover {
  filter: blur(30px);
}

/*------------------------------------
  Box-shadows
------------------------------------*/
/* line 25310, app/assets/stylesheets/unify.css */
.g-box-shadow-none {
  box-shadow: none !important;
}

/*------------------------------------
  Clear
------------------------------------*/
/* line 25316, app/assets/stylesheets/unify.css */
.g-clear {
  clear: both;
}

/* line 25319, app/assets/stylesheets/unify.css */
.g-clear--left {
  clear: left;
}

/* line 25322, app/assets/stylesheets/unify.css */
.g-clear--right {
  clear: right;
}

/*------------------------------------
  Cursors
------------------------------------*/
/* line 25328, app/assets/stylesheets/unify.css */
.g-cursor-pointer {
  cursor: pointer;
}

/*------------------------------------
  Overflows
------------------------------------*/
/* line 25334, app/assets/stylesheets/unify.css */
.g-overflow-hidden {
  overflow: hidden;
}

/* line 25337, app/assets/stylesheets/unify.css */
.g-overflow-visible {
  overflow: visible;
}

/* line 25340, app/assets/stylesheets/unify.css */
.g-overflow-x-hidden {
  overflow-x: hidden;
}

/* line 25343, app/assets/stylesheets/unify.css */
.g-overflow-x-scroll {
  overflow-x: scroll;
}

/* line 25346, app/assets/stylesheets/unify.css */
.g-overflow-y-auto {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 25350, app/assets/stylesheets/unify.css */
  .g-overflow-x-visible--md {
    overflow-x: visible;
  }
}

@media (min-width: 992px) {
  /* line 25354, 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, app/assets/stylesheets/unify.css */
[class*="g-transition"] {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* line 25389, 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, app/assets/stylesheets/unify.css */
.g-transition-0_2 {
  transition-duration: .2s;
}

/* line 25399, 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, app/assets/stylesheets/unify.css */
.g-transition-0_3 {
  transition-duration: .3s;
}

/* line 25407, 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, app/assets/stylesheets/unify.css */
.g-transition-0_5 {
  transition-duration: .5s;
}

/* line 25415, 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, app/assets/stylesheets/unify.css */
.g-transition-0_6 {
  transition-duration: .6s;
}

/* line 25423, 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, app/assets/stylesheets/unify.css */
.g-transition-delay-0_11 {
  transition-delay: .11s;
}

/* line 25431, 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, app/assets/stylesheets/unify.css */
.g-transition-delay-0_2 {
  transition-delay: .2s;
}

/* line 25439, 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, app/assets/stylesheets/unify.css */
.g-transition-delay-0_45 {
  transition-delay: .45s;
}

/* line 25447, 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, app/assets/stylesheets/unify.css */
.g-transition--ease-out {
  transition-timing-function: ease-out;
}

/* line 25455, 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, app/assets/stylesheets/unify.css */
.g-transition--ease-in {
  transition-timing-function: ease-in;
}

/* line 25463, 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, app/assets/stylesheets/unify.css */
.g-transition--ease-in-out {
  transition-timing-function: ease-in-out;
}

/* line 25471, 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, app/assets/stylesheets/unify.css */
.g-transition--linear {
  transition-timing-function: linear;
}

/* line 25479, 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, app/assets/stylesheets/unify.css */
.g-transform-scale-0_5 {
  transform: scale(0.5);
}

/* line 25492, app/assets/stylesheets/unify.css */
.g-transform-scale-0_5--hover:hover {
  transform: scale(0.5);
}

/* line 25497, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-0_5--parent-hover {
  transform: scale(0.5);
}

/* line 25502, app/assets/stylesheets/unify.css */
.g-transform-scale-0_8 {
  transform: scale(0.8);
}

/* line 25507, app/assets/stylesheets/unify.css */
.g-transform-scale-0_8--hover:hover {
  transform: scale(0.8);
}

/* line 25512, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-0_8--parent-hover {
  transform: scale(0.8);
}

/* line 25517, app/assets/stylesheets/unify.css */
.g-transform-scale-0_85 {
  transform: scale(0.85);
}

/* line 25522, app/assets/stylesheets/unify.css */
.g-transform-scale-0_85--hover:hover {
  transform: scale(0.85);
}

/* line 25527, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-0_85--parent-hover {
  transform: scale(0.85);
}

/* line 25532, app/assets/stylesheets/unify.css */
.g-transform-scale-0_9 {
  transform: scale(0.9);
}

/* line 25537, app/assets/stylesheets/unify.css */
.g-transform-scale-0_9--hover:hover {
  transform: scale(0.9);
}

/* line 25542, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-0_9--parent-hover {
  transform: scale(0.9);
}

/* line 25547, app/assets/stylesheets/unify.css */
.g-transform-scale-1 {
  transform: scale(1);
}

/* line 25552, app/assets/stylesheets/unify.css */
.g-transform-scale-1--hover:hover {
  transform: scale(1);
}

/* line 25557, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-1--parent-hover {
  transform: scale(1);
}

/* line 25562, app/assets/stylesheets/unify.css */
.g-transform-scale-1_05 {
  transform: scale3d(1.05, 1.05, 1.05);
}

/* line 25566, 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, 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, app/assets/stylesheets/unify.css */
.g-transform-scale-1_1 {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 25579, 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, 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, app/assets/stylesheets/unify.css */
.g-transform-scale-1_2 {
  transform: scale(1.2);
}

/* line 25593, app/assets/stylesheets/unify.css */
.g-transform-scale-1_2--hover:hover {
  transform: scale(1.2);
}

/* line 25598, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-1_2--parent-hover {
  transform: scale(1.2);
}

/* line 25603, app/assets/stylesheets/unify.css */
.g-transform-translate-x-100x {
  transform: translateX(100%);
}

/* line 25608, app/assets/stylesheets/unify.css */
.g-transform-translate-x-100x--hover:hover {
  transform: translateX(100%);
}

/* line 25613, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-x-100x--parent-hover {
  transform: translateX(100%);
}

/* line 25618, app/assets/stylesheets/unify.css */
.g-transform-translate-x-minus-100x {
  transform: translateX(-100%);
}

/* line 25623, app/assets/stylesheets/unify.css */
.g-transform-translate-x-minus-100x--hover:hover {
  transform: translateX(-100%);
}

/* line 25628, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-x-minus-100x--parent-hover {
  transform: translateX(-100%);
}

/* line 25633, app/assets/stylesheets/unify.css */
.g-transform-translate-y-5 {
  transform: translateY(5px);
}

/* line 25638, app/assets/stylesheets/unify.css */
.g-transform-translate-y-5--hover:hover {
  transform: translateY(5px);
}

/* line 25643, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-y-5--parent-hover {
  transform: translateY(5px);
}

/* line 25648, app/assets/stylesheets/unify.css */
.g-transform-translate-y-100x {
  transform: translateY(100%);
}

/* line 25653, app/assets/stylesheets/unify.css */
.g-transform-translate-y-100x--hover:hover {
  transform: translateY(100%);
}

/* line 25658, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-y-100x--parent-hover {
  transform: translateY(100%);
}

/* line 25663, app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-5 {
  transform: translateY(-5px);
}

/* line 25668, app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-5--hover:hover {
  transform: translateY(-5px);
}

/* line 25673, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-y-minus-5--parent-hover {
  transform: translateY(-5px);
}

/* line 25678, app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-70 {
  transform: translateY(-70px);
}

/* line 25683, app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-70--hover:hover {
  transform: translateY(-70px);
}

/* line 25688, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-y-minus-70--parent-hover {
  transform: translateY(-70px);
}

/* line 25693, app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-100x {
  transform: translateY(-100%);
}

/* line 25698, app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-100x--hover:hover {
  transform: translateY(-100%);
}

/* line 25703, app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-y-minus-100x--parent-hover {
  transform: translateY(-100%);
}

/*------------------------------------
  Opacity
------------------------------------*/
/* line 25711, app/assets/stylesheets/unify.css */
.opacity-0 {
  opacity: 0 !important;
}

/* line 25714, app/assets/stylesheets/unify.css */
.g-opacity-0_3 {
  opacity: .3 !important;
}

/* line 25717, app/assets/stylesheets/unify.css */
.g-opacity-0_4 {
  opacity: .4 !important;
}

/* line 25720, app/assets/stylesheets/unify.css */
.g-opacity-0_5 {
  opacity: .5 !important;
}

/* line 25723, app/assets/stylesheets/unify.css */
.g-opacity-0_6 {
  opacity: .6 !important;
}

/* line 25726, app/assets/stylesheets/unify.css */
.g-opacity-0_7 {
  opacity: .7 !important;
}

/* line 25729, app/assets/stylesheets/unify.css */
.g-opacity-0_8 {
  opacity: .8 !important;
}

/* line 25732, app/assets/stylesheets/unify.css */
.g-opacity-1 {
  opacity: 1 !important;
}

/* line 25735, app/assets/stylesheets/unify.css */
.opacity-0--hover:hover {
  opacity: 0 !important;
}

/* line 25738, app/assets/stylesheets/unify.css */
.g-parent:hover .opacity-0--parent-hover {
  opacity: 0 !important;
}

/* line 25741, app/assets/stylesheets/unify.css */
.g-opacity-0_3--hover:hover {
  opacity: .3 !important;
}

/* line 25744, app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-0_3--parent-hover {
  opacity: .3 !important;
}

/* line 25747, app/assets/stylesheets/unify.css */
.g-opacity-0_5--hover:hover {
  opacity: .5 !important;
}

/* line 25750, app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-0_5--parent-hover {
  opacity: .5 !important;
}

/* line 25753, app/assets/stylesheets/unify.css */
.g-opacity-0_6--hover:hover {
  opacity: .6 !important;
}

/* line 25756, app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-0_6--parent-hover {
  opacity: .6 !important;
}

/* line 25759, app/assets/stylesheets/unify.css */
.g-opacity-0_7--hover:hover {
  opacity: .7 !important;
}

/* line 25762, app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-0_7--parent-hover {
  opacity: .7 !important;
}

/* line 25765, app/assets/stylesheets/unify.css */
.g-opacity-0_8--hover:hover {
  opacity: .8 !important;
}

/* line 25768, app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-0_8--parent-hover {
  opacity: .8 !important;
}

/* line 25771, app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-opacity-1--hover, .g-opacity-1--hover:hover {
  opacity: 1 !important;
}

/* line 25774, app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-1--parent-hover {
  opacity: 1 !important;
}

/*------------------------------------
  Z-Index
------------------------------------*/
/* line 25780, app/assets/stylesheets/unify.css */
.g-z-index-auto {
  z-index: auto;
}

/* line 25783, app/assets/stylesheets/unify.css */
.g-z-index-1 {
  z-index: 1;
}

/* line 25786, app/assets/stylesheets/unify.css */
.g-z-index-2 {
  z-index: 2;
}

/* line 25789, app/assets/stylesheets/unify.css */
.g-z-index-3 {
  z-index: 3;
}

/* line 25792, app/assets/stylesheets/unify.css */
.g-z-index-3--hover:hover {
  z-index: 3;
}

/* line 25795, app/assets/stylesheets/unify.css */
.g-z-index-4 {
  z-index: 4;
}

/* line 25798, app/assets/stylesheets/unify.css */
.g-z-index-4--hover:hover {
  z-index: 4;
}

/* line 25801, app/assets/stylesheets/unify.css */
.g-z-index-9999 {
  z-index: 9999;
}

/* line 25804, app/assets/stylesheets/unify.css */
.g-z-index-minus-1 {
  z-index: -1;
}

/* line 25807, app/assets/stylesheets/unify.css */
.g-abs-reset-margins {
  margin: 0 !important;
}

/* O */
/*------------------------------------
  Resize
------------------------------------*/
/* line 25814, app/assets/stylesheets/unify.css */
.g-resize-none {
  resize: none;
}

/*------------------------------------
  Placeholder
------------------------------------*/
/* line 25820, app/assets/stylesheets/unify.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 25823, app/assets/stylesheets/unify.css */
.g-placeholder-white:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 25826, 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, app/assets/stylesheets/unify.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 25834, app/assets/stylesheets/unify.css */
.g-placeholder-primary::-webkit-input-placeholder {
  color: #fff;
}

/* line 25837, app/assets/stylesheets/unify.css */
.g-placeholder-primary:-ms-input-placeholder {
  color: #fff;
}

/* line 25840, 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, app/assets/stylesheets/unify.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 25847, app/assets/stylesheets/unify.css */
.g-placeholder-inherit:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 25851, 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, app/assets/stylesheets/unify.css */
.g-placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 25859, app/assets/stylesheets/unify.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/*------------------------------------
  Offsets
------------------------------------*/
@media (min-width: 768px) {
  /* line 25867, app/assets/stylesheets/unify.css */
  .g-offset-md-1 {
    margin-left: 8.333333%;
  }
}

@media (min-width: 992px) {
  /* line 25871, app/assets/stylesheets/unify.css */
  .g-offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 25873, app/assets/stylesheets/unify.css */
  .g-offset-lg-4 {
    margin-left: 33.333333%;
  }
}

/*------------------------------------
  Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Inherit Colors */
/* line 25882, app/assets/stylesheets/unify.css */
.g-color-inherit {
  color: inherit !important;
}

/* Main Colors */
/* line 25886, app/assets/stylesheets/unify.css */
.g-color-main {
  color: #555 !important;
}

/* line 25889, app/assets/stylesheets/unify.css */
.g-color-main--hover:hover {
  color: #555 !important;
}

/* Primary Colors */
/* line 25893, app/assets/stylesheets/unify.css */
.g-color-primary {
  color: #72c02c !important;
}

/* line 25896, app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
  color: #72c02c !important;
}

/* line 25899, app/assets/stylesheets/unify.css */
.g-parent:hover .g-color-primary--parent-hover {
  color: #72c02c !important;
}

/* line 25902, app/assets/stylesheets/unify.css */
.g-color-primary-opacity-0_3 {
  color: rgba(114, 192, 44, 0.3) !important;
}

/* line 25905, app/assets/stylesheets/unify.css */
.g-color-primary-opacity-0_4 {
  color: rgba(114, 192, 44, 0.4) !important;
}

/* line 25908, app/assets/stylesheets/unify.css */
.g-color-primary--before::before, .g-color-primary--after::after {
  color: #72c02c;
}

/* Black Colors */
/* line 25912, app/assets/stylesheets/unify.css */
.g-color-black {
  color: #000 !important;
}

/* line 25915, app/assets/stylesheets/unify.css */
.g-color-black--hover:hover {
  color: #000 !important;
}

/* line 25918, app/assets/stylesheets/unify.css */
.g-parent:hover .g-color-black--parent-hover {
  color: #000 !important;
}

/* line 25921, app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_1 {
  color: rgba(0, 0, 0, 0.1) !important;
}

/* line 25924, app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_3 {
  color: rgba(0, 0, 0, 0.3) !important;
}

/* line 25927, app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_5 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 25930, app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_6 {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 25933, app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_7 {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 25936, app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_8 {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 25939, app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_8--child * {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 25942, app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_9 {
  color: rgba(0, 0, 0, 0.9) !important;
}

/* White Colors */
/* line 25946, app/assets/stylesheets/unify.css */
.g-color-white {
  color: #fff !important;
}

/* line 25949, app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
  color: #fff !important;
}

/* line 25952, app/assets/stylesheets/unify.css */
.g-parent:hover .g-color-white--parent-hover {
  color: #fff !important;
}

/* line 25955, app/assets/stylesheets/unify.css */
.active .g-color-white--active {
  color: #fff !important;
}

/* line 25958, app/assets/stylesheets/unify.css */
.g-color-white--child * {
  color: #fff !important;
}

/* line 25961, app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_1 {
  color: rgba(255, 255, 255, 0.1) !important;
}

/* line 25964, app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_2 {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* line 25967, app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_3 {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* line 25970, 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, app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_6 {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 25976, 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, 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, app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* line 25985, app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 25988, app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_8--child * {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 25991, 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, app/assets/stylesheets/unify.css */
.g-color-gray-light-v1 {
  color: #bbb !important;
}

/* line 25998, app/assets/stylesheets/unify.css */
.g-color-gray-light-v1--hover:hover {
  color: #bbb !important;
}

/* line 26001, app/assets/stylesheets/unify.css */
.g-color-gray-light-v2 {
  color: #ccc !important;
}

/* line 26004, app/assets/stylesheets/unify.css */
.g-color-gray-light-v2--hover:hover {
  color: #ccc !important;
}

/* line 26007, app/assets/stylesheets/unify.css */
.g-color-gray-light-v3 {
  color: #ddd !important;
}

/* line 26010, app/assets/stylesheets/unify.css */
.g-color-gray-light-v3--hover:hover {
  color: #ddd !important;
}

/* line 26013, app/assets/stylesheets/unify.css */
.g-color-gray-light-v4 {
  color: #eee !important;
}

/* line 26016, app/assets/stylesheets/unify.css */
.g-color-gray-light-v4--hover:hover {
  color: #eee !important;
}

/* line 26019, app/assets/stylesheets/unify.css */
.g-color-gray-light-v4-opacity-0_6 {
  color: rgba(238, 238, 238, 0.6) !important;
}

/* line 26022, app/assets/stylesheets/unify.css */
.g-color-gray-light-v5 {
  color: #f7f7f7 !important;
}

/* line 26025, app/assets/stylesheets/unify.css */
.g-color-gray-light-v5--hover:hover {
  color: #f7f7f7 !important;
}

/* line 26028, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v1 {
  color: #111 !important;
}

/* line 26031, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v1--hover:hover {
  color: #111 !important;
}

/* line 26034, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v2 {
  color: #333 !important;
}

/* line 26037, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v2--hover:hover {
  color: #333 !important;
}

/* line 26040, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v2-opacity-0_75 {
  color: rgba(51, 51, 51, 0.75) !important;
}

/* line 26043, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v3 {
  color: #555 !important;
}

/* line 26046, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v3--hover:hover {
  color: #555 !important;
}

/* line 26049, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v4 {
  color: #777 !important;
}

/* line 26052, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v4--hover:hover {
  color: #777 !important;
}

/* line 26055, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v5 {
  color: #999 !important;
}

/* line 26058, app/assets/stylesheets/unify.css */
.g-color-gray-dark-v5--hover:hover {
  color: #999 !important;
}

/* line 26061, app/assets/stylesheets/unify.css */
.g-parent:hover .g-color-gray-dark-v5--parent-hover {
  color: #999 !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 26067, app/assets/stylesheets/unify.css */
.g-color-green {
  color: #72c02c !important;
}

/* Color Blue */
/* line 26071, app/assets/stylesheets/unify.css */
.g-color-blue {
  color: #3398dc !important;
}

/* line 26074, app/assets/stylesheets/unify.css */
.g-color-blue--hover:hover {
  color: #3398dc !important;
}

/* line 26077, app/assets/stylesheets/unify.css */
.g-color-blue-dark-v1 {
  color: #175a88 !important;
}

/* Color Light Blue */
/* line 26081, app/assets/stylesheets/unify.css */
.g-color-lightblue {
  color: #edf2f8 !important;
}

/* line 26084, app/assets/stylesheets/unify.css */
.g-color-lightblue--hover:hover {
  color: #edf2f8 !important;
}

/* line 26087, app/assets/stylesheets/unify.css */
.g-color-lightblue-v1 {
  color: #d6e2ee !important;
}

/* line 26090, app/assets/stylesheets/unify.css */
.g-color-lightblue-v1--hover:hover {
  color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 26094, app/assets/stylesheets/unify.css */
.g-color-darkblue {
  color: #009 !important;
}

/* line 26097, app/assets/stylesheets/unify.css */
.g-color-darkblue--hover:hover {
  color: #009 !important;
}

/* Color Indigo */
/* line 26101, app/assets/stylesheets/unify.css */
.g-color-indigo {
  color: #4263a3 !important;
}

/* line 26104, app/assets/stylesheets/unify.css */
.g-color-indigo--hover:hover {
  color: #4263a3 !important;
}

/* Color Red */
/* line 26108, app/assets/stylesheets/unify.css */
.g-color-red {
  color: #f00 !important;
}

/* line 26111, app/assets/stylesheets/unify.css */
.g-color-red--hover:hover {
  color: #f00 !important;
}

/* Color Light Red */
/* line 26115, app/assets/stylesheets/unify.css */
.g-color-lightred {
  color: #e64b3b !important;
}

/* line 26118, app/assets/stylesheets/unify.css */
.g-color-lightred--hover:hover {
  color: #e64b3b !important;
}

/* Color Dark Red */
/* line 26122, app/assets/stylesheets/unify.css */
.g-color-darkred {
  color: #a10f2b !important;
}

/* line 26125, app/assets/stylesheets/unify.css */
.g-color-darkred--hover:hover {
  color: #a10f2b !important;
}

/* Color Purple */
/* line 26129, app/assets/stylesheets/unify.css */
.g-color-purple {
  color: #9a69cb;
}

/* line 26132, app/assets/stylesheets/unify.css */
.g-color-purple--hover:hover {
  color: #9a69cb !important;
}

/* line 26135, app/assets/stylesheets/unify.css */
.g-color-purple-dark-v1 {
  color: #552c7e !important;
}

/* Color Dark Purple */
/* line 26139, app/assets/stylesheets/unify.css */
.g-color-darkpurple {
  color: #6639b6 !important;
}

/* line 26142, app/assets/stylesheets/unify.css */
.g-color-darkpurple--hover:hover {
  color: #6639b6 !important;
}

/* Color Pink */
/* line 26146, app/assets/stylesheets/unify.css */
.g-color-pink {
  color: #e81c62;
}

/* line 26149, app/assets/stylesheets/unify.css */
.g-color-pink--hover:hover {
  color: #e81c62 !important;
}

/* line 26152, app/assets/stylesheets/unify.css */
.g-color-pink-dark-v1 {
  color: #6f0b2d !important;
}

/* Color Orange */
/* line 26156, app/assets/stylesheets/unify.css */
.g-color-orange {
  color: #e57d20 !important;
}

/* line 26159, app/assets/stylesheets/unify.css */
.g-color-orange--hover:hover {
  color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 26163, app/assets/stylesheets/unify.css */
.g-color-deeporange {
  color: #fe541e !important;
}

/* line 26166, app/assets/stylesheets/unify.css */
.g-color-deeporange--hover:hover {
  color: #fe541e !important;
}

/* Color Yellow */
/* line 26170, app/assets/stylesheets/unify.css */
.g-color-yellow {
  color: #ebc71d !important;
}

/* line 26173, app/assets/stylesheets/unify.css */
.g-color-yellow--hover:hover {
  color: #ebc71d !important;
}

/* Color Aqua */
/* line 26177, app/assets/stylesheets/unify.css */
.g-color-aqua {
  color: #29d6e6;
}

/* line 26180, app/assets/stylesheets/unify.css */
.g-color-aqua--hover:hover {
  color: #29d6e6 !important;
}

/* line 26183, app/assets/stylesheets/unify.css */
.g-color-aqua-dark-v1 {
  color: #11848e !important;
}

/* Color Cyan */
/* line 26187, app/assets/stylesheets/unify.css */
.g-color-cyan {
  color: #00bed6 !important;
}

/* line 26190, app/assets/stylesheets/unify.css */
.g-color-cyan--hover:hover {
  color: #00bed6 !important;
}

/* Color Teal */
/* line 26194, app/assets/stylesheets/unify.css */
.g-color-teal {
  color: #18ba9b !important;
}

/* line 26197, app/assets/stylesheets/unify.css */
.g-color-teal--hover:hover {
  color: #18ba9b !important;
}

/* Color Brown */
/* line 26201, app/assets/stylesheets/unify.css */
.g-color-brown {
  color: #9c8061 !important;
}

/* line 26204, app/assets/stylesheets/unify.css */
.g-color-brown--hover:hover {
  color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 26208, app/assets/stylesheets/unify.css */
.g-color-bluegray {
  color: #585f69 !important;
}

/* line 26211, app/assets/stylesheets/unify.css */
.g-color-bluegray--hover:hover {
  color: #585f69 !important;
}

/*------------------------------------
  Social Colors
------------------------------------*/
/* Facebook */
/* line 26218, app/assets/stylesheets/unify.css */
.g-color-facebook {
  color: #3b5998;
}

/* line 26221, app/assets/stylesheets/unify.css */
.g-color-facebook:hover {
  color: #344e86;
}

/* line 26224, app/assets/stylesheets/unify.css */
.g-color-facebook--hover:hover {
  color: #3b5998 !important;
}

/* Twitter */
/* line 26228, app/assets/stylesheets/unify.css */
.g-color-twitter {
  color: #00acee;
}

/* line 26231, app/assets/stylesheets/unify.css */
.g-color-twitter:hover {
  color: #009ad5;
}

/* line 26234, app/assets/stylesheets/unify.css */
.g-color-twitter--hover:hover {
  color: #00acee !important;
}

/* Skype */
/* line 26238, app/assets/stylesheets/unify.css */
.g-color-skype {
  color: #00aff0;
}

/* line 26241, app/assets/stylesheets/unify.css */
.g-color-skype:hover {
  color: #009cd7;
}

/* line 26244, app/assets/stylesheets/unify.css */
.g-color-skype--hover:hover {
  color: #00aff0 !important;
}

/* Pinterest */
/* line 26248, app/assets/stylesheets/unify.css */
.g-color-pinterest {
  color: #c8232c;
}

/* line 26251, app/assets/stylesheets/unify.css */
.g-color-pinterest:hover {
  color: #b21f27;
}

/* line 26254, app/assets/stylesheets/unify.css */
.g-color-pinterest--hover:hover {
  color: #c8232c !important;
}

/* Vine */
/* line 26258, app/assets/stylesheets/unify.css */
.g-color-vine {
  color: #00bf8f;
}

/* line 26261, app/assets/stylesheets/unify.css */
.g-color-vine:hover {
  color: #00a67c;
}

/* line 26264, app/assets/stylesheets/unify.css */
.g-color-vine--hover:hover {
  color: #00bf8f !important;
}

/* Youtube */
/* line 26268, app/assets/stylesheets/unify.css */
.g-color-youtube {
  color: #c4302b;
}

/* line 26271, app/assets/stylesheets/unify.css */
.g-color-youtube:hover {
  color: #af2b26;
}

/* line 26274, app/assets/stylesheets/unify.css */
.g-color-youtube--hover:hover {
  color: #c4302b !important;
}

/* Google plus */
/* line 26278, app/assets/stylesheets/unify.css */
.g-color-google-plus {
  color: #dd4b39;
}

/* line 26281, app/assets/stylesheets/unify.css */
.g-color-google-plus:hover {
  color: #d73925;
}

/* line 26284, app/assets/stylesheets/unify.css */
.g-color-google-plus--hover:hover {
  color: #dd4b39 !important;
}

/* Dribbble */
/* line 26288, app/assets/stylesheets/unify.css */
.g-color-dribbble {
  color: #ea4c89;
}

/* line 26291, app/assets/stylesheets/unify.css */
.g-color-dribbble:hover {
  color: #e7357a;
}

/* line 26294, app/assets/stylesheets/unify.css */
.g-color-dribbble--hover:hover {
  color: #ea4c89 !important;
}

/* VK */
/* line 26298, app/assets/stylesheets/unify.css */
.g-color-vk {
  color: #2b587a;
}

/* line 26301, app/assets/stylesheets/unify.css */
.g-color-vk:hover {
  color: #244a67;
}

/* line 26304, app/assets/stylesheets/unify.css */
.g-color-vk--hover:hover {
  color: #2b587a !important;
}

/* Linkedin */
/* line 26308, app/assets/stylesheets/unify.css */
.g-color-linkedin {
  color: #0e76a8;
}

/* line 26311, app/assets/stylesheets/unify.css */
.g-color-linkedin:hover {
  color: #0c6590;
}

/* line 26314, app/assets/stylesheets/unify.css */
.g-color-linkedin--hover:hover {
  color: #0e76a8 !important;
}

/* Instagram */
/* line 26318, app/assets/stylesheets/unify.css */
.g-color-instagram {
  color: #3f729b;
}

/* line 26321, app/assets/stylesheets/unify.css */
.g-color-instagram:hover {
  color: #386589;
}

/* line 26324, app/assets/stylesheets/unify.css */
.g-color-instagram--hover:hover {
  color: #3f729b !important;
}

/*------------------------------------
  Gradient Colors
------------------------------------*/
/* Cyan Gradient */
/* line 26331, 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, 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, app/assets/stylesheets/unify.css */
.g-width-30x {
  width: 30% !important;
  /* P */
}

/* line 26356, app/assets/stylesheets/unify.css */
.g-width-40x {
  width: 40% !important;
  /* P */
}

/* line 26360, app/assets/stylesheets/unify.css */
.g-width-50x {
  width: 50% !important;
  /* P */
}

/* line 26364, app/assets/stylesheets/unify.css */
.g-width-60x {
  width: 60% !important;
  /* P */
}

/* line 26368, app/assets/stylesheets/unify.css */
.g-width-70x {
  width: 70% !important;
  /* P */
}

/* line 26372, app/assets/stylesheets/unify.css */
.g-width-80x {
  width: 80% !important;
  /* P */
}

/* line 26376, app/assets/stylesheets/unify.css */
.g-width-90x {
  width: 90% !important;
  /* P */
}

@media (max-width: 445px) {
  /* line 26381, app/assets/stylesheets/unify.css */
  .w-100--2xs {
    width: 100% !important;
  }
}

@media (min-width: 576px) {
  /* line 26385, app/assets/stylesheets/unify.css */
  .g-width-20x--sm {
    width: 20% !important;
  }
  /* line 26387, app/assets/stylesheets/unify.css */
  .g-width-25x--sm {
    width: 25% !important;
  }
  /* line 26389, app/assets/stylesheets/unify.css */
  .g-width-33_3x--sm {
    width: 33.333333% !important;
  }
  /* line 26391, app/assets/stylesheets/unify.css */
  .g-width-40x--sm {
    width: 40% !important;
  }
  /* line 26393, app/assets/stylesheets/unify.css */
  .g-width-60x--sm {
    width: 60% !important;
  }
  /* line 26395, app/assets/stylesheets/unify.css */
  .g-width-16_6x--sm {
    width: 16.666666% !important;
  }
  /* line 26397, app/assets/stylesheets/unify.css */
  .g-width-66_6x--sm {
    width: 66.666666% !important;
  }
}

@media (min-width: 768px) {
  /* P */
  /* line 26402, app/assets/stylesheets/unify.css */
  .g-width-20x--md {
    width: 20% !important;
    /* P */
  }
  /* line 26405, app/assets/stylesheets/unify.css */
  .g-width-25x--md {
    width: 25% !important;
    /* P */
  }
  /* line 26408, app/assets/stylesheets/unify.css */
  .g-width-30x--md {
    width: 30% !important;
    /* P */
  }
  /* line 26411, app/assets/stylesheets/unify.css */
  .g-width-35x--md {
    width: 35% !important;
    /* P */
  }
  /* line 26414, app/assets/stylesheets/unify.css */
  .g-width-40x--md {
    width: 40% !important;
    /* P */
  }
  /* line 26417, app/assets/stylesheets/unify.css */
  .g-width-45x--md {
    width: 45% !important;
    /* P */
  }
  /* line 26420, app/assets/stylesheets/unify.css */
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }
  /* line 26423, app/assets/stylesheets/unify.css */
  .g-width-55x--md {
    width: 55% !important;
    /* P */
  }
  /* line 26426, app/assets/stylesheets/unify.css */
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }
  /* line 26429, app/assets/stylesheets/unify.css */
  .g-width-65x--md {
    width: 65% !important;
    /* P */
  }
  /* line 26432, app/assets/stylesheets/unify.css */
  .g-width-70x--md {
    width: 70% !important;
    /* P */
  }
  /* line 26435, app/assets/stylesheets/unify.css */
  .g-width-75x--md {
    width: 75% !important;
    /* P */
  }
  /* line 26438, app/assets/stylesheets/unify.css */
  .g-width-80x--md {
    width: 80% !important;
    /* P */
  }
  /* line 26441, app/assets/stylesheets/unify.css */
  .g-width-85x--md {
    width: 85% !important;
    /* P */
  }
  /* line 26444, app/assets/stylesheets/unify.css */
  .g-width-90x--md {
    width: 90% !important;
    /* P */
  }
  /* line 26447, app/assets/stylesheets/unify.css */
  .g-width-33_3x--md {
    /* P */
    width: 33.333333% !important;
  }
  /* line 26450, app/assets/stylesheets/unify.css */
  .g-width-16_6x--md {
    /* P */
    width: 16.666666% !important;
  }
  /* line 26453, app/assets/stylesheets/unify.css */
  .g-width-66_6x--md {
    /* P */
    width: 66.666666% !important;
  }
}

/* line 26457, app/assets/stylesheets/unify.css */
.g-width-auto {
  width: auto !important;
  /* P */
}

/* Max Width in Percentage (%) */
/* line 26462, app/assets/stylesheets/unify.css */
.g-width-1x {
  max-width: 1%;
}

/* line 26465, app/assets/stylesheets/unify.css */
.g-width-80x {
  max-width: 80%;
}

/* line 26468, app/assets/stylesheets/unify.css */
.g-width-90x {
  max-width: 90%;
}

/* line 26471, app/assets/stylesheets/unify.css */
.g-width-95x {
  width: 95%;
}

/* line 26474, app/assets/stylesheets/unify.css */
.g-max-width-60x {
  max-width: 60%;
}

/* line 26477, app/assets/stylesheets/unify.css */
.g-max-width-100x {
  max-width: 100%;
}

/* Min Width in Percentage (%) */
/* line 26481, app/assets/stylesheets/unify.css */
.g-min-width-100x {
  min-width: 100%;
}

/* Width Viewport Width (vw) */
/* line 26485, app/assets/stylesheets/unify.css */
.g-width-50vw {
  width: 50vw !important;
  /* P */
}

/* line 26489, app/assets/stylesheets/unify.css */
.g-width-100vw {
  width: 100vw !important;
  /* P */
}

/* Width in Pixels (px) */
/* line 26494, app/assets/stylesheets/unify.css */
.g-width-3 {
  width: 3px !important;
  /* O */
}

/* line 26498, app/assets/stylesheets/unify.css */
.g-width-10 {
  width: 10px !important;
  /* O */
}

/* line 26502, app/assets/stylesheets/unify.css */
.g-width-12 {
  width: 12px !important;
  /* Z */
}

/* line 26506, app/assets/stylesheets/unify.css */
.g-width-16 {
  width: 16px !important;
  /* O */
}

/* line 26510, app/assets/stylesheets/unify.css */
.g-width-18 {
  width: 18px !important;
  /* O */
}

/* line 26514, app/assets/stylesheets/unify.css */
.g-width-20 {
  width: 20px !important;
  /* O */
}

/* line 26518, app/assets/stylesheets/unify.css */
.g-width-24 {
  width: 24px !important;
  /* O */
}

/* line 26522, app/assets/stylesheets/unify.css */
.g-width-25 {
  width: 25px !important;
}

/* line 26525, app/assets/stylesheets/unify.css */
.g-width-26 {
  width: 26px !important;
  /* P */
}

/* line 26529, app/assets/stylesheets/unify.css */
.g-width-28 {
  width: 28px !important;
  /* O */
}

/* line 26533, app/assets/stylesheets/unify.css */
.g-width-30 {
  width: 30px !important;
  /* P */
}

/* line 26537, app/assets/stylesheets/unify.css */
.g-width-32 {
  width: 32px !important;
  /* O */
}

/* line 26541, app/assets/stylesheets/unify.css */
.g-width-35 {
  width: 35px !important;
  /* P */
}

/* line 26545, app/assets/stylesheets/unify.css */
.g-width-40 {
  width: 40px !important;
  /* P */
}

/* line 26549, app/assets/stylesheets/unify.css */
.g-width-45 {
  width: 45px !important;
  /* P */
}

/* line 26553, app/assets/stylesheets/unify.css */
.g-width-48 {
  width: 48px !important;
  /* P */
}

/* line 26557, app/assets/stylesheets/unify.css */
.g-width-50 {
  width: 50px !important;
  /* P */
}

/* line 26561, app/assets/stylesheets/unify.css */
.g-width-54 {
  width: 54px !important;
  /* P */
}

/* line 26565, app/assets/stylesheets/unify.css */
.g-width-55 {
  width: 55px !important;
  /* P */
}

/* line 26569, app/assets/stylesheets/unify.css */
.g-width-60 {
  width: 60px !important;
  /* P */
}

/* line 26573, app/assets/stylesheets/unify.css */
.g-width-64 {
  width: 64px !important;
  /* P */
}

/* line 26577, app/assets/stylesheets/unify.css */
.g-width-70 {
  width: 70px !important;
  /* P */
}

/* line 26581, app/assets/stylesheets/unify.css */
.g-width-75 {
  width: 75px !important;
  /* O */
}

/* line 26585, app/assets/stylesheets/unify.css */
.g-width-80 {
  width: 80px !important;
  /* P */
}

/* line 26589, app/assets/stylesheets/unify.css */
.g-width-85 {
  width: 85px !important;
  /* P */
}

/* line 26593, app/assets/stylesheets/unify.css */
.g-width-95 {
  width: 95px !important;
  /* P */
}

/* line 26597, app/assets/stylesheets/unify.css */
.g-width-100 {
  width: 100px !important;
  /* P */
}

/* line 26601, app/assets/stylesheets/unify.css */
.g-width-105 {
  width: 105px;
}

/* line 26604, app/assets/stylesheets/unify.css */
.g-width-110 {
  width: 110px !important;
  /* O */
}

/* line 26608, app/assets/stylesheets/unify.css */
.g-width-115 {
  width: 115px !important;
  /* O */
}

/* line 26612, app/assets/stylesheets/unify.css */
.g-width-120 {
  width: 120px !important;
  /* P */
}

/* line 26616, app/assets/stylesheets/unify.css */
.g-width-125 {
  width: 125px !important;
  /* P */
}

/* line 26620, app/assets/stylesheets/unify.css */
.g-width-130 {
  width: 130px !important;
  /* P */
}

/* line 26624, app/assets/stylesheets/unify.css */
.g-width-140 {
  width: 140px !important;
  /* P */
}

/* line 26628, app/assets/stylesheets/unify.css */
.g-width-150 {
  width: 150px !important;
}

/* line 26631, app/assets/stylesheets/unify.css */
.g-width-160 {
  width: 160px !important;
  /* P */
}

/* line 26635, app/assets/stylesheets/unify.css */
.g-width-170 {
  width: 170px !important;
  /* P */
}

/* line 26639, app/assets/stylesheets/unify.css */
.g-width-200 {
  width: 200px !important;
  /* P */
}

/* line 26643, app/assets/stylesheets/unify.css */
.g-width-215 {
  width: 215px !important;
}

/* line 26646, app/assets/stylesheets/unify.css */
.g-width-235 {
  width: 235px !important;
}

/* line 26649, app/assets/stylesheets/unify.css */
.g-width-250 {
  /* RG-Q */
  width: 250px !important;
  /* P */
  max-width: 100%;
}

/* line 26655, app/assets/stylesheets/unify.css */
.g-width-270 {
  width: 270px !important;
  /* O */
  max-width: 100%;
}

/* line 26660, app/assets/stylesheets/unify.css */
.g-width-300 {
  width: 300px !important;
  /* P */
  max-width: 100%;
}

/* line 26665, app/assets/stylesheets/unify.css */
.g-width-400 {
  width: 400px !important;
  /* O */
  max-width: 100%;
}

/* line 26670, app/assets/stylesheets/unify.css */
.g-width-340 {
  width: 340px !important;
  /* O */
  max-width: 100%;
}

/* line 26675, app/assets/stylesheets/unify.css */
.g-width-360 {
  width: 360px !important;
  /* O */
  max-width: 100%;
}

/* line 26680, app/assets/stylesheets/unify.css */
.g-width-370 {
  width: 370px !important;
  /* P */
  max-width: 100%;
}

/* line 26685, app/assets/stylesheets/unify.css */
.g-width-380 {
  width: 380px !important;
  /* O */
  max-width: 100%;
}

/* line 26690, app/assets/stylesheets/unify.css */
.g-width-460 {
  width: 460px !important;
  /* O */
  max-width: 100%;
}

/* line 26695, app/assets/stylesheets/unify.css */
.g-width-465 {
  width: 465px !important;
  /* O */
  max-width: 100%;
}

/* line 26700, app/assets/stylesheets/unify.css */
.g-width-485 {
  width: 485px !important;
  /* O */
  max-width: 100%;
}

/* line 26705, app/assets/stylesheets/unify.css */
.g-width-560 {
  width: 560px !important;
  /* O */
  max-width: 100%;
}

/* line 26710, app/assets/stylesheets/unify.css */
.g-width-590 {
  width: 590px !important;
  max-width: 100%;
}

/* line 26714, app/assets/stylesheets/unify.css */
.g-width-600 {
  width: 600px !important;
  /* O */
  max-width: 100%;
}

/* line 26719, app/assets/stylesheets/unify.css */
.g-width-630 {
  width: 630px !important;
  /* O */
  max-width: 100%;
}

/* line 26724, app/assets/stylesheets/unify.css */
.g-width-680 {
  width: 680px !important;
  /* O */
  max-width: 100%;
}

/* line 26729, app/assets/stylesheets/unify.css */
.g-width-720 {
  width: 720px !important;
  /* O */
  max-width: 100%;
}

/* line 26734, app/assets/stylesheets/unify.css */
.g-width-760 {
  width: 760px !important;
  max-width: 100%;
}

/* line 26738, app/assets/stylesheets/unify.css */
.g-width-770 {
  width: 770px !important;
  max-width: 100%;
}

/* line 26742, app/assets/stylesheets/unify.css */
.g-width-780 {
  /* RG-Q */
  width: 780px !important;
  /* P */
  max-width: 100%;
}

/* line 26748, app/assets/stylesheets/unify.css */
.g-width-900 {
  width: 900px !important;
  /* P */
  max-width: 100%;
}

/* line 26753, app/assets/stylesheets/unify.css */
.g-width-945 {
  width: 945px !important;
  max-width: 100%;
}

/* line 26757, app/assets/stylesheets/unify.css */
.g-width-1025 {
  width: 1025px !important;
  max-width: 100%;
}

/* Max Width in Pixels (px) */
/* line 26762, app/assets/stylesheets/unify.css */
.g-max-width-100 {
  max-width: 100px;
}

/* line 26765, app/assets/stylesheets/unify.css */
.g-max-width-120 {
  max-width: 120px;
}

/* line 26768, app/assets/stylesheets/unify.css */
.g-max-width-170 {
  max-width: 170px;
  /* O */
}

/* line 26772, app/assets/stylesheets/unify.css */
.g-max-width-190 {
  max-width: 190px;
}

/* line 26775, app/assets/stylesheets/unify.css */
.g-max-width-200 {
  max-width: 200px;
}

/* line 26778, app/assets/stylesheets/unify.css */
.g-max-width-250 {
  max-width: 250px;
}

/* line 26781, app/assets/stylesheets/unify.css */
.g-max-width-300 {
  max-width: 300px;
}

/* line 26784, app/assets/stylesheets/unify.css */
.g-max-width-400 {
  max-width: 400px;
}

/* line 26787, app/assets/stylesheets/unify.css */
.g-max-width-540 {
  max-width: 540px;
}

/* line 26790, app/assets/stylesheets/unify.css */
.g-max-width-550 {
  max-width: 550px;
}

/* line 26793, app/assets/stylesheets/unify.css */
.g-max-width-570 {
  max-width: 570px;
}

/* line 26796, app/assets/stylesheets/unify.css */
.g-max-width-600 {
  max-width: 600px;
}

/* line 26799, app/assets/stylesheets/unify.css */
.g-max-width-645 {
  max-width: 645px;
}

/* line 26802, app/assets/stylesheets/unify.css */
.g-max-width-670 {
  max-width: 670px;
}

/* line 26805, app/assets/stylesheets/unify.css */
.g-max-width-700 {
  max-width: 700px;
}

/* line 26808, app/assets/stylesheets/unify.css */
.g-max-width-750 {
  max-width: 750px;
}

/* line 26811, app/assets/stylesheets/unify.css */
.g-max-width-770 {
  max-width: 770px;
}

/* line 26814, app/assets/stylesheets/unify.css */
.g-max-width-780 {
  max-width: 780px;
}

/* line 26817, app/assets/stylesheets/unify.css */
.g-max-width-800 {
  max-width: 800px;
}

/* line 26820, app/assets/stylesheets/unify.css */
.g-max-width-840 {
  max-width: 840px;
}

/* line 26823, app/assets/stylesheets/unify.css */
.g-max-width-960 {
  max-width: 960px;
}

/* Min Width in Pixels (px) */
/* line 26827, app/assets/stylesheets/unify.css */
.g-min-width-40 {
  min-width: 40px;
}

/* line 26830, app/assets/stylesheets/unify.css */
.g-min-width-65 {
  min-width: 65px;
}

/* line 26833, app/assets/stylesheets/unify.css */
.g-min-width-110 {
  min-width: 110px;
}

/* line 26836, app/assets/stylesheets/unify.css */
.g-min-width-130 {
  min-width: 130px;
}

/* line 26839, app/assets/stylesheets/unify.css */
.g-min-width-170 {
  min-width: 170px;
}

/* line 26842, app/assets/stylesheets/unify.css */
.g-min-width-200 {
  min-width: 200px;
}

/* line 26845, app/assets/stylesheets/unify.css */
.g-min-width-220 {
  min-width: 220px;
}

/* line 26848, app/assets/stylesheets/unify.css */
.g-min-width-300 {
  min-width: 300px;
}

@media (min-width: 576px) {
  /* line 26852, app/assets/stylesheets/unify.css */
  .g-width-50x--sm {
    width: 50% !important;
    /* P */
  }
  /* line 26855, app/assets/stylesheets/unify.css */
  .g-width-80x--sm {
    width: 80% !important;
    /* R */
  }
  /* line 26858, app/assets/stylesheets/unify.css */
  .g-width-485--sm {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 26864, app/assets/stylesheets/unify.css */
  .g-width-60--md {
    width: 60px !important;
    /* O */
  }
  /* line 26867, app/assets/stylesheets/unify.css */
  .g-width-80--md {
    width: 80px !important;
    /* O */
  }
  /* line 26870, app/assets/stylesheets/unify.css */
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }
  /* line 26873, app/assets/stylesheets/unify.css */
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }
  /* line 26876, app/assets/stylesheets/unify.css */
  .g-width-80x--md {
    width: 80% !important;
    /* R */
  }
  /* line 26879, app/assets/stylesheets/unify.css */
  .g-width-45--md {
    width: 45px !important;
  }
  /* line 26881, app/assets/stylesheets/unify.css */
  .g-width-100--md {
    width: 100px !important;
    /* O */
  }
  /* line 26884, app/assets/stylesheets/unify.css */
  .g-width-125--md {
    width: 125px !important;
    /* P */
  }
  /* line 26887, app/assets/stylesheets/unify.css */
  .g-width-140--md {
    width: 140px !important;
    /* R */
  }
  /* line 26890, app/assets/stylesheets/unify.css */
  .g-width-155--md {
    width: 155px !important;
    /* R */
  }
  /* line 26893, app/assets/stylesheets/unify.css */
  .g-width-225--md {
    width: 225px !important;
  }
  /* line 26895, app/assets/stylesheets/unify.css */
  .g-width-160--md {
    width: 160px !important;
  }
  /* line 26897, app/assets/stylesheets/unify.css */
  .g-width-165--md {
    width: 165px !important;
  }
  /* line 26899, app/assets/stylesheets/unify.css */
  .g-width-170--md {
    width: 170px !important;
    /* P */
  }
  /* line 26902, app/assets/stylesheets/unify.css */
  .g-width-780--md {
    width: 780px !important;
    /* O */
    max-width: 100%;
  }
  /* line 26906, app/assets/stylesheets/unify.css */
  .g-max-width-200--md {
    max-width: 200px;
  }
  /* line 26908, app/assets/stylesheets/unify.css */
  .g-max-width-400--md {
    max-width: 400px;
  }
  /* line 26910, app/assets/stylesheets/unify.css */
  .g-min-width-110--md {
    min-width: 110px;
  }
  /* line 26912, app/assets/stylesheets/unify.css */
  .g-width-auto--md {
    width: auto !important;
    /* P */
  }
}

@media (min-width: 992px) {
  /* line 26917, app/assets/stylesheets/unify.css */
  .g-width-100x--lg {
    width: 100% !important;
    /* P */
  }
  /* line 26920, app/assets/stylesheets/unify.css */
  .g-width-155--lg {
    width: 155px !important;
    /* O */
  }
  /* line 26923, app/assets/stylesheets/unify.css */
  .g-width-165--lg {
    width: 165px !important;
  }
  /* line 26925, app/assets/stylesheets/unify.css */
  .g-width-200--lg {
    width: 200px !important;
    /* O */
    max-width: 100%;
  }
  /* line 26929, app/assets/stylesheets/unify.css */
  .g-width-485--lg {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }
  /* line 26933, app/assets/stylesheets/unify.css */
  .g-width-auto--lg {
    width: auto !important;
    /* P */
  }
}

/* line 26937, app/assets/stylesheets/unify.css */
* > .g-width-70--hover {
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 26942, app/assets/stylesheets/unify.css */
*:hover > .g-width-70--hover {
  width: 70px;
}

/*------------------------------------
  Heights
------------------------------------*/
/* Height in Percentage (%) */
/* line 26949, app/assets/stylesheets/unify.css */
.g-height-50x {
  height: 50%;
}

/* line 26952, app/assets/stylesheets/unify.css */
.g-height-80x {
  height: 80%;
}

/* line 26955, app/assets/stylesheets/unify.css */
.g-height-90x {
  height: 90%;
}

/* line 26958, app/assets/stylesheets/unify.css */
.g-height-95x {
  height: 95%;
}

/* line 26961, app/assets/stylesheets/unify.css */
.g-height-100x {
  height: 100%;
}

/* Max Height in Percentage (%) */
/* line 26965, app/assets/stylesheets/unify.css */
.g-max-height-100x {
  max-height: 100%;
}

/* Max Height in Viewport Height (vh) */
/* line 26969, app/assets/stylesheets/unify.css */
.g-max-height-90vh {
  height: 90vh !important;
}

/* Min Height in Percentage (%) */
/* line 26973, app/assets/stylesheets/unify.css */
.g-min-height-100x {
  min-height: 100%;
}

/* Height  in Viewport Height (vh) */
/* line 26977, app/assets/stylesheets/unify.css */
.g-height-50vh {
  height: 50vh !important;
}

/* line 26980, app/assets/stylesheets/unify.css */
.g-height-70vh {
  height: 70vh;
}

/* line 26983, app/assets/stylesheets/unify.css */
.g-height-75vh {
  height: 75vh;
}

/* line 26986, app/assets/stylesheets/unify.css */
.g-height-100vh {
  height: 100vh !important;
}

/* Min Height in Viewport Height (vh) */
/* line 26990, app/assets/stylesheets/unify.css */
.g-min-height-50vh {
  min-height: 50vh;
}

/* line 26993, app/assets/stylesheets/unify.css */
.g-min-height-60vh {
  min-height: 60vh;
}

/* line 26996, app/assets/stylesheets/unify.css */
.g-min-height-70vh {
  min-height: 70vh;
}

/* line 26999, app/assets/stylesheets/unify.css */
.g-min-height-80vh {
  min-height: 80vh;
}

/* line 27002, app/assets/stylesheets/unify.css */
.g-min-height-100vh {
  min-height: 100vh;
}

/* Auto Height */
/* line 27006, app/assets/stylesheets/unify.css */
.g-height-auto {
  height: auto;
}

@media (min-width: 576px) {
  /* line 27010, app/assets/stylesheets/unify.css */
  .g-height-100vh--sm {
    height: 100vh !important;
  }
  /* line 27012, app/assets/stylesheets/unify.css */
  .g-height-auto--sm {
    height: auto;
  }
  /* line 27014, app/assets/stylesheets/unify.css */
  .g-height-100x--sm {
    height: 100%;
  }
}

@media (min-width: 768px) {
  /* line 27018, app/assets/stylesheets/unify.css */
  .g-height-auto--md {
    height: auto;
  }
  /* line 27020, app/assets/stylesheets/unify.css */
  .g-min-height-100vh--md {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  /* line 27024, app/assets/stylesheets/unify.css */
  .g-height-100vh--lg {
    height: 100vh !important;
  }
  /* line 27026, app/assets/stylesheets/unify.css */
  .g-height-auto--lg {
    height: auto;
  }
}

@media (min-width: 1200px) {
  /* line 27030, app/assets/stylesheets/unify.css */
  .g-height-auto--xl {
    height: auto;
  }
}

/* Height in Pixels (px) */
/* line 27034, app/assets/stylesheets/unify.css */
.g-height-1 {
  height: 1px;
}

/* line 27037, app/assets/stylesheets/unify.css */
.g-height-2 {
  height: 2px;
}

/* line 27040, app/assets/stylesheets/unify.css */
.g-height-4 {
  height: 4px;
}

/* line 27043, app/assets/stylesheets/unify.css */
.g-height-5 {
  height: 5px !important;
}

/* line 27046, app/assets/stylesheets/unify.css */
.g-height-6 {
  height: 6px !important;
}

/* line 27049, app/assets/stylesheets/unify.css */
.g-height-10 {
  height: 10px !important;
}

/* line 27052, app/assets/stylesheets/unify.css */
.g-height-12 {
  height: 12px !important;
}

/* line 27055, app/assets/stylesheets/unify.css */
.g-height-16 {
  height: 16px !important;
}

/* line 27058, app/assets/stylesheets/unify.css */
.g-height-18 {
  height: 18px;
}

/* line 27061, app/assets/stylesheets/unify.css */
.g-height-20 {
  height: 20px !important;
}

/* line 27064, app/assets/stylesheets/unify.css */
.g-height-24 {
  height: 24px;
}

/* line 27067, app/assets/stylesheets/unify.css */
.g-height-25 {
  height: 25px;
}

/* line 27070, app/assets/stylesheets/unify.css */
.g-height-26 {
  height: 26px;
}

/* line 27073, app/assets/stylesheets/unify.css */
.g-height-28 {
  height: 28px !important;
  /* O */
}

/* line 27077, app/assets/stylesheets/unify.css */
.g-height-30 {
  height: 30px !important;
}

/* line 27080, app/assets/stylesheets/unify.css */
.g-height-32 {
  height: 32px;
  /* O */
}

/* line 27084, app/assets/stylesheets/unify.css */
.g-height-35 {
  height: 35px !important;
}

/* line 27087, app/assets/stylesheets/unify.css */
.g-height-40 {
  height: 40px;
}

/* line 27090, app/assets/stylesheets/unify.css */
.g-height-45 {
  height: 45px;
}

/* line 27093, app/assets/stylesheets/unify.css */
.g-height-48 {
  height: 48px;
  /* O */
}

/* line 27097, app/assets/stylesheets/unify.css */
.g-height-50 {
  height: 50px;
}

/* line 27100, app/assets/stylesheets/unify.css */
.g-height-55 {
  height: 55px;
}

/* line 27103, app/assets/stylesheets/unify.css */
.g-height-60 {
  height: 60px;
}

/* line 27106, app/assets/stylesheets/unify.css */
.g-height-64 {
  height: 64px;
}

/* line 27109, app/assets/stylesheets/unify.css */
.g-height-70 {
  height: 70px;
}

/* line 27112, app/assets/stylesheets/unify.css */
.g-height-75 {
  height: 75px;
  /* O */
}

/* line 27116, app/assets/stylesheets/unify.css */
.g-height-80 {
  height: 80px !important;
}

/* line 27119, app/assets/stylesheets/unify.css */
.g-height-85 {
  height: 85px;
}

/* line 27122, app/assets/stylesheets/unify.css */
.g-height-88 {
  height: 88px;
}

/* line 27125, app/assets/stylesheets/unify.css */
.g-height-90 {
  height: 90px;
}

/* line 27128, app/assets/stylesheets/unify.css */
.g-height-95 {
  height: 95px !important;
}

/* line 27131, app/assets/stylesheets/unify.css */
.g-height-100 {
  height: 100px !important;
}

/* line 27134, app/assets/stylesheets/unify.css */
.g-height-105 {
  height: 105px;
}

/* line 27137, app/assets/stylesheets/unify.css */
.g-height-115 {
  height: 115px !important;
  /* O */
}

/* line 27141, app/assets/stylesheets/unify.css */
.g-height-120 {
  height: 120px;
}

/* line 27144, app/assets/stylesheets/unify.css */
.g-height-130 {
  height: 130px;
}

/* line 27147, app/assets/stylesheets/unify.css */
.g-height-140 {
  height: 140px;
}

/* line 27150, app/assets/stylesheets/unify.css */
.g-height-150 {
  height: 150px;
}

/* line 27153, app/assets/stylesheets/unify.css */
.g-height-160 {
  height: 160px;
}

/* line 27156, app/assets/stylesheets/unify.css */
.g-height-170 {
  height: 170px;
  /* O */
}

/* line 27160, app/assets/stylesheets/unify.css */
.g-height-180 {
  height: 180px !important;
  /* O */
}

/* line 27164, app/assets/stylesheets/unify.css */
.g-height-200 {
  height: 200px;
}

/* line 27167, app/assets/stylesheets/unify.css */
.g-height-250 {
  height: 250px;
}

/* line 27170, app/assets/stylesheets/unify.css */
.g-height-280 {
  height: 280px;
}

/* line 27173, app/assets/stylesheets/unify.css */
.g-height-300 {
  height: 300px;
}

/* line 27176, app/assets/stylesheets/unify.css */
.g-height-350 {
  height: 350px;
}

/* line 27179, app/assets/stylesheets/unify.css */
.g-height-400 {
  height: 400px;
}

/* line 27182, app/assets/stylesheets/unify.css */
.g-height-450 {
  height: 450px;
}

/* line 27185, app/assets/stylesheets/unify.css */
.g-height-460 {
  height: 460px;
  /* O */
  max-height: 100% !important;
}

/* line 27190, app/assets/stylesheets/unify.css */
.g-height-500 {
  height: 500px;
}

/* line 27193, app/assets/stylesheets/unify.css */
.g-height-600 {
  height: 600px;
}

/* line 27196, app/assets/stylesheets/unify.css */
.g-height-680 {
  height: 680px;
}

/* Min Height in Pixels (px) */
/* line 27200, app/assets/stylesheets/unify.css */
.g-min-height-4 {
  min-height: 4px;
}

/* line 27203, app/assets/stylesheets/unify.css */
.g-min-height-200 {
  min-height: 200px;
}

/* line 27206, app/assets/stylesheets/unify.css */
.g-min-height-250 {
  min-height: 250px;
}

/* line 27209, app/assets/stylesheets/unify.css */
.g-min-height-275 {
  min-height: 275px;
}

/* line 27212, app/assets/stylesheets/unify.css */
.g-min-height-300 {
  min-height: 300px;
}

/* line 27215, app/assets/stylesheets/unify.css */
.g-min-height-312 {
  min-height: 312px;
}

/* line 27218, app/assets/stylesheets/unify.css */
.g-min-height-360 {
  min-height: 360px;
}

/* line 27221, app/assets/stylesheets/unify.css */
.g-min-height-400 {
  min-height: 400px;
}

/* line 27224, app/assets/stylesheets/unify.css */
.g-min-height-450 {
  min-height: 450px;
}

/* line 27227, app/assets/stylesheets/unify.css */
.g-min-height-500 {
  min-height: 500px;
}

/* line 27230, app/assets/stylesheets/unify.css */
.g-min-height-600 {
  min-height: 600px;
}

@media (min-width: 576px) {
  /* line 27234, app/assets/stylesheets/unify.css */
  .g-height-350--sm {
    height: 350px;
  }
  /* line 27236, app/assets/stylesheets/unify.css */
  .g-height-680--sm {
    height: 680px;
  }
}

@media (min-width: 768px) {
  /* line 27240, app/assets/stylesheets/unify.css */
  .g-height-45--md {
    height: 45px !important;
  }
  /* line 27242, app/assets/stylesheets/unify.css */
  .g-height-60--md {
    height: 60px !important;
  }
  /* line 27244, app/assets/stylesheets/unify.css */
  .g-height-100--md {
    height: 100px !important;
  }
  /* line 27246, app/assets/stylesheets/unify.css */
  .g-height-170--md {
    height: 170px !important;
  }
  /* line 27248, app/assets/stylesheets/unify.css */
  .g-height-350--md {
    height: 350px;
  }
  /* line 27250, app/assets/stylesheets/unify.css */
  .g-height-500--md {
    height: 500px;
  }
  /* line 27252, app/assets/stylesheets/unify.css */
  .g-height-680--md {
    height: 680px;
  }
  /* line 27254, app/assets/stylesheets/unify.css */
  .g-height-100x--md {
    height: 100%;
  }
  /* line 27256, app/assets/stylesheets/unify.css */
  .g-height-100vh--md {
    height: 100vh;
  }
  /* line 27258, app/assets/stylesheets/unify.css */
  .g-min-height-230--md {
    min-height: 230px;
  }
  /* line 27260, app/assets/stylesheets/unify.css */
  .g-min-height-500--md {
    min-height: 500px;
  }
}

@media (min-width: 992px) {
  /* line 27264, app/assets/stylesheets/unify.css */
  .g-height-200--lg {
    height: 200px !important;
  }
  /* line 27266, app/assets/stylesheets/unify.css */
  .g-height-230--lg {
    height: 230px;
  }
  /* line 27268, app/assets/stylesheets/unify.css */
  .g-height-350--lg {
    height: 350px;
  }
  /* line 27270, app/assets/stylesheets/unify.css */
  .g-height-680--lg {
    height: 680px;
  }
}

@media (min-width: 1200px) {
  /* line 27274, app/assets/stylesheets/unify.css */
  .g-height-350--xl {
    height: 350px;
  }
  /* line 27276, app/assets/stylesheets/unify.css */
  .g-height-680--xl {
    height: 680px;
  }
}

/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  /* line 27285, app/assets/stylesheets/unify.css */
  .g-ma-0 {
    margin: 0 !important;
  }
  /* line 27287, app/assets/stylesheets/unify.css */
  .g-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 27290, app/assets/stylesheets/unify.css */
  .g-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 27293, app/assets/stylesheets/unify.css */
  .g-ml-0 {
    margin-left: 0 !important;
  }
  /* line 27295, app/assets/stylesheets/unify.css */
  .g-mr-0 {
    margin-right: 0 !important;
  }
  /* line 27297, app/assets/stylesheets/unify.css */
  .g-mt-0 {
    margin-top: 0 !important;
  }
  /* line 27299, app/assets/stylesheets/unify.css */
  .g-mb-0 {
    margin-bottom: 0 !important;
  }
  /* line 27301, app/assets/stylesheets/unify.css */
  .g-mx-1 {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  /* line 27304, app/assets/stylesheets/unify.css */
  .g-mx-2 {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  /* line 27307, app/assets/stylesheets/unify.css */
  .g-mx-3 {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  /* line 27310, app/assets/stylesheets/unify.css */
  .g-mx-4 {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  /* line 27313, app/assets/stylesheets/unify.css */
  .g-mx-5 {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  /* line 27316, app/assets/stylesheets/unify.css */
  .g-mx-6 {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  /* line 27319, app/assets/stylesheets/unify.css */
  .g-mx-7 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 27322, app/assets/stylesheets/unify.css */
  .g-mx-8 {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  /* line 27325, app/assets/stylesheets/unify.css */
  .g-mx-9 {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  /* line 27328, app/assets/stylesheets/unify.css */
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 27331, app/assets/stylesheets/unify.css */
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 27334, app/assets/stylesheets/unify.css */
  .g-mx-15 {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  /* line 27337, app/assets/stylesheets/unify.css */
  .g-mx-20 {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  /* line 27340, app/assets/stylesheets/unify.css */
  .g-mx-25 {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  /* line 27343, app/assets/stylesheets/unify.css */
  .g-mx-30 {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  /* line 27346, app/assets/stylesheets/unify.css */
  .g-mx-35 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 27349, app/assets/stylesheets/unify.css */
  .g-mx-40 {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  /* line 27352, app/assets/stylesheets/unify.css */
  .g-mx-45 {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  /* line 27355, app/assets/stylesheets/unify.css */
  .g-mx-50 {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  /* line 27358, app/assets/stylesheets/unify.css */
  .g-mx-55 {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  /* line 27361, app/assets/stylesheets/unify.css */
  .g-mx-60 {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  /* line 27364, app/assets/stylesheets/unify.css */
  .g-mx-65 {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  /* line 27367, app/assets/stylesheets/unify.css */
  .g-mx-70 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 27370, app/assets/stylesheets/unify.css */
  .g-mx-75 {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  /* line 27373, app/assets/stylesheets/unify.css */
  .g-mx-80 {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  /* line 27376, app/assets/stylesheets/unify.css */
  .g-mx-85 {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  /* line 27379, app/assets/stylesheets/unify.css */
  .g-mx-90 {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  /* line 27382, app/assets/stylesheets/unify.css */
  .g-mx-95 {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  /* line 27385, app/assets/stylesheets/unify.css */
  .g-mx-100 {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  /* line 27388, app/assets/stylesheets/unify.css */
  .g-my-1 {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  /* line 27391, app/assets/stylesheets/unify.css */
  .g-my-2 {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  /* line 27394, app/assets/stylesheets/unify.css */
  .g-my-3 {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  /* line 27397, app/assets/stylesheets/unify.css */
  .g-my-4 {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  /* line 27400, app/assets/stylesheets/unify.css */
  .g-my-5 {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  /* line 27403, app/assets/stylesheets/unify.css */
  .g-my-6 {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  /* line 27406, app/assets/stylesheets/unify.css */
  .g-my-7 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 27409, app/assets/stylesheets/unify.css */
  .g-my-8 {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  /* line 27412, app/assets/stylesheets/unify.css */
  .g-my-9 {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  /* line 27415, app/assets/stylesheets/unify.css */
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 27418, app/assets/stylesheets/unify.css */
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 27421, app/assets/stylesheets/unify.css */
  .g-my-15 {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  /* line 27424, app/assets/stylesheets/unify.css */
  .g-my-20 {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  /* line 27427, app/assets/stylesheets/unify.css */
  .g-my-25 {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  /* line 27430, app/assets/stylesheets/unify.css */
  .g-my-30 {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  /* line 27433, app/assets/stylesheets/unify.css */
  .g-my-35 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 27436, app/assets/stylesheets/unify.css */
  .g-my-40 {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  /* line 27439, app/assets/stylesheets/unify.css */
  .g-my-45 {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  /* line 27442, app/assets/stylesheets/unify.css */
  .g-my-50 {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  /* line 27445, app/assets/stylesheets/unify.css */
  .g-my-55 {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  /* line 27448, app/assets/stylesheets/unify.css */
  .g-my-60 {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  /* line 27451, app/assets/stylesheets/unify.css */
  .g-my-65 {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  /* line 27454, app/assets/stylesheets/unify.css */
  .g-my-70 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 27457, app/assets/stylesheets/unify.css */
  .g-my-75 {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  /* line 27460, app/assets/stylesheets/unify.css */
  .g-my-80 {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  /* line 27463, app/assets/stylesheets/unify.css */
  .g-my-85 {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  /* line 27466, app/assets/stylesheets/unify.css */
  .g-my-90 {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  /* line 27469, app/assets/stylesheets/unify.css */
  .g-my-95 {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  /* line 27472, app/assets/stylesheets/unify.css */
  .g-my-100 {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  /* line 27475, app/assets/stylesheets/unify.css */
  .g-mt-1 {
    margin-top: 0.07143rem !important;
  }
  /* line 27477, app/assets/stylesheets/unify.css */
  .g-mt-minus-1 {
    margin-top: -0.07143rem !important;
  }
  /* line 27479, app/assets/stylesheets/unify.css */
  .g-mt-2 {
    margin-top: 0.14286rem !important;
  }
  /* line 27481, app/assets/stylesheets/unify.css */
  .g-mt-minus-2 {
    margin-top: -0.14286rem !important;
  }
  /* line 27483, app/assets/stylesheets/unify.css */
  .g-mt-3 {
    margin-top: 0.21429rem !important;
  }
  /* line 27485, app/assets/stylesheets/unify.css */
  .g-mt-minus-3 {
    margin-top: -0.21429rem !important;
  }
  /* line 27487, app/assets/stylesheets/unify.css */
  .g-mt-4 {
    margin-top: 0.28571rem !important;
  }
  /* line 27489, app/assets/stylesheets/unify.css */
  .g-mt-minus-4 {
    margin-top: -0.28571rem !important;
  }
  /* line 27491, app/assets/stylesheets/unify.css */
  .g-mt-5 {
    margin-top: 0.35714rem !important;
  }
  /* line 27493, app/assets/stylesheets/unify.css */
  .g-mt-minus-5 {
    margin-top: -0.35714rem !important;
  }
  /* line 27495, app/assets/stylesheets/unify.css */
  .g-mt-6 {
    margin-top: 0.42857rem !important;
  }
  /* line 27497, app/assets/stylesheets/unify.css */
  .g-mt-minus-6 {
    margin-top: -0.42857rem !important;
  }
  /* line 27499, app/assets/stylesheets/unify.css */
  .g-mt-7 {
    margin-top: 0.5rem !important;
  }
  /* line 27501, app/assets/stylesheets/unify.css */
  .g-mt-minus-7 {
    margin-top: -0.5rem !important;
  }
  /* line 27503, app/assets/stylesheets/unify.css */
  .g-mt-8 {
    margin-top: 0.57143rem !important;
  }
  /* line 27505, app/assets/stylesheets/unify.css */
  .g-mt-minus-8 {
    margin-top: -0.57143rem !important;
  }
  /* line 27507, app/assets/stylesheets/unify.css */
  .g-mt-9 {
    margin-top: 0.64286rem !important;
  }
  /* line 27509, app/assets/stylesheets/unify.css */
  .g-mt-minus-9 {
    margin-top: -0.64286rem !important;
  }
  /* line 27511, app/assets/stylesheets/unify.css */
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }
  /* line 27513, app/assets/stylesheets/unify.css */
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }
  /* line 27515, app/assets/stylesheets/unify.css */
  .g-mt-11 {
    margin-top: 0.78571rem !important;
  }
  /* line 27517, app/assets/stylesheets/unify.css */
  .g-mt-minus-11 {
    margin-top: -0.78571rem !important;
  }
  /* line 27519, app/assets/stylesheets/unify.css */
  .g-mt-12 {
    margin-top: 0.85714rem !important;
  }
  /* line 27521, app/assets/stylesheets/unify.css */
  .g-mt-minus-12 {
    margin-top: -0.85714rem !important;
  }
  /* line 27523, app/assets/stylesheets/unify.css */
  .g-mt-13 {
    margin-top: 0.92857rem !important;
  }
  /* line 27525, app/assets/stylesheets/unify.css */
  .g-mt-minus-13 {
    margin-top: -0.92857rem !important;
  }
  /* line 27527, app/assets/stylesheets/unify.css */
  .g-mt-14 {
    margin-top: 1rem !important;
  }
  /* line 27529, app/assets/stylesheets/unify.css */
  .g-mt-minus-14 {
    margin-top: -1rem !important;
  }
  /* line 27531, app/assets/stylesheets/unify.css */
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }
  /* line 27533, app/assets/stylesheets/unify.css */
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }
  /* line 27535, app/assets/stylesheets/unify.css */
  .g-mt-16 {
    margin-top: 1.14286rem !important;
  }
  /* line 27537, app/assets/stylesheets/unify.css */
  .g-mt-minus-16 {
    margin-top: -1.14286rem !important;
  }
  /* line 27539, app/assets/stylesheets/unify.css */
  .g-mt-17 {
    margin-top: 1.21429rem !important;
  }
  /* line 27541, app/assets/stylesheets/unify.css */
  .g-mt-minus-17 {
    margin-top: -1.21429rem !important;
  }
  /* line 27543, app/assets/stylesheets/unify.css */
  .g-mt-18 {
    margin-top: 1.28571rem !important;
  }
  /* line 27545, app/assets/stylesheets/unify.css */
  .g-mt-minus-18 {
    margin-top: -1.28571rem !important;
  }
  /* line 27547, app/assets/stylesheets/unify.css */
  .g-mt-19 {
    margin-top: 1.35714rem !important;
  }
  /* line 27549, app/assets/stylesheets/unify.css */
  .g-mt-minus-19 {
    margin-top: -1.35714rem !important;
  }
  /* line 27551, app/assets/stylesheets/unify.css */
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }
  /* line 27553, app/assets/stylesheets/unify.css */
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }
  /* line 27555, app/assets/stylesheets/unify.css */
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }
  /* line 27557, app/assets/stylesheets/unify.css */
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }
  /* line 27559, app/assets/stylesheets/unify.css */
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }
  /* line 27561, app/assets/stylesheets/unify.css */
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }
  /* line 27563, app/assets/stylesheets/unify.css */
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }
  /* line 27565, app/assets/stylesheets/unify.css */
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }
  /* line 27567, app/assets/stylesheets/unify.css */
  .g-mt-25 {
    margin-top: 1.78571rem !important;
  }
  /* line 27569, app/assets/stylesheets/unify.css */
  .g-mt-minus-25 {
    margin-top: -1.78571rem !important;
  }
  /* line 27571, app/assets/stylesheets/unify.css */
  .g-mt-30 {
    margin-top: 2.14286rem !important;
  }
  /* line 27573, app/assets/stylesheets/unify.css */
  .g-mt-minus-30 {
    margin-top: -2.14286rem !important;
  }
  /* line 27575, app/assets/stylesheets/unify.css */
  .g-mt-35 {
    margin-top: 2.5rem !important;
  }
  /* line 27577, app/assets/stylesheets/unify.css */
  .g-mt-minus-35 {
    margin-top: -2.5rem !important;
  }
  /* line 27579, app/assets/stylesheets/unify.css */
  .g-mt-40 {
    margin-top: 2.85714rem !important;
  }
  /* line 27581, app/assets/stylesheets/unify.css */
  .g-mt-minus-40 {
    margin-top: -2.85714rem !important;
  }
  /* line 27583, app/assets/stylesheets/unify.css */
  .g-mt-45 {
    margin-top: 3.21429rem !important;
  }
  /* line 27585, app/assets/stylesheets/unify.css */
  .g-mt-minus-45 {
    margin-top: -3.21429rem !important;
  }
  /* line 27587, app/assets/stylesheets/unify.css */
  .g-mt-50 {
    margin-top: 3.57143rem !important;
  }
  /* line 27589, app/assets/stylesheets/unify.css */
  .g-mt-minus-50 {
    margin-top: -3.57143rem !important;
  }
  /* line 27591, app/assets/stylesheets/unify.css */
  .g-mt-55 {
    margin-top: 3.92857rem !important;
  }
  /* line 27593, app/assets/stylesheets/unify.css */
  .g-mt-minus-55 {
    margin-top: -3.92857rem !important;
  }
  /* line 27595, app/assets/stylesheets/unify.css */
  .g-mt-60 {
    margin-top: 4.28571rem !important;
  }
  /* line 27597, app/assets/stylesheets/unify.css */
  .g-mt-minus-60 {
    margin-top: -4.28571rem !important;
  }
  /* line 27599, app/assets/stylesheets/unify.css */
  .g-mt-65 {
    margin-top: 4.64286rem !important;
  }
  /* line 27601, app/assets/stylesheets/unify.css */
  .g-mt-minus-65 {
    margin-top: -4.64286rem !important;
  }
  /* line 27603, app/assets/stylesheets/unify.css */
  .g-mt-70 {
    margin-top: 5rem !important;
  }
  /* line 27605, app/assets/stylesheets/unify.css */
  .g-mt-minus-70 {
    margin-top: -5rem !important;
  }
  /* line 27607, app/assets/stylesheets/unify.css */
  .g-mt-75 {
    margin-top: 5.35714rem !important;
  }
  /* line 27609, app/assets/stylesheets/unify.css */
  .g-mt-minus-75 {
    margin-top: -5.35714rem !important;
  }
  /* line 27611, app/assets/stylesheets/unify.css */
  .g-mt-80 {
    margin-top: 5.71429rem !important;
  }
  /* line 27613, app/assets/stylesheets/unify.css */
  .g-mt-minus-80 {
    margin-top: -5.71429rem !important;
  }
  /* line 27615, app/assets/stylesheets/unify.css */
  .g-mt-85 {
    margin-top: 6.07143rem !important;
  }
  /* line 27617, app/assets/stylesheets/unify.css */
  .g-mt-minus-85 {
    margin-top: -6.07143rem !important;
  }
  /* line 27619, app/assets/stylesheets/unify.css */
  .g-mt-90 {
    margin-top: 6.42857rem !important;
  }
  /* line 27621, app/assets/stylesheets/unify.css */
  .g-mt-minus-90 {
    margin-top: -6.42857rem !important;
  }
  /* line 27623, app/assets/stylesheets/unify.css */
  .g-mt-95 {
    margin-top: 6.78571rem !important;
  }
  /* line 27625, app/assets/stylesheets/unify.css */
  .g-mt-minus-95 {
    margin-top: -6.78571rem !important;
  }
  /* line 27627, app/assets/stylesheets/unify.css */
  .g-mt-100 {
    margin-top: 7.14286rem !important;
  }
  /* line 27629, app/assets/stylesheets/unify.css */
  .g-mt-minus-100 {
    margin-top: -7.14286rem !important;
  }
  /* line 27631, app/assets/stylesheets/unify.css */
  .g-mt-105 {
    margin-top: 7.5rem !important;
  }
  /* line 27633, app/assets/stylesheets/unify.css */
  .g-mt-minus-105 {
    margin-top: -7.5rem !important;
  }
  /* line 27635, app/assets/stylesheets/unify.css */
  .g-mt-110 {
    margin-top: 7.85714rem !important;
  }
  /* line 27637, app/assets/stylesheets/unify.css */
  .g-mt-minus-110 {
    margin-top: -7.85714rem !important;
  }
  /* line 27639, app/assets/stylesheets/unify.css */
  .g-mt-115 {
    margin-top: 8.21429rem !important;
  }
  /* line 27641, app/assets/stylesheets/unify.css */
  .g-mt-minus-115 {
    margin-top: -8.21429rem !important;
  }
  /* line 27643, app/assets/stylesheets/unify.css */
  .g-mt-120 {
    margin-top: 8.57143rem !important;
  }
  /* line 27645, app/assets/stylesheets/unify.css */
  .g-mt-minus-120 {
    margin-top: -8.57143rem !important;
  }
  /* line 27647, app/assets/stylesheets/unify.css */
  .g-mt-125 {
    margin-top: 8.92857rem !important;
  }
  /* line 27649, app/assets/stylesheets/unify.css */
  .g-mt-minus-125 {
    margin-top: -8.92857rem !important;
  }
  /* line 27651, app/assets/stylesheets/unify.css */
  .g-mt-130 {
    margin-top: 9.28571rem !important;
  }
  /* line 27653, app/assets/stylesheets/unify.css */
  .g-mt-minus-130 {
    margin-top: -9.28571rem !important;
  }
  /* line 27655, app/assets/stylesheets/unify.css */
  .g-mt-135 {
    margin-top: 9.64286rem !important;
  }
  /* line 27657, app/assets/stylesheets/unify.css */
  .g-mt-minus-135 {
    margin-top: -9.64286rem !important;
  }
  /* line 27659, app/assets/stylesheets/unify.css */
  .g-mt-140 {
    margin-top: 10rem !important;
  }
  /* line 27661, app/assets/stylesheets/unify.css */
  .g-mt-minus-140 {
    margin-top: -10rem !important;
  }
  /* line 27663, app/assets/stylesheets/unify.css */
  .g-mt-145 {
    margin-top: 10.35714rem !important;
  }
  /* line 27665, app/assets/stylesheets/unify.css */
  .g-mt-minus-145 {
    margin-top: -10.35714rem !important;
  }
  /* line 27667, app/assets/stylesheets/unify.css */
  .g-mt-150 {
    margin-top: 10.71429rem !important;
  }
  /* line 27669, app/assets/stylesheets/unify.css */
  .g-mt-minus-150 {
    margin-top: -10.71429rem !important;
  }
  /* line 27671, app/assets/stylesheets/unify.css */
  .g-mt-155 {
    margin-top: 11.07143rem !important;
  }
  /* line 27673, app/assets/stylesheets/unify.css */
  .g-mt-minus-155 {
    margin-top: -11.07143rem !important;
  }
  /* line 27675, app/assets/stylesheets/unify.css */
  .g-mt-160 {
    margin-top: 11.42857rem !important;
  }
  /* line 27677, app/assets/stylesheets/unify.css */
  .g-mt-minus-160 {
    margin-top: -11.42857rem !important;
  }
  /* line 27679, app/assets/stylesheets/unify.css */
  .g-mt-165 {
    margin-top: 11.78571rem !important;
  }
  /* line 27681, app/assets/stylesheets/unify.css */
  .g-mt-minus-165 {
    margin-top: -11.78571rem !important;
  }
  /* line 27683, app/assets/stylesheets/unify.css */
  .g-mt-170 {
    margin-top: 12.14286rem !important;
  }
  /* line 27685, app/assets/stylesheets/unify.css */
  .g-mt-minus-170 {
    margin-top: -12.14286rem !important;
  }
  /* line 27687, app/assets/stylesheets/unify.css */
  .g-mb-1 {
    margin-bottom: 0.07143rem !important;
  }
  /* line 27689, app/assets/stylesheets/unify.css */
  .g-mb-minus-1 {
    margin-bottom: -0.07143rem !important;
  }
  /* line 27691, app/assets/stylesheets/unify.css */
  .g-mb-2 {
    margin-bottom: 0.14286rem !important;
  }
  /* line 27693, app/assets/stylesheets/unify.css */
  .g-mb-minus-2 {
    margin-bottom: -0.14286rem !important;
  }
  /* line 27695, app/assets/stylesheets/unify.css */
  .g-mb-3 {
    margin-bottom: 0.21429rem !important;
  }
  /* line 27697, app/assets/stylesheets/unify.css */
  .g-mb-minus-3 {
    margin-bottom: -0.21429rem !important;
  }
  /* line 27699, app/assets/stylesheets/unify.css */
  .g-mb-4 {
    margin-bottom: 0.28571rem !important;
  }
  /* line 27701, app/assets/stylesheets/unify.css */
  .g-mb-minus-4 {
    margin-bottom: -0.28571rem !important;
  }
  /* line 27703, app/assets/stylesheets/unify.css */
  .g-mb-5 {
    margin-bottom: 0.35714rem !important;
  }
  /* line 27705, app/assets/stylesheets/unify.css */
  .g-mb-minus-5 {
    margin-bottom: -0.35714rem !important;
  }
  /* line 27707, app/assets/stylesheets/unify.css */
  .g-mb-6 {
    margin-bottom: 0.42857rem !important;
  }
  /* line 27709, app/assets/stylesheets/unify.css */
  .g-mb-minus-6 {
    margin-bottom: -0.42857rem !important;
  }
  /* line 27711, app/assets/stylesheets/unify.css */
  .g-mb-7 {
    margin-bottom: 0.5rem !important;
  }
  /* line 27713, app/assets/stylesheets/unify.css */
  .g-mb-minus-7 {
    margin-bottom: -0.5rem !important;
  }
  /* line 27715, app/assets/stylesheets/unify.css */
  .g-mb-8 {
    margin-bottom: 0.57143rem !important;
  }
  /* line 27717, app/assets/stylesheets/unify.css */
  .g-mb-minus-8 {
    margin-bottom: -0.57143rem !important;
  }
  /* line 27719, app/assets/stylesheets/unify.css */
  .g-mb-9 {
    margin-bottom: 0.64286rem !important;
  }
  /* line 27721, app/assets/stylesheets/unify.css */
  .g-mb-minus-9 {
    margin-bottom: -0.64286rem !important;
  }
  /* line 27723, app/assets/stylesheets/unify.css */
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  /* line 27725, app/assets/stylesheets/unify.css */
  .g-mb-minus-10 {
    margin-bottom: -0.71429rem !important;
  }
  /* line 27727, app/assets/stylesheets/unify.css */
  .g-mb-11 {
    margin-bottom: 0.78571rem !important;
  }
  /* line 27729, app/assets/stylesheets/unify.css */
  .g-mb-minus-11 {
    margin-bottom: -0.78571rem !important;
  }
  /* line 27731, app/assets/stylesheets/unify.css */
  .g-mb-12 {
    margin-bottom: 0.85714rem !important;
  }
  /* line 27733, app/assets/stylesheets/unify.css */
  .g-mb-minus-12 {
    margin-bottom: -0.85714rem !important;
  }
  /* line 27735, app/assets/stylesheets/unify.css */
  .g-mb-13 {
    margin-bottom: 0.92857rem !important;
  }
  /* line 27737, app/assets/stylesheets/unify.css */
  .g-mb-minus-13 {
    margin-bottom: -0.92857rem !important;
  }
  /* line 27739, app/assets/stylesheets/unify.css */
  .g-mb-14 {
    margin-bottom: 1rem !important;
  }
  /* line 27741, app/assets/stylesheets/unify.css */
  .g-mb-minus-14 {
    margin-bottom: -1rem !important;
  }
  /* line 27743, app/assets/stylesheets/unify.css */
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }
  /* line 27745, app/assets/stylesheets/unify.css */
  .g-mb-minus-15 {
    margin-bottom: -1.07143rem !important;
  }
  /* line 27747, app/assets/stylesheets/unify.css */
  .g-mb-16 {
    margin-bottom: 1.14286rem !important;
  }
  /* line 27749, app/assets/stylesheets/unify.css */
  .g-mb-minus-16 {
    margin-bottom: -1.14286rem !important;
  }
  /* line 27751, app/assets/stylesheets/unify.css */
  .g-mb-17 {
    margin-bottom: 1.21429rem !important;
  }
  /* line 27753, app/assets/stylesheets/unify.css */
  .g-mb-minus-17 {
    margin-bottom: -1.21429rem !important;
  }
  /* line 27755, app/assets/stylesheets/unify.css */
  .g-mb-18 {
    margin-bottom: 1.28571rem !important;
  }
  /* line 27757, app/assets/stylesheets/unify.css */
  .g-mb-minus-18 {
    margin-bottom: -1.28571rem !important;
  }
  /* line 27759, app/assets/stylesheets/unify.css */
  .g-mb-19 {
    margin-bottom: 1.35714rem !important;
  }
  /* line 27761, app/assets/stylesheets/unify.css */
  .g-mb-minus-19 {
    margin-bottom: -1.35714rem !important;
  }
  /* line 27763, app/assets/stylesheets/unify.css */
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }
  /* line 27765, app/assets/stylesheets/unify.css */
  .g-mb-minus-20 {
    margin-bottom: -1.42857rem !important;
  }
  /* line 27767, app/assets/stylesheets/unify.css */
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }
  /* line 27769, app/assets/stylesheets/unify.css */
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }
  /* line 27771, app/assets/stylesheets/unify.css */
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }
  /* line 27773, app/assets/stylesheets/unify.css */
  .g-mb-25 {
    margin-bottom: 1.78571rem !important;
  }
  /* line 27775, app/assets/stylesheets/unify.css */
  .g-mb-30 {
    margin-bottom: 2.14286rem !important;
  }
  /* line 27777, app/assets/stylesheets/unify.css */
  .g-mb-35 {
    margin-bottom: 2.5rem !important;
  }
  /* line 27779, app/assets/stylesheets/unify.css */
  .g-mb-40 {
    margin-bottom: 2.85714rem !important;
  }
  /* line 27781, app/assets/stylesheets/unify.css */
  .g-mb-45 {
    margin-bottom: 3.21429rem !important;
  }
  /* line 27783, app/assets/stylesheets/unify.css */
  .g-mb-50 {
    margin-bottom: 3.57143rem !important;
  }
  /* line 27785, app/assets/stylesheets/unify.css */
  .g-mb-55 {
    margin-bottom: 3.92857rem !important;
  }
  /* line 27787, app/assets/stylesheets/unify.css */
  .g-mb-60 {
    margin-bottom: 4.28571rem !important;
  }
  /* line 27789, app/assets/stylesheets/unify.css */
  .g-mb-65 {
    margin-bottom: 4.64286rem !important;
  }
  /* line 27791, app/assets/stylesheets/unify.css */
  .g-mb-70 {
    margin-bottom: 5rem !important;
  }
  /* line 27793, app/assets/stylesheets/unify.css */
  .g-mb-75 {
    margin-bottom: 5.35714rem !important;
  }
  /* line 27795, app/assets/stylesheets/unify.css */
  .g-mb-80 {
    margin-bottom: 5.71429rem !important;
  }
  /* line 27797, app/assets/stylesheets/unify.css */
  .g-mb-85 {
    margin-bottom: 6.07143rem !important;
  }
  /* line 27799, app/assets/stylesheets/unify.css */
  .g-mb-90 {
    margin-bottom: 6.42857rem !important;
  }
  /* line 27801, app/assets/stylesheets/unify.css */
  .g-mb-95 {
    margin-bottom: 6.78571rem !important;
  }
  /* line 27803, app/assets/stylesheets/unify.css */
  .g-mb-100 {
    margin-bottom: 7.14286rem !important;
  }
  /* line 27805, app/assets/stylesheets/unify.css */
  .g-mb-105 {
    margin-bottom: 7.5rem !important;
  }
  /* line 27807, app/assets/stylesheets/unify.css */
  .g-mb-110 {
    margin-bottom: 7.85714rem !important;
  }
  /* line 27809, app/assets/stylesheets/unify.css */
  .g-mb-115 {
    margin-bottom: 8.21429rem !important;
  }
  /* line 27811, app/assets/stylesheets/unify.css */
  .g-mb-120 {
    margin-bottom: 8.57143rem !important;
  }
  /* line 27813, app/assets/stylesheets/unify.css */
  .g-mb-125 {
    margin-bottom: 8.92857rem !important;
  }
  /* line 27815, app/assets/stylesheets/unify.css */
  .g-mb-130 {
    margin-bottom: 9.28571rem !important;
  }
  /* line 27817, app/assets/stylesheets/unify.css */
  .g-mb-135 {
    margin-bottom: 9.64286rem !important;
  }
  /* line 27819, app/assets/stylesheets/unify.css */
  .g-mb-140 {
    margin-bottom: 10rem !important;
  }
  /* line 27821, app/assets/stylesheets/unify.css */
  .g-mb-145 {
    margin-bottom: 10.35714rem !important;
  }
  /* line 27823, app/assets/stylesheets/unify.css */
  .g-mb-150 {
    margin-bottom: 10.71429rem !important;
  }
  /* line 27825, app/assets/stylesheets/unify.css */
  .g-mb-155 {
    margin-bottom: 11.07143rem !important;
  }
  /* line 27827, app/assets/stylesheets/unify.css */
  .g-mb-160 {
    margin-bottom: 11.42857rem !important;
  }
  /* line 27829, app/assets/stylesheets/unify.css */
  .g-mb-165 {
    margin-bottom: 11.78571rem !important;
  }
  /* line 27831, app/assets/stylesheets/unify.css */
  .g-mb-170 {
    margin-bottom: 12.14286rem !important;
  }
  /* line 27833, app/assets/stylesheets/unify.css */
  .g-ml-1 {
    margin-left: 0.07143rem !important;
  }
  /* line 27835, app/assets/stylesheets/unify.css */
  .g-ml-minus-1 {
    margin-left: -0.07143rem !important;
  }
  /* line 27837, app/assets/stylesheets/unify.css */
  .g-ml-2 {
    margin-left: 0.14286rem !important;
  }
  /* line 27839, app/assets/stylesheets/unify.css */
  .g-ml-minus-2 {
    margin-left: -0.14286rem !important;
  }
  /* line 27841, app/assets/stylesheets/unify.css */
  .g-ml-3 {
    margin-left: 0.21429rem !important;
  }
  /* line 27843, app/assets/stylesheets/unify.css */
  .g-ml-minus-3 {
    margin-left: -0.21429rem !important;
  }
  /* line 27845, app/assets/stylesheets/unify.css */
  .g-ml-4 {
    margin-left: 0.28571rem !important;
  }
  /* line 27847, app/assets/stylesheets/unify.css */
  .g-ml-minus-4 {
    margin-left: -0.28571rem !important;
  }
  /* line 27849, app/assets/stylesheets/unify.css */
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }
  /* line 27851, app/assets/stylesheets/unify.css */
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }
  /* line 27853, app/assets/stylesheets/unify.css */
  .g-ml-6 {
    margin-left: 0.42857rem !important;
  }
  /* line 27855, app/assets/stylesheets/unify.css */
  .g-ml-minus-6 {
    margin-left: -0.42857rem !important;
  }
  /* line 27857, app/assets/stylesheets/unify.css */
  .g-ml-7 {
    margin-left: 0.5rem !important;
  }
  /* line 27859, app/assets/stylesheets/unify.css */
  .g-ml-minus-7 {
    margin-left: -0.5rem !important;
  }
  /* line 27861, app/assets/stylesheets/unify.css */
  .g-ml-8 {
    margin-left: 0.57143rem !important;
  }
  /* line 27863, app/assets/stylesheets/unify.css */
  .g-ml-minus-8 {
    margin-left: -0.57143rem !important;
  }
  /* line 27865, app/assets/stylesheets/unify.css */
  .g-ml-9 {
    margin-left: 0.64286rem !important;
  }
  /* line 27867, app/assets/stylesheets/unify.css */
  .g-ml-minus-9 {
    margin-left: -0.64286rem !important;
  }
  /* line 27869, app/assets/stylesheets/unify.css */
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  /* line 27871, app/assets/stylesheets/unify.css */
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }
  /* line 27873, app/assets/stylesheets/unify.css */
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }
  /* line 27875, app/assets/stylesheets/unify.css */
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }
  /* line 27877, app/assets/stylesheets/unify.css */
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }
  /* line 27879, app/assets/stylesheets/unify.css */
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }
  /* line 27881, app/assets/stylesheets/unify.css */
  .g-ml-15 {
    margin-left: 1.07143rem !important;
  }
  /* line 27883, app/assets/stylesheets/unify.css */
  .g-ml-minus-15 {
    margin-left: -1.07143rem !important;
  }
  /* line 27885, app/assets/stylesheets/unify.css */
  .g-ml-20 {
    margin-left: 1.42857rem !important;
  }
  /* line 27887, app/assets/stylesheets/unify.css */
  .g-ml-minus-20 {
    margin-left: -1.42857rem !important;
  }
  /* line 27889, app/assets/stylesheets/unify.css */
  .g-ml-25 {
    margin-left: 1.78571rem !important;
  }
  /* line 27891, app/assets/stylesheets/unify.css */
  .g-ml-minus-25 {
    margin-left: -1.78571rem !important;
  }
  /* line 27893, app/assets/stylesheets/unify.css */
  .g-ml-30 {
    margin-left: 2.14286rem !important;
  }
  /* line 27895, app/assets/stylesheets/unify.css */
  .g-ml-minus-30 {
    margin-left: -2.14286rem !important;
  }
  /* line 27897, app/assets/stylesheets/unify.css */
  .g-ml-35 {
    margin-left: 2.5rem !important;
  }
  /* line 27899, app/assets/stylesheets/unify.css */
  .g-ml-minus-35 {
    margin-left: -2.5rem !important;
  }
  /* line 27901, app/assets/stylesheets/unify.css */
  .g-ml-40 {
    margin-left: 2.85714rem !important;
  }
  /* line 27903, app/assets/stylesheets/unify.css */
  .g-ml-minus-40 {
    margin-left: -2.85714rem !important;
  }
  /* line 27905, app/assets/stylesheets/unify.css */
  .g-ml-45 {
    margin-left: 3.21429rem !important;
  }
  /* line 27907, app/assets/stylesheets/unify.css */
  .g-ml-minus-45 {
    margin-left: -3.21429rem !important;
  }
  /* line 27909, app/assets/stylesheets/unify.css */
  .g-ml-50 {
    margin-left: 3.57143rem !important;
  }
  /* line 27911, app/assets/stylesheets/unify.css */
  .g-ml-minus-50 {
    margin-left: -3.57143rem !important;
  }
  /* line 27913, app/assets/stylesheets/unify.css */
  .g-mr-1 {
    margin-right: 0.07143rem !important;
  }
  /* line 27915, app/assets/stylesheets/unify.css */
  .g-mr-minus-1 {
    margin-right: -0.07143rem !important;
  }
  /* line 27917, app/assets/stylesheets/unify.css */
  .g-mr-2 {
    margin-right: 0.14286rem !important;
  }
  /* line 27919, app/assets/stylesheets/unify.css */
  .g-mr-minus-2 {
    margin-right: -0.14286rem !important;
  }
  /* line 27921, app/assets/stylesheets/unify.css */
  .g-mr-3 {
    margin-right: 0.21429rem !important;
  }
  /* line 27923, app/assets/stylesheets/unify.css */
  .g-mr-minus-3 {
    margin-right: -0.21429rem !important;
  }
  /* line 27925, app/assets/stylesheets/unify.css */
  .g-mr-4 {
    margin-right: 0.28571rem !important;
  }
  /* line 27927, app/assets/stylesheets/unify.css */
  .g-mr-minus-4 {
    margin-right: -0.28571rem !important;
  }
  /* line 27929, app/assets/stylesheets/unify.css */
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  /* line 27931, app/assets/stylesheets/unify.css */
  .g-mr-minus-5 {
    margin-right: -0.35714rem !important;
  }
  /* line 27933, app/assets/stylesheets/unify.css */
  .g-mr-6 {
    margin-right: 0.42857rem !important;
  }
  /* line 27935, app/assets/stylesheets/unify.css */
  .g-mr-minus-6 {
    margin-right: -0.42857rem !important;
  }
  /* line 27937, app/assets/stylesheets/unify.css */
  .g-mr-7 {
    margin-right: 0.5rem !important;
  }
  /* line 27939, app/assets/stylesheets/unify.css */
  .g-mr-minus-7 {
    margin-right: -0.5rem !important;
  }
  /* line 27941, app/assets/stylesheets/unify.css */
  .g-mr-8 {
    margin-right: 0.57143rem !important;
  }
  /* line 27943, app/assets/stylesheets/unify.css */
  .g-mr-minus-8 {
    margin-right: -0.57143rem !important;
  }
  /* line 27945, app/assets/stylesheets/unify.css */
  .g-mr-9 {
    margin-right: 0.64286rem !important;
  }
  /* line 27947, app/assets/stylesheets/unify.css */
  .g-mr-minus-9 {
    margin-right: -0.64286rem !important;
  }
  /* line 27949, app/assets/stylesheets/unify.css */
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }
  /* line 27951, app/assets/stylesheets/unify.css */
  .g-mr-minus-10 {
    margin-right: -0.71429rem !important;
  }
  /* line 27953, app/assets/stylesheets/unify.css */
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }
  /* line 27955, app/assets/stylesheets/unify.css */
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }
  /* line 27957, app/assets/stylesheets/unify.css */
  .g-mr-15 {
    margin-right: 1.07143rem !important;
  }
  /* line 27959, app/assets/stylesheets/unify.css */
  .g-mr-20 {
    margin-right: 1.42857rem !important;
  }
  /* line 27961, app/assets/stylesheets/unify.css */
  .g-mr-25 {
    margin-right: 1.78571rem !important;
  }
  /* line 27963, app/assets/stylesheets/unify.css */
  .g-mr-30 {
    margin-right: 2.14286rem !important;
  }
  /* line 27965, app/assets/stylesheets/unify.css */
  .g-mr-35 {
    margin-right: 2.5rem !important;
  }
  /* line 27967, app/assets/stylesheets/unify.css */
  .g-mr-40 {
    margin-right: 2.85714rem !important;
  }
  /* line 27969, app/assets/stylesheets/unify.css */
  .g-mr-45 {
    margin-right: 3.21429rem !important;
  }
  /* line 27971, app/assets/stylesheets/unify.css */
  .g-mr-50 {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 27977, app/assets/stylesheets/unify.css */
  .g-ma-0--sm {
    margin: 0 !important;
  }
  /* line 27979, app/assets/stylesheets/unify.css */
  .g-mx-0--sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 27982, app/assets/stylesheets/unify.css */
  .g-my-0--sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 27985, app/assets/stylesheets/unify.css */
  .g-ml-0--sm {
    margin-left: 0 !important;
  }
  /* line 27987, app/assets/stylesheets/unify.css */
  .g-mr-0--sm {
    margin-right: 0 !important;
  }
  /* line 27989, app/assets/stylesheets/unify.css */
  .g-mt-0--sm {
    margin-top: 0 !important;
  }
  /* line 27991, app/assets/stylesheets/unify.css */
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }
  /* line 27993, app/assets/stylesheets/unify.css */
  .g-mx-1--sm {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  /* line 27996, app/assets/stylesheets/unify.css */
  .g-mx-2--sm {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  /* line 27999, app/assets/stylesheets/unify.css */
  .g-mx-3--sm {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  /* line 28002, app/assets/stylesheets/unify.css */
  .g-mx-4--sm {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  /* line 28005, app/assets/stylesheets/unify.css */
  .g-mx-5--sm {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  /* line 28008, app/assets/stylesheets/unify.css */
  .g-mx-6--sm {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  /* line 28011, app/assets/stylesheets/unify.css */
  .g-mx-7--sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 28014, app/assets/stylesheets/unify.css */
  .g-mx-8--sm {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  /* line 28017, app/assets/stylesheets/unify.css */
  .g-mx-9--sm {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  /* line 28020, app/assets/stylesheets/unify.css */
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 28023, app/assets/stylesheets/unify.css */
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 28026, app/assets/stylesheets/unify.css */
  .g-mx-15--sm {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  /* line 28029, app/assets/stylesheets/unify.css */
  .g-mx-20--sm {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  /* line 28032, app/assets/stylesheets/unify.css */
  .g-mx-25--sm {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  /* line 28035, app/assets/stylesheets/unify.css */
  .g-mx-30--sm {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  /* line 28038, app/assets/stylesheets/unify.css */
  .g-mx-35--sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 28041, app/assets/stylesheets/unify.css */
  .g-mx-40--sm {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  /* line 28044, app/assets/stylesheets/unify.css */
  .g-mx-45--sm {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  /* line 28047, app/assets/stylesheets/unify.css */
  .g-mx-50--sm {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  /* line 28050, app/assets/stylesheets/unify.css */
  .g-mx-55--sm {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  /* line 28053, app/assets/stylesheets/unify.css */
  .g-mx-60--sm {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  /* line 28056, app/assets/stylesheets/unify.css */
  .g-mx-65--sm {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  /* line 28059, app/assets/stylesheets/unify.css */
  .g-mx-70--sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 28062, app/assets/stylesheets/unify.css */
  .g-mx-75--sm {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  /* line 28065, app/assets/stylesheets/unify.css */
  .g-mx-80--sm {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  /* line 28068, app/assets/stylesheets/unify.css */
  .g-mx-85--sm {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  /* line 28071, app/assets/stylesheets/unify.css */
  .g-mx-90--sm {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  /* line 28074, app/assets/stylesheets/unify.css */
  .g-mx-95--sm {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  /* line 28077, app/assets/stylesheets/unify.css */
  .g-mx-100--sm {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  /* line 28080, app/assets/stylesheets/unify.css */
  .g-my-1--sm {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  /* line 28083, app/assets/stylesheets/unify.css */
  .g-my-2--sm {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  /* line 28086, app/assets/stylesheets/unify.css */
  .g-my-3--sm {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  /* line 28089, app/assets/stylesheets/unify.css */
  .g-my-4--sm {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  /* line 28092, app/assets/stylesheets/unify.css */
  .g-my-5--sm {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  /* line 28095, app/assets/stylesheets/unify.css */
  .g-my-6--sm {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  /* line 28098, app/assets/stylesheets/unify.css */
  .g-my-7--sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 28101, app/assets/stylesheets/unify.css */
  .g-my-8--sm {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  /* line 28104, app/assets/stylesheets/unify.css */
  .g-my-9--sm {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  /* line 28107, app/assets/stylesheets/unify.css */
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 28110, app/assets/stylesheets/unify.css */
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 28113, app/assets/stylesheets/unify.css */
  .g-my-15--sm {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  /* line 28116, app/assets/stylesheets/unify.css */
  .g-my-20--sm {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  /* line 28119, app/assets/stylesheets/unify.css */
  .g-my-25--sm {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  /* line 28122, app/assets/stylesheets/unify.css */
  .g-my-30--sm {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  /* line 28125, app/assets/stylesheets/unify.css */
  .g-my-35--sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 28128, app/assets/stylesheets/unify.css */
  .g-my-40--sm {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  /* line 28131, app/assets/stylesheets/unify.css */
  .g-my-45--sm {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  /* line 28134, app/assets/stylesheets/unify.css */
  .g-my-50--sm {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  /* line 28137, app/assets/stylesheets/unify.css */
  .g-my-55--sm {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  /* line 28140, app/assets/stylesheets/unify.css */
  .g-my-60--sm {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  /* line 28143, app/assets/stylesheets/unify.css */
  .g-my-65--sm {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  /* line 28146, app/assets/stylesheets/unify.css */
  .g-my-70--sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 28149, app/assets/stylesheets/unify.css */
  .g-my-75--sm {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  /* line 28152, app/assets/stylesheets/unify.css */
  .g-my-80--sm {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  /* line 28155, app/assets/stylesheets/unify.css */
  .g-my-85--sm {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  /* line 28158, app/assets/stylesheets/unify.css */
  .g-my-90--sm {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  /* line 28161, app/assets/stylesheets/unify.css */
  .g-my-95--sm {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  /* line 28164, app/assets/stylesheets/unify.css */
  .g-my-100--sm {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  /* line 28167, app/assets/stylesheets/unify.css */
  .g-mt-1--sm {
    margin-top: 0.07143rem !important;
  }
  /* line 28169, app/assets/stylesheets/unify.css */
  .g-mt-minus-1--sm {
    margin-top: -0.07143rem !important;
  }
  /* line 28171, app/assets/stylesheets/unify.css */
  .g-mt-2--sm {
    margin-top: 0.14286rem !important;
  }
  /* line 28173, app/assets/stylesheets/unify.css */
  .g-mt-minus-2--sm {
    margin-top: -0.14286rem !important;
  }
  /* line 28175, app/assets/stylesheets/unify.css */
  .g-mt-3--sm {
    margin-top: 0.21429rem !important;
  }
  /* line 28177, app/assets/stylesheets/unify.css */
  .g-mt-minus-3--sm {
    margin-top: -0.21429rem !important;
  }
  /* line 28179, app/assets/stylesheets/unify.css */
  .g-mt-4--sm {
    margin-top: 0.28571rem !important;
  }
  /* line 28181, app/assets/stylesheets/unify.css */
  .g-mt-minus-4--sm {
    margin-top: -0.28571rem !important;
  }
  /* line 28183, app/assets/stylesheets/unify.css */
  .g-mt-5--sm {
    margin-top: 0.35714rem !important;
  }
  /* line 28185, app/assets/stylesheets/unify.css */
  .g-mt-minus-5--sm {
    margin-top: -0.35714rem !important;
  }
  /* line 28187, app/assets/stylesheets/unify.css */
  .g-mt-6--sm {
    margin-top: 0.42857rem !important;
  }
  /* line 28189, app/assets/stylesheets/unify.css */
  .g-mt-minus-6--sm {
    margin-top: -0.42857rem !important;
  }
  /* line 28191, app/assets/stylesheets/unify.css */
  .g-mt-7--sm {
    margin-top: 0.5rem !important;
  }
  /* line 28193, app/assets/stylesheets/unify.css */
  .g-mt-minus-7--sm {
    margin-top: -0.5rem !important;
  }
  /* line 28195, app/assets/stylesheets/unify.css */
  .g-mt-8--sm {
    margin-top: 0.57143rem !important;
  }
  /* line 28197, app/assets/stylesheets/unify.css */
  .g-mt-minus-8--sm {
    margin-top: -0.57143rem !important;
  }
  /* line 28199, app/assets/stylesheets/unify.css */
  .g-mt-9--sm {
    margin-top: 0.64286rem !important;
  }
  /* line 28201, app/assets/stylesheets/unify.css */
  .g-mt-minus-9--sm {
    margin-top: -0.64286rem !important;
  }
  /* line 28203, app/assets/stylesheets/unify.css */
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }
  /* line 28205, app/assets/stylesheets/unify.css */
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }
  /* line 28207, app/assets/stylesheets/unify.css */
  .g-mt-11--sm {
    margin-top: 0.78571rem !important;
  }
  /* line 28209, app/assets/stylesheets/unify.css */
  .g-mt-minus-11--sm {
    margin-top: -0.78571rem !important;
  }
  /* line 28211, app/assets/stylesheets/unify.css */
  .g-mt-12--sm {
    margin-top: 0.85714rem !important;
  }
  /* line 28213, app/assets/stylesheets/unify.css */
  .g-mt-minus-12--sm {
    margin-top: -0.85714rem !important;
  }
  /* line 28215, app/assets/stylesheets/unify.css */
  .g-mt-13--sm {
    margin-top: 0.92857rem !important;
  }
  /* line 28217, app/assets/stylesheets/unify.css */
  .g-mt-minus-13--sm {
    margin-top: -0.92857rem !important;
  }
  /* line 28219, app/assets/stylesheets/unify.css */
  .g-mt-14--sm {
    margin-top: 1rem !important;
  }
  /* line 28221, app/assets/stylesheets/unify.css */
  .g-mt-minus-14--sm {
    margin-top: -1rem !important;
  }
  /* line 28223, app/assets/stylesheets/unify.css */
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }
  /* line 28225, app/assets/stylesheets/unify.css */
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }
  /* line 28227, app/assets/stylesheets/unify.css */
  .g-mt-16--sm {
    margin-top: 1.14286rem !important;
  }
  /* line 28229, app/assets/stylesheets/unify.css */
  .g-mt-minus-16--sm {
    margin-top: -1.14286rem !important;
  }
  /* line 28231, app/assets/stylesheets/unify.css */
  .g-mt-17--sm {
    margin-top: 1.21429rem !important;
  }
  /* line 28233, app/assets/stylesheets/unify.css */
  .g-mt-minus-17--sm {
    margin-top: -1.21429rem !important;
  }
  /* line 28235, app/assets/stylesheets/unify.css */
  .g-mt-18--sm {
    margin-top: 1.28571rem !important;
  }
  /* line 28237, app/assets/stylesheets/unify.css */
  .g-mt-minus-18--sm {
    margin-top: -1.28571rem !important;
  }
  /* line 28239, app/assets/stylesheets/unify.css */
  .g-mt-19--sm {
    margin-top: 1.35714rem !important;
  }
  /* line 28241, app/assets/stylesheets/unify.css */
  .g-mt-minus-19--sm {
    margin-top: -1.35714rem !important;
  }
  /* line 28243, app/assets/stylesheets/unify.css */
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }
  /* line 28245, app/assets/stylesheets/unify.css */
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }
  /* line 28247, app/assets/stylesheets/unify.css */
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }
  /* line 28249, app/assets/stylesheets/unify.css */
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }
  /* line 28251, app/assets/stylesheets/unify.css */
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }
  /* line 28253, app/assets/stylesheets/unify.css */
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }
  /* line 28255, app/assets/stylesheets/unify.css */
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }
  /* line 28257, app/assets/stylesheets/unify.css */
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }
  /* line 28259, app/assets/stylesheets/unify.css */
  .g-mt-25--sm {
    margin-top: 1.78571rem !important;
  }
  /* line 28261, app/assets/stylesheets/unify.css */
  .g-mt-minus-25--sm {
    margin-top: -1.78571rem !important;
  }
  /* line 28263, app/assets/stylesheets/unify.css */
  .g-mt-30--sm {
    margin-top: 2.14286rem !important;
  }
  /* line 28265, app/assets/stylesheets/unify.css */
  .g-mt-minus-30--sm {
    margin-top: -2.14286rem !important;
  }
  /* line 28267, app/assets/stylesheets/unify.css */
  .g-mt-35--sm {
    margin-top: 2.5rem !important;
  }
  /* line 28269, app/assets/stylesheets/unify.css */
  .g-mt-minus-35--sm {
    margin-top: -2.5rem !important;
  }
  /* line 28271, app/assets/stylesheets/unify.css */
  .g-mt-40--sm {
    margin-top: 2.85714rem !important;
  }
  /* line 28273, app/assets/stylesheets/unify.css */
  .g-mt-minus-40--sm {
    margin-top: -2.85714rem !important;
  }
  /* line 28275, app/assets/stylesheets/unify.css */
  .g-mt-45--sm {
    margin-top: 3.21429rem !important;
  }
  /* line 28277, app/assets/stylesheets/unify.css */
  .g-mt-minus-45--sm {
    margin-top: -3.21429rem !important;
  }
  /* line 28279, app/assets/stylesheets/unify.css */
  .g-mt-50--sm {
    margin-top: 3.57143rem !important;
  }
  /* line 28281, app/assets/stylesheets/unify.css */
  .g-mt-minus-50--sm {
    margin-top: -3.57143rem !important;
  }
  /* line 28283, app/assets/stylesheets/unify.css */
  .g-mt-55--sm {
    margin-top: 3.92857rem !important;
  }
  /* line 28285, app/assets/stylesheets/unify.css */
  .g-mt-minus-55--sm {
    margin-top: -3.92857rem !important;
  }
  /* line 28287, app/assets/stylesheets/unify.css */
  .g-mt-60--sm {
    margin-top: 4.28571rem !important;
  }
  /* line 28289, app/assets/stylesheets/unify.css */
  .g-mt-minus-60--sm {
    margin-top: -4.28571rem !important;
  }
  /* line 28291, app/assets/stylesheets/unify.css */
  .g-mt-65--sm {
    margin-top: 4.64286rem !important;
  }
  /* line 28293, app/assets/stylesheets/unify.css */
  .g-mt-minus-65--sm {
    margin-top: -4.64286rem !important;
  }
  /* line 28295, app/assets/stylesheets/unify.css */
  .g-mt-70--sm {
    margin-top: 5rem !important;
  }
  /* line 28297, app/assets/stylesheets/unify.css */
  .g-mt-minus-70--sm {
    margin-top: -5rem !important;
  }
  /* line 28299, app/assets/stylesheets/unify.css */
  .g-mt-75--sm {
    margin-top: 5.35714rem !important;
  }
  /* line 28301, app/assets/stylesheets/unify.css */
  .g-mt-minus-75--sm {
    margin-top: -5.35714rem !important;
  }
  /* line 28303, app/assets/stylesheets/unify.css */
  .g-mt-80--sm {
    margin-top: 5.71429rem !important;
  }
  /* line 28305, app/assets/stylesheets/unify.css */
  .g-mt-minus-80--sm {
    margin-top: -5.71429rem !important;
  }
  /* line 28307, app/assets/stylesheets/unify.css */
  .g-mt-85--sm {
    margin-top: 6.07143rem !important;
  }
  /* line 28309, app/assets/stylesheets/unify.css */
  .g-mt-minus-85--sm {
    margin-top: -6.07143rem !important;
  }
  /* line 28311, app/assets/stylesheets/unify.css */
  .g-mt-90--sm {
    margin-top: 6.42857rem !important;
  }
  /* line 28313, app/assets/stylesheets/unify.css */
  .g-mt-minus-90--sm {
    margin-top: -6.42857rem !important;
  }
  /* line 28315, app/assets/stylesheets/unify.css */
  .g-mt-95--sm {
    margin-top: 6.78571rem !important;
  }
  /* line 28317, app/assets/stylesheets/unify.css */
  .g-mt-minus-95--sm {
    margin-top: -6.78571rem !important;
  }
  /* line 28319, app/assets/stylesheets/unify.css */
  .g-mt-100--sm {
    margin-top: 7.14286rem !important;
  }
  /* line 28321, app/assets/stylesheets/unify.css */
  .g-mt-minus-100--sm {
    margin-top: -7.14286rem !important;
  }
  /* line 28323, app/assets/stylesheets/unify.css */
  .g-mt-105--sm {
    margin-top: 7.5rem !important;
  }
  /* line 28325, app/assets/stylesheets/unify.css */
  .g-mt-minus-105--sm {
    margin-top: -7.5rem !important;
  }
  /* line 28327, app/assets/stylesheets/unify.css */
  .g-mt-110--sm {
    margin-top: 7.85714rem !important;
  }
  /* line 28329, app/assets/stylesheets/unify.css */
  .g-mt-minus-110--sm {
    margin-top: -7.85714rem !important;
  }
  /* line 28331, app/assets/stylesheets/unify.css */
  .g-mt-115--sm {
    margin-top: 8.21429rem !important;
  }
  /* line 28333, app/assets/stylesheets/unify.css */
  .g-mt-minus-115--sm {
    margin-top: -8.21429rem !important;
  }
  /* line 28335, app/assets/stylesheets/unify.css */
  .g-mt-120--sm {
    margin-top: 8.57143rem !important;
  }
  /* line 28337, app/assets/stylesheets/unify.css */
  .g-mt-minus-120--sm {
    margin-top: -8.57143rem !important;
  }
  /* line 28339, app/assets/stylesheets/unify.css */
  .g-mt-125--sm {
    margin-top: 8.92857rem !important;
  }
  /* line 28341, app/assets/stylesheets/unify.css */
  .g-mt-minus-125--sm {
    margin-top: -8.92857rem !important;
  }
  /* line 28343, app/assets/stylesheets/unify.css */
  .g-mt-130--sm {
    margin-top: 9.28571rem !important;
  }
  /* line 28345, app/assets/stylesheets/unify.css */
  .g-mt-minus-130--sm {
    margin-top: -9.28571rem !important;
  }
  /* line 28347, app/assets/stylesheets/unify.css */
  .g-mt-135--sm {
    margin-top: 9.64286rem !important;
  }
  /* line 28349, app/assets/stylesheets/unify.css */
  .g-mt-minus-135--sm {
    margin-top: -9.64286rem !important;
  }
  /* line 28351, app/assets/stylesheets/unify.css */
  .g-mt-140--sm {
    margin-top: 10rem !important;
  }
  /* line 28353, app/assets/stylesheets/unify.css */
  .g-mt-minus-140--sm {
    margin-top: -10rem !important;
  }
  /* line 28355, app/assets/stylesheets/unify.css */
  .g-mt-145--sm {
    margin-top: 10.35714rem !important;
  }
  /* line 28357, app/assets/stylesheets/unify.css */
  .g-mt-minus-145--sm {
    margin-top: -10.35714rem !important;
  }
  /* line 28359, app/assets/stylesheets/unify.css */
  .g-mt-150--sm {
    margin-top: 10.71429rem !important;
  }
  /* line 28361, app/assets/stylesheets/unify.css */
  .g-mt-minus-150--sm {
    margin-top: -10.71429rem !important;
  }
  /* line 28363, app/assets/stylesheets/unify.css */
  .g-mt-155--sm {
    margin-top: 11.07143rem !important;
  }
  /* line 28365, app/assets/stylesheets/unify.css */
  .g-mt-minus-155--sm {
    margin-top: -11.07143rem !important;
  }
  /* line 28367, app/assets/stylesheets/unify.css */
  .g-mt-160--sm {
    margin-top: 11.42857rem !important;
  }
  /* line 28369, app/assets/stylesheets/unify.css */
  .g-mt-minus-160--sm {
    margin-top: -11.42857rem !important;
  }
  /* line 28371, app/assets/stylesheets/unify.css */
  .g-mt-165--sm {
    margin-top: 11.78571rem !important;
  }
  /* line 28373, app/assets/stylesheets/unify.css */
  .g-mt-minus-165--sm {
    margin-top: -11.78571rem !important;
  }
  /* line 28375, app/assets/stylesheets/unify.css */
  .g-mt-170--sm {
    margin-top: 12.14286rem !important;
  }
  /* line 28377, app/assets/stylesheets/unify.css */
  .g-mt-minus-170--sm {
    margin-top: -12.14286rem !important;
  }
  /* line 28379, app/assets/stylesheets/unify.css */
  .g-mb-1--sm {
    margin-bottom: 0.07143rem !important;
  }
  /* line 28381, app/assets/stylesheets/unify.css */
  .g-mb-minus-1--sm {
    margin-bottom: -0.07143rem !important;
  }
  /* line 28383, app/assets/stylesheets/unify.css */
  .g-mb-2--sm {
    margin-bottom: 0.14286rem !important;
  }
  /* line 28385, app/assets/stylesheets/unify.css */
  .g-mb-minus-2--sm {
    margin-bottom: -0.14286rem !important;
  }
  /* line 28387, app/assets/stylesheets/unify.css */
  .g-mb-3--sm {
    margin-bottom: 0.21429rem !important;
  }
  /* line 28389, app/assets/stylesheets/unify.css */
  .g-mb-minus-3--sm {
    margin-bottom: -0.21429rem !important;
  }
  /* line 28391, app/assets/stylesheets/unify.css */
  .g-mb-4--sm {
    margin-bottom: 0.28571rem !important;
  }
  /* line 28393, app/assets/stylesheets/unify.css */
  .g-mb-minus-4--sm {
    margin-bottom: -0.28571rem !important;
  }
  /* line 28395, app/assets/stylesheets/unify.css */
  .g-mb-5--sm {
    margin-bottom: 0.35714rem !important;
  }
  /* line 28397, app/assets/stylesheets/unify.css */
  .g-mb-minus-5--sm {
    margin-bottom: -0.35714rem !important;
  }
  /* line 28399, app/assets/stylesheets/unify.css */
  .g-mb-6--sm {
    margin-bottom: 0.42857rem !important;
  }
  /* line 28401, app/assets/stylesheets/unify.css */
  .g-mb-minus-6--sm {
    margin-bottom: -0.42857rem !important;
  }
  /* line 28403, app/assets/stylesheets/unify.css */
  .g-mb-7--sm {
    margin-bottom: 0.5rem !important;
  }
  /* line 28405, app/assets/stylesheets/unify.css */
  .g-mb-minus-7--sm {
    margin-bottom: -0.5rem !important;
  }
  /* line 28407, app/assets/stylesheets/unify.css */
  .g-mb-8--sm {
    margin-bottom: 0.57143rem !important;
  }
  /* line 28409, app/assets/stylesheets/unify.css */
  .g-mb-minus-8--sm {
    margin-bottom: -0.57143rem !important;
  }
  /* line 28411, app/assets/stylesheets/unify.css */
  .g-mb-9--sm {
    margin-bottom: 0.64286rem !important;
  }
  /* line 28413, app/assets/stylesheets/unify.css */
  .g-mb-minus-9--sm {
    margin-bottom: -0.64286rem !important;
  }
  /* line 28415, app/assets/stylesheets/unify.css */
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }
  /* line 28417, app/assets/stylesheets/unify.css */
  .g-mb-minus-10--sm {
    margin-bottom: -0.71429rem !important;
  }
  /* line 28419, app/assets/stylesheets/unify.css */
  .g-mb-11--sm {
    margin-bottom: 0.78571rem !important;
  }
  /* line 28421, app/assets/stylesheets/unify.css */
  .g-mb-minus-11--sm {
    margin-bottom: -0.78571rem !important;
  }
  /* line 28423, app/assets/stylesheets/unify.css */
  .g-mb-12--sm {
    margin-bottom: 0.85714rem !important;
  }
  /* line 28425, app/assets/stylesheets/unify.css */
  .g-mb-minus-12--sm {
    margin-bottom: -0.85714rem !important;
  }
  /* line 28427, app/assets/stylesheets/unify.css */
  .g-mb-13--sm {
    margin-bottom: 0.92857rem !important;
  }
  /* line 28429, app/assets/stylesheets/unify.css */
  .g-mb-minus-13--sm {
    margin-bottom: -0.92857rem !important;
  }
  /* line 28431, app/assets/stylesheets/unify.css */
  .g-mb-14--sm {
    margin-bottom: 1rem !important;
  }
  /* line 28433, app/assets/stylesheets/unify.css */
  .g-mb-minus-14--sm {
    margin-bottom: -1rem !important;
  }
  /* line 28435, app/assets/stylesheets/unify.css */
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }
  /* line 28437, app/assets/stylesheets/unify.css */
  .g-mb-minus-15--sm {
    margin-bottom: -1.07143rem !important;
  }
  /* line 28439, app/assets/stylesheets/unify.css */
  .g-mb-16--sm {
    margin-bottom: 1.14286rem !important;
  }
  /* line 28441, app/assets/stylesheets/unify.css */
  .g-mb-minus-16--sm {
    margin-bottom: -1.14286rem !important;
  }
  /* line 28443, app/assets/stylesheets/unify.css */
  .g-mb-17--sm {
    margin-bottom: 1.21429rem !important;
  }
  /* line 28445, app/assets/stylesheets/unify.css */
  .g-mb-minus-17--sm {
    margin-bottom: -1.21429rem !important;
  }
  /* line 28447, app/assets/stylesheets/unify.css */
  .g-mb-18--sm {
    margin-bottom: 1.28571rem !important;
  }
  /* line 28449, app/assets/stylesheets/unify.css */
  .g-mb-minus-18--sm {
    margin-bottom: -1.28571rem !important;
  }
  /* line 28451, app/assets/stylesheets/unify.css */
  .g-mb-19--sm {
    margin-bottom: 1.35714rem !important;
  }
  /* line 28453, app/assets/stylesheets/unify.css */
  .g-mb-minus-19--sm {
    margin-bottom: -1.35714rem !important;
  }
  /* line 28455, app/assets/stylesheets/unify.css */
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }
  /* line 28457, app/assets/stylesheets/unify.css */
  .g-mb-minus-20--sm {
    margin-bottom: -1.42857rem !important;
  }
  /* line 28459, app/assets/stylesheets/unify.css */
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }
  /* line 28461, app/assets/stylesheets/unify.css */
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }
  /* line 28463, app/assets/stylesheets/unify.css */
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }
  /* line 28465, app/assets/stylesheets/unify.css */
  .g-mb-25--sm {
    margin-bottom: 1.78571rem !important;
  }
  /* line 28467, app/assets/stylesheets/unify.css */
  .g-mb-30--sm {
    margin-bottom: 2.14286rem !important;
  }
  /* line 28469, app/assets/stylesheets/unify.css */
  .g-mb-35--sm {
    margin-bottom: 2.5rem !important;
  }
  /* line 28471, app/assets/stylesheets/unify.css */
  .g-mb-40--sm {
    margin-bottom: 2.85714rem !important;
  }
  /* line 28473, app/assets/stylesheets/unify.css */
  .g-mb-45--sm {
    margin-bottom: 3.21429rem !important;
  }
  /* line 28475, app/assets/stylesheets/unify.css */
  .g-mb-50--sm {
    margin-bottom: 3.57143rem !important;
  }
  /* line 28477, app/assets/stylesheets/unify.css */
  .g-mb-55--sm {
    margin-bottom: 3.92857rem !important;
  }
  /* line 28479, app/assets/stylesheets/unify.css */
  .g-mb-60--sm {
    margin-bottom: 4.28571rem !important;
  }
  /* line 28481, app/assets/stylesheets/unify.css */
  .g-mb-65--sm {
    margin-bottom: 4.64286rem !important;
  }
  /* line 28483, app/assets/stylesheets/unify.css */
  .g-mb-70--sm {
    margin-bottom: 5rem !important;
  }
  /* line 28485, app/assets/stylesheets/unify.css */
  .g-mb-75--sm {
    margin-bottom: 5.35714rem !important;
  }
  /* line 28487, app/assets/stylesheets/unify.css */
  .g-mb-80--sm {
    margin-bottom: 5.71429rem !important;
  }
  /* line 28489, app/assets/stylesheets/unify.css */
  .g-mb-85--sm {
    margin-bottom: 6.07143rem !important;
  }
  /* line 28491, app/assets/stylesheets/unify.css */
  .g-mb-90--sm {
    margin-bottom: 6.42857rem !important;
  }
  /* line 28493, app/assets/stylesheets/unify.css */
  .g-mb-95--sm {
    margin-bottom: 6.78571rem !important;
  }
  /* line 28495, app/assets/stylesheets/unify.css */
  .g-mb-100--sm {
    margin-bottom: 7.14286rem !important;
  }
  /* line 28497, app/assets/stylesheets/unify.css */
  .g-mb-105--sm {
    margin-bottom: 7.5rem !important;
  }
  /* line 28499, app/assets/stylesheets/unify.css */
  .g-mb-110--sm {
    margin-bottom: 7.85714rem !important;
  }
  /* line 28501, app/assets/stylesheets/unify.css */
  .g-mb-115--sm {
    margin-bottom: 8.21429rem !important;
  }
  /* line 28503, app/assets/stylesheets/unify.css */
  .g-mb-120--sm {
    margin-bottom: 8.57143rem !important;
  }
  /* line 28505, app/assets/stylesheets/unify.css */
  .g-mb-125--sm {
    margin-bottom: 8.92857rem !important;
  }
  /* line 28507, app/assets/stylesheets/unify.css */
  .g-mb-130--sm {
    margin-bottom: 9.28571rem !important;
  }
  /* line 28509, app/assets/stylesheets/unify.css */
  .g-mb-135--sm {
    margin-bottom: 9.64286rem !important;
  }
  /* line 28511, app/assets/stylesheets/unify.css */
  .g-mb-140--sm {
    margin-bottom: 10rem !important;
  }
  /* line 28513, app/assets/stylesheets/unify.css */
  .g-mb-145--sm {
    margin-bottom: 10.35714rem !important;
  }
  /* line 28515, app/assets/stylesheets/unify.css */
  .g-mb-150--sm {
    margin-bottom: 10.71429rem !important;
  }
  /* line 28517, app/assets/stylesheets/unify.css */
  .g-mb-155--sm {
    margin-bottom: 11.07143rem !important;
  }
  /* line 28519, app/assets/stylesheets/unify.css */
  .g-mb-160--sm {
    margin-bottom: 11.42857rem !important;
  }
  /* line 28521, app/assets/stylesheets/unify.css */
  .g-mb-165--sm {
    margin-bottom: 11.78571rem !important;
  }
  /* line 28523, app/assets/stylesheets/unify.css */
  .g-mb-170--sm {
    margin-bottom: 12.14286rem !important;
  }
  /* line 28525, app/assets/stylesheets/unify.css */
  .g-ml-1--sm {
    margin-left: 0.07143rem !important;
  }
  /* line 28527, app/assets/stylesheets/unify.css */
  .g-ml-minus-1--sm {
    margin-left: -0.07143rem !important;
  }
  /* line 28529, app/assets/stylesheets/unify.css */
  .g-ml-2--sm {
    margin-left: 0.14286rem !important;
  }
  /* line 28531, app/assets/stylesheets/unify.css */
  .g-ml-minus-2--sm {
    margin-left: -0.14286rem !important;
  }
  /* line 28533, app/assets/stylesheets/unify.css */
  .g-ml-3--sm {
    margin-left: 0.21429rem !important;
  }
  /* line 28535, app/assets/stylesheets/unify.css */
  .g-ml-minus-3--sm {
    margin-left: -0.21429rem !important;
  }
  /* line 28537, app/assets/stylesheets/unify.css */
  .g-ml-4--sm {
    margin-left: 0.28571rem !important;
  }
  /* line 28539, app/assets/stylesheets/unify.css */
  .g-ml-minus-4--sm {
    margin-left: -0.28571rem !important;
  }
  /* line 28541, app/assets/stylesheets/unify.css */
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }
  /* line 28543, app/assets/stylesheets/unify.css */
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }
  /* line 28545, app/assets/stylesheets/unify.css */
  .g-ml-6--sm {
    margin-left: 0.42857rem !important;
  }
  /* line 28547, app/assets/stylesheets/unify.css */
  .g-ml-minus-6--sm {
    margin-left: -0.42857rem !important;
  }
  /* line 28549, app/assets/stylesheets/unify.css */
  .g-ml-7--sm {
    margin-left: 0.5rem !important;
  }
  /* line 28551, app/assets/stylesheets/unify.css */
  .g-ml-minus-7--sm {
    margin-left: -0.5rem !important;
  }
  /* line 28553, app/assets/stylesheets/unify.css */
  .g-ml-8--sm {
    margin-left: 0.57143rem !important;
  }
  /* line 28555, app/assets/stylesheets/unify.css */
  .g-ml-minus-8--sm {
    margin-left: -0.57143rem !important;
  }
  /* line 28557, app/assets/stylesheets/unify.css */
  .g-ml-9--sm {
    margin-left: 0.64286rem !important;
  }
  /* line 28559, app/assets/stylesheets/unify.css */
  .g-ml-minus-9--sm {
    margin-left: -0.64286rem !important;
  }
  /* line 28561, app/assets/stylesheets/unify.css */
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }
  /* line 28563, app/assets/stylesheets/unify.css */
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }
  /* line 28565, app/assets/stylesheets/unify.css */
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }
  /* line 28567, app/assets/stylesheets/unify.css */
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }
  /* line 28569, app/assets/stylesheets/unify.css */
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }
  /* line 28571, app/assets/stylesheets/unify.css */
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }
  /* line 28573, app/assets/stylesheets/unify.css */
  .g-ml-15--sm {
    margin-left: 1.07143rem !important;
  }
  /* line 28575, app/assets/stylesheets/unify.css */
  .g-ml-minus-15--sm {
    margin-left: -1.07143rem !important;
  }
  /* line 28577, app/assets/stylesheets/unify.css */
  .g-ml-20--sm {
    margin-left: 1.42857rem !important;
  }
  /* line 28579, app/assets/stylesheets/unify.css */
  .g-ml-minus-20--sm {
    margin-left: -1.42857rem !important;
  }
  /* line 28581, app/assets/stylesheets/unify.css */
  .g-ml-25--sm {
    margin-left: 1.78571rem !important;
  }
  /* line 28583, app/assets/stylesheets/unify.css */
  .g-ml-minus-25--sm {
    margin-left: -1.78571rem !important;
  }
  /* line 28585, app/assets/stylesheets/unify.css */
  .g-ml-30--sm {
    margin-left: 2.14286rem !important;
  }
  /* line 28587, app/assets/stylesheets/unify.css */
  .g-ml-minus-30--sm {
    margin-left: -2.14286rem !important;
  }
  /* line 28589, app/assets/stylesheets/unify.css */
  .g-ml-35--sm {
    margin-left: 2.5rem !important;
  }
  /* line 28591, app/assets/stylesheets/unify.css */
  .g-ml-minus-35--sm {
    margin-left: -2.5rem !important;
  }
  /* line 28593, app/assets/stylesheets/unify.css */
  .g-ml-40--sm {
    margin-left: 2.85714rem !important;
  }
  /* line 28595, app/assets/stylesheets/unify.css */
  .g-ml-minus-40--sm {
    margin-left: -2.85714rem !important;
  }
  /* line 28597, app/assets/stylesheets/unify.css */
  .g-ml-45--sm {
    margin-left: 3.21429rem !important;
  }
  /* line 28599, app/assets/stylesheets/unify.css */
  .g-ml-minus-45--sm {
    margin-left: -3.21429rem !important;
  }
  /* line 28601, app/assets/stylesheets/unify.css */
  .g-ml-50--sm {
    margin-left: 3.57143rem !important;
  }
  /* line 28603, app/assets/stylesheets/unify.css */
  .g-ml-minus-50--sm {
    margin-left: -3.57143rem !important;
  }
  /* line 28605, app/assets/stylesheets/unify.css */
  .g-mr-1--sm {
    margin-right: 0.07143rem !important;
  }
  /* line 28607, app/assets/stylesheets/unify.css */
  .g-mr-minus-1--sm {
    margin-right: -0.07143rem !important;
  }
  /* line 28609, app/assets/stylesheets/unify.css */
  .g-mr-2--sm {
    margin-right: 0.14286rem !important;
  }
  /* line 28611, app/assets/stylesheets/unify.css */
  .g-mr-minus-2--sm {
    margin-right: -0.14286rem !important;
  }
  /* line 28613, app/assets/stylesheets/unify.css */
  .g-mr-3--sm {
    margin-right: 0.21429rem !important;
  }
  /* line 28615, app/assets/stylesheets/unify.css */
  .g-mr-minus-3--sm {
    margin-right: -0.21429rem !important;
  }
  /* line 28617, app/assets/stylesheets/unify.css */
  .g-mr-4--sm {
    margin-right: 0.28571rem !important;
  }
  /* line 28619, app/assets/stylesheets/unify.css */
  .g-mr-minus-4--sm {
    margin-right: -0.28571rem !important;
  }
  /* line 28621, app/assets/stylesheets/unify.css */
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }
  /* line 28623, app/assets/stylesheets/unify.css */
  .g-mr-minus-5--sm {
    margin-right: -0.35714rem !important;
  }
  /* line 28625, app/assets/stylesheets/unify.css */
  .g-mr-6--sm {
    margin-right: 0.42857rem !important;
  }
  /* line 28627, app/assets/stylesheets/unify.css */
  .g-mr-minus-6--sm {
    margin-right: -0.42857rem !important;
  }
  /* line 28629, app/assets/stylesheets/unify.css */
  .g-mr-7--sm {
    margin-right: 0.5rem !important;
  }
  /* line 28631, app/assets/stylesheets/unify.css */
  .g-mr-minus-7--sm {
    margin-right: -0.5rem !important;
  }
  /* line 28633, app/assets/stylesheets/unify.css */
  .g-mr-8--sm {
    margin-right: 0.57143rem !important;
  }
  /* line 28635, app/assets/stylesheets/unify.css */
  .g-mr-minus-8--sm {
    margin-right: -0.57143rem !important;
  }
  /* line 28637, app/assets/stylesheets/unify.css */
  .g-mr-9--sm {
    margin-right: 0.64286rem !important;
  }
  /* line 28639, app/assets/stylesheets/unify.css */
  .g-mr-minus-9--sm {
    margin-right: -0.64286rem !important;
  }
  /* line 28641, app/assets/stylesheets/unify.css */
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }
  /* line 28643, app/assets/stylesheets/unify.css */
  .g-mr-minus-10--sm {
    margin-right: -0.71429rem !important;
  }
  /* line 28645, app/assets/stylesheets/unify.css */
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }
  /* line 28647, app/assets/stylesheets/unify.css */
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }
  /* line 28649, app/assets/stylesheets/unify.css */
  .g-mr-15--sm {
    margin-right: 1.07143rem !important;
  }
  /* line 28651, app/assets/stylesheets/unify.css */
  .g-mr-20--sm {
    margin-right: 1.42857rem !important;
  }
  /* line 28653, app/assets/stylesheets/unify.css */
  .g-mr-25--sm {
    margin-right: 1.78571rem !important;
  }
  /* line 28655, app/assets/stylesheets/unify.css */
  .g-mr-30--sm {
    margin-right: 2.14286rem !important;
  }
  /* line 28657, app/assets/stylesheets/unify.css */
  .g-mr-35--sm {
    margin-right: 2.5rem !important;
  }
  /* line 28659, app/assets/stylesheets/unify.css */
  .g-mr-40--sm {
    margin-right: 2.85714rem !important;
  }
  /* line 28661, app/assets/stylesheets/unify.css */
  .g-mr-45--sm {
    margin-right: 3.21429rem !important;
  }
  /* line 28663, app/assets/stylesheets/unify.css */
  .g-mr-50--sm {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (md)
------------------------------------*/
@media (min-width: 768px) {
  /* line 28669, app/assets/stylesheets/unify.css */
  .g-ma-0--md {
    margin: 0 !important;
  }
  /* line 28671, app/assets/stylesheets/unify.css */
  .g-mx-0--md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 28674, app/assets/stylesheets/unify.css */
  .g-my-0--md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 28677, app/assets/stylesheets/unify.css */
  .g-ml-0--md {
    margin-left: 0 !important;
  }
  /* line 28679, app/assets/stylesheets/unify.css */
  .g-mr-0--md {
    margin-right: 0 !important;
  }
  /* line 28681, app/assets/stylesheets/unify.css */
  .g-mt-0--md {
    margin-top: 0 !important;
  }
  /* line 28683, app/assets/stylesheets/unify.css */
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }
  /* line 28685, app/assets/stylesheets/unify.css */
  .g-mx-1--md {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  /* line 28688, app/assets/stylesheets/unify.css */
  .g-mx-2--md {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  /* line 28691, app/assets/stylesheets/unify.css */
  .g-mx-3--md {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  /* line 28694, app/assets/stylesheets/unify.css */
  .g-mx-4--md {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  /* line 28697, app/assets/stylesheets/unify.css */
  .g-mx-5--md {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  /* line 28700, app/assets/stylesheets/unify.css */
  .g-mx-6--md {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  /* line 28703, app/assets/stylesheets/unify.css */
  .g-mx-7--md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 28706, app/assets/stylesheets/unify.css */
  .g-mx-8--md {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  /* line 28709, app/assets/stylesheets/unify.css */
  .g-mx-9--md {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  /* line 28712, app/assets/stylesheets/unify.css */
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 28715, app/assets/stylesheets/unify.css */
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 28718, app/assets/stylesheets/unify.css */
  .g-mx-15--md {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  /* line 28721, app/assets/stylesheets/unify.css */
  .g-mx-20--md {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  /* line 28724, app/assets/stylesheets/unify.css */
  .g-mx-25--md {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  /* line 28727, app/assets/stylesheets/unify.css */
  .g-mx-30--md {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  /* line 28730, app/assets/stylesheets/unify.css */
  .g-mx-35--md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 28733, app/assets/stylesheets/unify.css */
  .g-mx-40--md {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  /* line 28736, app/assets/stylesheets/unify.css */
  .g-mx-45--md {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  /* line 28739, app/assets/stylesheets/unify.css */
  .g-mx-50--md {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  /* line 28742, app/assets/stylesheets/unify.css */
  .g-mx-55--md {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  /* line 28745, app/assets/stylesheets/unify.css */
  .g-mx-60--md {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  /* line 28748, app/assets/stylesheets/unify.css */
  .g-mx-65--md {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  /* line 28751, app/assets/stylesheets/unify.css */
  .g-mx-70--md {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 28754, app/assets/stylesheets/unify.css */
  .g-mx-75--md {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  /* line 28757, app/assets/stylesheets/unify.css */
  .g-mx-80--md {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  /* line 28760, app/assets/stylesheets/unify.css */
  .g-mx-85--md {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  /* line 28763, app/assets/stylesheets/unify.css */
  .g-mx-90--md {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  /* line 28766, app/assets/stylesheets/unify.css */
  .g-mx-95--md {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  /* line 28769, app/assets/stylesheets/unify.css */
  .g-mx-100--md {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  /* line 28772, app/assets/stylesheets/unify.css */
  .g-my-1--md {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  /* line 28775, app/assets/stylesheets/unify.css */
  .g-my-2--md {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  /* line 28778, app/assets/stylesheets/unify.css */
  .g-my-3--md {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  /* line 28781, app/assets/stylesheets/unify.css */
  .g-my-4--md {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  /* line 28784, app/assets/stylesheets/unify.css */
  .g-my-5--md {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  /* line 28787, app/assets/stylesheets/unify.css */
  .g-my-6--md {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  /* line 28790, app/assets/stylesheets/unify.css */
  .g-my-7--md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 28793, app/assets/stylesheets/unify.css */
  .g-my-8--md {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  /* line 28796, app/assets/stylesheets/unify.css */
  .g-my-9--md {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  /* line 28799, app/assets/stylesheets/unify.css */
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 28802, app/assets/stylesheets/unify.css */
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 28805, app/assets/stylesheets/unify.css */
  .g-my-15--md {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  /* line 28808, app/assets/stylesheets/unify.css */
  .g-my-20--md {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  /* line 28811, app/assets/stylesheets/unify.css */
  .g-my-25--md {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  /* line 28814, app/assets/stylesheets/unify.css */
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  /* line 28817, app/assets/stylesheets/unify.css */
  .g-my-35--md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 28820, app/assets/stylesheets/unify.css */
  .g-my-40--md {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  /* line 28823, app/assets/stylesheets/unify.css */
  .g-my-45--md {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  /* line 28826, app/assets/stylesheets/unify.css */
  .g-my-50--md {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  /* line 28829, app/assets/stylesheets/unify.css */
  .g-my-55--md {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  /* line 28832, app/assets/stylesheets/unify.css */
  .g-my-60--md {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  /* line 28835, app/assets/stylesheets/unify.css */
  .g-my-65--md {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  /* line 28838, app/assets/stylesheets/unify.css */
  .g-my-70--md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 28841, app/assets/stylesheets/unify.css */
  .g-my-75--md {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  /* line 28844, app/assets/stylesheets/unify.css */
  .g-my-80--md {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  /* line 28847, app/assets/stylesheets/unify.css */
  .g-my-85--md {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  /* line 28850, app/assets/stylesheets/unify.css */
  .g-my-90--md {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  /* line 28853, app/assets/stylesheets/unify.css */
  .g-my-95--md {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  /* line 28856, app/assets/stylesheets/unify.css */
  .g-my-100--md {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  /* line 28859, app/assets/stylesheets/unify.css */
  .g-mt-1--md {
    margin-top: 0.07143rem !important;
  }
  /* line 28861, app/assets/stylesheets/unify.css */
  .g-mt-minus-1--md {
    margin-top: -0.07143rem !important;
  }
  /* line 28863, app/assets/stylesheets/unify.css */
  .g-mt-2--md {
    margin-top: 0.14286rem !important;
  }
  /* line 28865, app/assets/stylesheets/unify.css */
  .g-mt-minus-2--md {
    margin-top: -0.14286rem !important;
  }
  /* line 28867, app/assets/stylesheets/unify.css */
  .g-mt-3--md {
    margin-top: 0.21429rem !important;
  }
  /* line 28869, app/assets/stylesheets/unify.css */
  .g-mt-minus-3--md {
    margin-top: -0.21429rem !important;
  }
  /* line 28871, app/assets/stylesheets/unify.css */
  .g-mt-4--md {
    margin-top: 0.28571rem !important;
  }
  /* line 28873, app/assets/stylesheets/unify.css */
  .g-mt-minus-4--md {
    margin-top: -0.28571rem !important;
  }
  /* line 28875, app/assets/stylesheets/unify.css */
  .g-mt-5--md {
    margin-top: 0.35714rem !important;
  }
  /* line 28877, app/assets/stylesheets/unify.css */
  .g-mt-minus-5--md {
    margin-top: -0.35714rem !important;
  }
  /* line 28879, app/assets/stylesheets/unify.css */
  .g-mt-6--md {
    margin-top: 0.42857rem !important;
  }
  /* line 28881, app/assets/stylesheets/unify.css */
  .g-mt-minus-6--md {
    margin-top: -0.42857rem !important;
  }
  /* line 28883, app/assets/stylesheets/unify.css */
  .g-mt-7--md {
    margin-top: 0.5rem !important;
  }
  /* line 28885, app/assets/stylesheets/unify.css */
  .g-mt-minus-7--md {
    margin-top: -0.5rem !important;
  }
  /* line 28887, app/assets/stylesheets/unify.css */
  .g-mt-8--md {
    margin-top: 0.57143rem !important;
  }
  /* line 28889, app/assets/stylesheets/unify.css */
  .g-mt-minus-8--md {
    margin-top: -0.57143rem !important;
  }
  /* line 28891, app/assets/stylesheets/unify.css */
  .g-mt-9--md {
    margin-top: 0.64286rem !important;
  }
  /* line 28893, app/assets/stylesheets/unify.css */
  .g-mt-minus-9--md {
    margin-top: -0.64286rem !important;
  }
  /* line 28895, app/assets/stylesheets/unify.css */
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }
  /* line 28897, app/assets/stylesheets/unify.css */
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }
  /* line 28899, app/assets/stylesheets/unify.css */
  .g-mt-11--md {
    margin-top: 0.78571rem !important;
  }
  /* line 28901, app/assets/stylesheets/unify.css */
  .g-mt-minus-11--md {
    margin-top: -0.78571rem !important;
  }
  /* line 28903, app/assets/stylesheets/unify.css */
  .g-mt-12--md {
    margin-top: 0.85714rem !important;
  }
  /* line 28905, app/assets/stylesheets/unify.css */
  .g-mt-minus-12--md {
    margin-top: -0.85714rem !important;
  }
  /* line 28907, app/assets/stylesheets/unify.css */
  .g-mt-13--md {
    margin-top: 0.92857rem !important;
  }
  /* line 28909, app/assets/stylesheets/unify.css */
  .g-mt-minus-13--md {
    margin-top: -0.92857rem !important;
  }
  /* line 28911, app/assets/stylesheets/unify.css */
  .g-mt-14--md {
    margin-top: 1rem !important;
  }
  /* line 28913, app/assets/stylesheets/unify.css */
  .g-mt-minus-14--md {
    margin-top: -1rem !important;
  }
  /* line 28915, app/assets/stylesheets/unify.css */
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }
  /* line 28917, app/assets/stylesheets/unify.css */
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }
  /* line 28919, app/assets/stylesheets/unify.css */
  .g-mt-16--md {
    margin-top: 1.14286rem !important;
  }
  /* line 28921, app/assets/stylesheets/unify.css */
  .g-mt-minus-16--md {
    margin-top: -1.14286rem !important;
  }
  /* line 28923, app/assets/stylesheets/unify.css */
  .g-mt-17--md {
    margin-top: 1.21429rem !important;
  }
  /* line 28925, app/assets/stylesheets/unify.css */
  .g-mt-minus-17--md {
    margin-top: -1.21429rem !important;
  }
  /* line 28927, app/assets/stylesheets/unify.css */
  .g-mt-18--md {
    margin-top: 1.28571rem !important;
  }
  /* line 28929, app/assets/stylesheets/unify.css */
  .g-mt-minus-18--md {
    margin-top: -1.28571rem !important;
  }
  /* line 28931, app/assets/stylesheets/unify.css */
  .g-mt-19--md {
    margin-top: 1.35714rem !important;
  }
  /* line 28933, app/assets/stylesheets/unify.css */
  .g-mt-minus-19--md {
    margin-top: -1.35714rem !important;
  }
  /* line 28935, app/assets/stylesheets/unify.css */
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }
  /* line 28937, app/assets/stylesheets/unify.css */
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }
  /* line 28939, app/assets/stylesheets/unify.css */
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }
  /* line 28941, app/assets/stylesheets/unify.css */
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }
  /* line 28943, app/assets/stylesheets/unify.css */
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }
  /* line 28945, app/assets/stylesheets/unify.css */
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }
  /* line 28947, app/assets/stylesheets/unify.css */
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }
  /* line 28949, app/assets/stylesheets/unify.css */
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }
  /* line 28951, app/assets/stylesheets/unify.css */
  .g-mt-25--md {
    margin-top: 1.78571rem !important;
  }
  /* line 28953, app/assets/stylesheets/unify.css */
  .g-mt-minus-25--md {
    margin-top: -1.78571rem !important;
  }
  /* line 28955, app/assets/stylesheets/unify.css */
  .g-mt-30--md {
    margin-top: 2.14286rem !important;
  }
  /* line 28957, app/assets/stylesheets/unify.css */
  .g-mt-minus-30--md {
    margin-top: -2.14286rem !important;
  }
  /* line 28959, app/assets/stylesheets/unify.css */
  .g-mt-35--md {
    margin-top: 2.5rem !important;
  }
  /* line 28961, app/assets/stylesheets/unify.css */
  .g-mt-minus-35--md {
    margin-top: -2.5rem !important;
  }
  /* line 28963, app/assets/stylesheets/unify.css */
  .g-mt-40--md {
    margin-top: 2.85714rem !important;
  }
  /* line 28965, app/assets/stylesheets/unify.css */
  .g-mt-minus-40--md {
    margin-top: -2.85714rem !important;
  }
  /* line 28967, app/assets/stylesheets/unify.css */
  .g-mt-45--md {
    margin-top: 3.21429rem !important;
  }
  /* line 28969, app/assets/stylesheets/unify.css */
  .g-mt-minus-45--md {
    margin-top: -3.21429rem !important;
  }
  /* line 28971, app/assets/stylesheets/unify.css */
  .g-mt-50--md {
    margin-top: 3.57143rem !important;
  }
  /* line 28973, app/assets/stylesheets/unify.css */
  .g-mt-minus-50--md {
    margin-top: -3.57143rem !important;
  }
  /* line 28975, app/assets/stylesheets/unify.css */
  .g-mt-55--md {
    margin-top: 3.92857rem !important;
  }
  /* line 28977, app/assets/stylesheets/unify.css */
  .g-mt-minus-55--md {
    margin-top: -3.92857rem !important;
  }
  /* line 28979, app/assets/stylesheets/unify.css */
  .g-mt-60--md {
    margin-top: 4.28571rem !important;
  }
  /* line 28981, app/assets/stylesheets/unify.css */
  .g-mt-minus-60--md {
    margin-top: -4.28571rem !important;
  }
  /* line 28983, app/assets/stylesheets/unify.css */
  .g-mt-65--md {
    margin-top: 4.64286rem !important;
  }
  /* line 28985, app/assets/stylesheets/unify.css */
  .g-mt-minus-65--md {
    margin-top: -4.64286rem !important;
  }
  /* line 28987, app/assets/stylesheets/unify.css */
  .g-mt-70--md {
    margin-top: 5rem !important;
  }
  /* line 28989, app/assets/stylesheets/unify.css */
  .g-mt-minus-70--md {
    margin-top: -5rem !important;
  }
  /* line 28991, app/assets/stylesheets/unify.css */
  .g-mt-75--md {
    margin-top: 5.35714rem !important;
  }
  /* line 28993, app/assets/stylesheets/unify.css */
  .g-mt-minus-75--md {
    margin-top: -5.35714rem !important;
  }
  /* line 28995, app/assets/stylesheets/unify.css */
  .g-mt-80--md {
    margin-top: 5.71429rem !important;
  }
  /* line 28997, app/assets/stylesheets/unify.css */
  .g-mt-minus-80--md {
    margin-top: -5.71429rem !important;
  }
  /* line 28999, app/assets/stylesheets/unify.css */
  .g-mt-85--md {
    margin-top: 6.07143rem !important;
  }
  /* line 29001, app/assets/stylesheets/unify.css */
  .g-mt-minus-85--md {
    margin-top: -6.07143rem !important;
  }
  /* line 29003, app/assets/stylesheets/unify.css */
  .g-mt-90--md {
    margin-top: 6.42857rem !important;
  }
  /* line 29005, app/assets/stylesheets/unify.css */
  .g-mt-minus-90--md {
    margin-top: -6.42857rem !important;
  }
  /* line 29007, app/assets/stylesheets/unify.css */
  .g-mt-95--md {
    margin-top: 6.78571rem !important;
  }
  /* line 29009, app/assets/stylesheets/unify.css */
  .g-mt-minus-95--md {
    margin-top: -6.78571rem !important;
  }
  /* line 29011, app/assets/stylesheets/unify.css */
  .g-mt-100--md {
    margin-top: 7.14286rem !important;
  }
  /* line 29013, app/assets/stylesheets/unify.css */
  .g-mt-minus-100--md {
    margin-top: -7.14286rem !important;
  }
  /* line 29015, app/assets/stylesheets/unify.css */
  .g-mt-105--md {
    margin-top: 7.5rem !important;
  }
  /* line 29017, app/assets/stylesheets/unify.css */
  .g-mt-minus-105--md {
    margin-top: -7.5rem !important;
  }
  /* line 29019, app/assets/stylesheets/unify.css */
  .g-mt-110--md {
    margin-top: 7.85714rem !important;
  }
  /* line 29021, app/assets/stylesheets/unify.css */
  .g-mt-minus-110--md {
    margin-top: -7.85714rem !important;
  }
  /* line 29023, app/assets/stylesheets/unify.css */
  .g-mt-115--md {
    margin-top: 8.21429rem !important;
  }
  /* line 29025, app/assets/stylesheets/unify.css */
  .g-mt-minus-115--md {
    margin-top: -8.21429rem !important;
  }
  /* line 29027, app/assets/stylesheets/unify.css */
  .g-mt-120--md {
    margin-top: 8.57143rem !important;
  }
  /* line 29029, app/assets/stylesheets/unify.css */
  .g-mt-minus-120--md {
    margin-top: -8.57143rem !important;
  }
  /* line 29031, app/assets/stylesheets/unify.css */
  .g-mt-125--md {
    margin-top: 8.92857rem !important;
  }
  /* line 29033, app/assets/stylesheets/unify.css */
  .g-mt-minus-125--md {
    margin-top: -8.92857rem !important;
  }
  /* line 29035, app/assets/stylesheets/unify.css */
  .g-mt-130--md {
    margin-top: 9.28571rem !important;
  }
  /* line 29037, app/assets/stylesheets/unify.css */
  .g-mt-minus-130--md {
    margin-top: -9.28571rem !important;
  }
  /* line 29039, app/assets/stylesheets/unify.css */
  .g-mt-135--md {
    margin-top: 9.64286rem !important;
  }
  /* line 29041, app/assets/stylesheets/unify.css */
  .g-mt-minus-135--md {
    margin-top: -9.64286rem !important;
  }
  /* line 29043, app/assets/stylesheets/unify.css */
  .g-mt-140--md {
    margin-top: 10rem !important;
  }
  /* line 29045, app/assets/stylesheets/unify.css */
  .g-mt-minus-140--md {
    margin-top: -10rem !important;
  }
  /* line 29047, app/assets/stylesheets/unify.css */
  .g-mt-145--md {
    margin-top: 10.35714rem !important;
  }
  /* line 29049, app/assets/stylesheets/unify.css */
  .g-mt-minus-145--md {
    margin-top: -10.35714rem !important;
  }
  /* line 29051, app/assets/stylesheets/unify.css */
  .g-mt-150--md {
    margin-top: 10.71429rem !important;
  }
  /* line 29053, app/assets/stylesheets/unify.css */
  .g-mt-minus-150--md {
    margin-top: -10.71429rem !important;
  }
  /* line 29055, app/assets/stylesheets/unify.css */
  .g-mt-155--md {
    margin-top: 11.07143rem !important;
  }
  /* line 29057, app/assets/stylesheets/unify.css */
  .g-mt-minus-155--md {
    margin-top: -11.07143rem !important;
  }
  /* line 29059, app/assets/stylesheets/unify.css */
  .g-mt-160--md {
    margin-top: 11.42857rem !important;
  }
  /* line 29061, app/assets/stylesheets/unify.css */
  .g-mt-minus-160--md {
    margin-top: -11.42857rem !important;
  }
  /* line 29063, app/assets/stylesheets/unify.css */
  .g-mt-165--md {
    margin-top: 11.78571rem !important;
  }
  /* line 29065, app/assets/stylesheets/unify.css */
  .g-mt-minus-165--md {
    margin-top: -11.78571rem !important;
  }
  /* line 29067, app/assets/stylesheets/unify.css */
  .g-mt-170--md {
    margin-top: 12.14286rem !important;
  }
  /* line 29069, app/assets/stylesheets/unify.css */
  .g-mt-minus-170--md {
    margin-top: -12.14286rem !important;
  }
  /* line 29071, app/assets/stylesheets/unify.css */
  .g-mb-1--md {
    margin-bottom: 0.07143rem !important;
  }
  /* line 29073, app/assets/stylesheets/unify.css */
  .g-mb-minus-1--md {
    margin-bottom: -0.07143rem !important;
  }
  /* line 29075, app/assets/stylesheets/unify.css */
  .g-mb-2--md {
    margin-bottom: 0.14286rem !important;
  }
  /* line 29077, app/assets/stylesheets/unify.css */
  .g-mb-minus-2--md {
    margin-bottom: -0.14286rem !important;
  }
  /* line 29079, app/assets/stylesheets/unify.css */
  .g-mb-3--md {
    margin-bottom: 0.21429rem !important;
  }
  /* line 29081, app/assets/stylesheets/unify.css */
  .g-mb-minus-3--md {
    margin-bottom: -0.21429rem !important;
  }
  /* line 29083, app/assets/stylesheets/unify.css */
  .g-mb-4--md {
    margin-bottom: 0.28571rem !important;
  }
  /* line 29085, app/assets/stylesheets/unify.css */
  .g-mb-minus-4--md {
    margin-bottom: -0.28571rem !important;
  }
  /* line 29087, app/assets/stylesheets/unify.css */
  .g-mb-5--md {
    margin-bottom: 0.35714rem !important;
  }
  /* line 29089, app/assets/stylesheets/unify.css */
  .g-mb-minus-5--md {
    margin-bottom: -0.35714rem !important;
  }
  /* line 29091, app/assets/stylesheets/unify.css */
  .g-mb-6--md {
    margin-bottom: 0.42857rem !important;
  }
  /* line 29093, app/assets/stylesheets/unify.css */
  .g-mb-minus-6--md {
    margin-bottom: -0.42857rem !important;
  }
  /* line 29095, app/assets/stylesheets/unify.css */
  .g-mb-7--md {
    margin-bottom: 0.5rem !important;
  }
  /* line 29097, app/assets/stylesheets/unify.css */
  .g-mb-minus-7--md {
    margin-bottom: -0.5rem !important;
  }
  /* line 29099, app/assets/stylesheets/unify.css */
  .g-mb-8--md {
    margin-bottom: 0.57143rem !important;
  }
  /* line 29101, app/assets/stylesheets/unify.css */
  .g-mb-minus-8--md {
    margin-bottom: -0.57143rem !important;
  }
  /* line 29103, app/assets/stylesheets/unify.css */
  .g-mb-9--md {
    margin-bottom: 0.64286rem !important;
  }
  /* line 29105, app/assets/stylesheets/unify.css */
  .g-mb-minus-9--md {
    margin-bottom: -0.64286rem !important;
  }
  /* line 29107, app/assets/stylesheets/unify.css */
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }
  /* line 29109, app/assets/stylesheets/unify.css */
  .g-mb-minus-10--md {
    margin-bottom: -0.71429rem !important;
  }
  /* line 29111, app/assets/stylesheets/unify.css */
  .g-mb-11--md {
    margin-bottom: 0.78571rem !important;
  }
  /* line 29113, app/assets/stylesheets/unify.css */
  .g-mb-minus-11--md {
    margin-bottom: -0.78571rem !important;
  }
  /* line 29115, app/assets/stylesheets/unify.css */
  .g-mb-12--md {
    margin-bottom: 0.85714rem !important;
  }
  /* line 29117, app/assets/stylesheets/unify.css */
  .g-mb-minus-12--md {
    margin-bottom: -0.85714rem !important;
  }
  /* line 29119, app/assets/stylesheets/unify.css */
  .g-mb-13--md {
    margin-bottom: 0.92857rem !important;
  }
  /* line 29121, app/assets/stylesheets/unify.css */
  .g-mb-minus-13--md {
    margin-bottom: -0.92857rem !important;
  }
  /* line 29123, app/assets/stylesheets/unify.css */
  .g-mb-14--md {
    margin-bottom: 1rem !important;
  }
  /* line 29125, app/assets/stylesheets/unify.css */
  .g-mb-minus-14--md {
    margin-bottom: -1rem !important;
  }
  /* line 29127, app/assets/stylesheets/unify.css */
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }
  /* line 29129, app/assets/stylesheets/unify.css */
  .g-mb-minus-15--md {
    margin-bottom: -1.07143rem !important;
  }
  /* line 29131, app/assets/stylesheets/unify.css */
  .g-mb-16--md {
    margin-bottom: 1.14286rem !important;
  }
  /* line 29133, app/assets/stylesheets/unify.css */
  .g-mb-minus-16--md {
    margin-bottom: -1.14286rem !important;
  }
  /* line 29135, app/assets/stylesheets/unify.css */
  .g-mb-17--md {
    margin-bottom: 1.21429rem !important;
  }
  /* line 29137, app/assets/stylesheets/unify.css */
  .g-mb-minus-17--md {
    margin-bottom: -1.21429rem !important;
  }
  /* line 29139, app/assets/stylesheets/unify.css */
  .g-mb-18--md {
    margin-bottom: 1.28571rem !important;
  }
  /* line 29141, app/assets/stylesheets/unify.css */
  .g-mb-minus-18--md {
    margin-bottom: -1.28571rem !important;
  }
  /* line 29143, app/assets/stylesheets/unify.css */
  .g-mb-19--md {
    margin-bottom: 1.35714rem !important;
  }
  /* line 29145, app/assets/stylesheets/unify.css */
  .g-mb-minus-19--md {
    margin-bottom: -1.35714rem !important;
  }
  /* line 29147, app/assets/stylesheets/unify.css */
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }
  /* line 29149, app/assets/stylesheets/unify.css */
  .g-mb-minus-20--md {
    margin-bottom: -1.42857rem !important;
  }
  /* line 29151, app/assets/stylesheets/unify.css */
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }
  /* line 29153, app/assets/stylesheets/unify.css */
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }
  /* line 29155, app/assets/stylesheets/unify.css */
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }
  /* line 29157, app/assets/stylesheets/unify.css */
  .g-mb-25--md {
    margin-bottom: 1.78571rem !important;
  }
  /* line 29159, app/assets/stylesheets/unify.css */
  .g-mb-30--md {
    margin-bottom: 2.14286rem !important;
  }
  /* line 29161, app/assets/stylesheets/unify.css */
  .g-mb-35--md {
    margin-bottom: 2.5rem !important;
  }
  /* line 29163, app/assets/stylesheets/unify.css */
  .g-mb-40--md {
    margin-bottom: 2.85714rem !important;
  }
  /* line 29165, app/assets/stylesheets/unify.css */
  .g-mb-45--md {
    margin-bottom: 3.21429rem !important;
  }
  /* line 29167, app/assets/stylesheets/unify.css */
  .g-mb-50--md {
    margin-bottom: 3.57143rem !important;
  }
  /* line 29169, app/assets/stylesheets/unify.css */
  .g-mb-55--md {
    margin-bottom: 3.92857rem !important;
  }
  /* line 29171, app/assets/stylesheets/unify.css */
  .g-mb-60--md {
    margin-bottom: 4.28571rem !important;
  }
  /* line 29173, app/assets/stylesheets/unify.css */
  .g-mb-65--md {
    margin-bottom: 4.64286rem !important;
  }
  /* line 29175, app/assets/stylesheets/unify.css */
  .g-mb-70--md {
    margin-bottom: 5rem !important;
  }
  /* line 29177, app/assets/stylesheets/unify.css */
  .g-mb-75--md {
    margin-bottom: 5.35714rem !important;
  }
  /* line 29179, app/assets/stylesheets/unify.css */
  .g-mb-80--md {
    margin-bottom: 5.71429rem !important;
  }
  /* line 29181, app/assets/stylesheets/unify.css */
  .g-mb-85--md {
    margin-bottom: 6.07143rem !important;
  }
  /* line 29183, app/assets/stylesheets/unify.css */
  .g-mb-90--md {
    margin-bottom: 6.42857rem !important;
  }
  /* line 29185, app/assets/stylesheets/unify.css */
  .g-mb-95--md {
    margin-bottom: 6.78571rem !important;
  }
  /* line 29187, app/assets/stylesheets/unify.css */
  .g-mb-100--md {
    margin-bottom: 7.14286rem !important;
  }
  /* line 29189, app/assets/stylesheets/unify.css */
  .g-mb-105--md {
    margin-bottom: 7.5rem !important;
  }
  /* line 29191, app/assets/stylesheets/unify.css */
  .g-mb-110--md {
    margin-bottom: 7.85714rem !important;
  }
  /* line 29193, app/assets/stylesheets/unify.css */
  .g-mb-115--md {
    margin-bottom: 8.21429rem !important;
  }
  /* line 29195, app/assets/stylesheets/unify.css */
  .g-mb-120--md {
    margin-bottom: 8.57143rem !important;
  }
  /* line 29197, app/assets/stylesheets/unify.css */
  .g-mb-125--md {
    margin-bottom: 8.92857rem !important;
  }
  /* line 29199, app/assets/stylesheets/unify.css */
  .g-mb-130--md {
    margin-bottom: 9.28571rem !important;
  }
  /* line 29201, app/assets/stylesheets/unify.css */
  .g-mb-135--md {
    margin-bottom: 9.64286rem !important;
  }
  /* line 29203, app/assets/stylesheets/unify.css */
  .g-mb-140--md {
    margin-bottom: 10rem !important;
  }
  /* line 29205, app/assets/stylesheets/unify.css */
  .g-mb-145--md {
    margin-bottom: 10.35714rem !important;
  }
  /* line 29207, app/assets/stylesheets/unify.css */
  .g-mb-150--md {
    margin-bottom: 10.71429rem !important;
  }
  /* line 29209, app/assets/stylesheets/unify.css */
  .g-mb-155--md {
    margin-bottom: 11.07143rem !important;
  }
  /* line 29211, app/assets/stylesheets/unify.css */
  .g-mb-160--md {
    margin-bottom: 11.42857rem !important;
  }
  /* line 29213, app/assets/stylesheets/unify.css */
  .g-mb-165--md {
    margin-bottom: 11.78571rem !important;
  }
  /* line 29215, app/assets/stylesheets/unify.css */
  .g-mb-170--md {
    margin-bottom: 12.14286rem !important;
  }
  /* line 29217, app/assets/stylesheets/unify.css */
  .g-ml-1--md {
    margin-left: 0.07143rem !important;
  }
  /* line 29219, app/assets/stylesheets/unify.css */
  .g-ml-minus-1--md {
    margin-left: -0.07143rem !important;
  }
  /* line 29221, app/assets/stylesheets/unify.css */
  .g-ml-2--md {
    margin-left: 0.14286rem !important;
  }
  /* line 29223, app/assets/stylesheets/unify.css */
  .g-ml-minus-2--md {
    margin-left: -0.14286rem !important;
  }
  /* line 29225, app/assets/stylesheets/unify.css */
  .g-ml-3--md {
    margin-left: 0.21429rem !important;
  }
  /* line 29227, app/assets/stylesheets/unify.css */
  .g-ml-minus-3--md {
    margin-left: -0.21429rem !important;
  }
  /* line 29229, app/assets/stylesheets/unify.css */
  .g-ml-4--md {
    margin-left: 0.28571rem !important;
  }
  /* line 29231, app/assets/stylesheets/unify.css */
  .g-ml-minus-4--md {
    margin-left: -0.28571rem !important;
  }
  /* line 29233, app/assets/stylesheets/unify.css */
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }
  /* line 29235, app/assets/stylesheets/unify.css */
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }
  /* line 29237, app/assets/stylesheets/unify.css */
  .g-ml-6--md {
    margin-left: 0.42857rem !important;
  }
  /* line 29239, app/assets/stylesheets/unify.css */
  .g-ml-minus-6--md {
    margin-left: -0.42857rem !important;
  }
  /* line 29241, app/assets/stylesheets/unify.css */
  .g-ml-7--md {
    margin-left: 0.5rem !important;
  }
  /* line 29243, app/assets/stylesheets/unify.css */
  .g-ml-minus-7--md {
    margin-left: -0.5rem !important;
  }
  /* line 29245, app/assets/stylesheets/unify.css */
  .g-ml-8--md {
    margin-left: 0.57143rem !important;
  }
  /* line 29247, app/assets/stylesheets/unify.css */
  .g-ml-minus-8--md {
    margin-left: -0.57143rem !important;
  }
  /* line 29249, app/assets/stylesheets/unify.css */
  .g-ml-9--md {
    margin-left: 0.64286rem !important;
  }
  /* line 29251, app/assets/stylesheets/unify.css */
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important;
  }
  /* line 29253, app/assets/stylesheets/unify.css */
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }
  /* line 29255, app/assets/stylesheets/unify.css */
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }
  /* line 29257, app/assets/stylesheets/unify.css */
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }
  /* line 29259, app/assets/stylesheets/unify.css */
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }
  /* line 29261, app/assets/stylesheets/unify.css */
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }
  /* line 29263, app/assets/stylesheets/unify.css */
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }
  /* line 29265, app/assets/stylesheets/unify.css */
  .g-ml-15--md {
    margin-left: 1.07143rem !important;
  }
  /* line 29267, app/assets/stylesheets/unify.css */
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important;
  }
  /* line 29269, app/assets/stylesheets/unify.css */
  .g-ml-20--md {
    margin-left: 1.42857rem !important;
  }
  /* line 29271, app/assets/stylesheets/unify.css */
  .g-ml-minus-20--md {
    margin-left: -1.42857rem !important;
  }
  /* line 29273, app/assets/stylesheets/unify.css */
  .g-ml-25--md {
    margin-left: 1.78571rem !important;
  }
  /* line 29275, app/assets/stylesheets/unify.css */
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important;
  }
  /* line 29277, app/assets/stylesheets/unify.css */
  .g-ml-30--md {
    margin-left: 2.14286rem !important;
  }
  /* line 29279, app/assets/stylesheets/unify.css */
  .g-ml-minus-30--md {
    margin-left: -2.14286rem !important;
  }
  /* line 29281, app/assets/stylesheets/unify.css */
  .g-ml-35--md {
    margin-left: 2.5rem !important;
  }
  /* line 29283, app/assets/stylesheets/unify.css */
  .g-ml-minus-35--md {
    margin-left: -2.5rem !important;
  }
  /* line 29285, app/assets/stylesheets/unify.css */
  .g-ml-40--md {
    margin-left: 2.85714rem !important;
  }
  /* line 29287, app/assets/stylesheets/unify.css */
  .g-ml-minus-40--md {
    margin-left: -2.85714rem !important;
  }
  /* line 29289, app/assets/stylesheets/unify.css */
  .g-ml-45--md {
    margin-left: 3.21429rem !important;
  }
  /* line 29291, app/assets/stylesheets/unify.css */
  .g-ml-minus-45--md {
    margin-left: -3.21429rem !important;
  }
  /* line 29293, app/assets/stylesheets/unify.css */
  .g-ml-50--md {
    margin-left: 3.57143rem !important;
  }
  /* line 29295, app/assets/stylesheets/unify.css */
  .g-ml-minus-50--md {
    margin-left: -3.57143rem !important;
  }
  /* line 29297, app/assets/stylesheets/unify.css */
  .g-mr-1--md {
    margin-right: 0.07143rem !important;
  }
  /* line 29299, app/assets/stylesheets/unify.css */
  .g-mr-minus-1--md {
    margin-right: -0.07143rem !important;
  }
  /* line 29301, app/assets/stylesheets/unify.css */
  .g-mr-2--md {
    margin-right: 0.14286rem !important;
  }
  /* line 29303, app/assets/stylesheets/unify.css */
  .g-mr-minus-2--md {
    margin-right: -0.14286rem !important;
  }
  /* line 29305, app/assets/stylesheets/unify.css */
  .g-mr-3--md {
    margin-right: 0.21429rem !important;
  }
  /* line 29307, app/assets/stylesheets/unify.css */
  .g-mr-minus-3--md {
    margin-right: -0.21429rem !important;
  }
  /* line 29309, app/assets/stylesheets/unify.css */
  .g-mr-4--md {
    margin-right: 0.28571rem !important;
  }
  /* line 29311, app/assets/stylesheets/unify.css */
  .g-mr-minus-4--md {
    margin-right: -0.28571rem !important;
  }
  /* line 29313, app/assets/stylesheets/unify.css */
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }
  /* line 29315, app/assets/stylesheets/unify.css */
  .g-mr-minus-5--md {
    margin-right: -0.35714rem !important;
  }
  /* line 29317, app/assets/stylesheets/unify.css */
  .g-mr-6--md {
    margin-right: 0.42857rem !important;
  }
  /* line 29319, app/assets/stylesheets/unify.css */
  .g-mr-minus-6--md {
    margin-right: -0.42857rem !important;
  }
  /* line 29321, app/assets/stylesheets/unify.css */
  .g-mr-7--md {
    margin-right: 0.5rem !important;
  }
  /* line 29323, app/assets/stylesheets/unify.css */
  .g-mr-minus-7--md {
    margin-right: -0.5rem !important;
  }
  /* line 29325, app/assets/stylesheets/unify.css */
  .g-mr-8--md {
    margin-right: 0.57143rem !important;
  }
  /* line 29327, app/assets/stylesheets/unify.css */
  .g-mr-minus-8--md {
    margin-right: -0.57143rem !important;
  }
  /* line 29329, app/assets/stylesheets/unify.css */
  .g-mr-9--md {
    margin-right: 0.64286rem !important;
  }
  /* line 29331, app/assets/stylesheets/unify.css */
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important;
  }
  /* line 29333, app/assets/stylesheets/unify.css */
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }
  /* line 29335, app/assets/stylesheets/unify.css */
  .g-mr-minus-10--md {
    margin-right: -0.71429rem !important;
  }
  /* line 29337, app/assets/stylesheets/unify.css */
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }
  /* line 29339, app/assets/stylesheets/unify.css */
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }
  /* line 29341, app/assets/stylesheets/unify.css */
  .g-mr-15--md {
    margin-right: 1.07143rem !important;
  }
  /* line 29343, app/assets/stylesheets/unify.css */
  .g-mr-20--md {
    margin-right: 1.42857rem !important;
  }
  /* line 29345, app/assets/stylesheets/unify.css */
  .g-mr-25--md {
    margin-right: 1.78571rem !important;
  }
  /* line 29347, app/assets/stylesheets/unify.css */
  .g-mr-30--md {
    margin-right: 2.14286rem !important;
  }
  /* line 29349, app/assets/stylesheets/unify.css */
  .g-mr-35--md {
    margin-right: 2.5rem !important;
  }
  /* line 29351, app/assets/stylesheets/unify.css */
  .g-mr-40--md {
    margin-right: 2.85714rem !important;
  }
  /* line 29353, app/assets/stylesheets/unify.css */
  .g-mr-45--md {
    margin-right: 3.21429rem !important;
  }
  /* line 29355, app/assets/stylesheets/unify.css */
  .g-mr-50--md {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (lg)
------------------------------------*/
@media (min-width: 992px) {
  /* line 29361, app/assets/stylesheets/unify.css */
  .g-ma-0--lg {
    margin: 0 !important;
  }
  /* line 29363, app/assets/stylesheets/unify.css */
  .g-mx-0--lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 29366, app/assets/stylesheets/unify.css */
  .g-my-0--lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 29369, app/assets/stylesheets/unify.css */
  .g-ml-0--lg {
    margin-left: 0 !important;
  }
  /* line 29371, app/assets/stylesheets/unify.css */
  .g-mr-0--lg {
    margin-right: 0 !important;
  }
  /* line 29373, app/assets/stylesheets/unify.css */
  .g-mt-0--lg {
    margin-top: 0 !important;
  }
  /* line 29375, app/assets/stylesheets/unify.css */
  .g-mb-0--lg {
    margin-bottom: 0 !important;
  }
  /* line 29377, app/assets/stylesheets/unify.css */
  .g-mx-1--lg {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  /* line 29380, app/assets/stylesheets/unify.css */
  .g-mx-2--lg {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  /* line 29383, app/assets/stylesheets/unify.css */
  .g-mx-3--lg {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  /* line 29386, app/assets/stylesheets/unify.css */
  .g-mx-4--lg {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  /* line 29389, app/assets/stylesheets/unify.css */
  .g-mx-5--lg {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  /* line 29392, app/assets/stylesheets/unify.css */
  .g-mx-6--lg {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  /* line 29395, app/assets/stylesheets/unify.css */
  .g-mx-7--lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 29398, app/assets/stylesheets/unify.css */
  .g-mx-8--lg {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  /* line 29401, app/assets/stylesheets/unify.css */
  .g-mx-9--lg {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  /* line 29404, app/assets/stylesheets/unify.css */
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 29407, app/assets/stylesheets/unify.css */
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 29410, app/assets/stylesheets/unify.css */
  .g-mx-15--lg {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  /* line 29413, app/assets/stylesheets/unify.css */
  .g-mx-20--lg {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  /* line 29416, app/assets/stylesheets/unify.css */
  .g-mx-25--lg {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  /* line 29419, app/assets/stylesheets/unify.css */
  .g-mx-30--lg {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  /* line 29422, app/assets/stylesheets/unify.css */
  .g-mx-35--lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 29425, app/assets/stylesheets/unify.css */
  .g-mx-40--lg {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  /* line 29428, app/assets/stylesheets/unify.css */
  .g-mx-45--lg {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  /* line 29431, app/assets/stylesheets/unify.css */
  .g-mx-50--lg {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  /* line 29434, app/assets/stylesheets/unify.css */
  .g-mx-55--lg {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  /* line 29437, app/assets/stylesheets/unify.css */
  .g-mx-60--lg {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  /* line 29440, app/assets/stylesheets/unify.css */
  .g-mx-65--lg {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  /* line 29443, app/assets/stylesheets/unify.css */
  .g-mx-70--lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 29446, app/assets/stylesheets/unify.css */
  .g-mx-75--lg {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  /* line 29449, app/assets/stylesheets/unify.css */
  .g-mx-80--lg {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  /* line 29452, app/assets/stylesheets/unify.css */
  .g-mx-85--lg {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  /* line 29455, app/assets/stylesheets/unify.css */
  .g-mx-90--lg {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  /* line 29458, app/assets/stylesheets/unify.css */
  .g-mx-95--lg {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  /* line 29461, app/assets/stylesheets/unify.css */
  .g-mx-100--lg {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  /* line 29464, app/assets/stylesheets/unify.css */
  .g-my-1--lg {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  /* line 29467, app/assets/stylesheets/unify.css */
  .g-my-2--lg {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  /* line 29470, app/assets/stylesheets/unify.css */
  .g-my-3--lg {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  /* line 29473, app/assets/stylesheets/unify.css */
  .g-my-4--lg {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  /* line 29476, app/assets/stylesheets/unify.css */
  .g-my-5--lg {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  /* line 29479, app/assets/stylesheets/unify.css */
  .g-my-6--lg {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  /* line 29482, app/assets/stylesheets/unify.css */
  .g-my-7--lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 29485, app/assets/stylesheets/unify.css */
  .g-my-8--lg {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  /* line 29488, app/assets/stylesheets/unify.css */
  .g-my-9--lg {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  /* line 29491, app/assets/stylesheets/unify.css */
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 29494, app/assets/stylesheets/unify.css */
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 29497, app/assets/stylesheets/unify.css */
  .g-my-15--lg {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  /* line 29500, app/assets/stylesheets/unify.css */
  .g-my-20--lg {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  /* line 29503, app/assets/stylesheets/unify.css */
  .g-my-25--lg {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  /* line 29506, app/assets/stylesheets/unify.css */
  .g-my-30--lg {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  /* line 29509, app/assets/stylesheets/unify.css */
  .g-my-35--lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 29512, app/assets/stylesheets/unify.css */
  .g-my-40--lg {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  /* line 29515, app/assets/stylesheets/unify.css */
  .g-my-45--lg {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  /* line 29518, app/assets/stylesheets/unify.css */
  .g-my-50--lg {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  /* line 29521, app/assets/stylesheets/unify.css */
  .g-my-55--lg {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  /* line 29524, app/assets/stylesheets/unify.css */
  .g-my-60--lg {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  /* line 29527, app/assets/stylesheets/unify.css */
  .g-my-65--lg {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  /* line 29530, app/assets/stylesheets/unify.css */
  .g-my-70--lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 29533, app/assets/stylesheets/unify.css */
  .g-my-75--lg {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  /* line 29536, app/assets/stylesheets/unify.css */
  .g-my-80--lg {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  /* line 29539, app/assets/stylesheets/unify.css */
  .g-my-85--lg {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  /* line 29542, app/assets/stylesheets/unify.css */
  .g-my-90--lg {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  /* line 29545, app/assets/stylesheets/unify.css */
  .g-my-95--lg {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  /* line 29548, app/assets/stylesheets/unify.css */
  .g-my-100--lg {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  /* line 29551, app/assets/stylesheets/unify.css */
  .g-mt-1--lg {
    margin-top: 0.07143rem !important;
  }
  /* line 29553, app/assets/stylesheets/unify.css */
  .g-mt-minus-1--lg {
    margin-top: -0.07143rem !important;
  }
  /* line 29555, app/assets/stylesheets/unify.css */
  .g-mt-2--lg {
    margin-top: 0.14286rem !important;
  }
  /* line 29557, app/assets/stylesheets/unify.css */
  .g-mt-minus-2--lg {
    margin-top: -0.14286rem !important;
  }
  /* line 29559, app/assets/stylesheets/unify.css */
  .g-mt-3--lg {
    margin-top: 0.21429rem !important;
  }
  /* line 29561, app/assets/stylesheets/unify.css */
  .g-mt-minus-3--lg {
    margin-top: -0.21429rem !important;
  }
  /* line 29563, app/assets/stylesheets/unify.css */
  .g-mt-4--lg {
    margin-top: 0.28571rem !important;
  }
  /* line 29565, app/assets/stylesheets/unify.css */
  .g-mt-minus-4--lg {
    margin-top: -0.28571rem !important;
  }
  /* line 29567, app/assets/stylesheets/unify.css */
  .g-mt-5--lg {
    margin-top: 0.35714rem !important;
  }
  /* line 29569, app/assets/stylesheets/unify.css */
  .g-mt-minus-5--lg {
    margin-top: -0.35714rem !important;
  }
  /* line 29571, app/assets/stylesheets/unify.css */
  .g-mt-6--lg {
    margin-top: 0.42857rem !important;
  }
  /* line 29573, app/assets/stylesheets/unify.css */
  .g-mt-minus-6--lg {
    margin-top: -0.42857rem !important;
  }
  /* line 29575, app/assets/stylesheets/unify.css */
  .g-mt-7--lg {
    margin-top: 0.5rem !important;
  }
  /* line 29577, app/assets/stylesheets/unify.css */
  .g-mt-minus-7--lg {
    margin-top: -0.5rem !important;
  }
  /* line 29579, app/assets/stylesheets/unify.css */
  .g-mt-8--lg {
    margin-top: 0.57143rem !important;
  }
  /* line 29581, app/assets/stylesheets/unify.css */
  .g-mt-minus-8--lg {
    margin-top: -0.57143rem !important;
  }
  /* line 29583, app/assets/stylesheets/unify.css */
  .g-mt-9--lg {
    margin-top: 0.64286rem !important;
  }
  /* line 29585, app/assets/stylesheets/unify.css */
  .g-mt-minus-9--lg {
    margin-top: -0.64286rem !important;
  }
  /* line 29587, app/assets/stylesheets/unify.css */
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }
  /* line 29589, app/assets/stylesheets/unify.css */
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }
  /* line 29591, app/assets/stylesheets/unify.css */
  .g-mt-11--lg {
    margin-top: 0.78571rem !important;
  }
  /* line 29593, app/assets/stylesheets/unify.css */
  .g-mt-minus-11--lg {
    margin-top: -0.78571rem !important;
  }
  /* line 29595, app/assets/stylesheets/unify.css */
  .g-mt-12--lg {
    margin-top: 0.85714rem !important;
  }
  /* line 29597, app/assets/stylesheets/unify.css */
  .g-mt-minus-12--lg {
    margin-top: -0.85714rem !important;
  }
  /* line 29599, app/assets/stylesheets/unify.css */
  .g-mt-13--lg {
    margin-top: 0.92857rem !important;
  }
  /* line 29601, app/assets/stylesheets/unify.css */
  .g-mt-minus-13--lg {
    margin-top: -0.92857rem !important;
  }
  /* line 29603, app/assets/stylesheets/unify.css */
  .g-mt-14--lg {
    margin-top: 1rem !important;
  }
  /* line 29605, app/assets/stylesheets/unify.css */
  .g-mt-minus-14--lg {
    margin-top: -1rem !important;
  }
  /* line 29607, app/assets/stylesheets/unify.css */
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }
  /* line 29609, app/assets/stylesheets/unify.css */
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }
  /* line 29611, app/assets/stylesheets/unify.css */
  .g-mt-16--lg {
    margin-top: 1.14286rem !important;
  }
  /* line 29613, app/assets/stylesheets/unify.css */
  .g-mt-minus-16--lg {
    margin-top: -1.14286rem !important;
  }
  /* line 29615, app/assets/stylesheets/unify.css */
  .g-mt-17--lg {
    margin-top: 1.21429rem !important;
  }
  /* line 29617, app/assets/stylesheets/unify.css */
  .g-mt-minus-17--lg {
    margin-top: -1.21429rem !important;
  }
  /* line 29619, app/assets/stylesheets/unify.css */
  .g-mt-18--lg {
    margin-top: 1.28571rem !important;
  }
  /* line 29621, app/assets/stylesheets/unify.css */
  .g-mt-minus-18--lg {
    margin-top: -1.28571rem !important;
  }
  /* line 29623, app/assets/stylesheets/unify.css */
  .g-mt-19--lg {
    margin-top: 1.35714rem !important;
  }
  /* line 29625, app/assets/stylesheets/unify.css */
  .g-mt-minus-19--lg {
    margin-top: -1.35714rem !important;
  }
  /* line 29627, app/assets/stylesheets/unify.css */
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }
  /* line 29629, app/assets/stylesheets/unify.css */
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }
  /* line 29631, app/assets/stylesheets/unify.css */
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }
  /* line 29633, app/assets/stylesheets/unify.css */
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }
  /* line 29635, app/assets/stylesheets/unify.css */
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }
  /* line 29637, app/assets/stylesheets/unify.css */
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }
  /* line 29639, app/assets/stylesheets/unify.css */
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }
  /* line 29641, app/assets/stylesheets/unify.css */
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }
  /* line 29643, app/assets/stylesheets/unify.css */
  .g-mt-25--lg {
    margin-top: 1.78571rem !important;
  }
  /* line 29645, app/assets/stylesheets/unify.css */
  .g-mt-minus-25--lg {
    margin-top: -1.78571rem !important;
  }
  /* line 29647, app/assets/stylesheets/unify.css */
  .g-mt-30--lg {
    margin-top: 2.14286rem !important;
  }
  /* line 29649, app/assets/stylesheets/unify.css */
  .g-mt-minus-30--lg {
    margin-top: -2.14286rem !important;
  }
  /* line 29651, app/assets/stylesheets/unify.css */
  .g-mt-35--lg {
    margin-top: 2.5rem !important;
  }
  /* line 29653, app/assets/stylesheets/unify.css */
  .g-mt-minus-35--lg {
    margin-top: -2.5rem !important;
  }
  /* line 29655, app/assets/stylesheets/unify.css */
  .g-mt-40--lg {
    margin-top: 2.85714rem !important;
  }
  /* line 29657, app/assets/stylesheets/unify.css */
  .g-mt-minus-40--lg {
    margin-top: -2.85714rem !important;
  }
  /* line 29659, app/assets/stylesheets/unify.css */
  .g-mt-45--lg {
    margin-top: 3.21429rem !important;
  }
  /* line 29661, app/assets/stylesheets/unify.css */
  .g-mt-minus-45--lg {
    margin-top: -3.21429rem !important;
  }
  /* line 29663, app/assets/stylesheets/unify.css */
  .g-mt-50--lg {
    margin-top: 3.57143rem !important;
  }
  /* line 29665, app/assets/stylesheets/unify.css */
  .g-mt-minus-50--lg {
    margin-top: -3.57143rem !important;
  }
  /* line 29667, app/assets/stylesheets/unify.css */
  .g-mt-55--lg {
    margin-top: 3.92857rem !important;
  }
  /* line 29669, app/assets/stylesheets/unify.css */
  .g-mt-minus-55--lg {
    margin-top: -3.92857rem !important;
  }
  /* line 29671, app/assets/stylesheets/unify.css */
  .g-mt-60--lg {
    margin-top: 4.28571rem !important;
  }
  /* line 29673, app/assets/stylesheets/unify.css */
  .g-mt-minus-60--lg {
    margin-top: -4.28571rem !important;
  }
  /* line 29675, app/assets/stylesheets/unify.css */
  .g-mt-65--lg {
    margin-top: 4.64286rem !important;
  }
  /* line 29677, app/assets/stylesheets/unify.css */
  .g-mt-minus-65--lg {
    margin-top: -4.64286rem !important;
  }
  /* line 29679, app/assets/stylesheets/unify.css */
  .g-mt-70--lg {
    margin-top: 5rem !important;
  }
  /* line 29681, app/assets/stylesheets/unify.css */
  .g-mt-minus-70--lg {
    margin-top: -5rem !important;
  }
  /* line 29683, app/assets/stylesheets/unify.css */
  .g-mt-75--lg {
    margin-top: 5.35714rem !important;
  }
  /* line 29685, app/assets/stylesheets/unify.css */
  .g-mt-minus-75--lg {
    margin-top: -5.35714rem !important;
  }
  /* line 29687, app/assets/stylesheets/unify.css */
  .g-mt-80--lg {
    margin-top: 5.71429rem !important;
  }
  /* line 29689, app/assets/stylesheets/unify.css */
  .g-mt-minus-80--lg {
    margin-top: -5.71429rem !important;
  }
  /* line 29691, app/assets/stylesheets/unify.css */
  .g-mt-85--lg {
    margin-top: 6.07143rem !important;
  }
  /* line 29693, app/assets/stylesheets/unify.css */
  .g-mt-minus-85--lg {
    margin-top: -6.07143rem !important;
  }
  /* line 29695, app/assets/stylesheets/unify.css */
  .g-mt-90--lg {
    margin-top: 6.42857rem !important;
  }
  /* line 29697, app/assets/stylesheets/unify.css */
  .g-mt-minus-90--lg {
    margin-top: -6.42857rem !important;
  }
  /* line 29699, app/assets/stylesheets/unify.css */
  .g-mt-95--lg {
    margin-top: 6.78571rem !important;
  }
  /* line 29701, app/assets/stylesheets/unify.css */
  .g-mt-minus-95--lg {
    margin-top: -6.78571rem !important;
  }
  /* line 29703, app/assets/stylesheets/unify.css */
  .g-mt-100--lg {
    margin-top: 7.14286rem !important;
  }
  /* line 29705, app/assets/stylesheets/unify.css */
  .g-mt-minus-100--lg {
    margin-top: -7.14286rem !important;
  }
  /* line 29707, app/assets/stylesheets/unify.css */
  .g-mt-105--lg {
    margin-top: 7.5rem !important;
  }
  /* line 29709, app/assets/stylesheets/unify.css */
  .g-mt-minus-105--lg {
    margin-top: -7.5rem !important;
  }
  /* line 29711, app/assets/stylesheets/unify.css */
  .g-mt-110--lg {
    margin-top: 7.85714rem !important;
  }
  /* line 29713, app/assets/stylesheets/unify.css */
  .g-mt-minus-110--lg {
    margin-top: -7.85714rem !important;
  }
  /* line 29715, app/assets/stylesheets/unify.css */
  .g-mt-115--lg {
    margin-top: 8.21429rem !important;
  }
  /* line 29717, app/assets/stylesheets/unify.css */
  .g-mt-minus-115--lg {
    margin-top: -8.21429rem !important;
  }
  /* line 29719, app/assets/stylesheets/unify.css */
  .g-mt-120--lg {
    margin-top: 8.57143rem !important;
  }
  /* line 29721, app/assets/stylesheets/unify.css */
  .g-mt-minus-120--lg {
    margin-top: -8.57143rem !important;
  }
  /* line 29723, app/assets/stylesheets/unify.css */
  .g-mt-125--lg {
    margin-top: 8.92857rem !important;
  }
  /* line 29725, app/assets/stylesheets/unify.css */
  .g-mt-minus-125--lg {
    margin-top: -8.92857rem !important;
  }
  /* line 29727, app/assets/stylesheets/unify.css */
  .g-mt-130--lg {
    margin-top: 9.28571rem !important;
  }
  /* line 29729, app/assets/stylesheets/unify.css */
  .g-mt-minus-130--lg {
    margin-top: -9.28571rem !important;
  }
  /* line 29731, app/assets/stylesheets/unify.css */
  .g-mt-135--lg {
    margin-top: 9.64286rem !important;
  }
  /* line 29733, app/assets/stylesheets/unify.css */
  .g-mt-minus-135--lg {
    margin-top: -9.64286rem !important;
  }
  /* line 29735, app/assets/stylesheets/unify.css */
  .g-mt-140--lg {
    margin-top: 10rem !important;
  }
  /* line 29737, app/assets/stylesheets/unify.css */
  .g-mt-minus-140--lg {
    margin-top: -10rem !important;
  }
  /* line 29739, app/assets/stylesheets/unify.css */
  .g-mt-145--lg {
    margin-top: 10.35714rem !important;
  }
  /* line 29741, app/assets/stylesheets/unify.css */
  .g-mt-minus-145--lg {
    margin-top: -10.35714rem !important;
  }
  /* line 29743, app/assets/stylesheets/unify.css */
  .g-mt-150--lg {
    margin-top: 10.71429rem !important;
  }
  /* line 29745, app/assets/stylesheets/unify.css */
  .g-mt-minus-150--lg {
    margin-top: -10.71429rem !important;
  }
  /* line 29747, app/assets/stylesheets/unify.css */
  .g-mt-155--lg {
    margin-top: 11.07143rem !important;
  }
  /* line 29749, app/assets/stylesheets/unify.css */
  .g-mt-minus-155--lg {
    margin-top: -11.07143rem !important;
  }
  /* line 29751, app/assets/stylesheets/unify.css */
  .g-mt-160--lg {
    margin-top: 11.42857rem !important;
  }
  /* line 29753, app/assets/stylesheets/unify.css */
  .g-mt-minus-160--lg {
    margin-top: -11.42857rem !important;
  }
  /* line 29755, app/assets/stylesheets/unify.css */
  .g-mt-165--lg {
    margin-top: 11.78571rem !important;
  }
  /* line 29757, app/assets/stylesheets/unify.css */
  .g-mt-minus-165--lg {
    margin-top: -11.78571rem !important;
  }
  /* line 29759, app/assets/stylesheets/unify.css */
  .g-mt-170--lg {
    margin-top: 12.14286rem !important;
  }
  /* line 29761, app/assets/stylesheets/unify.css */
  .g-mt-minus-170--lg {
    margin-top: -12.14286rem !important;
  }
  /* line 29763, app/assets/stylesheets/unify.css */
  .g-mb-1--lg {
    margin-bottom: 0.07143rem !important;
  }
  /* line 29765, app/assets/stylesheets/unify.css */
  .g-mb-minus-1--lg {
    margin-bottom: -0.07143rem !important;
  }
  /* line 29767, app/assets/stylesheets/unify.css */
  .g-mb-2--lg {
    margin-bottom: 0.14286rem !important;
  }
  /* line 29769, app/assets/stylesheets/unify.css */
  .g-mb-minus-2--lg {
    margin-bottom: -0.14286rem !important;
  }
  /* line 29771, app/assets/stylesheets/unify.css */
  .g-mb-3--lg {
    margin-bottom: 0.21429rem !important;
  }
  /* line 29773, app/assets/stylesheets/unify.css */
  .g-mb-minus-3--lg {
    margin-bottom: -0.21429rem !important;
  }
  /* line 29775, app/assets/stylesheets/unify.css */
  .g-mb-4--lg {
    margin-bottom: 0.28571rem !important;
  }
  /* line 29777, app/assets/stylesheets/unify.css */
  .g-mb-minus-4--lg {
    margin-bottom: -0.28571rem !important;
  }
  /* line 29779, app/assets/stylesheets/unify.css */
  .g-mb-5--lg {
    margin-bottom: 0.35714rem !important;
  }
  /* line 29781, app/assets/stylesheets/unify.css */
  .g-mb-minus-5--lg {
    margin-bottom: -0.35714rem !important;
  }
  /* line 29783, app/assets/stylesheets/unify.css */
  .g-mb-6--lg {
    margin-bottom: 0.42857rem !important;
  }
  /* line 29785, app/assets/stylesheets/unify.css */
  .g-mb-minus-6--lg {
    margin-bottom: -0.42857rem !important;
  }
  /* line 29787, app/assets/stylesheets/unify.css */
  .g-mb-7--lg {
    margin-bottom: 0.5rem !important;
  }
  /* line 29789, app/assets/stylesheets/unify.css */
  .g-mb-minus-7--lg {
    margin-bottom: -0.5rem !important;
  }
  /* line 29791, app/assets/stylesheets/unify.css */
  .g-mb-8--lg {
    margin-bottom: 0.57143rem !important;
  }
  /* line 29793, app/assets/stylesheets/unify.css */
  .g-mb-minus-8--lg {
    margin-bottom: -0.57143rem !important;
  }
  /* line 29795, app/assets/stylesheets/unify.css */
  .g-mb-9--lg {
    margin-bottom: 0.64286rem !important;
  }
  /* line 29797, app/assets/stylesheets/unify.css */
  .g-mb-minus-9--lg {
    margin-bottom: -0.64286rem !important;
  }
  /* line 29799, app/assets/stylesheets/unify.css */
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }
  /* line 29801, app/assets/stylesheets/unify.css */
  .g-mb-minus-10--lg {
    margin-bottom: -0.71429rem !important;
  }
  /* line 29803, app/assets/stylesheets/unify.css */
  .g-mb-11--lg {
    margin-bottom: 0.78571rem !important;
  }
  /* line 29805, app/assets/stylesheets/unify.css */
  .g-mb-minus-11--lg {
    margin-bottom: -0.78571rem !important;
  }
  /* line 29807, app/assets/stylesheets/unify.css */
  .g-mb-12--lg {
    margin-bottom: 0.85714rem !important;
  }
  /* line 29809, app/assets/stylesheets/unify.css */
  .g-mb-minus-12--lg {
    margin-bottom: -0.85714rem !important;
  }
  /* line 29811, app/assets/stylesheets/unify.css */
  .g-mb-13--lg {
    margin-bottom: 0.92857rem !important;
  }
  /* line 29813, app/assets/stylesheets/unify.css */
  .g-mb-minus-13--lg {
    margin-bottom: -0.92857rem !important;
  }
  /* line 29815, app/assets/stylesheets/unify.css */
  .g-mb-14--lg {
    margin-bottom: 1rem !important;
  }
  /* line 29817, app/assets/stylesheets/unify.css */
  .g-mb-minus-14--lg {
    margin-bottom: -1rem !important;
  }
  /* line 29819, app/assets/stylesheets/unify.css */
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }
  /* line 29821, app/assets/stylesheets/unify.css */
  .g-mb-minus-15--lg {
    margin-bottom: -1.07143rem !important;
  }
  /* line 29823, app/assets/stylesheets/unify.css */
  .g-mb-16--lg {
    margin-bottom: 1.14286rem !important;
  }
  /* line 29825, app/assets/stylesheets/unify.css */
  .g-mb-minus-16--lg {
    margin-bottom: -1.14286rem !important;
  }
  /* line 29827, app/assets/stylesheets/unify.css */
  .g-mb-17--lg {
    margin-bottom: 1.21429rem !important;
  }
  /* line 29829, app/assets/stylesheets/unify.css */
  .g-mb-minus-17--lg {
    margin-bottom: -1.21429rem !important;
  }
  /* line 29831, app/assets/stylesheets/unify.css */
  .g-mb-18--lg {
    margin-bottom: 1.28571rem !important;
  }
  /* line 29833, app/assets/stylesheets/unify.css */
  .g-mb-minus-18--lg {
    margin-bottom: -1.28571rem !important;
  }
  /* line 29835, app/assets/stylesheets/unify.css */
  .g-mb-19--lg {
    margin-bottom: 1.35714rem !important;
  }
  /* line 29837, app/assets/stylesheets/unify.css */
  .g-mb-minus-19--lg {
    margin-bottom: -1.35714rem !important;
  }
  /* line 29839, app/assets/stylesheets/unify.css */
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }
  /* line 29841, app/assets/stylesheets/unify.css */
  .g-mb-minus-20--lg {
    margin-bottom: -1.42857rem !important;
  }
  /* line 29843, app/assets/stylesheets/unify.css */
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }
  /* line 29845, app/assets/stylesheets/unify.css */
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }
  /* line 29847, app/assets/stylesheets/unify.css */
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }
  /* line 29849, app/assets/stylesheets/unify.css */
  .g-mb-25--lg {
    margin-bottom: 1.78571rem !important;
  }
  /* line 29851, app/assets/stylesheets/unify.css */
  .g-mb-30--lg {
    margin-bottom: 2.14286rem !important;
  }
  /* line 29853, app/assets/stylesheets/unify.css */
  .g-mb-35--lg {
    margin-bottom: 2.5rem !important;
  }
  /* line 29855, app/assets/stylesheets/unify.css */
  .g-mb-40--lg {
    margin-bottom: 2.85714rem !important;
  }
  /* line 29857, app/assets/stylesheets/unify.css */
  .g-mb-45--lg {
    margin-bottom: 3.21429rem !important;
  }
  /* line 29859, app/assets/stylesheets/unify.css */
  .g-mb-50--lg {
    margin-bottom: 3.57143rem !important;
  }
  /* line 29861, app/assets/stylesheets/unify.css */
  .g-mb-55--lg {
    margin-bottom: 3.92857rem !important;
  }
  /* line 29863, app/assets/stylesheets/unify.css */
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }
  /* line 29865, app/assets/stylesheets/unify.css */
  .g-mb-65--lg {
    margin-bottom: 4.64286rem !important;
  }
  /* line 29867, app/assets/stylesheets/unify.css */
  .g-mb-70--lg {
    margin-bottom: 5rem !important;
  }
  /* line 29869, app/assets/stylesheets/unify.css */
  .g-mb-75--lg {
    margin-bottom: 5.35714rem !important;
  }
  /* line 29871, app/assets/stylesheets/unify.css */
  .g-mb-80--lg {
    margin-bottom: 5.71429rem !important;
  }
  /* line 29873, app/assets/stylesheets/unify.css */
  .g-mb-85--lg {
    margin-bottom: 6.07143rem !important;
  }
  /* line 29875, app/assets/stylesheets/unify.css */
  .g-mb-90--lg {
    margin-bottom: 6.42857rem !important;
  }
  /* line 29877, app/assets/stylesheets/unify.css */
  .g-mb-95--lg {
    margin-bottom: 6.78571rem !important;
  }
  /* line 29879, app/assets/stylesheets/unify.css */
  .g-mb-100--lg {
    margin-bottom: 7.14286rem !important;
  }
  /* line 29881, app/assets/stylesheets/unify.css */
  .g-mb-105--lg {
    margin-bottom: 7.5rem !important;
  }
  /* line 29883, app/assets/stylesheets/unify.css */
  .g-mb-110--lg {
    margin-bottom: 7.85714rem !important;
  }
  /* line 29885, app/assets/stylesheets/unify.css */
  .g-mb-115--lg {
    margin-bottom: 8.21429rem !important;
  }
  /* line 29887, app/assets/stylesheets/unify.css */
  .g-mb-120--lg {
    margin-bottom: 8.57143rem !important;
  }
  /* line 29889, app/assets/stylesheets/unify.css */
  .g-mb-125--lg {
    margin-bottom: 8.92857rem !important;
  }
  /* line 29891, app/assets/stylesheets/unify.css */
  .g-mb-130--lg {
    margin-bottom: 9.28571rem !important;
  }
  /* line 29893, app/assets/stylesheets/unify.css */
  .g-mb-135--lg {
    margin-bottom: 9.64286rem !important;
  }
  /* line 29895, app/assets/stylesheets/unify.css */
  .g-mb-140--lg {
    margin-bottom: 10rem !important;
  }
  /* line 29897, app/assets/stylesheets/unify.css */
  .g-mb-145--lg {
    margin-bottom: 10.35714rem !important;
  }
  /* line 29899, app/assets/stylesheets/unify.css */
  .g-mb-150--lg {
    margin-bottom: 10.71429rem !important;
  }
  /* line 29901, app/assets/stylesheets/unify.css */
  .g-mb-155--lg {
    margin-bottom: 11.07143rem !important;
  }
  /* line 29903, app/assets/stylesheets/unify.css */
  .g-mb-160--lg {
    margin-bottom: 11.42857rem !important;
  }
  /* line 29905, app/assets/stylesheets/unify.css */
  .g-mb-165--lg {
    margin-bottom: 11.78571rem !important;
  }
  /* line 29907, app/assets/stylesheets/unify.css */
  .g-mb-170--lg {
    margin-bottom: 12.14286rem !important;
  }
  /* line 29909, app/assets/stylesheets/unify.css */
  .g-ml-1--lg {
    margin-left: 0.07143rem !important;
  }
  /* line 29911, app/assets/stylesheets/unify.css */
  .g-ml-minus-1--lg {
    margin-left: -0.07143rem !important;
  }
  /* line 29913, app/assets/stylesheets/unify.css */
  .g-ml-2--lg {
    margin-left: 0.14286rem !important;
  }
  /* line 29915, app/assets/stylesheets/unify.css */
  .g-ml-minus-2--lg {
    margin-left: -0.14286rem !important;
  }
  /* line 29917, app/assets/stylesheets/unify.css */
  .g-ml-3--lg {
    margin-left: 0.21429rem !important;
  }
  /* line 29919, app/assets/stylesheets/unify.css */
  .g-ml-minus-3--lg {
    margin-left: -0.21429rem !important;
  }
  /* line 29921, app/assets/stylesheets/unify.css */
  .g-ml-4--lg {
    margin-left: 0.28571rem !important;
  }
  /* line 29923, app/assets/stylesheets/unify.css */
  .g-ml-minus-4--lg {
    margin-left: -0.28571rem !important;
  }
  /* line 29925, app/assets/stylesheets/unify.css */
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }
  /* line 29927, app/assets/stylesheets/unify.css */
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }
  /* line 29929, app/assets/stylesheets/unify.css */
  .g-ml-6--lg {
    margin-left: 0.42857rem !important;
  }
  /* line 29931, app/assets/stylesheets/unify.css */
  .g-ml-minus-6--lg {
    margin-left: -0.42857rem !important;
  }
  /* line 29933, app/assets/stylesheets/unify.css */
  .g-ml-7--lg {
    margin-left: 0.5rem !important;
  }
  /* line 29935, app/assets/stylesheets/unify.css */
  .g-ml-minus-7--lg {
    margin-left: -0.5rem !important;
  }
  /* line 29937, app/assets/stylesheets/unify.css */
  .g-ml-8--lg {
    margin-left: 0.57143rem !important;
  }
  /* line 29939, app/assets/stylesheets/unify.css */
  .g-ml-minus-8--lg {
    margin-left: -0.57143rem !important;
  }
  /* line 29941, app/assets/stylesheets/unify.css */
  .g-ml-9--lg {
    margin-left: 0.64286rem !important;
  }
  /* line 29943, app/assets/stylesheets/unify.css */
  .g-ml-minus-9--lg {
    margin-left: -0.64286rem !important;
  }
  /* line 29945, app/assets/stylesheets/unify.css */
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }
  /* line 29947, app/assets/stylesheets/unify.css */
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }
  /* line 29949, app/assets/stylesheets/unify.css */
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }
  /* line 29951, app/assets/stylesheets/unify.css */
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }
  /* line 29953, app/assets/stylesheets/unify.css */
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }
  /* line 29955, app/assets/stylesheets/unify.css */
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }
  /* line 29957, app/assets/stylesheets/unify.css */
  .g-ml-15--lg {
    margin-left: 1.07143rem !important;
  }
  /* line 29959, app/assets/stylesheets/unify.css */
  .g-ml-minus-15--lg {
    margin-left: -1.07143rem !important;
  }
  /* line 29961, app/assets/stylesheets/unify.css */
  .g-ml-20--lg {
    margin-left: 1.42857rem !important;
  }
  /* line 29963, app/assets/stylesheets/unify.css */
  .g-ml-minus-20--lg {
    margin-left: -1.42857rem !important;
  }
  /* line 29965, app/assets/stylesheets/unify.css */
  .g-ml-25--lg {
    margin-left: 1.78571rem !important;
  }
  /* line 29967, app/assets/stylesheets/unify.css */
  .g-ml-minus-25--lg {
    margin-left: -1.78571rem !important;
  }
  /* line 29969, app/assets/stylesheets/unify.css */
  .g-ml-30--lg {
    margin-left: 2.14286rem !important;
  }
  /* line 29971, app/assets/stylesheets/unify.css */
  .g-ml-minus-30--lg {
    margin-left: -2.14286rem !important;
  }
  /* line 29973, app/assets/stylesheets/unify.css */
  .g-ml-35--lg {
    margin-left: 2.5rem !important;
  }
  /* line 29975, app/assets/stylesheets/unify.css */
  .g-ml-minus-35--lg {
    margin-left: -2.5rem !important;
  }
  /* line 29977, app/assets/stylesheets/unify.css */
  .g-ml-40--lg {
    margin-left: 2.85714rem !important;
  }
  /* line 29979, app/assets/stylesheets/unify.css */
  .g-ml-minus-40--lg {
    margin-left: -2.85714rem !important;
  }
  /* line 29981, app/assets/stylesheets/unify.css */
  .g-ml-45--lg {
    margin-left: 3.21429rem !important;
  }
  /* line 29983, app/assets/stylesheets/unify.css */
  .g-ml-minus-45--lg {
    margin-left: -3.21429rem !important;
  }
  /* line 29985, app/assets/stylesheets/unify.css */
  .g-ml-50--lg {
    margin-left: 3.57143rem !important;
  }
  /* line 29987, app/assets/stylesheets/unify.css */
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem !important;
  }
  /* line 29989, app/assets/stylesheets/unify.css */
  .g-mr-1--lg {
    margin-right: 0.07143rem !important;
  }
  /* line 29991, app/assets/stylesheets/unify.css */
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem !important;
  }
  /* line 29993, app/assets/stylesheets/unify.css */
  .g-mr-2--lg {
    margin-right: 0.14286rem !important;
  }
  /* line 29995, app/assets/stylesheets/unify.css */
  .g-mr-minus-2--lg {
    margin-right: -0.14286rem !important;
  }
  /* line 29997, app/assets/stylesheets/unify.css */
  .g-mr-3--lg {
    margin-right: 0.21429rem !important;
  }
  /* line 29999, app/assets/stylesheets/unify.css */
  .g-mr-minus-3--lg {
    margin-right: -0.21429rem !important;
  }
  /* line 30001, app/assets/stylesheets/unify.css */
  .g-mr-4--lg {
    margin-right: 0.28571rem !important;
  }
  /* line 30003, app/assets/stylesheets/unify.css */
  .g-mr-minus-4--lg {
    margin-right: -0.28571rem !important;
  }
  /* line 30005, app/assets/stylesheets/unify.css */
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }
  /* line 30007, app/assets/stylesheets/unify.css */
  .g-mr-minus-5--lg {
    margin-right: -0.35714rem !important;
  }
  /* line 30009, app/assets/stylesheets/unify.css */
  .g-mr-6--lg {
    margin-right: 0.42857rem !important;
  }
  /* line 30011, app/assets/stylesheets/unify.css */
  .g-mr-minus-6--lg {
    margin-right: -0.42857rem !important;
  }
  /* line 30013, app/assets/stylesheets/unify.css */
  .g-mr-7--lg {
    margin-right: 0.5rem !important;
  }
  /* line 30015, app/assets/stylesheets/unify.css */
  .g-mr-minus-7--lg {
    margin-right: -0.5rem !important;
  }
  /* line 30017, app/assets/stylesheets/unify.css */
  .g-mr-8--lg {
    margin-right: 0.57143rem !important;
  }
  /* line 30019, app/assets/stylesheets/unify.css */
  .g-mr-minus-8--lg {
    margin-right: -0.57143rem !important;
  }
  /* line 30021, app/assets/stylesheets/unify.css */
  .g-mr-9--lg {
    margin-right: 0.64286rem !important;
  }
  /* line 30023, app/assets/stylesheets/unify.css */
  .g-mr-minus-9--lg {
    margin-right: -0.64286rem !important;
  }
  /* line 30025, app/assets/stylesheets/unify.css */
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }
  /* line 30027, app/assets/stylesheets/unify.css */
  .g-mr-minus-10--lg {
    margin-right: -0.71429rem !important;
  }
  /* line 30029, app/assets/stylesheets/unify.css */
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }
  /* line 30031, app/assets/stylesheets/unify.css */
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }
  /* line 30033, app/assets/stylesheets/unify.css */
  .g-mr-15--lg {
    margin-right: 1.07143rem !important;
  }
  /* line 30035, app/assets/stylesheets/unify.css */
  .g-mr-20--lg {
    margin-right: 1.42857rem !important;
  }
  /* line 30037, app/assets/stylesheets/unify.css */
  .g-mr-25--lg {
    margin-right: 1.78571rem !important;
  }
  /* line 30039, app/assets/stylesheets/unify.css */
  .g-mr-30--lg {
    margin-right: 2.14286rem !important;
  }
  /* line 30041, app/assets/stylesheets/unify.css */
  .g-mr-35--lg {
    margin-right: 2.5rem !important;
  }
  /* line 30043, app/assets/stylesheets/unify.css */
  .g-mr-40--lg {
    margin-right: 2.85714rem !important;
  }
  /* line 30045, app/assets/stylesheets/unify.css */
  .g-mr-45--lg {
    margin-right: 3.21429rem !important;
  }
  /* line 30047, app/assets/stylesheets/unify.css */
  .g-mr-50--lg {
    margin-right: 3.57143rem !important;
  }
}

/* Margin Spaces (xl)
------------------------------------*/
/* P */
@media (min-width: 1200px) {
  /* line 30054, app/assets/stylesheets/unify.css */
  .g-ma-0--xl {
    margin: 0 !important;
  }
  /* line 30056, app/assets/stylesheets/unify.css */
  .g-mx-0--xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 30059, app/assets/stylesheets/unify.css */
  .g-my-0--xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 30062, app/assets/stylesheets/unify.css */
  .g-ml-0--xl {
    margin-left: 0 !important;
  }
  /* line 30064, app/assets/stylesheets/unify.css */
  .g-mr-0--xl {
    margin-right: 0 !important;
  }
  /* line 30066, app/assets/stylesheets/unify.css */
  .g-mt-0--xl {
    margin-top: 0 !important;
  }
  /* line 30068, app/assets/stylesheets/unify.css */
  .g-mb-0--xl {
    margin-bottom: 0 !important;
  }
  /* line 30070, app/assets/stylesheets/unify.css */
  .g-mx-1--xl {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }
  /* line 30073, app/assets/stylesheets/unify.css */
  .g-mx-2--xl {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }
  /* line 30076, app/assets/stylesheets/unify.css */
  .g-mx-3--xl {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }
  /* line 30079, app/assets/stylesheets/unify.css */
  .g-mx-4--xl {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }
  /* line 30082, app/assets/stylesheets/unify.css */
  .g-mx-5--xl {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }
  /* line 30085, app/assets/stylesheets/unify.css */
  .g-mx-6--xl {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }
  /* line 30088, app/assets/stylesheets/unify.css */
  .g-mx-7--xl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  /* line 30091, app/assets/stylesheets/unify.css */
  .g-mx-8--xl {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }
  /* line 30094, app/assets/stylesheets/unify.css */
  .g-mx-9--xl {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }
  /* line 30097, app/assets/stylesheets/unify.css */
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 30100, app/assets/stylesheets/unify.css */
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }
  /* line 30103, app/assets/stylesheets/unify.css */
  .g-mx-15--xl {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }
  /* line 30106, app/assets/stylesheets/unify.css */
  .g-mx-20--xl {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }
  /* line 30109, app/assets/stylesheets/unify.css */
  .g-mx-25--xl {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }
  /* line 30112, app/assets/stylesheets/unify.css */
  .g-mx-30--xl {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }
  /* line 30115, app/assets/stylesheets/unify.css */
  .g-mx-35--xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  /* line 30118, app/assets/stylesheets/unify.css */
  .g-mx-40--xl {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }
  /* line 30121, app/assets/stylesheets/unify.css */
  .g-mx-45--xl {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }
  /* line 30124, app/assets/stylesheets/unify.css */
  .g-mx-50--xl {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }
  /* line 30127, app/assets/stylesheets/unify.css */
  .g-mx-55--xl {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }
  /* line 30130, app/assets/stylesheets/unify.css */
  .g-mx-60--xl {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }
  /* line 30133, app/assets/stylesheets/unify.css */
  .g-mx-65--xl {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }
  /* line 30136, app/assets/stylesheets/unify.css */
  .g-mx-70--xl {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  /* line 30139, app/assets/stylesheets/unify.css */
  .g-mx-75--xl {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }
  /* line 30142, app/assets/stylesheets/unify.css */
  .g-mx-80--xl {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }
  /* line 30145, app/assets/stylesheets/unify.css */
  .g-mx-85--xl {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }
  /* line 30148, app/assets/stylesheets/unify.css */
  .g-mx-90--xl {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }
  /* line 30151, app/assets/stylesheets/unify.css */
  .g-mx-95--xl {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }
  /* line 30154, app/assets/stylesheets/unify.css */
  .g-mx-100--xl {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }
  /* line 30157, app/assets/stylesheets/unify.css */
  .g-my-1--xl {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }
  /* line 30160, app/assets/stylesheets/unify.css */
  .g-my-2--xl {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }
  /* line 30163, app/assets/stylesheets/unify.css */
  .g-my-3--xl {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }
  /* line 30166, app/assets/stylesheets/unify.css */
  .g-my-4--xl {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }
  /* line 30169, app/assets/stylesheets/unify.css */
  .g-my-5--xl {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }
  /* line 30172, app/assets/stylesheets/unify.css */
  .g-my-6--xl {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }
  /* line 30175, app/assets/stylesheets/unify.css */
  .g-my-7--xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 30178, app/assets/stylesheets/unify.css */
  .g-my-8--xl {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }
  /* line 30181, app/assets/stylesheets/unify.css */
  .g-my-9--xl {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }
  /* line 30184, app/assets/stylesheets/unify.css */
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 30187, app/assets/stylesheets/unify.css */
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }
  /* line 30190, app/assets/stylesheets/unify.css */
  .g-my-15--xl {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }
  /* line 30193, app/assets/stylesheets/unify.css */
  .g-my-20--xl {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }
  /* line 30196, app/assets/stylesheets/unify.css */
  .g-my-25--xl {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }
  /* line 30199, app/assets/stylesheets/unify.css */
  .g-my-30--xl {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }
  /* line 30202, app/assets/stylesheets/unify.css */
  .g-my-35--xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  /* line 30205, app/assets/stylesheets/unify.css */
  .g-my-40--xl {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }
  /* line 30208, app/assets/stylesheets/unify.css */
  .g-my-45--xl {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }
  /* line 30211, app/assets/stylesheets/unify.css */
  .g-my-50--xl {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }
  /* line 30214, app/assets/stylesheets/unify.css */
  .g-my-55--xl {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }
  /* line 30217, app/assets/stylesheets/unify.css */
  .g-my-60--xl {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }
  /* line 30220, app/assets/stylesheets/unify.css */
  .g-my-65--xl {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }
  /* line 30223, app/assets/stylesheets/unify.css */
  .g-my-70--xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 30226, app/assets/stylesheets/unify.css */
  .g-my-75--xl {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }
  /* line 30229, app/assets/stylesheets/unify.css */
  .g-my-80--xl {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }
  /* line 30232, app/assets/stylesheets/unify.css */
  .g-my-85--xl {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }
  /* line 30235, app/assets/stylesheets/unify.css */
  .g-my-90--xl {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }
  /* line 30238, app/assets/stylesheets/unify.css */
  .g-my-95--xl {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }
  /* line 30241, app/assets/stylesheets/unify.css */
  .g-my-100--xl {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }
  /* line 30244, app/assets/stylesheets/unify.css */
  .g-mt-1--xl {
    margin-top: 0.07143rem !important;
  }
  /* line 30246, app/assets/stylesheets/unify.css */
  .g-mt-minus-1--xl {
    margin-top: -0.07143rem !important;
  }
  /* line 30248, app/assets/stylesheets/unify.css */
  .g-mt-2--xl {
    margin-top: 0.14286rem !important;
  }
  /* line 30250, app/assets/stylesheets/unify.css */
  .g-mt-minus-2--xl {
    margin-top: -0.14286rem !important;
  }
  /* line 30252, app/assets/stylesheets/unify.css */
  .g-mt-3--xl {
    margin-top: 0.21429rem !important;
  }
  /* line 30254, app/assets/stylesheets/unify.css */
  .g-mt-minus-3--xl {
    margin-top: -0.21429rem !important;
  }
  /* line 30256, app/assets/stylesheets/unify.css */
  .g-mt-4--xl {
    margin-top: 0.28571rem !important;
  }
  /* line 30258, app/assets/stylesheets/unify.css */
  .g-mt-minus-4--xl {
    margin-top: -0.28571rem !important;
  }
  /* line 30260, app/assets/stylesheets/unify.css */
  .g-mt-5--xl {
    margin-top: 0.35714rem !important;
  }
  /* line 30262, app/assets/stylesheets/unify.css */
  .g-mt-minus-5--xl {
    margin-top: -0.35714rem !important;
  }
  /* line 30264, app/assets/stylesheets/unify.css */
  .g-mt-6--xl {
    margin-top: 0.42857rem !important;
  }
  /* line 30266, app/assets/stylesheets/unify.css */
  .g-mt-minus-6--xl {
    margin-top: -0.42857rem !important;
  }
  /* line 30268, app/assets/stylesheets/unify.css */
  .g-mt-7--xl {
    margin-top: 0.5rem !important;
  }
  /* line 30270, app/assets/stylesheets/unify.css */
  .g-mt-minus-7--xl {
    margin-top: -0.5rem !important;
  }
  /* line 30272, app/assets/stylesheets/unify.css */
  .g-mt-8--xl {
    margin-top: 0.57143rem !important;
  }
  /* line 30274, app/assets/stylesheets/unify.css */
  .g-mt-minus-8--xl {
    margin-top: -0.57143rem !important;
  }
  /* line 30276, app/assets/stylesheets/unify.css */
  .g-mt-9--xl {
    margin-top: 0.64286rem !important;
  }
  /* line 30278, app/assets/stylesheets/unify.css */
  .g-mt-minus-9--xl {
    margin-top: -0.64286rem !important;
  }
  /* line 30280, app/assets/stylesheets/unify.css */
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }
  /* line 30282, app/assets/stylesheets/unify.css */
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }
  /* line 30284, app/assets/stylesheets/unify.css */
  .g-mt-11--xl {
    margin-top: 0.78571rem !important;
  }
  /* line 30286, app/assets/stylesheets/unify.css */
  .g-mt-minus-11--xl {
    margin-top: -0.78571rem !important;
  }
  /* line 30288, app/assets/stylesheets/unify.css */
  .g-mt-12--xl {
    margin-top: 0.85714rem !important;
  }
  /* line 30290, app/assets/stylesheets/unify.css */
  .g-mt-minus-12--xl {
    margin-top: -0.85714rem !important;
  }
  /* line 30292, app/assets/stylesheets/unify.css */
  .g-mt-13--xl {
    margin-top: 0.92857rem !important;
  }
  /* line 30294, app/assets/stylesheets/unify.css */
  .g-mt-minus-13--xl {
    margin-top: -0.92857rem !important;
  }
  /* line 30296, app/assets/stylesheets/unify.css */
  .g-mt-14--xl {
    margin-top: 1rem !important;
  }
  /* line 30298, app/assets/stylesheets/unify.css */
  .g-mt-minus-14--xl {
    margin-top: -1rem !important;
  }
  /* line 30300, app/assets/stylesheets/unify.css */
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }
  /* line 30302, app/assets/stylesheets/unify.css */
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }
  /* line 30304, app/assets/stylesheets/unify.css */
  .g-mt-16--xl {
    margin-top: 1.14286rem !important;
  }
  /* line 30306, app/assets/stylesheets/unify.css */
  .g-mt-minus-16--xl {
    margin-top: -1.14286rem !important;
  }
  /* line 30308, app/assets/stylesheets/unify.css */
  .g-mt-17--xl {
    margin-top: 1.21429rem !important;
  }
  /* line 30310, app/assets/stylesheets/unify.css */
  .g-mt-minus-17--xl {
    margin-top: -1.21429rem !important;
  }
  /* line 30312, app/assets/stylesheets/unify.css */
  .g-mt-18--xl {
    margin-top: 1.28571rem !important;
  }
  /* line 30314, app/assets/stylesheets/unify.css */
  .g-mt-minus-18--xl {
    margin-top: -1.28571rem !important;
  }
  /* line 30316, app/assets/stylesheets/unify.css */
  .g-mt-19--xl {
    margin-top: 1.35714rem !important;
  }
  /* line 30318, app/assets/stylesheets/unify.css */
  .g-mt-minus-19--xl {
    margin-top: -1.35714rem !important;
  }
  /* line 30320, app/assets/stylesheets/unify.css */
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }
  /* line 30322, app/assets/stylesheets/unify.css */
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }
  /* line 30324, app/assets/stylesheets/unify.css */
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }
  /* line 30326, app/assets/stylesheets/unify.css */
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }
  /* line 30328, app/assets/stylesheets/unify.css */
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }
  /* line 30330, app/assets/stylesheets/unify.css */
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }
  /* line 30332, app/assets/stylesheets/unify.css */
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }
  /* line 30334, app/assets/stylesheets/unify.css */
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }
  /* line 30336, app/assets/stylesheets/unify.css */
  .g-mt-25--xl {
    margin-top: 1.78571rem !important;
  }
  /* line 30338, app/assets/stylesheets/unify.css */
  .g-mt-minus-25--xl {
    margin-top: -1.78571rem !important;
  }
  /* line 30340, app/assets/stylesheets/unify.css */
  .g-mt-30--xl {
    margin-top: 2.14286rem !important;
  }
  /* line 30342, app/assets/stylesheets/unify.css */
  .g-mt-minus-30--xl {
    margin-top: -2.14286rem !important;
  }
  /* line 30344, app/assets/stylesheets/unify.css */
  .g-mt-35--xl {
    margin-top: 2.5rem !important;
  }
  /* line 30346, app/assets/stylesheets/unify.css */
  .g-mt-minus-35--xl {
    margin-top: -2.5rem !important;
  }
  /* line 30348, app/assets/stylesheets/unify.css */
  .g-mt-40--xl {
    margin-top: 2.85714rem !important;
  }
  /* line 30350, app/assets/stylesheets/unify.css */
  .g-mt-minus-40--xl {
    margin-top: -2.85714rem !important;
  }
  /* line 30352, app/assets/stylesheets/unify.css */
  .g-mt-45--xl {
    margin-top: 3.21429rem !important;
  }
  /* line 30354, app/assets/stylesheets/unify.css */
  .g-mt-minus-45--xl {
    margin-top: -3.21429rem !important;
  }
  /* line 30356, app/assets/stylesheets/unify.css */
  .g-mt-50--xl {
    margin-top: 3.57143rem !important;
  }
  /* line 30358, app/assets/stylesheets/unify.css */
  .g-mt-minus-50--xl {
    margin-top: -3.57143rem !important;
  }
  /* line 30360, app/assets/stylesheets/unify.css */
  .g-mt-55--xl {
    margin-top: 3.92857rem !important;
  }
  /* line 30362, app/assets/stylesheets/unify.css */
  .g-mt-minus-55--xl {
    margin-top: -3.92857rem !important;
  }
  /* line 30364, app/assets/stylesheets/unify.css */
  .g-mt-60--xl {
    margin-top: 4.28571rem !important;
  }
  /* line 30366, app/assets/stylesheets/unify.css */
  .g-mt-minus-60--xl {
    margin-top: -4.28571rem !important;
  }
  /* line 30368, app/assets/stylesheets/unify.css */
  .g-mt-65--xl {
    margin-top: 4.64286rem !important;
  }
  /* line 30370, app/assets/stylesheets/unify.css */
  .g-mt-minus-65--xl {
    margin-top: -4.64286rem !important;
  }
  /* line 30372, app/assets/stylesheets/unify.css */
  .g-mt-70--xl {
    margin-top: 5rem !important;
  }
  /* line 30374, app/assets/stylesheets/unify.css */
  .g-mt-minus-70--xl {
    margin-top: -5rem !important;
  }
  /* line 30376, app/assets/stylesheets/unify.css */
  .g-mt-75--xl {
    margin-top: 5.35714rem !important;
  }
  /* line 30378, app/assets/stylesheets/unify.css */
  .g-mt-minus-75--xl {
    margin-top: -5.35714rem !important;
  }
  /* line 30380, app/assets/stylesheets/unify.css */
  .g-mt-80--xl {
    margin-top: 5.71429rem !important;
  }
  /* line 30382, app/assets/stylesheets/unify.css */
  .g-mt-minus-80--xl {
    margin-top: -5.71429rem !important;
  }
  /* line 30384, app/assets/stylesheets/unify.css */
  .g-mt-85--xl {
    margin-top: 6.07143rem !important;
  }
  /* line 30386, app/assets/stylesheets/unify.css */
  .g-mt-minus-85--xl {
    margin-top: -6.07143rem !important;
  }
  /* line 30388, app/assets/stylesheets/unify.css */
  .g-mt-90--xl {
    margin-top: 6.42857rem !important;
  }
  /* line 30390, app/assets/stylesheets/unify.css */
  .g-mt-minus-90--xl {
    margin-top: -6.42857rem !important;
  }
  /* line 30392, app/assets/stylesheets/unify.css */
  .g-mt-95--xl {
    margin-top: 6.78571rem !important;
  }
  /* line 30394, app/assets/stylesheets/unify.css */
  .g-mt-minus-95--xl {
    margin-top: -6.78571rem !important;
  }
  /* line 30396, app/assets/stylesheets/unify.css */
  .g-mt-100--xl {
    margin-top: 7.14286rem !important;
  }
  /* line 30398, app/assets/stylesheets/unify.css */
  .g-mt-minus-100--xl {
    margin-top: -7.14286rem !important;
  }
  /* line 30400, app/assets/stylesheets/unify.css */
  .g-mt-105--xl {
    margin-top: 7.5rem !important;
  }
  /* line 30402, app/assets/stylesheets/unify.css */
  .g-mt-minus-105--xl {
    margin-top: -7.5rem !important;
  }
  /* line 30404, app/assets/stylesheets/unify.css */
  .g-mt-110--xl {
    margin-top: 7.85714rem !important;
  }
  /* line 30406, app/assets/stylesheets/unify.css */
  .g-mt-minus-110--xl {
    margin-top: -7.85714rem !important;
  }
  /* line 30408, app/assets/stylesheets/unify.css */
  .g-mt-115--xl {
    margin-top: 8.21429rem !important;
  }
  /* line 30410, app/assets/stylesheets/unify.css */
  .g-mt-minus-115--xl {
    margin-top: -8.21429rem !important;
  }
  /* line 30412, app/assets/stylesheets/unify.css */
  .g-mt-120--xl {
    margin-top: 8.57143rem !important;
  }
  /* line 30414, app/assets/stylesheets/unify.css */
  .g-mt-minus-120--xl {
    margin-top: -8.57143rem !important;
  }
  /* line 30416, app/assets/stylesheets/unify.css */
  .g-mt-125--xl {
    margin-top: 8.92857rem !important;
  }
  /* line 30418, app/assets/stylesheets/unify.css */
  .g-mt-minus-125--xl {
    margin-top: -8.92857rem !important;
  }
  /* line 30420, app/assets/stylesheets/unify.css */
  .g-mt-130--xl {
    margin-top: 9.28571rem !important;
  }
  /* line 30422, app/assets/stylesheets/unify.css */
  .g-mt-minus-130--xl {
    margin-top: -9.28571rem !important;
  }
  /* line 30424, app/assets/stylesheets/unify.css */
  .g-mt-135--xl {
    margin-top: 9.64286rem !important;
  }
  /* line 30426, app/assets/stylesheets/unify.css */
  .g-mt-minus-135--xl {
    margin-top: -9.64286rem !important;
  }
  /* line 30428, app/assets/stylesheets/unify.css */
  .g-mt-140--xl {
    margin-top: 10rem !important;
  }
  /* line 30430, app/assets/stylesheets/unify.css */
  .g-mt-minus-140--xl {
    margin-top: -10rem !important;
  }
  /* line 30432, app/assets/stylesheets/unify.css */
  .g-mt-145--xl {
    margin-top: 10.35714rem !important;
  }
  /* line 30434, app/assets/stylesheets/unify.css */
  .g-mt-minus-145--xl {
    margin-top: -10.35714rem !important;
  }
  /* line 30436, app/assets/stylesheets/unify.css */
  .g-mt-150--xl {
    margin-top: 10.71429rem !important;
  }
  /* line 30438, app/assets/stylesheets/unify.css */
  .g-mt-minus-150--xl {
    margin-top: -10.71429rem !important;
  }
  /* line 30440, app/assets/stylesheets/unify.css */
  .g-mt-155--xl {
    margin-top: 11.07143rem !important;
  }
  /* line 30442, app/assets/stylesheets/unify.css */
  .g-mt-minus-155--xl {
    margin-top: -11.07143rem !important;
  }
  /* line 30444, app/assets/stylesheets/unify.css */
  .g-mt-160--xl {
    margin-top: 11.42857rem !important;
  }
  /* line 30446, app/assets/stylesheets/unify.css */
  .g-mt-minus-160--xl {
    margin-top: -11.42857rem !important;
  }
  /* line 30448, app/assets/stylesheets/unify.css */
  .g-mt-165--xl {
    margin-top: 11.78571rem !important;
  }
  /* line 30450, app/assets/stylesheets/unify.css */
  .g-mt-minus-165--xl {
    margin-top: -11.78571rem !important;
  }
  /* line 30452, app/assets/stylesheets/unify.css */
  .g-mt-170--xl {
    margin-top: 12.14286rem !important;
  }
  /* line 30454, app/assets/stylesheets/unify.css */
  .g-mt-minus-170--xl {
    margin-top: -12.14286rem !important;
  }
  /* line 30456, app/assets/stylesheets/unify.css */
  .g-mb-1--xl {
    margin-bottom: 0.07143rem !important;
  }
  /* line 30458, app/assets/stylesheets/unify.css */
  .g-mb-minus-1--xl {
    margin-bottom: -0.07143rem !important;
  }
  /* line 30460, app/assets/stylesheets/unify.css */
  .g-mb-2--xl {
    margin-bottom: 0.14286rem !important;
  }
  /* line 30462, app/assets/stylesheets/unify.css */
  .g-mb-minus-2--xl {
    margin-bottom: -0.14286rem !important;
  }
  /* line 30464, app/assets/stylesheets/unify.css */
  .g-mb-3--xl {
    margin-bottom: 0.21429rem !important;
  }
  /* line 30466, app/assets/stylesheets/unify.css */
  .g-mb-minus-3--xl {
    margin-bottom: -0.21429rem !important;
  }
  /* line 30468, app/assets/stylesheets/unify.css */
  .g-mb-4--xl {
    margin-bottom: 0.28571rem !important;
  }
  /* line 30470, app/assets/stylesheets/unify.css */
  .g-mb-minus-4--xl {
    margin-bottom: -0.28571rem !important;
  }
  /* line 30472, app/assets/stylesheets/unify.css */
  .g-mb-5--xl {
    margin-bottom: 0.35714rem !important;
  }
  /* line 30474, app/assets/stylesheets/unify.css */
  .g-mb-minus-5--xl {
    margin-bottom: -0.35714rem !important;
  }
  /* line 30476, app/assets/stylesheets/unify.css */
  .g-mb-6--xl {
    margin-bottom: 0.42857rem !important;
  }
  /* line 30478, app/assets/stylesheets/unify.css */
  .g-mb-minus-6--xl {
    margin-bottom: -0.42857rem !important;
  }
  /* line 30480, app/assets/stylesheets/unify.css */
  .g-mb-7--xl {
    margin-bottom: 0.5rem !important;
  }
  /* line 30482, app/assets/stylesheets/unify.css */
  .g-mb-minus-7--xl {
    margin-bottom: -0.5rem !important;
  }
  /* line 30484, app/assets/stylesheets/unify.css */
  .g-mb-8--xl {
    margin-bottom: 0.57143rem !important;
  }
  /* line 30486, app/assets/stylesheets/unify.css */
  .g-mb-minus-8--xl {
    margin-bottom: -0.57143rem !important;
  }
  /* line 30488, app/assets/stylesheets/unify.css */
  .g-mb-9--xl {
    margin-bottom: 0.64286rem !important;
  }
  /* line 30490, app/assets/stylesheets/unify.css */
  .g-mb-minus-9--xl {
    margin-bottom: -0.64286rem !important;
  }
  /* line 30492, app/assets/stylesheets/unify.css */
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }
  /* line 30494, app/assets/stylesheets/unify.css */
  .g-mb-minus-10--xl {
    margin-bottom: -0.71429rem !important;
  }
  /* line 30496, app/assets/stylesheets/unify.css */
  .g-mb-11--xl {
    margin-bottom: 0.78571rem !important;
  }
  /* line 30498, app/assets/stylesheets/unify.css */
  .g-mb-minus-11--xl {
    margin-bottom: -0.78571rem !important;
  }
  /* line 30500, app/assets/stylesheets/unify.css */
  .g-mb-12--xl {
    margin-bottom: 0.85714rem !important;
  }
  /* line 30502, app/assets/stylesheets/unify.css */
  .g-mb-minus-12--xl {
    margin-bottom: -0.85714rem !important;
  }
  /* line 30504, app/assets/stylesheets/unify.css */
  .g-mb-13--xl {
    margin-bottom: 0.92857rem !important;
  }
  /* line 30506, app/assets/stylesheets/unify.css */
  .g-mb-minus-13--xl {
    margin-bottom: -0.92857rem !important;
  }
  /* line 30508, app/assets/stylesheets/unify.css */
  .g-mb-14--xl {
    margin-bottom: 1rem !important;
  }
  /* line 30510, app/assets/stylesheets/unify.css */
  .g-mb-minus-14--xl {
    margin-bottom: -1rem !important;
  }
  /* line 30512, app/assets/stylesheets/unify.css */
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }
  /* line 30514, app/assets/stylesheets/unify.css */
  .g-mb-minus-15--xl {
    margin-bottom: -1.07143rem !important;
  }
  /* line 30516, app/assets/stylesheets/unify.css */
  .g-mb-16--xl {
    margin-bottom: 1.14286rem !important;
  }
  /* line 30518, app/assets/stylesheets/unify.css */
  .g-mb-minus-16--xl {
    margin-bottom: -1.14286rem !important;
  }
  /* line 30520, app/assets/stylesheets/unify.css */
  .g-mb-17--xl {
    margin-bottom: 1.21429rem !important;
  }
  /* line 30522, app/assets/stylesheets/unify.css */
  .g-mb-minus-17--xl {
    margin-bottom: -1.21429rem !important;
  }
  /* line 30524, app/assets/stylesheets/unify.css */
  .g-mb-18--xl {
    margin-bottom: 1.28571rem !important;
  }
  /* line 30526, app/assets/stylesheets/unify.css */
  .g-mb-minus-18--xl {
    margin-bottom: -1.28571rem !important;
  }
  /* line 30528, app/assets/stylesheets/unify.css */
  .g-mb-19--xl {
    margin-bottom: 1.35714rem !important;
  }
  /* line 30530, app/assets/stylesheets/unify.css */
  .g-mb-minus-19--xl {
    margin-bottom: -1.35714rem !important;
  }
  /* line 30532, app/assets/stylesheets/unify.css */
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }
  /* line 30534, app/assets/stylesheets/unify.css */
  .g-mb-minus-20--xl {
    margin-bottom: -1.42857rem !important;
  }
  /* line 30536, app/assets/stylesheets/unify.css */
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }
  /* line 30538, app/assets/stylesheets/unify.css */
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }
  /* line 30540, app/assets/stylesheets/unify.css */
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }
  /* line 30542, app/assets/stylesheets/unify.css */
  .g-mb-25--xl {
    margin-bottom: 1.78571rem !important;
  }
  /* line 30544, app/assets/stylesheets/unify.css */
  .g-mb-30--xl {
    margin-bottom: 2.14286rem !important;
  }
  /* line 30546, app/assets/stylesheets/unify.css */
  .g-mb-35--xl {
    margin-bottom: 2.5rem !important;
  }
  /* line 30548, app/assets/stylesheets/unify.css */
  .g-mb-40--xl {
    margin-bottom: 2.85714rem !important;
  }
  /* line 30550, app/assets/stylesheets/unify.css */
  .g-mb-45--xl {
    margin-bottom: 3.21429rem !important;
  }
  /* line 30552, app/assets/stylesheets/unify.css */
  .g-mb-50--xl {
    margin-bottom: 3.57143rem !important;
  }
  /* line 30554, app/assets/stylesheets/unify.css */
  .g-mb-55--xl {
    margin-bottom: 3.92857rem !important;
  }
  /* line 30556, app/assets/stylesheets/unify.css */
  .g-mb-60--xl {
    margin-bottom: 4.28571rem !important;
  }
  /* line 30558, app/assets/stylesheets/unify.css */
  .g-mb-65--xl {
    margin-bottom: 4.64286rem !important;
  }
  /* line 30560, app/assets/stylesheets/unify.css */
  .g-mb-70--xl {
    margin-bottom: 5rem !important;
  }
  /* line 30562, app/assets/stylesheets/unify.css */
  .g-mb-75--xl {
    margin-bottom: 5.35714rem !important;
  }
  /* line 30564, app/assets/stylesheets/unify.css */
  .g-mb-80--xl {
    margin-bottom: 5.71429rem !important;
  }
  /* line 30566, app/assets/stylesheets/unify.css */
  .g-mb-85--xl {
    margin-bottom: 6.07143rem !important;
  }
  /* line 30568, app/assets/stylesheets/unify.css */
  .g-mb-90--xl {
    margin-bottom: 6.42857rem !important;
  }
  /* line 30570, app/assets/stylesheets/unify.css */
  .g-mb-95--xl {
    margin-bottom: 6.78571rem !important;
  }
  /* line 30572, app/assets/stylesheets/unify.css */
  .g-mb-100--xl {
    margin-bottom: 7.14286rem !important;
  }
  /* line 30574, app/assets/stylesheets/unify.css */
  .g-mb-105--xl {
    margin-bottom: 7.5rem !important;
  }
  /* line 30576, app/assets/stylesheets/unify.css */
  .g-mb-110--xl {
    margin-bottom: 7.85714rem !important;
  }
  /* line 30578, app/assets/stylesheets/unify.css */
  .g-mb-115--xl {
    margin-bottom: 8.21429rem !important;
  }
  /* line 30580, app/assets/stylesheets/unify.css */
  .g-mb-120--xl {
    margin-bottom: 8.57143rem !important;
  }
  /* line 30582, app/assets/stylesheets/unify.css */
  .g-mb-125--xl {
    margin-bottom: 8.92857rem !important;
  }
  /* line 30584, app/assets/stylesheets/unify.css */
  .g-mb-130--xl {
    margin-bottom: 9.28571rem !important;
  }
  /* line 30586, app/assets/stylesheets/unify.css */
  .g-mb-135--xl {
    margin-bottom: 9.64286rem !important;
  }
  /* line 30588, app/assets/stylesheets/unify.css */
  .g-mb-140--xl {
    margin-bottom: 10rem !important;
  }
  /* line 30590, app/assets/stylesheets/unify.css */
  .g-mb-145--xl {
    margin-bottom: 10.35714rem !important;
  }
  /* line 30592, app/assets/stylesheets/unify.css */
  .g-mb-150--xl {
    margin-bottom: 10.71429rem !important;
  }
  /* line 30594, app/assets/stylesheets/unify.css */
  .g-mb-155--xl {
    margin-bottom: 11.07143rem !important;
  }
  /* line 30596, app/assets/stylesheets/unify.css */
  .g-mb-160--xl {
    margin-bottom: 11.42857rem !important;
  }
  /* line 30598, app/assets/stylesheets/unify.css */
  .g-mb-165--xl {
    margin-bottom: 11.78571rem !important;
  }
  /* line 30600, app/assets/stylesheets/unify.css */
  .g-mb-170--xl {
    margin-bottom: 12.14286rem !important;
  }
  /* line 30602, app/assets/stylesheets/unify.css */
  .g-ml-1--xl {
    margin-left: 0.07143rem !important;
  }
  /* line 30604, app/assets/stylesheets/unify.css */
  .g-ml-minus-1--xl {
    margin-left: -0.07143rem !important;
  }
  /* line 30606, app/assets/stylesheets/unify.css */
  .g-ml-2--xl {
    margin-left: 0.14286rem !important;
  }
  /* line 30608, app/assets/stylesheets/unify.css */
  .g-ml-minus-2--xl {
    margin-left: -0.14286rem !important;
  }
  /* line 30610, app/assets/stylesheets/unify.css */
  .g-ml-3--xl {
    margin-left: 0.21429rem !important;
  }
  /* line 30612, app/assets/stylesheets/unify.css */
  .g-ml-minus-3--xl {
    margin-left: -0.21429rem !important;
  }
  /* line 30614, app/assets/stylesheets/unify.css */
  .g-ml-4--xl {
    margin-left: 0.28571rem !important;
  }
  /* line 30616, app/assets/stylesheets/unify.css */
  .g-ml-minus-4--xl {
    margin-left: -0.28571rem !important;
  }
  /* line 30618, app/assets/stylesheets/unify.css */
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }
  /* line 30620, app/assets/stylesheets/unify.css */
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }
  /* line 30622, app/assets/stylesheets/unify.css */
  .g-ml-6--xl {
    margin-left: 0.42857rem !important;
  }
  /* line 30624, app/assets/stylesheets/unify.css */
  .g-ml-minus-6--xl {
    margin-left: -0.42857rem !important;
  }
  /* line 30626, app/assets/stylesheets/unify.css */
  .g-ml-7--xl {
    margin-left: 0.5rem !important;
  }
  /* line 30628, app/assets/stylesheets/unify.css */
  .g-ml-minus-7--xl {
    margin-left: -0.5rem !important;
  }
  /* line 30630, app/assets/stylesheets/unify.css */
  .g-ml-8--xl {
    margin-left: 0.57143rem !important;
  }
  /* line 30632, app/assets/stylesheets/unify.css */
  .g-ml-minus-8--xl {
    margin-left: -0.57143rem !important;
  }
  /* line 30634, app/assets/stylesheets/unify.css */
  .g-ml-9--xl {
    margin-left: 0.64286rem !important;
  }
  /* line 30636, app/assets/stylesheets/unify.css */
  .g-ml-minus-9--xl {
    margin-left: -0.64286rem !important;
  }
  /* line 30638, app/assets/stylesheets/unify.css */
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }
  /* line 30640, app/assets/stylesheets/unify.css */
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }
  /* line 30642, app/assets/stylesheets/unify.css */
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }
  /* line 30644, app/assets/stylesheets/unify.css */
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }
  /* line 30646, app/assets/stylesheets/unify.css */
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }
  /* line 30648, app/assets/stylesheets/unify.css */
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }
  /* line 30650, app/assets/stylesheets/unify.css */
  .g-ml-15--xl {
    margin-left: 1.07143rem !important;
  }
  /* line 30652, app/assets/stylesheets/unify.css */
  .g-ml-minus-15--xl {
    margin-left: -1.07143rem !important;
  }
  /* line 30654, app/assets/stylesheets/unify.css */
  .g-ml-20--xl {
    margin-left: 1.42857rem !important;
  }
  /* line 30656, app/assets/stylesheets/unify.css */
  .g-ml-minus-20--xl {
    margin-left: -1.42857rem !important;
  }
  /* line 30658, app/assets/stylesheets/unify.css */
  .g-ml-25--xl {
    margin-left: 1.78571rem !important;
  }
  /* line 30660, app/assets/stylesheets/unify.css */
  .g-ml-minus-25--xl {
    margin-left: -1.78571rem !important;
  }
  /* line 30662, app/assets/stylesheets/unify.css */
  .g-ml-30--xl {
    margin-left: 2.14286rem !important;
  }
  /* line 30664, app/assets/stylesheets/unify.css */
  .g-ml-minus-30--xl {
    margin-left: -2.14286rem !important;
  }
  /* line 30666, app/assets/stylesheets/unify.css */
  .g-ml-35--xl {
    margin-left: 2.5rem !important;
  }
  /* line 30668, app/assets/stylesheets/unify.css */
  .g-ml-minus-35--xl {
    margin-left: -2.5rem !important;
  }
  /* line 30670, app/assets/stylesheets/unify.css */
  .g-ml-40--xl {
    margin-left: 2.85714rem !important;
  }
  /* line 30672, app/assets/stylesheets/unify.css */
  .g-ml-minus-40--xl {
    margin-left: -2.85714rem !important;
  }
  /* line 30674, app/assets/stylesheets/unify.css */
  .g-ml-45--xl {
    margin-left: 3.21429rem !important;
  }
  /* line 30676, app/assets/stylesheets/unify.css */
  .g-ml-minus-45--xl {
    margin-left: -3.21429rem !important;
  }
  /* line 30678, app/assets/stylesheets/unify.css */
  .g-ml-50--xl {
    margin-left: 3.57143rem !important;
  }
  /* line 30680, app/assets/stylesheets/unify.css */
  .g-ml-minus-50--xl {
    margin-left: -3.57143rem !important;
  }
  /* line 30682, app/assets/stylesheets/unify.css */
  .g-mr-1--xl {
    margin-right: 0.07143rem !important;
  }
  /* line 30684, app/assets/stylesheets/unify.css */
  .g-mr-minus-1--xl {
    margin-right: -0.07143rem !important;
  }
  /* line 30686, app/assets/stylesheets/unify.css */
  .g-mr-2--xl {
    margin-right: 0.14286rem !important;
  }
  /* line 30688, app/assets/stylesheets/unify.css */
  .g-mr-minus-2--xl {
    margin-right: -0.14286rem !important;
  }
  /* line 30690, app/assets/stylesheets/unify.css */
  .g-mr-3--xl {
    margin-right: 0.21429rem !important;
  }
  /* line 30692, app/assets/stylesheets/unify.css */
  .g-mr-minus-3--xl {
    margin-right: -0.21429rem !important;
  }
  /* line 30694, app/assets/stylesheets/unify.css */
  .g-mr-4--xl {
    margin-right: 0.28571rem !important;
  }
  /* line 30696, app/assets/stylesheets/unify.css */
  .g-mr-minus-4--xl {
    margin-right: -0.28571rem !important;
  }
  /* line 30698, app/assets/stylesheets/unify.css */
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }
  /* line 30700, app/assets/stylesheets/unify.css */
  .g-mr-minus-5--xl {
    margin-right: -0.35714rem !important;
  }
  /* line 30702, app/assets/stylesheets/unify.css */
  .g-mr-6--xl {
    margin-right: 0.42857rem !important;
  }
  /* line 30704, app/assets/stylesheets/unify.css */
  .g-mr-minus-6--xl {
    margin-right: -0.42857rem !important;
  }
  /* line 30706, app/assets/stylesheets/unify.css */
  .g-mr-7--xl {
    margin-right: 0.5rem !important;
  }
  /* line 30708, app/assets/stylesheets/unify.css */
  .g-mr-minus-7--xl {
    margin-right: -0.5rem !important;
  }
  /* line 30710, app/assets/stylesheets/unify.css */
  .g-mr-8--xl {
    margin-right: 0.57143rem !important;
  }
  /* line 30712, app/assets/stylesheets/unify.css */
  .g-mr-minus-8--xl {
    margin-right: -0.57143rem !important;
  }
  /* line 30714, app/assets/stylesheets/unify.css */
  .g-mr-9--xl {
    margin-right: 0.64286rem !important;
  }
  /* line 30716, app/assets/stylesheets/unify.css */
  .g-mr-minus-9--xl {
    margin-right: -0.64286rem !important;
  }
  /* line 30718, app/assets/stylesheets/unify.css */
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }
  /* line 30720, app/assets/stylesheets/unify.css */
  .g-mr-minus-10--xl {
    margin-right: -0.71429rem !important;
  }
  /* line 30722, app/assets/stylesheets/unify.css */
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }
  /* line 30724, app/assets/stylesheets/unify.css */
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }
  /* line 30726, app/assets/stylesheets/unify.css */
  .g-mr-15--xl {
    margin-right: 1.07143rem !important;
  }
  /* line 30728, app/assets/stylesheets/unify.css */
  .g-mr-20--xl {
    margin-right: 1.42857rem !important;
  }
  /* line 30730, app/assets/stylesheets/unify.css */
  .g-mr-25--xl {
    margin-right: 1.78571rem !important;
  }
  /* line 30732, app/assets/stylesheets/unify.css */
  .g-mr-30--xl {
    margin-right: 2.14286rem !important;
  }
  /* line 30734, app/assets/stylesheets/unify.css */
  .g-mr-35--xl {
    margin-right: 2.5rem !important;
  }
  /* line 30736, app/assets/stylesheets/unify.css */
  .g-mr-40--xl {
    margin-right: 2.85714rem !important;
  }
  /* line 30738, app/assets/stylesheets/unify.css */
  .g-mr-45--xl {
    margin-right: 3.21429rem !important;
  }
  /* line 30740, app/assets/stylesheets/unify.css */
  .g-mr-50--xl {
    margin-right: 3.57143rem !important;
  }
}

/* Margins Around
------------------------------------*/
/* line 30745, app/assets/stylesheets/unify.css */
.g-ma-1 {
  margin: 0.07143rem !important;
}

/* line 30748, app/assets/stylesheets/unify.css */
.g-ma-3 {
  margin: 0.21429rem !important;
}

/* line 30751, app/assets/stylesheets/unify.css */
.g-ma-5 {
  margin: 0.35714rem !important;
}

/* line 30754, app/assets/stylesheets/unify.css */
.g-ma-10 {
  margin: 0.71429rem !important;
}

/* line 30757, app/assets/stylesheets/unify.css */
.g-ma-20 {
  margin: 1.42857rem !important;
}

/* line 30760, app/assets/stylesheets/unify.css */
.g-ma-minus-1 {
  margin: -0.07143rem !important;
}

/* Minus Margins
------------------------------------*/
/* Minus Margin Top */
/* line 30766, app/assets/stylesheets/unify.css */
.g-mt-minus-1 {
  margin-top: -0.07143rem;
}

/* line 30769, app/assets/stylesheets/unify.css */
.g-mt-minus-20 {
  margin-top: -1.42857rem;
}

/* line 30772, app/assets/stylesheets/unify.css */
.g-mt-minus-25 {
  margin-top: -1.78571rem;
}

/* line 30775, app/assets/stylesheets/unify.css */
.g-mt-minus-30 {
  margin-top: -2.14286rem;
}

/* line 30778, app/assets/stylesheets/unify.css */
.g-mt-minus-40 {
  margin-top: -2.85714rem;
}

/* line 30781, app/assets/stylesheets/unify.css */
.g-mt-minus-70 {
  margin-top: -5rem;
}

/* line 30784, app/assets/stylesheets/unify.css */
.g-mt-minus-120 {
  margin-top: -8.57143rem;
}

/* line 30787, app/assets/stylesheets/unify.css */
.g-mt-minus-200 {
  margin-top: -14.28571rem;
}

/* line 30790, app/assets/stylesheets/unify.css */
.g-mt-minus-300 {
  margin-top: -21.42857rem;
}

/* Minus Margin Bottom */
/* line 30794, app/assets/stylesheets/unify.css */
.g-mb-minus-70 {
  margin-bottom: -5rem;
}

/* Minus Margin Left */
/* line 30798, app/assets/stylesheets/unify.css */
.g-ml-minus-20 {
  margin-left: -1.42857rem;
}

/* line 30801, app/assets/stylesheets/unify.css */
.g-ml-minus-35 {
  margin-left: -2.5rem;
}

/* line 30804, app/assets/stylesheets/unify.css */
.g-ml-minus-55 {
  margin-left: -3.92857rem;
}

/* line 30807, app/assets/stylesheets/unify.css */
.g-ml-minus-25 {
  margin-left: -1.78571rem;
}

/* line 30810, app/assets/stylesheets/unify.css */
.g-ml-minus-82 {
  margin-left: -5.85714rem;
}

/* line 30813, app/assets/stylesheets/unify.css */
.g-ml-minus-90 {
  margin-left: -6.42857rem;
}

/* line 30816, app/assets/stylesheets/unify.css */
.g-ml-minus-100 {
  margin-left: -7.14286rem;
}

/* line 30819, app/assets/stylesheets/unify.css */
.g-ml-minus-118 {
  margin-left: -8.42857rem;
}

/* line 30822, app/assets/stylesheets/unify.css */
.g-ml-minus-142 {
  margin-left: -10.14286rem;
}

/* Minus Margin Right */
/* line 30826, app/assets/stylesheets/unify.css */
.g-mr-minus-50 {
  margin-right: -3.57143rem;
}

/* line 30829, app/assets/stylesheets/unify.css */
.g-mr-minus-100 {
  margin-right: -7.14286rem;
}

/* Margin Left and Right */
/* line 30833, app/assets/stylesheets/unify.css */
.g-mx-minus-1 {
  margin-left: -0.07143rem;
  margin-right: -0.07143rem;
}

/* line 30837, app/assets/stylesheets/unify.css */
.g-mx-minus-2 {
  margin-left: -0.14286rem;
  margin-right: -0.14286rem;
}

/* line 30841, app/assets/stylesheets/unify.css */
.g-mx-minus-4 {
  margin-left: -0.28571rem;
  margin-right: -0.28571rem;
}

/* line 30845, app/assets/stylesheets/unify.css */
.g-mx-minus-5 {
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
}

/* line 30849, app/assets/stylesheets/unify.css */
.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

/* line 30853, app/assets/stylesheets/unify.css */
.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

/* line 30857, app/assets/stylesheets/unify.css */
.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Custon Spaces
------------------------------------*/
/* Margin Top */
/* line 30864, app/assets/stylesheets/unify.css */
.g-mt-10x {
  margin-top: 10%;
  /* O */
}

/* line 30868, app/assets/stylesheets/unify.css */
.g-mt-21 {
  margin-top: 1.5rem;
}

/* line 30871, app/assets/stylesheets/unify.css */
.g-mt-22 {
  margin-top: 1.57143rem;
}

/* line 30874, app/assets/stylesheets/unify.css */
.g-mt-32 {
  margin-top: 2.28571rem !important;
}

/* line 30877, app/assets/stylesheets/unify.css */
.g-mt-57 {
  margin-top: 4.07143rem !important;
}

/* line 30880, app/assets/stylesheets/unify.css */
.g-mt-500 {
  margin-top: 35.71429rem;
}

/* Margin Bottom */
/* line 30884, app/assets/stylesheets/unify.css */
.g-mb-23 {
  margin-bottom: 1.64286rem;
}

/* line 30887, app/assets/stylesheets/unify.css */
.g-mb-28 {
  margin-bottom: 2rem;
}

/* line 30890, app/assets/stylesheets/unify.css */
.g-mb-500 {
  margin-bottom: 35.71429rem;
}

/* Margin Left */
/* line 30894, app/assets/stylesheets/unify.css */
.g-ml-10x {
  margin-left: 10%;
  /* O */
}

/* line 30898, app/assets/stylesheets/unify.css */
.g-ml-12 {
  margin-left: 0.85714rem;
}

/* line 30901, app/assets/stylesheets/unify.css */
.g-ml-13 {
  margin-left: 0.92857rem;
}

/* line 30904, app/assets/stylesheets/unify.css */
.g-ml-20 {
  margin-left: 1.42857rem;
}

/* line 30907, app/assets/stylesheets/unify.css */
.g-ml-25 {
  margin-left: 1.78571rem;
}

/* line 30910, app/assets/stylesheets/unify.css */
.g-ml-35 {
  margin-left: 2.5rem;
}

/* line 30913, app/assets/stylesheets/unify.css */
.g-ml-43 {
  margin-left: 3.07143rem;
}

/* line 30916, app/assets/stylesheets/unify.css */
.g-ml-60 {
  margin-left: 4.28571rem;
}

/* line 30919, app/assets/stylesheets/unify.css */
.g-ml-75 {
  margin-left: 5.35714rem;
}

/* line 30922, app/assets/stylesheets/unify.css */
.g-ml-82 {
  margin-left: 5.85714rem;
}

/* line 30925, app/assets/stylesheets/unify.css */
.g-ml-85 {
  margin-left: 6.07143rem;
}

/* line 30928, app/assets/stylesheets/unify.css */
.g-ml-105 {
  margin-left: 7.5rem;
}

/* line 30931, app/assets/stylesheets/unify.css */
.g-ml-118 {
  margin-left: 8.42857rem;
}

/* line 30934, app/assets/stylesheets/unify.css */
.g-ml-142 {
  margin-left: 10.14286rem;
}

/* Margin Right */
/* line 30938, app/assets/stylesheets/unify.css */
.g-mr-12 {
  margin-right: 0.85714rem;
}

/* line 30941, app/assets/stylesheets/unify.css */
.g-mr-60 {
  margin-right: 4.28571rem;
}

/* line 30944, app/assets/stylesheets/unify.css */
.g-mr-63 {
  margin-right: 4.5rem;
}

/* line 30947, app/assets/stylesheets/unify.css */
.g-mr-minus-10 {
  margin-right: -0.71429rem;
}

/* line 30950, app/assets/stylesheets/unify.css */
.g-mr-minus-15 {
  margin-right: -1.07143rem;
}

/* line 30953, app/assets/stylesheets/unify.css */
.g-mr-minus-30 {
  margin-right: -2.14286rem;
}

/* Margin Left and Right */
/* line 30957, app/assets/stylesheets/unify.css */
.g-mx-minus-10 {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem;
}

/* line 30961, app/assets/stylesheets/unify.css */
.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

/* line 30965, app/assets/stylesheets/unify.css */
.g-mx-minus-20 {
  margin-left: -1.42857rem;
  margin-right: -1.42857rem;
}

/* line 30969, app/assets/stylesheets/unify.css */
.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

/* line 30973, app/assets/stylesheets/unify.css */
.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Margin Top and Bottom */
/* line 30978, app/assets/stylesheets/unify.css */
.g-my-minus-1 {
  margin-top: -0.07143rem;
  margin-bottom: -0.07143rem;
}

/* line 30982, app/assets/stylesheets/unify.css */
.g-my-minus-2 {
  margin-top: -0.14286rem;
  margin-bottom: -0.14286rem;
}

/* line 30986, app/assets/stylesheets/unify.css */
.g-my-minus-10 {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem;
}

/* line 30990, app/assets/stylesheets/unify.css */
.g-m-reset {
  margin: 0 !important;
}

@media (min-width: 576px) {
  /* line 30994, app/assets/stylesheets/unify.css */
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }
  /* line 30996, app/assets/stylesheets/unify.css */
  .g-mx-minus-10--sm {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  /* line 30999, app/assets/stylesheets/unify.css */
  .g-my-minus-5--sm {
    margin-top: -0.35714rem;
    margin-bottom: -0.35714rem;
  }
  /* line 31002, app/assets/stylesheets/unify.css */
  .g-my-minus-10--sm {
    margin-top: -0.71429rem;
    margin-bottom: -0.71429rem;
  }
  /* line 31005, app/assets/stylesheets/unify.css */
  .g-mx-minus-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 31008, app/assets/stylesheets/unify.css */
  .g-my-minus-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 31013, app/assets/stylesheets/unify.css */
  .g-mx-12--md {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }
  /* line 31016, app/assets/stylesheets/unify.css */
  .g-ml-12--md {
    margin-left: 0.85714rem !important;
  }
  /* line 31018, app/assets/stylesheets/unify.css */
  .g-mr-12--md {
    margin-right: 0.85714rem !important;
  }
  /* line 31020, app/assets/stylesheets/unify.css */
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }
  /* line 31022, app/assets/stylesheets/unify.css */
  .g-ml-minus-1--md {
    margin-left: -0.07143rem;
  }
  /* line 31024, app/assets/stylesheets/unify.css */
  .g-mr-minus-1--md {
    margin-right: -0.07143rem;
  }
  /* line 31026, app/assets/stylesheets/unify.css */
  .g-ml-minus-9--md {
    margin-left: 0.64286rem !important;
  }
  /* line 31028, app/assets/stylesheets/unify.css */
  .g-mr-minus-9--md {
    margin-right: 0.64286rem !important;
  }
  /* line 31030, app/assets/stylesheets/unify.css */
  .g-ml-minus-82--md {
    margin-left: -5.85714rem !important;
  }
  /* line 31032, app/assets/stylesheets/unify.css */
  .g-mr-60--md {
    margin-right: 4.28571rem !important;
  }
  /* line 31034, app/assets/stylesheets/unify.css */
  .g-mr-63--md {
    margin-right: 4.5rem !important;
  }
  /* line 31036, app/assets/stylesheets/unify.css */
  .g-ml-85--md {
    margin-left: 6.07143rem !important;
  }
  /* line 31038, app/assets/stylesheets/unify.css */
  .g-ml-minus-90--md {
    margin-left: -6.42857rem !important;
  }
  /* line 31040, app/assets/stylesheets/unify.css */
  .g-m-reset--md {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  /* line 31044, app/assets/stylesheets/unify.css */
  .g-mx-12--lg {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }
  /* line 31047, app/assets/stylesheets/unify.css */
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }
  /* line 31049, app/assets/stylesheets/unify.css */
  .g-ml-12--lg {
    margin-left: 0.85714rem !important;
  }
  /* line 31051, app/assets/stylesheets/unify.css */
  .g-mr-12--lg {
    margin-right: 0.85714rem !important;
  }
  /* line 31053, app/assets/stylesheets/unify.css */
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem;
  }
  /* line 31055, app/assets/stylesheets/unify.css */
  .g-mr-minus-100--lg {
    margin-right: -7.14286rem;
  }
  /* line 31057, app/assets/stylesheets/unify.css */
  .g-ml-minus-100--lg {
    margin-left: -7.14286rem;
  }
  /* line 31059, app/assets/stylesheets/unify.css */
  .g-ml-minus-100 {
    margin-left: -7.14286rem;
  }
  /* line 31061, app/assets/stylesheets/unify.css */
  .g-mx-minus-5--lg {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem;
  }
  /* line 31064, app/assets/stylesheets/unify.css */
  .g-mx-minus-10--lg {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  /* line 31067, app/assets/stylesheets/unify.css */
  .g-mx-minus-15--lg {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }
  /* line 31070, app/assets/stylesheets/unify.css */
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem;
  }
  /* line 31072, app/assets/stylesheets/unify.css */
  .g-m-reset--lg {
    margin: 0 !important;
  }
  /* line 31074, app/assets/stylesheets/unify.css */
  .g-ml-100--lg {
    margin-left: 7.14286rem;
  }
}

@media (min-width: 1200px) {
  /* line 31078, app/assets/stylesheets/unify.css */
  .g-mx-minus-10--xl {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }
  /* line 31081, app/assets/stylesheets/unify.css */
  .g-mx-minus-15--xl {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }
  /* line 31084, app/assets/stylesheets/unify.css */
  .g-m-reset--xl {
    margin: 0 !important;
  }
}

/*------------------------------------
  Margins Extended
------------------------------------*/
@media (min-width: 992px) {
  /* Margin Top */
  /* line 31092, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-1--lg--scrolling {
    margin-top: 0.07143rem !important;
  }
  /* line 31094, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-2--lg--scrolling {
    margin-top: 0.14286rem !important;
  }
  /* line 31096, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-3--lg--scrolling {
    margin-top: 0.21429rem !important;
  }
  /* line 31098, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-4--lg--scrolling {
    margin-top: 0.28571rem !important;
  }
  /* line 31100, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-5--lg--scrolling {
    margin-top: 0.35714rem !important;
  }
  /* line 31102, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-6--lg--scrolling {
    margin-top: 0.42857rem !important;
  }
  /* line 31104, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-7--lg--scrolling {
    margin-top: 0.5rem !important;
  }
  /* line 31106, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-8--lg--scrolling {
    margin-top: 0.57143rem !important;
  }
  /* line 31108, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-9--lg--scrolling {
    margin-top: 0.64286rem !important;
  }
  /* line 31110, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-10--lg--scrolling {
    margin-top: 0.71429rem !important;
  }
  /* line 31112, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-11--lg--scrolling {
    margin-top: 0.78571rem !important;
  }
  /* line 31114, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-12--lg--scrolling {
    margin-top: 0.85714rem !important;
  }
  /* line 31116, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-13--lg--scrolling {
    margin-top: 0.92857rem !important;
  }
  /* line 31118, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-14--lg--scrolling {
    margin-top: 1rem !important;
  }
  /* line 31120, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-15--lg--scrolling {
    margin-top: 1.07143rem !important;
  }
  /* line 31122, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-16--lg--scrolling {
    margin-top: 1.14286rem !important;
  }
  /* line 31124, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-17--lg--scrolling {
    margin-top: 1.21429rem !important;
  }
  /* line 31126, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-18--lg--scrolling {
    margin-top: 1.28571rem !important;
  }
  /* line 31128, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-19--lg--scrolling {
    margin-top: 1.35714rem !important;
  }
  /* line 31130, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-20--lg--scrolling {
    margin-top: 1.42857rem !important;
  }
  /* line 31132, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-21--lg--scrolling {
    margin-top: 1.5rem !important;
  }
  /* line 31134, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-22--lg--scrolling {
    margin-top: 1.57143rem !important;
  }
  /* line 31136, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-23--lg--scrolling {
    margin-top: 1.64286rem !important;
  }
  /* line 31138, app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-24--lg--scrolling {
    margin-top: 1.71429rem !important;
  }
  /* line 31140, 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, app/assets/stylesheets/unify.css */
  .g-pa-0 {
    padding: 0 !important;
  }
  /* line 31151, app/assets/stylesheets/unify.css */
  .g-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 31154, app/assets/stylesheets/unify.css */
  .g-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 31157, app/assets/stylesheets/unify.css */
  .g-pl-0 {
    padding-left: 0 !important;
  }
  /* line 31159, app/assets/stylesheets/unify.css */
  .g-pr-0 {
    padding-right: 0 !important;
  }
  /* line 31161, app/assets/stylesheets/unify.css */
  .g-pt-0 {
    padding-top: 0 !important;
  }
  /* line 31163, app/assets/stylesheets/unify.css */
  .g-pb-0 {
    padding-bottom: 0 !important;
  }
  /* Padding Around */
  /* line 31166, app/assets/stylesheets/unify.css */
  .g-pa-2 {
    padding: 0.14286rem !important;
  }
  /* line 31168, app/assets/stylesheets/unify.css */
  .g-pa-3 {
    padding: 0.21429rem !important;
  }
  /* line 31170, app/assets/stylesheets/unify.css */
  .g-pa-5 {
    padding: 0.35714rem !important;
  }
  /* line 31172, app/assets/stylesheets/unify.css */
  .g-pa-7 {
    padding: 0.5rem !important;
  }
  /* line 31174, app/assets/stylesheets/unify.css */
  .g-pa-10 {
    padding: 0.71429rem !important;
  }
  /* line 31176, app/assets/stylesheets/unify.css */
  .g-pa-15 {
    padding: 1.07143rem !important;
  }
  /* line 31178, app/assets/stylesheets/unify.css */
  .g-pa-20 {
    padding: 1.42857rem !important;
  }
  /* line 31180, app/assets/stylesheets/unify.css */
  .g-pa-25 {
    padding: 1.78571rem !important;
  }
  /* line 31182, app/assets/stylesheets/unify.css */
  .g-pa-30 {
    padding: 2.14286rem !important;
  }
  /* line 31184, app/assets/stylesheets/unify.css */
  .g-pa-35 {
    padding: 2.5rem !important;
  }
  /* line 31186, app/assets/stylesheets/unify.css */
  .g-pa-40 {
    padding: 2.85714rem !important;
  }
  /* line 31188, app/assets/stylesheets/unify.css */
  .g-pa-45 {
    padding: 3.21429rem !important;
  }
  /* line 31190, app/assets/stylesheets/unify.css */
  .g-pa-50 {
    padding: 3.57143rem !important;
  }
  /* line 31192, app/assets/stylesheets/unify.css */
  .g-pa-55 {
    padding: 3.92857rem !important;
  }
  /* line 31194, app/assets/stylesheets/unify.css */
  .g-pa-60 {
    padding: 4.28571rem !important;
  }
  /* line 31196, app/assets/stylesheets/unify.css */
  .g-pa-65 {
    padding: 4.64286rem !important;
  }
  /* line 31198, app/assets/stylesheets/unify.css */
  .g-pa-70 {
    padding: 5rem !important;
  }
  /* line 31200, app/assets/stylesheets/unify.css */
  .g-pa-75 {
    padding: 5.35714rem !important;
  }
  /* line 31202, app/assets/stylesheets/unify.css */
  .g-pa-80 {
    padding: 5.71429rem !important;
  }
  /* line 31204, app/assets/stylesheets/unify.css */
  .g-pa-85 {
    padding: 6.07143rem !important;
  }
  /* line 31206, app/assets/stylesheets/unify.css */
  .g-pa-90 {
    padding: 6.42857rem !important;
  }
  /* line 31208, app/assets/stylesheets/unify.css */
  .g-pa-95 {
    padding: 6.78571rem !important;
  }
  /* line 31210, app/assets/stylesheets/unify.css */
  .g-pa-100 {
    padding: 7.14286rem !important;
  }
  /* line 31212, app/assets/stylesheets/unify.css */
  .g-pa-105 {
    padding: 7.5rem !important;
  }
  /* line 31214, app/assets/stylesheets/unify.css */
  .g-pa-110 {
    padding: 7.85714rem !important;
  }
  /* line 31216, app/assets/stylesheets/unify.css */
  .g-pa-115 {
    padding: 8.21429rem !important;
  }
  /* line 31218, app/assets/stylesheets/unify.css */
  .g-pa-120 {
    padding: 8.57143rem !important;
  }
  /* line 31220, app/assets/stylesheets/unify.css */
  .g-pa-125 {
    padding: 8.92857rem !important;
  }
  /* line 31222, app/assets/stylesheets/unify.css */
  .g-pa-130 {
    padding: 9.28571rem !important;
  }
  /* line 31224, app/assets/stylesheets/unify.css */
  .g-pa-135 {
    padding: 9.64286rem !important;
  }
  /* line 31226, app/assets/stylesheets/unify.css */
  .g-pa-140 {
    padding: 10rem !important;
  }
  /* line 31228, app/assets/stylesheets/unify.css */
  .g-pa-145 {
    padding: 10.35714rem !important;
  }
  /* line 31230, app/assets/stylesheets/unify.css */
  .g-pa-150 {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  /* line 31233, app/assets/stylesheets/unify.css */
  .g-px-1 {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  /* line 31236, app/assets/stylesheets/unify.css */
  .g-px-2 {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  /* line 31239, app/assets/stylesheets/unify.css */
  .g-px-3 {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  /* line 31242, app/assets/stylesheets/unify.css */
  .g-px-4 {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  /* line 31245, app/assets/stylesheets/unify.css */
  .g-px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  /* line 31248, app/assets/stylesheets/unify.css */
  .g-px-6 {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  /* line 31251, app/assets/stylesheets/unify.css */
  .g-px-7 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 31254, app/assets/stylesheets/unify.css */
  .g-px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  /* line 31257, app/assets/stylesheets/unify.css */
  .g-px-9 {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  /* line 31260, app/assets/stylesheets/unify.css */
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 31263, app/assets/stylesheets/unify.css */
  .g-px-11 {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  /* line 31266, app/assets/stylesheets/unify.css */
  .g-px-12 {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  /* line 31269, app/assets/stylesheets/unify.css */
  .g-px-13 {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  /* line 31272, app/assets/stylesheets/unify.css */
  .g-px-14 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 31275, app/assets/stylesheets/unify.css */
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 31278, app/assets/stylesheets/unify.css */
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 31281, app/assets/stylesheets/unify.css */
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 31284, app/assets/stylesheets/unify.css */
  .g-px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  /* line 31287, app/assets/stylesheets/unify.css */
  .g-px-25 {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  /* line 31290, app/assets/stylesheets/unify.css */
  .g-px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  /* line 31293, app/assets/stylesheets/unify.css */
  .g-px-35 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 31296, app/assets/stylesheets/unify.css */
  .g-px-40 {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  /* line 31299, app/assets/stylesheets/unify.css */
  .g-px-45 {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  /* line 31302, app/assets/stylesheets/unify.css */
  .g-px-50 {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  /* line 31305, app/assets/stylesheets/unify.css */
  .g-px-55 {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  /* line 31308, app/assets/stylesheets/unify.css */
  .g-px-60 {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  /* line 31311, app/assets/stylesheets/unify.css */
  .g-px-65 {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  /* line 31314, app/assets/stylesheets/unify.css */
  .g-px-70 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 31317, app/assets/stylesheets/unify.css */
  .g-px-75 {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  /* line 31320, app/assets/stylesheets/unify.css */
  .g-px-80 {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  /* line 31323, app/assets/stylesheets/unify.css */
  .g-px-85 {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  /* line 31326, app/assets/stylesheets/unify.css */
  .g-px-90 {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  /* line 31329, app/assets/stylesheets/unify.css */
  .g-px-95 {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  /* line 31332, app/assets/stylesheets/unify.css */
  .g-px-100 {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  /* line 31335, app/assets/stylesheets/unify.css */
  .g-px-105 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  /* line 31338, app/assets/stylesheets/unify.css */
  .g-px-110 {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  /* line 31341, app/assets/stylesheets/unify.css */
  .g-px-115 {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  /* line 31344, app/assets/stylesheets/unify.css */
  .g-px-120 {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  /* line 31347, app/assets/stylesheets/unify.css */
  .g-px-125 {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  /* line 31350, app/assets/stylesheets/unify.css */
  .g-px-130 {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  /* line 31353, app/assets/stylesheets/unify.css */
  .g-px-135 {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  /* line 31356, app/assets/stylesheets/unify.css */
  .g-px-140 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 31359, app/assets/stylesheets/unify.css */
  .g-px-145 {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  /* line 31362, app/assets/stylesheets/unify.css */
  .g-px-150 {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  /* line 31366, app/assets/stylesheets/unify.css */
  .g-py-1 {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  /* line 31369, app/assets/stylesheets/unify.css */
  .g-py-2 {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  /* line 31372, app/assets/stylesheets/unify.css */
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  /* line 31375, app/assets/stylesheets/unify.css */
  .g-py-4 {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  /* line 31378, app/assets/stylesheets/unify.css */
  .g-py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 31381, app/assets/stylesheets/unify.css */
  .g-py-6 {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  /* line 31384, app/assets/stylesheets/unify.css */
  .g-py-7 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 31387, app/assets/stylesheets/unify.css */
  .g-py-8 {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  /* line 31390, app/assets/stylesheets/unify.css */
  .g-py-9 {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  /* line 31393, app/assets/stylesheets/unify.css */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* line 31396, app/assets/stylesheets/unify.css */
  .g-py-11 {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  /* line 31399, app/assets/stylesheets/unify.css */
  .g-py-12 {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  /* line 31402, app/assets/stylesheets/unify.css */
  .g-py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  /* line 31405, app/assets/stylesheets/unify.css */
  .g-py-14 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 31408, app/assets/stylesheets/unify.css */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* line 31411, app/assets/stylesheets/unify.css */
  .g-py-16 {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  /* line 31414, app/assets/stylesheets/unify.css */
  .g-py-17 {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  /* line 31417, app/assets/stylesheets/unify.css */
  .g-py-18 {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  /* line 31420, app/assets/stylesheets/unify.css */
  .g-py-19 {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  /* line 31424, app/assets/stylesheets/unify.css */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  /* line 31428, app/assets/stylesheets/unify.css */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  /* line 31432, app/assets/stylesheets/unify.css */
  .g-py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  /* line 31436, app/assets/stylesheets/unify.css */
  .g-py-25 {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  /* line 31440, app/assets/stylesheets/unify.css */
  .g-py-30 {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  /* line 31444, app/assets/stylesheets/unify.css */
  .g-py-35 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  /* line 31448, app/assets/stylesheets/unify.css */
  .g-py-40 {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  /* line 31452, app/assets/stylesheets/unify.css */
  .g-py-45 {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  /* line 31456, app/assets/stylesheets/unify.css */
  .g-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  /* line 31460, app/assets/stylesheets/unify.css */
  .g-py-55 {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  /* line 31464, app/assets/stylesheets/unify.css */
  .g-py-60 {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  /* line 31468, app/assets/stylesheets/unify.css */
  .g-py-65 {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  /* line 31472, app/assets/stylesheets/unify.css */
  .g-py-70 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  /* line 31476, app/assets/stylesheets/unify.css */
  .g-py-75 {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  /* line 31480, app/assets/stylesheets/unify.css */
  .g-py-80 {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  /* line 31484, app/assets/stylesheets/unify.css */
  .g-py-85 {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  /* line 31488, app/assets/stylesheets/unify.css */
  .g-py-90 {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  /* line 31492, app/assets/stylesheets/unify.css */
  .g-py-95 {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  /* line 31496, app/assets/stylesheets/unify.css */
  .g-py-100 {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  /* line 31500, app/assets/stylesheets/unify.css */
  .g-py-105 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  /* line 31504, app/assets/stylesheets/unify.css */
  .g-py-110 {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  /* line 31508, app/assets/stylesheets/unify.css */
  .g-py-115 {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  /* line 31512, app/assets/stylesheets/unify.css */
  .g-py-120 {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  /* line 31516, app/assets/stylesheets/unify.css */
  .g-py-125 {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  /* line 31520, app/assets/stylesheets/unify.css */
  .g-py-130 {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  /* line 31524, app/assets/stylesheets/unify.css */
  .g-py-135 {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  /* line 31528, app/assets/stylesheets/unify.css */
  .g-py-140 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  /* line 31532, app/assets/stylesheets/unify.css */
  .g-py-145 {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  /* line 31536, app/assets/stylesheets/unify.css */
  .g-py-150 {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  /* line 31540, app/assets/stylesheets/unify.css */
  .g-py-155 {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  /* line 31544, app/assets/stylesheets/unify.css */
  .g-py-160 {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  /* line 31548, app/assets/stylesheets/unify.css */
  .g-py-165 {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  /* line 31552, app/assets/stylesheets/unify.css */
  .g-py-170 {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  /* line 31556, app/assets/stylesheets/unify.css */
  .g-py-175 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  /* line 31560, app/assets/stylesheets/unify.css */
  .g-py-180 {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  /* line 31564, app/assets/stylesheets/unify.css */
  .g-py-185 {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  /* line 31568, app/assets/stylesheets/unify.css */
  .g-py-190 {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  /* line 31572, app/assets/stylesheets/unify.css */
  .g-py-195 {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  /* line 31576, app/assets/stylesheets/unify.css */
  .g-py-200 {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  /* line 31580, app/assets/stylesheets/unify.css */
  .g-py-205 {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  /* line 31584, app/assets/stylesheets/unify.css */
  .g-py-210 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  /* line 31588, app/assets/stylesheets/unify.css */
  .g-pt-0 {
    padding-top: 0px !important;
  }
  /* line 31590, app/assets/stylesheets/unify.css */
  .g-pt-1 {
    padding-top: 0.07143rem !important;
  }
  /* line 31592, app/assets/stylesheets/unify.css */
  .g-pt-2 {
    padding-top: 0.14286rem !important;
  }
  /* line 31594, app/assets/stylesheets/unify.css */
  .g-pt-3 {
    padding-top: 0.21429rem !important;
  }
  /* line 31596, app/assets/stylesheets/unify.css */
  .g-pt-4 {
    padding-top: 0.28571rem !important;
  }
  /* line 31598, app/assets/stylesheets/unify.css */
  .g-pt-5 {
    padding-top: 0.35714rem !important;
  }
  /* line 31600, app/assets/stylesheets/unify.css */
  .g-pt-6 {
    padding-top: 0.42857rem !important;
  }
  /* line 31602, app/assets/stylesheets/unify.css */
  .g-pt-7 {
    padding-top: 0.5rem !important;
  }
  /* line 31604, app/assets/stylesheets/unify.css */
  .g-pt-8 {
    padding-top: 0.57143rem !important;
  }
  /* line 31606, app/assets/stylesheets/unify.css */
  .g-pt-9 {
    padding-top: 0.64286rem !important;
  }
  /* line 31608, app/assets/stylesheets/unify.css */
  .g-pt-10 {
    padding-top: 0.71429rem !important;
  }
  /* line 31610, app/assets/stylesheets/unify.css */
  .g-pt-15 {
    padding-top: 1.07143rem !important;
  }
  /* line 31612, app/assets/stylesheets/unify.css */
  .g-pt-20 {
    padding-top: 1.42857rem !important;
  }
  /* line 31614, app/assets/stylesheets/unify.css */
  .g-pt-25 {
    padding-top: 1.78571rem !important;
  }
  /* line 31616, app/assets/stylesheets/unify.css */
  .g-pt-30 {
    padding-top: 2.14286rem !important;
  }
  /* line 31618, app/assets/stylesheets/unify.css */
  .g-pt-35 {
    padding-top: 2.5rem !important;
  }
  /* line 31620, app/assets/stylesheets/unify.css */
  .g-pt-40 {
    padding-top: 2.85714rem !important;
  }
  /* line 31622, app/assets/stylesheets/unify.css */
  .g-pt-45 {
    padding-top: 3.21429rem !important;
  }
  /* line 31624, app/assets/stylesheets/unify.css */
  .g-pt-50 {
    padding-top: 3.57143rem !important;
  }
  /* line 31626, app/assets/stylesheets/unify.css */
  .g-pt-55 {
    padding-top: 3.92857rem !important;
  }
  /* line 31628, app/assets/stylesheets/unify.css */
  .g-pt-60 {
    padding-top: 4.28571rem !important;
  }
  /* line 31630, app/assets/stylesheets/unify.css */
  .g-pt-65 {
    padding-top: 4.64286rem !important;
  }
  /* line 31632, app/assets/stylesheets/unify.css */
  .g-pt-70 {
    padding-top: 5rem !important;
  }
  /* line 31634, app/assets/stylesheets/unify.css */
  .g-pt-75 {
    padding-top: 5.35714rem !important;
  }
  /* line 31636, app/assets/stylesheets/unify.css */
  .g-pt-80 {
    padding-top: 5.71429rem !important;
  }
  /* line 31638, app/assets/stylesheets/unify.css */
  .g-pt-85 {
    padding-top: 6.07143rem !important;
  }
  /* line 31640, app/assets/stylesheets/unify.css */
  .g-pt-90 {
    padding-top: 6.42857rem !important;
  }
  /* line 31642, app/assets/stylesheets/unify.css */
  .g-pt-95 {
    padding-top: 6.78571rem !important;
  }
  /* line 31644, app/assets/stylesheets/unify.css */
  .g-pt-100 {
    padding-top: 7.14286rem !important;
  }
  /* line 31646, app/assets/stylesheets/unify.css */
  .g-pt-105 {
    padding-top: 7.5rem !important;
  }
  /* line 31648, app/assets/stylesheets/unify.css */
  .g-pt-110 {
    padding-top: 7.85714rem !important;
  }
  /* line 31650, app/assets/stylesheets/unify.css */
  .g-pt-115 {
    padding-top: 8.21429rem !important;
  }
  /* line 31652, app/assets/stylesheets/unify.css */
  .g-pt-120 {
    padding-top: 8.57143rem !important;
  }
  /* line 31654, app/assets/stylesheets/unify.css */
  .g-pt-125 {
    padding-top: 8.92857rem !important;
  }
  /* line 31656, app/assets/stylesheets/unify.css */
  .g-pt-130 {
    padding-top: 9.28571rem !important;
  }
  /* line 31658, app/assets/stylesheets/unify.css */
  .g-pt-135 {
    padding-top: 9.64286rem !important;
  }
  /* line 31660, app/assets/stylesheets/unify.css */
  .g-pt-140 {
    padding-top: 10rem !important;
  }
  /* line 31662, app/assets/stylesheets/unify.css */
  .g-pt-145 {
    padding-top: 10.35714rem !important;
  }
  /* line 31664, app/assets/stylesheets/unify.css */
  .g-pt-150 {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  /* line 31667, app/assets/stylesheets/unify.css */
  .g-pr-0 {
    padding-right: 0px !important;
  }
  /* line 31669, app/assets/stylesheets/unify.css */
  .g-pr-1 {
    padding-right: 0.07143rem !important;
  }
  /* line 31671, app/assets/stylesheets/unify.css */
  .g-pr-2 {
    padding-right: 0.14286rem !important;
  }
  /* line 31673, app/assets/stylesheets/unify.css */
  .g-pr-3 {
    padding-right: 0.21429rem !important;
  }
  /* line 31675, app/assets/stylesheets/unify.css */
  .g-pr-4 {
    padding-right: 0.28571rem !important;
  }
  /* line 31677, app/assets/stylesheets/unify.css */
  .g-pr-5 {
    padding-right: 0.35714rem !important;
  }
  /* line 31679, app/assets/stylesheets/unify.css */
  .g-pr-6 {
    padding-right: 0.42857rem !important;
  }
  /* line 31681, app/assets/stylesheets/unify.css */
  .g-pr-7 {
    padding-right: 0.5rem !important;
  }
  /* line 31683, app/assets/stylesheets/unify.css */
  .g-pr-8 {
    padding-right: 0.57143rem !important;
  }
  /* line 31685, app/assets/stylesheets/unify.css */
  .g-pr-9 {
    padding-right: 0.64286rem !important;
  }
  /* P */
  /* line 31688, app/assets/stylesheets/unify.css */
  .g-pr-10 {
    padding-right: 0.71429rem !important;
  }
  /* P */
  /* line 31691, app/assets/stylesheets/unify.css */
  .g-pr-15 {
    padding-right: 1.07143rem !important;
  }
  /* P */
  /* line 31694, app/assets/stylesheets/unify.css */
  .g-pr-20 {
    padding-right: 1.42857rem !important;
  }
  /* P */
  /* line 31697, app/assets/stylesheets/unify.css */
  .g-pr-25 {
    padding-right: 1.78571rem !important;
  }
  /* P */
  /* line 31700, app/assets/stylesheets/unify.css */
  .g-pr-30 {
    padding-right: 2.14286rem !important;
  }
  /* P */
  /* line 31703, app/assets/stylesheets/unify.css */
  .g-pr-35 {
    padding-right: 2.5rem !important;
  }
  /* P */
  /* line 31706, app/assets/stylesheets/unify.css */
  .g-pr-40 {
    padding-right: 2.85714rem !important;
  }
  /* P */
  /* line 31709, app/assets/stylesheets/unify.css */
  .g-pr-45 {
    padding-right: 3.21429rem !important;
  }
  /* P */
  /* line 31712, app/assets/stylesheets/unify.css */
  .g-pr-50 {
    padding-right: 3.57143rem !important;
  }
  /* P */
  /* line 31715, app/assets/stylesheets/unify.css */
  .g-pr-55 {
    padding-right: 3.92857rem !important;
  }
  /* P */
  /* line 31718, app/assets/stylesheets/unify.css */
  .g-pr-60 {
    padding-right: 4.28571rem !important;
  }
  /* P */
  /* line 31721, app/assets/stylesheets/unify.css */
  .g-pr-65 {
    padding-right: 4.64286rem !important;
  }
  /* P */
  /* line 31724, app/assets/stylesheets/unify.css */
  .g-pr-70 {
    padding-right: 5rem !important;
  }
  /* P */
  /* line 31727, app/assets/stylesheets/unify.css */
  .g-pr-75 {
    padding-right: 5.35714rem !important;
  }
  /* P */
  /* line 31730, app/assets/stylesheets/unify.css */
  .g-pr-80 {
    padding-right: 5.71429rem !important;
  }
  /* P */
  /* line 31733, app/assets/stylesheets/unify.css */
  .g-pr-85 {
    padding-right: 6.07143rem !important;
  }
  /* P */
  /* line 31736, app/assets/stylesheets/unify.css */
  .g-pr-90 {
    padding-right: 6.42857rem !important;
  }
  /* P */
  /* line 31739, app/assets/stylesheets/unify.css */
  .g-pr-95 {
    padding-right: 6.78571rem !important;
  }
  /* P */
  /* line 31742, app/assets/stylesheets/unify.css */
  .g-pr-100 {
    padding-right: 7.14286rem !important;
  }
  /* P */
  /* line 31745, app/assets/stylesheets/unify.css */
  .g-pr-105 {
    padding-right: 7.5rem !important;
  }
  /* P */
  /* line 31748, app/assets/stylesheets/unify.css */
  .g-pr-110 {
    padding-right: 7.85714rem !important;
  }
  /* P */
  /* line 31751, app/assets/stylesheets/unify.css */
  .g-pr-115 {
    padding-right: 8.21429rem !important;
  }
  /* P */
  /* line 31754, app/assets/stylesheets/unify.css */
  .g-pr-120 {
    padding-right: 8.57143rem !important;
  }
  /* P */
  /* line 31757, app/assets/stylesheets/unify.css */
  .g-pr-125 {
    padding-right: 8.92857rem !important;
  }
  /* P */
  /* line 31760, app/assets/stylesheets/unify.css */
  .g-pr-130 {
    padding-right: 9.28571rem !important;
  }
  /* P */
  /* line 31763, app/assets/stylesheets/unify.css */
  .g-pr-135 {
    padding-right: 9.64286rem !important;
  }
  /* P */
  /* line 31766, app/assets/stylesheets/unify.css */
  .g-pr-140 {
    padding-right: 10rem !important;
  }
  /* P */
  /* line 31769, app/assets/stylesheets/unify.css */
  .g-pr-145 {
    padding-right: 10.35714rem !important;
  }
  /* P */
  /* line 31772, app/assets/stylesheets/unify.css */
  .g-pr-150 {
    padding-right: 10.71429rem !important;
  }
  /* P */
  /* line 31775, app/assets/stylesheets/unify.css */
  .g-pr-155 {
    padding-right: 11.07143rem !important;
  }
  /* P */
  /* line 31778, app/assets/stylesheets/unify.css */
  .g-pr-160 {
    padding-right: 11.42857rem !important;
  }
  /* P */
  /* line 31781, app/assets/stylesheets/unify.css */
  .g-pr-165 {
    padding-right: 11.78571rem !important;
  }
  /* P */
  /* line 31784, app/assets/stylesheets/unify.css */
  .g-pr-170 {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  /* line 31787, app/assets/stylesheets/unify.css */
  .g-pb-0 {
    padding-bottom: 0px !important;
  }
  /* line 31789, app/assets/stylesheets/unify.css */
  .g-pb-1 {
    padding-bottom: 0.07143rem !important;
  }
  /* line 31791, app/assets/stylesheets/unify.css */
  .g-pb-2 {
    padding-bottom: 0.14286rem !important;
  }
  /* line 31793, app/assets/stylesheets/unify.css */
  .g-pb-3 {
    padding-bottom: 0.21429rem !important;
  }
  /* line 31795, app/assets/stylesheets/unify.css */
  .g-pb-4 {
    padding-bottom: 0.28571rem !important;
  }
  /* line 31797, app/assets/stylesheets/unify.css */
  .g-pb-5 {
    padding-bottom: 0.35714rem !important;
  }
  /* line 31799, app/assets/stylesheets/unify.css */
  .g-pb-6 {
    padding-bottom: 0.42857rem !important;
  }
  /* line 31801, app/assets/stylesheets/unify.css */
  .g-pb-7 {
    padding-bottom: 0.5rem !important;
  }
  /* line 31803, app/assets/stylesheets/unify.css */
  .g-pb-8 {
    padding-bottom: 0.57143rem !important;
  }
  /* line 31805, app/assets/stylesheets/unify.css */
  .g-pb-9 {
    padding-bottom: 0.64286rem !important;
  }
  /* line 31807, app/assets/stylesheets/unify.css */
  .g-pb-10 {
    padding-bottom: 0.71429rem !important;
  }
  /* line 31809, app/assets/stylesheets/unify.css */
  .g-pb-15 {
    padding-bottom: 1.07143rem !important;
  }
  /* line 31811, app/assets/stylesheets/unify.css */
  .g-pb-20 {
    padding-bottom: 1.42857rem !important;
  }
  /* line 31813, app/assets/stylesheets/unify.css */
  .g-pb-25 {
    padding-bottom: 1.78571rem !important;
  }
  /* line 31815, app/assets/stylesheets/unify.css */
  .g-pb-30 {
    padding-bottom: 2.14286rem !important;
  }
  /* line 31817, app/assets/stylesheets/unify.css */
  .g-pb-35 {
    padding-bottom: 2.5rem !important;
  }
  /* line 31819, app/assets/stylesheets/unify.css */
  .g-pb-40 {
    padding-bottom: 2.85714rem !important;
  }
  /* line 31821, app/assets/stylesheets/unify.css */
  .g-pb-45 {
    padding-bottom: 3.21429rem !important;
  }
  /* line 31823, app/assets/stylesheets/unify.css */
  .g-pb-50 {
    padding-bottom: 3.57143rem !important;
  }
  /* line 31825, app/assets/stylesheets/unify.css */
  .g-pb-55 {
    padding-bottom: 3.92857rem !important;
  }
  /* line 31827, app/assets/stylesheets/unify.css */
  .g-pb-60 {
    padding-bottom: 4.28571rem !important;
  }
  /* line 31829, app/assets/stylesheets/unify.css */
  .g-pb-65 {
    padding-bottom: 4.64286rem !important;
  }
  /* line 31831, app/assets/stylesheets/unify.css */
  .g-pb-70 {
    padding-bottom: 5rem !important;
  }
  /* line 31833, app/assets/stylesheets/unify.css */
  .g-pb-75 {
    padding-bottom: 5.35714rem !important;
  }
  /* line 31835, app/assets/stylesheets/unify.css */
  .g-pb-80 {
    padding-bottom: 5.71429rem !important;
  }
  /* line 31837, app/assets/stylesheets/unify.css */
  .g-pb-85 {
    padding-bottom: 6.07143rem !important;
  }
  /* line 31839, app/assets/stylesheets/unify.css */
  .g-pb-90 {
    padding-bottom: 6.42857rem !important;
  }
  /* line 31841, app/assets/stylesheets/unify.css */
  .g-pb-95 {
    padding-bottom: 6.78571rem !important;
  }
  /* line 31843, app/assets/stylesheets/unify.css */
  .g-pb-100 {
    padding-bottom: 7.14286rem !important;
  }
  /* line 31845, app/assets/stylesheets/unify.css */
  .g-pb-105 {
    padding-bottom: 7.5rem !important;
  }
  /* line 31847, app/assets/stylesheets/unify.css */
  .g-pb-110 {
    padding-bottom: 7.85714rem !important;
  }
  /* line 31849, app/assets/stylesheets/unify.css */
  .g-pb-115 {
    padding-bottom: 8.21429rem !important;
  }
  /* line 31851, app/assets/stylesheets/unify.css */
  .g-pb-120 {
    padding-bottom: 8.57143rem !important;
  }
  /* line 31853, app/assets/stylesheets/unify.css */
  .g-pb-125 {
    padding-bottom: 8.92857rem !important;
  }
  /* line 31855, app/assets/stylesheets/unify.css */
  .g-pb-130 {
    padding-bottom: 9.28571rem !important;
  }
  /* line 31857, app/assets/stylesheets/unify.css */
  .g-pb-135 {
    padding-bottom: 9.64286rem !important;
  }
  /* line 31859, app/assets/stylesheets/unify.css */
  .g-pb-140 {
    padding-bottom: 10rem !important;
  }
  /* line 31861, app/assets/stylesheets/unify.css */
  .g-pb-145 {
    padding-bottom: 10.35714rem !important;
  }
  /* line 31863, app/assets/stylesheets/unify.css */
  .g-pb-150 {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  /* line 31866, app/assets/stylesheets/unify.css */
  .g-pl-0 {
    padding-left: 0px !important;
  }
  /* line 31868, app/assets/stylesheets/unify.css */
  .g-pl-1 {
    padding-left: 0.07143rem !important;
  }
  /* line 31870, app/assets/stylesheets/unify.css */
  .g-pl-2 {
    padding-left: 0.14286rem !important;
  }
  /* line 31872, app/assets/stylesheets/unify.css */
  .g-pl-3 {
    padding-left: 0.21429rem !important;
  }
  /* line 31874, app/assets/stylesheets/unify.css */
  .g-pl-4 {
    padding-left: 0.28571rem !important;
  }
  /* line 31876, app/assets/stylesheets/unify.css */
  .g-pl-5 {
    padding-left: 0.35714rem !important;
  }
  /* line 31878, app/assets/stylesheets/unify.css */
  .g-pl-6 {
    padding-left: 0.42857rem !important;
  }
  /* line 31880, app/assets/stylesheets/unify.css */
  .g-pl-7 {
    padding-left: 0.5rem !important;
  }
  /* line 31882, app/assets/stylesheets/unify.css */
  .g-pl-8 {
    padding-left: 0.57143rem !important;
  }
  /* line 31884, app/assets/stylesheets/unify.css */
  .g-pl-9 {
    padding-left: 0.64286rem !important;
  }
  /* P */
  /* line 31887, app/assets/stylesheets/unify.css */
  .g-pl-10 {
    padding-left: 0.71429rem !important;
  }
  /* P */
  /* line 31890, app/assets/stylesheets/unify.css */
  .g-pl-15 {
    padding-left: 1.07143rem !important;
  }
  /* P */
  /* line 31893, app/assets/stylesheets/unify.css */
  .g-pl-20 {
    padding-left: 1.42857rem !important;
  }
  /* P */
  /* line 31896, app/assets/stylesheets/unify.css */
  .g-pl-25 {
    padding-left: 1.78571rem !important;
  }
  /* P */
  /* line 31899, app/assets/stylesheets/unify.css */
  .g-pl-30 {
    padding-left: 2.14286rem !important;
  }
  /* P */
  /* line 31902, app/assets/stylesheets/unify.css */
  .g-pl-35 {
    padding-left: 2.5rem !important;
  }
  /* P */
  /* line 31905, app/assets/stylesheets/unify.css */
  .g-pl-40 {
    padding-left: 2.85714rem !important;
  }
  /* P */
  /* line 31908, app/assets/stylesheets/unify.css */
  .g-pl-45 {
    padding-left: 3.21429rem !important;
  }
  /* P */
  /* line 31911, app/assets/stylesheets/unify.css */
  .g-pl-50 {
    padding-left: 3.57143rem !important;
  }
  /* P */
  /* line 31914, app/assets/stylesheets/unify.css */
  .g-pl-55 {
    padding-left: 3.92857rem !important;
  }
  /* P */
  /* line 31917, app/assets/stylesheets/unify.css */
  .g-pl-60 {
    padding-left: 4.28571rem !important;
  }
  /* P */
  /* line 31920, app/assets/stylesheets/unify.css */
  .g-pl-65 {
    padding-left: 4.64286rem !important;
  }
  /* P */
  /* line 31923, app/assets/stylesheets/unify.css */
  .g-pl-70 {
    padding-left: 5rem !important;
  }
  /* P */
  /* line 31926, app/assets/stylesheets/unify.css */
  .g-pl-75 {
    padding-left: 5.35714rem !important;
  }
  /* P */
  /* line 31929, app/assets/stylesheets/unify.css */
  .g-pl-80 {
    padding-left: 5.71429rem !important;
  }
  /* P */
  /* line 31932, app/assets/stylesheets/unify.css */
  .g-pl-85 {
    padding-left: 6.07143rem !important;
  }
  /* P */
  /* line 31935, app/assets/stylesheets/unify.css */
  .g-pl-90 {
    padding-left: 6.42857rem !important;
  }
  /* P */
  /* line 31938, app/assets/stylesheets/unify.css */
  .g-pl-95 {
    padding-left: 6.78571rem !important;
  }
  /* P */
  /* line 31941, app/assets/stylesheets/unify.css */
  .g-pl-100 {
    padding-left: 7.14286rem !important;
  }
  /* P */
  /* line 31944, app/assets/stylesheets/unify.css */
  .g-pl-105 {
    padding-left: 7.5rem !important;
  }
  /* P */
  /* line 31947, app/assets/stylesheets/unify.css */
  .g-pl-110 {
    padding-left: 7.85714rem !important;
  }
  /* P */
  /* line 31950, app/assets/stylesheets/unify.css */
  .g-pl-115 {
    padding-left: 8.21429rem !important;
  }
  /* P */
  /* line 31953, app/assets/stylesheets/unify.css */
  .g-pl-120 {
    padding-left: 8.57143rem !important;
  }
  /* P */
  /* line 31956, app/assets/stylesheets/unify.css */
  .g-pl-125 {
    padding-left: 8.92857rem !important;
  }
  /* P */
  /* line 31959, app/assets/stylesheets/unify.css */
  .g-pl-130 {
    padding-left: 9.28571rem !important;
  }
  /* P */
  /* line 31962, app/assets/stylesheets/unify.css */
  .g-pl-135 {
    padding-left: 9.64286rem !important;
  }
  /* P */
  /* line 31965, app/assets/stylesheets/unify.css */
  .g-pl-140 {
    padding-left: 10rem !important;
  }
  /* P */
  /* line 31968, app/assets/stylesheets/unify.css */
  .g-pl-145 {
    padding-left: 10.35714rem !important;
  }
  /* P */
  /* line 31971, app/assets/stylesheets/unify.css */
  .g-pl-150 {
    padding-left: 10.71429rem !important;
  }
  /* P */
  /* line 31974, app/assets/stylesheets/unify.css */
  .g-pl-155 {
    padding-left: 11.07143rem !important;
  }
  /* P */
  /* line 31977, app/assets/stylesheets/unify.css */
  .g-pl-160 {
    padding-left: 11.42857rem !important;
  }
  /* P */
  /* line 31980, app/assets/stylesheets/unify.css */
  .g-pl-165 {
    padding-left: 11.78571rem !important;
  }
  /* P */
  /* line 31983, app/assets/stylesheets/unify.css */
  .g-pl-170 {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 31989, app/assets/stylesheets/unify.css */
  .g-pa-0--sm {
    padding: 0 !important;
  }
  /* line 31991, app/assets/stylesheets/unify.css */
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 31994, app/assets/stylesheets/unify.css */
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 31997, app/assets/stylesheets/unify.css */
  .g-pl-0--sm {
    padding-left: 0 !important;
  }
  /* line 31999, app/assets/stylesheets/unify.css */
  .g-pr-0--sm {
    padding-right: 0 !important;
  }
  /* line 32001, app/assets/stylesheets/unify.css */
  .g-pt-0--sm {
    padding-top: 0 !important;
  }
  /* line 32003, app/assets/stylesheets/unify.css */
  .g-pb-0--sm {
    padding-bottom: 0 !important;
  }
  /* Padding Around */
  /* line 32006, app/assets/stylesheets/unify.css */
  .g-pa-2--sm {
    padding: 0.14286rem !important;
  }
  /* line 32008, app/assets/stylesheets/unify.css */
  .g-pa-3--sm {
    padding: 0.21429rem !important;
  }
  /* line 32010, app/assets/stylesheets/unify.css */
  .g-pa-5--sm {
    padding: 0.35714rem !important;
  }
  /* line 32012, app/assets/stylesheets/unify.css */
  .g-pa-7--sm {
    padding: 0.5rem !important;
  }
  /* line 32014, app/assets/stylesheets/unify.css */
  .g-pa-10--sm {
    padding: 0.71429rem !important;
  }
  /* line 32016, app/assets/stylesheets/unify.css */
  .g-pa-15--sm {
    padding: 1.07143rem !important;
  }
  /* line 32018, app/assets/stylesheets/unify.css */
  .g-pa-20--sm {
    padding: 1.42857rem !important;
  }
  /* line 32020, app/assets/stylesheets/unify.css */
  .g-pa-25--sm {
    padding: 1.78571rem !important;
  }
  /* line 32022, app/assets/stylesheets/unify.css */
  .g-pa-30--sm {
    padding: 2.14286rem !important;
  }
  /* line 32024, app/assets/stylesheets/unify.css */
  .g-pa-35--sm {
    padding: 2.5rem !important;
  }
  /* line 32026, app/assets/stylesheets/unify.css */
  .g-pa-40--sm {
    padding: 2.85714rem !important;
  }
  /* line 32028, app/assets/stylesheets/unify.css */
  .g-pa-45--sm {
    padding: 3.21429rem !important;
  }
  /* line 32030, app/assets/stylesheets/unify.css */
  .g-pa-50--sm {
    padding: 3.57143rem !important;
  }
  /* line 32032, app/assets/stylesheets/unify.css */
  .g-pa-55--sm {
    padding: 3.92857rem !important;
  }
  /* line 32034, app/assets/stylesheets/unify.css */
  .g-pa-60--sm {
    padding: 4.28571rem !important;
  }
  /* line 32036, app/assets/stylesheets/unify.css */
  .g-pa-65--sm {
    padding: 4.64286rem !important;
  }
  /* line 32038, app/assets/stylesheets/unify.css */
  .g-pa-70--sm {
    padding: 5rem !important;
  }
  /* line 32040, app/assets/stylesheets/unify.css */
  .g-pa-75--sm {
    padding: 5.35714rem !important;
  }
  /* line 32042, app/assets/stylesheets/unify.css */
  .g-pa-80--sm {
    padding: 5.71429rem !important;
  }
  /* line 32044, app/assets/stylesheets/unify.css */
  .g-pa-85--sm {
    padding: 6.07143rem !important;
  }
  /* line 32046, app/assets/stylesheets/unify.css */
  .g-pa-90--sm {
    padding: 6.42857rem !important;
  }
  /* line 32048, app/assets/stylesheets/unify.css */
  .g-pa-95--sm {
    padding: 6.78571rem !important;
  }
  /* line 32050, app/assets/stylesheets/unify.css */
  .g-pa-100--sm {
    padding: 7.14286rem !important;
  }
  /* line 32052, app/assets/stylesheets/unify.css */
  .g-pa-105--sm {
    padding: 7.5rem !important;
  }
  /* line 32054, app/assets/stylesheets/unify.css */
  .g-pa-110--sm {
    padding: 7.85714rem !important;
  }
  /* line 32056, app/assets/stylesheets/unify.css */
  .g-pa-115--sm {
    padding: 8.21429rem !important;
  }
  /* line 32058, app/assets/stylesheets/unify.css */
  .g-pa-120--sm {
    padding: 8.57143rem !important;
  }
  /* line 32060, app/assets/stylesheets/unify.css */
  .g-pa-125--sm {
    padding: 8.92857rem !important;
  }
  /* line 32062, app/assets/stylesheets/unify.css */
  .g-pa-130--sm {
    padding: 9.28571rem !important;
  }
  /* line 32064, app/assets/stylesheets/unify.css */
  .g-pa-135--sm {
    padding: 9.64286rem !important;
  }
  /* line 32066, app/assets/stylesheets/unify.css */
  .g-pa-140--sm {
    padding: 10rem !important;
  }
  /* line 32068, app/assets/stylesheets/unify.css */
  .g-pa-145--sm {
    padding: 10.35714rem !important;
  }
  /* line 32070, app/assets/stylesheets/unify.css */
  .g-pa-150--sm {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  /* line 32073, app/assets/stylesheets/unify.css */
  .g-px-1--sm {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  /* line 32076, app/assets/stylesheets/unify.css */
  .g-px-2--sm {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  /* line 32079, app/assets/stylesheets/unify.css */
  .g-px-3--sm {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  /* line 32082, app/assets/stylesheets/unify.css */
  .g-px-4--sm {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  /* line 32085, app/assets/stylesheets/unify.css */
  .g-px-5--sm {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  /* line 32088, app/assets/stylesheets/unify.css */
  .g-px-6--sm {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  /* line 32091, app/assets/stylesheets/unify.css */
  .g-px-7--sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 32094, app/assets/stylesheets/unify.css */
  .g-px-8--sm {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  /* line 32097, app/assets/stylesheets/unify.css */
  .g-px-9--sm {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  /* line 32100, app/assets/stylesheets/unify.css */
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 32103, app/assets/stylesheets/unify.css */
  .g-px-11--sm {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  /* line 32106, app/assets/stylesheets/unify.css */
  .g-px-12--sm {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  /* line 32109, app/assets/stylesheets/unify.css */
  .g-px-13--sm {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  /* line 32112, app/assets/stylesheets/unify.css */
  .g-px-14--sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 32115, app/assets/stylesheets/unify.css */
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 32118, app/assets/stylesheets/unify.css */
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 32121, app/assets/stylesheets/unify.css */
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 32124, app/assets/stylesheets/unify.css */
  .g-px-20--sm {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  /* line 32127, app/assets/stylesheets/unify.css */
  .g-px-25--sm {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  /* line 32130, app/assets/stylesheets/unify.css */
  .g-px-30--sm {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  /* line 32133, app/assets/stylesheets/unify.css */
  .g-px-35--sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 32136, app/assets/stylesheets/unify.css */
  .g-px-40--sm {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  /* line 32139, app/assets/stylesheets/unify.css */
  .g-px-45--sm {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  /* line 32142, app/assets/stylesheets/unify.css */
  .g-px-50--sm {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  /* line 32145, app/assets/stylesheets/unify.css */
  .g-px-55--sm {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  /* line 32148, app/assets/stylesheets/unify.css */
  .g-px-60--sm {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  /* line 32151, app/assets/stylesheets/unify.css */
  .g-px-65--sm {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  /* line 32154, app/assets/stylesheets/unify.css */
  .g-px-70--sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 32157, app/assets/stylesheets/unify.css */
  .g-px-75--sm {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  /* line 32160, app/assets/stylesheets/unify.css */
  .g-px-80--sm {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  /* line 32163, app/assets/stylesheets/unify.css */
  .g-px-85--sm {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  /* line 32166, app/assets/stylesheets/unify.css */
  .g-px-90--sm {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  /* line 32169, app/assets/stylesheets/unify.css */
  .g-px-95--sm {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  /* line 32172, app/assets/stylesheets/unify.css */
  .g-px-100--sm {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  /* line 32175, app/assets/stylesheets/unify.css */
  .g-px-105--sm {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  /* line 32178, app/assets/stylesheets/unify.css */
  .g-px-110--sm {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  /* line 32181, app/assets/stylesheets/unify.css */
  .g-px-115--sm {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  /* line 32184, app/assets/stylesheets/unify.css */
  .g-px-120--sm {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  /* line 32187, app/assets/stylesheets/unify.css */
  .g-px-125--sm {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  /* line 32190, app/assets/stylesheets/unify.css */
  .g-px-130--sm {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  /* line 32193, app/assets/stylesheets/unify.css */
  .g-px-135--sm {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  /* line 32196, app/assets/stylesheets/unify.css */
  .g-px-140--sm {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 32199, app/assets/stylesheets/unify.css */
  .g-px-145--sm {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  /* line 32202, app/assets/stylesheets/unify.css */
  .g-px-150--sm {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  /* line 32206, app/assets/stylesheets/unify.css */
  .g-py-1--sm {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  /* line 32209, app/assets/stylesheets/unify.css */
  .g-py-2--sm {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  /* line 32212, app/assets/stylesheets/unify.css */
  .g-py-3--sm {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  /* line 32215, app/assets/stylesheets/unify.css */
  .g-py-4--sm {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  /* line 32218, app/assets/stylesheets/unify.css */
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 32221, app/assets/stylesheets/unify.css */
  .g-py-6--sm {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  /* line 32224, app/assets/stylesheets/unify.css */
  .g-py-7--sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 32227, app/assets/stylesheets/unify.css */
  .g-py-8--sm {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  /* line 32230, app/assets/stylesheets/unify.css */
  .g-py-9--sm {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  /* line 32233, app/assets/stylesheets/unify.css */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* line 32236, app/assets/stylesheets/unify.css */
  .g-py-11--sm {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  /* line 32239, app/assets/stylesheets/unify.css */
  .g-py-12--sm {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  /* line 32242, app/assets/stylesheets/unify.css */
  .g-py-13--sm {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  /* line 32245, app/assets/stylesheets/unify.css */
  .g-py-14--sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 32248, app/assets/stylesheets/unify.css */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* line 32251, app/assets/stylesheets/unify.css */
  .g-py-16--sm {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  /* line 32254, app/assets/stylesheets/unify.css */
  .g-py-17--sm {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  /* line 32257, app/assets/stylesheets/unify.css */
  .g-py-18--sm {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  /* line 32260, app/assets/stylesheets/unify.css */
  .g-py-19--sm {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  /* line 32264, app/assets/stylesheets/unify.css */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  /* line 32268, app/assets/stylesheets/unify.css */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  /* line 32272, app/assets/stylesheets/unify.css */
  .g-py-20--sm {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  /* line 32276, app/assets/stylesheets/unify.css */
  .g-py-25--sm {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  /* line 32280, app/assets/stylesheets/unify.css */
  .g-py-30--sm {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  /* line 32284, app/assets/stylesheets/unify.css */
  .g-py-35--sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  /* line 32288, app/assets/stylesheets/unify.css */
  .g-py-40--sm {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  /* line 32292, app/assets/stylesheets/unify.css */
  .g-py-45--sm {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  /* line 32296, app/assets/stylesheets/unify.css */
  .g-py-50--sm {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  /* line 32300, app/assets/stylesheets/unify.css */
  .g-py-55--sm {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  /* line 32304, app/assets/stylesheets/unify.css */
  .g-py-60--sm {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  /* line 32308, app/assets/stylesheets/unify.css */
  .g-py-65--sm {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  /* line 32312, app/assets/stylesheets/unify.css */
  .g-py-70--sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  /* line 32316, app/assets/stylesheets/unify.css */
  .g-py-75--sm {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  /* line 32320, app/assets/stylesheets/unify.css */
  .g-py-80--sm {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  /* line 32324, app/assets/stylesheets/unify.css */
  .g-py-85--sm {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  /* line 32328, app/assets/stylesheets/unify.css */
  .g-py-90--sm {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  /* line 32332, app/assets/stylesheets/unify.css */
  .g-py-95--sm {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  /* line 32336, app/assets/stylesheets/unify.css */
  .g-py-100--sm {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  /* line 32340, app/assets/stylesheets/unify.css */
  .g-py-105--sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  /* line 32344, app/assets/stylesheets/unify.css */
  .g-py-110--sm {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  /* line 32348, app/assets/stylesheets/unify.css */
  .g-py-115--sm {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  /* line 32352, app/assets/stylesheets/unify.css */
  .g-py-120--sm {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  /* line 32356, app/assets/stylesheets/unify.css */
  .g-py-125--sm {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  /* line 32360, app/assets/stylesheets/unify.css */
  .g-py-130--sm {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  /* line 32364, app/assets/stylesheets/unify.css */
  .g-py-135--sm {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  /* line 32368, app/assets/stylesheets/unify.css */
  .g-py-140--sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  /* line 32372, app/assets/stylesheets/unify.css */
  .g-py-145--sm {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  /* line 32376, app/assets/stylesheets/unify.css */
  .g-py-150--sm {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  /* line 32380, app/assets/stylesheets/unify.css */
  .g-py-155--sm {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  /* line 32384, app/assets/stylesheets/unify.css */
  .g-py-160--sm {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  /* line 32388, app/assets/stylesheets/unify.css */
  .g-py-165--sm {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  /* line 32392, app/assets/stylesheets/unify.css */
  .g-py-170--sm {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  /* line 32396, app/assets/stylesheets/unify.css */
  .g-py-175--sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  /* line 32400, app/assets/stylesheets/unify.css */
  .g-py-180--sm {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  /* line 32404, app/assets/stylesheets/unify.css */
  .g-py-185--sm {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  /* line 32408, app/assets/stylesheets/unify.css */
  .g-py-190--sm {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  /* line 32412, app/assets/stylesheets/unify.css */
  .g-py-195--sm {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  /* line 32416, app/assets/stylesheets/unify.css */
  .g-py-200--sm {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  /* line 32420, app/assets/stylesheets/unify.css */
  .g-py-205--sm {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  /* line 32424, app/assets/stylesheets/unify.css */
  .g-py-210--sm {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  /* line 32428, app/assets/stylesheets/unify.css */
  .g-pt-0--sm {
    padding-top: 0px !important;
  }
  /* line 32430, app/assets/stylesheets/unify.css */
  .g-pt-1--sm {
    padding-top: 0.07143rem !important;
  }
  /* line 32432, app/assets/stylesheets/unify.css */
  .g-pt-2--sm {
    padding-top: 0.14286rem !important;
  }
  /* line 32434, app/assets/stylesheets/unify.css */
  .g-pt-3--sm {
    padding-top: 0.21429rem !important;
  }
  /* line 32436, app/assets/stylesheets/unify.css */
  .g-pt-4--sm {
    padding-top: 0.28571rem !important;
  }
  /* line 32438, app/assets/stylesheets/unify.css */
  .g-pt-5--sm {
    padding-top: 0.35714rem !important;
  }
  /* line 32440, app/assets/stylesheets/unify.css */
  .g-pt-6--sm {
    padding-top: 0.42857rem !important;
  }
  /* line 32442, app/assets/stylesheets/unify.css */
  .g-pt-7--sm {
    padding-top: 0.5rem !important;
  }
  /* line 32444, app/assets/stylesheets/unify.css */
  .g-pt-8--sm {
    padding-top: 0.57143rem !important;
  }
  /* line 32446, app/assets/stylesheets/unify.css */
  .g-pt-9--sm {
    padding-top: 0.64286rem !important;
  }
  /* line 32448, app/assets/stylesheets/unify.css */
  .g-pt-10--sm {
    padding-top: 0.71429rem !important;
  }
  /* line 32450, app/assets/stylesheets/unify.css */
  .g-pt-15--sm {
    padding-top: 1.07143rem !important;
  }
  /* line 32452, app/assets/stylesheets/unify.css */
  .g-pt-20--sm {
    padding-top: 1.42857rem !important;
  }
  /* line 32454, app/assets/stylesheets/unify.css */
  .g-pt-25--sm {
    padding-top: 1.78571rem !important;
  }
  /* line 32456, app/assets/stylesheets/unify.css */
  .g-pt-30--sm {
    padding-top: 2.14286rem !important;
  }
  /* line 32458, app/assets/stylesheets/unify.css */
  .g-pt-35--sm {
    padding-top: 2.5rem !important;
  }
  /* line 32460, app/assets/stylesheets/unify.css */
  .g-pt-40--sm {
    padding-top: 2.85714rem !important;
  }
  /* line 32462, app/assets/stylesheets/unify.css */
  .g-pt-45--sm {
    padding-top: 3.21429rem !important;
  }
  /* line 32464, app/assets/stylesheets/unify.css */
  .g-pt-50--sm {
    padding-top: 3.57143rem !important;
  }
  /* line 32466, app/assets/stylesheets/unify.css */
  .g-pt-55--sm {
    padding-top: 3.92857rem !important;
  }
  /* line 32468, app/assets/stylesheets/unify.css */
  .g-pt-60--sm {
    padding-top: 4.28571rem !important;
  }
  /* line 32470, app/assets/stylesheets/unify.css */
  .g-pt-65--sm {
    padding-top: 4.64286rem !important;
  }
  /* line 32472, app/assets/stylesheets/unify.css */
  .g-pt-70--sm {
    padding-top: 5rem !important;
  }
  /* line 32474, app/assets/stylesheets/unify.css */
  .g-pt-75--sm {
    padding-top: 5.35714rem !important;
  }
  /* line 32476, app/assets/stylesheets/unify.css */
  .g-pt-80--sm {
    padding-top: 5.71429rem !important;
  }
  /* line 32478, app/assets/stylesheets/unify.css */
  .g-pt-85--sm {
    padding-top: 6.07143rem !important;
  }
  /* line 32480, app/assets/stylesheets/unify.css */
  .g-pt-90--sm {
    padding-top: 6.42857rem !important;
  }
  /* line 32482, app/assets/stylesheets/unify.css */
  .g-pt-95--sm {
    padding-top: 6.78571rem !important;
  }
  /* line 32484, app/assets/stylesheets/unify.css */
  .g-pt-100--sm {
    padding-top: 7.14286rem !important;
  }
  /* line 32486, app/assets/stylesheets/unify.css */
  .g-pt-105--sm {
    padding-top: 7.5rem !important;
  }
  /* line 32488, app/assets/stylesheets/unify.css */
  .g-pt-110--sm {
    padding-top: 7.85714rem !important;
  }
  /* line 32490, app/assets/stylesheets/unify.css */
  .g-pt-115--sm {
    padding-top: 8.21429rem !important;
  }
  /* line 32492, app/assets/stylesheets/unify.css */
  .g-pt-120--sm {
    padding-top: 8.57143rem !important;
  }
  /* line 32494, app/assets/stylesheets/unify.css */
  .g-pt-125--sm {
    padding-top: 8.92857rem !important;
  }
  /* line 32496, app/assets/stylesheets/unify.css */
  .g-pt-130--sm {
    padding-top: 9.28571rem !important;
  }
  /* line 32498, app/assets/stylesheets/unify.css */
  .g-pt-135--sm {
    padding-top: 9.64286rem !important;
  }
  /* line 32500, app/assets/stylesheets/unify.css */
  .g-pt-140--sm {
    padding-top: 10rem !important;
  }
  /* line 32502, app/assets/stylesheets/unify.css */
  .g-pt-145--sm {
    padding-top: 10.35714rem !important;
  }
  /* line 32504, app/assets/stylesheets/unify.css */
  .g-pt-150--sm {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  /* line 32507, app/assets/stylesheets/unify.css */
  .g-pr-0--sm {
    padding-right: 0px !important;
  }
  /* line 32509, app/assets/stylesheets/unify.css */
  .g-pr-1--sm {
    padding-right: 0.07143rem !important;
  }
  /* line 32511, app/assets/stylesheets/unify.css */
  .g-pr-2--sm {
    padding-right: 0.14286rem !important;
  }
  /* line 32513, app/assets/stylesheets/unify.css */
  .g-pr-3--sm {
    padding-right: 0.21429rem !important;
  }
  /* line 32515, app/assets/stylesheets/unify.css */
  .g-pr-4--sm {
    padding-right: 0.28571rem !important;
  }
  /* line 32517, app/assets/stylesheets/unify.css */
  .g-pr-5--sm {
    padding-right: 0.35714rem !important;
  }
  /* line 32519, app/assets/stylesheets/unify.css */
  .g-pr-6--sm {
    padding-right: 0.42857rem !important;
  }
  /* line 32521, app/assets/stylesheets/unify.css */
  .g-pr-7--sm {
    padding-right: 0.5rem !important;
  }
  /* line 32523, app/assets/stylesheets/unify.css */
  .g-pr-8--sm {
    padding-right: 0.57143rem !important;
  }
  /* line 32525, app/assets/stylesheets/unify.css */
  .g-pr-9--sm {
    padding-right: 0.64286rem !important;
  }
  /* P */
  /* line 32528, app/assets/stylesheets/unify.css */
  .g-pr-10--sm {
    padding-right: 0.71429rem !important;
  }
  /* P */
  /* line 32531, app/assets/stylesheets/unify.css */
  .g-pr-15--sm {
    padding-right: 1.07143rem !important;
  }
  /* P */
  /* line 32534, app/assets/stylesheets/unify.css */
  .g-pr-20--sm {
    padding-right: 1.42857rem !important;
  }
  /* P */
  /* line 32537, app/assets/stylesheets/unify.css */
  .g-pr-25--sm {
    padding-right: 1.78571rem !important;
  }
  /* P */
  /* line 32540, app/assets/stylesheets/unify.css */
  .g-pr-30--sm {
    padding-right: 2.14286rem !important;
  }
  /* P */
  /* line 32543, app/assets/stylesheets/unify.css */
  .g-pr-35--sm {
    padding-right: 2.5rem !important;
  }
  /* P */
  /* line 32546, app/assets/stylesheets/unify.css */
  .g-pr-40--sm {
    padding-right: 2.85714rem !important;
  }
  /* P */
  /* line 32549, app/assets/stylesheets/unify.css */
  .g-pr-45--sm {
    padding-right: 3.21429rem !important;
  }
  /* P */
  /* line 32552, app/assets/stylesheets/unify.css */
  .g-pr-50--sm {
    padding-right: 3.57143rem !important;
  }
  /* P */
  /* line 32555, app/assets/stylesheets/unify.css */
  .g-pr-55--sm {
    padding-right: 3.92857rem !important;
  }
  /* P */
  /* line 32558, app/assets/stylesheets/unify.css */
  .g-pr-60--sm {
    padding-right: 4.28571rem !important;
  }
  /* P */
  /* line 32561, app/assets/stylesheets/unify.css */
  .g-pr-65--sm {
    padding-right: 4.64286rem !important;
  }
  /* P */
  /* line 32564, app/assets/stylesheets/unify.css */
  .g-pr-70--sm {
    padding-right: 5rem !important;
  }
  /* P */
  /* line 32567, app/assets/stylesheets/unify.css */
  .g-pr-75--sm {
    padding-right: 5.35714rem !important;
  }
  /* P */
  /* line 32570, app/assets/stylesheets/unify.css */
  .g-pr-80--sm {
    padding-right: 5.71429rem !important;
  }
  /* P */
  /* line 32573, app/assets/stylesheets/unify.css */
  .g-pr-85--sm {
    padding-right: 6.07143rem !important;
  }
  /* P */
  /* line 32576, app/assets/stylesheets/unify.css */
  .g-pr-90--sm {
    padding-right: 6.42857rem !important;
  }
  /* P */
  /* line 32579, app/assets/stylesheets/unify.css */
  .g-pr-95--sm {
    padding-right: 6.78571rem !important;
  }
  /* P */
  /* line 32582, app/assets/stylesheets/unify.css */
  .g-pr-100--sm {
    padding-right: 7.14286rem !important;
  }
  /* P */
  /* line 32585, app/assets/stylesheets/unify.css */
  .g-pr-105--sm {
    padding-right: 7.5rem !important;
  }
  /* P */
  /* line 32588, app/assets/stylesheets/unify.css */
  .g-pr-110--sm {
    padding-right: 7.85714rem !important;
  }
  /* P */
  /* line 32591, app/assets/stylesheets/unify.css */
  .g-pr-115--sm {
    padding-right: 8.21429rem !important;
  }
  /* P */
  /* line 32594, app/assets/stylesheets/unify.css */
  .g-pr-120--sm {
    padding-right: 8.57143rem !important;
  }
  /* P */
  /* line 32597, app/assets/stylesheets/unify.css */
  .g-pr-125--sm {
    padding-right: 8.92857rem !important;
  }
  /* P */
  /* line 32600, app/assets/stylesheets/unify.css */
  .g-pr-130--sm {
    padding-right: 9.28571rem !important;
  }
  /* P */
  /* line 32603, app/assets/stylesheets/unify.css */
  .g-pr-135--sm {
    padding-right: 9.64286rem !important;
  }
  /* P */
  /* line 32606, app/assets/stylesheets/unify.css */
  .g-pr-140--sm {
    padding-right: 10rem !important;
  }
  /* P */
  /* line 32609, app/assets/stylesheets/unify.css */
  .g-pr-145--sm {
    padding-right: 10.35714rem !important;
  }
  /* P */
  /* line 32612, app/assets/stylesheets/unify.css */
  .g-pr-150--sm {
    padding-right: 10.71429rem !important;
  }
  /* P */
  /* line 32615, app/assets/stylesheets/unify.css */
  .g-pr-155--sm {
    padding-right: 11.07143rem !important;
  }
  /* P */
  /* line 32618, app/assets/stylesheets/unify.css */
  .g-pr-160--sm {
    padding-right: 11.42857rem !important;
  }
  /* P */
  /* line 32621, app/assets/stylesheets/unify.css */
  .g-pr-165--sm {
    padding-right: 11.78571rem !important;
  }
  /* P */
  /* line 32624, app/assets/stylesheets/unify.css */
  .g-pr-170--sm {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  /* line 32627, app/assets/stylesheets/unify.css */
  .g-pb-0--sm {
    padding-bottom: 0px !important;
  }
  /* line 32629, app/assets/stylesheets/unify.css */
  .g-pb-1--sm {
    padding-bottom: 0.07143rem !important;
  }
  /* line 32631, app/assets/stylesheets/unify.css */
  .g-pb-2--sm {
    padding-bottom: 0.14286rem !important;
  }
  /* line 32633, app/assets/stylesheets/unify.css */
  .g-pb-3--sm {
    padding-bottom: 0.21429rem !important;
  }
  /* line 32635, app/assets/stylesheets/unify.css */
  .g-pb-4--sm {
    padding-bottom: 0.28571rem !important;
  }
  /* line 32637, app/assets/stylesheets/unify.css */
  .g-pb-5--sm {
    padding-bottom: 0.35714rem !important;
  }
  /* line 32639, app/assets/stylesheets/unify.css */
  .g-pb-6--sm {
    padding-bottom: 0.42857rem !important;
  }
  /* line 32641, app/assets/stylesheets/unify.css */
  .g-pb-7--sm {
    padding-bottom: 0.5rem !important;
  }
  /* line 32643, app/assets/stylesheets/unify.css */
  .g-pb-8--sm {
    padding-bottom: 0.57143rem !important;
  }
  /* line 32645, app/assets/stylesheets/unify.css */
  .g-pb-9--sm {
    padding-bottom: 0.64286rem !important;
  }
  /* line 32647, app/assets/stylesheets/unify.css */
  .g-pb-10--sm {
    padding-bottom: 0.71429rem !important;
  }
  /* line 32649, app/assets/stylesheets/unify.css */
  .g-pb-15--sm {
    padding-bottom: 1.07143rem !important;
  }
  /* line 32651, app/assets/stylesheets/unify.css */
  .g-pb-20--sm {
    padding-bottom: 1.42857rem !important;
  }
  /* line 32653, app/assets/stylesheets/unify.css */
  .g-pb-25--sm {
    padding-bottom: 1.78571rem !important;
  }
  /* line 32655, app/assets/stylesheets/unify.css */
  .g-pb-30--sm {
    padding-bottom: 2.14286rem !important;
  }
  /* line 32657, app/assets/stylesheets/unify.css */
  .g-pb-35--sm {
    padding-bottom: 2.5rem !important;
  }
  /* line 32659, app/assets/stylesheets/unify.css */
  .g-pb-40--sm {
    padding-bottom: 2.85714rem !important;
  }
  /* line 32661, app/assets/stylesheets/unify.css */
  .g-pb-45--sm {
    padding-bottom: 3.21429rem !important;
  }
  /* line 32663, app/assets/stylesheets/unify.css */
  .g-pb-50--sm {
    padding-bottom: 3.57143rem !important;
  }
  /* line 32665, app/assets/stylesheets/unify.css */
  .g-pb-55--sm {
    padding-bottom: 3.92857rem !important;
  }
  /* line 32667, app/assets/stylesheets/unify.css */
  .g-pb-60--sm {
    padding-bottom: 4.28571rem !important;
  }
  /* line 32669, app/assets/stylesheets/unify.css */
  .g-pb-65--sm {
    padding-bottom: 4.64286rem !important;
  }
  /* line 32671, app/assets/stylesheets/unify.css */
  .g-pb-70--sm {
    padding-bottom: 5rem !important;
  }
  /* line 32673, app/assets/stylesheets/unify.css */
  .g-pb-75--sm {
    padding-bottom: 5.35714rem !important;
  }
  /* line 32675, app/assets/stylesheets/unify.css */
  .g-pb-80--sm {
    padding-bottom: 5.71429rem !important;
  }
  /* line 32677, app/assets/stylesheets/unify.css */
  .g-pb-85--sm {
    padding-bottom: 6.07143rem !important;
  }
  /* line 32679, app/assets/stylesheets/unify.css */
  .g-pb-90--sm {
    padding-bottom: 6.42857rem !important;
  }
  /* line 32681, app/assets/stylesheets/unify.css */
  .g-pb-95--sm {
    padding-bottom: 6.78571rem !important;
  }
  /* line 32683, app/assets/stylesheets/unify.css */
  .g-pb-100--sm {
    padding-bottom: 7.14286rem !important;
  }
  /* line 32685, app/assets/stylesheets/unify.css */
  .g-pb-105--sm {
    padding-bottom: 7.5rem !important;
  }
  /* line 32687, app/assets/stylesheets/unify.css */
  .g-pb-110--sm {
    padding-bottom: 7.85714rem !important;
  }
  /* line 32689, app/assets/stylesheets/unify.css */
  .g-pb-115--sm {
    padding-bottom: 8.21429rem !important;
  }
  /* line 32691, app/assets/stylesheets/unify.css */
  .g-pb-120--sm {
    padding-bottom: 8.57143rem !important;
  }
  /* line 32693, app/assets/stylesheets/unify.css */
  .g-pb-125--sm {
    padding-bottom: 8.92857rem !important;
  }
  /* line 32695, app/assets/stylesheets/unify.css */
  .g-pb-130--sm {
    padding-bottom: 9.28571rem !important;
  }
  /* line 32697, app/assets/stylesheets/unify.css */
  .g-pb-135--sm {
    padding-bottom: 9.64286rem !important;
  }
  /* line 32699, app/assets/stylesheets/unify.css */
  .g-pb-140--sm {
    padding-bottom: 10rem !important;
  }
  /* line 32701, app/assets/stylesheets/unify.css */
  .g-pb-145--sm {
    padding-bottom: 10.35714rem !important;
  }
  /* line 32703, app/assets/stylesheets/unify.css */
  .g-pb-150--sm {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  /* line 32706, app/assets/stylesheets/unify.css */
  .g-pl-0--sm {
    padding-left: 0px !important;
  }
  /* line 32708, app/assets/stylesheets/unify.css */
  .g-pl-1--sm {
    padding-left: 0.07143rem !important;
  }
  /* line 32710, app/assets/stylesheets/unify.css */
  .g-pl-2--sm {
    padding-left: 0.14286rem !important;
  }
  /* line 32712, app/assets/stylesheets/unify.css */
  .g-pl-3--sm {
    padding-left: 0.21429rem !important;
  }
  /* line 32714, app/assets/stylesheets/unify.css */
  .g-pl-4--sm {
    padding-left: 0.28571rem !important;
  }
  /* line 32716, app/assets/stylesheets/unify.css */
  .g-pl-5--sm {
    padding-left: 0.35714rem !important;
  }
  /* line 32718, app/assets/stylesheets/unify.css */
  .g-pl-6--sm {
    padding-left: 0.42857rem !important;
  }
  /* line 32720, app/assets/stylesheets/unify.css */
  .g-pl-7--sm {
    padding-left: 0.5rem !important;
  }
  /* line 32722, app/assets/stylesheets/unify.css */
  .g-pl-8--sm {
    padding-left: 0.57143rem !important;
  }
  /* line 32724, app/assets/stylesheets/unify.css */
  .g-pl-9--sm {
    padding-left: 0.64286rem !important;
  }
  /* P */
  /* line 32727, app/assets/stylesheets/unify.css */
  .g-pl-10--sm {
    padding-left: 0.71429rem !important;
  }
  /* P */
  /* line 32730, app/assets/stylesheets/unify.css */
  .g-pl-15--sm {
    padding-left: 1.07143rem !important;
  }
  /* P */
  /* line 32733, app/assets/stylesheets/unify.css */
  .g-pl-20--sm {
    padding-left: 1.42857rem !important;
  }
  /* P */
  /* line 32736, app/assets/stylesheets/unify.css */
  .g-pl-25--sm {
    padding-left: 1.78571rem !important;
  }
  /* P */
  /* line 32739, app/assets/stylesheets/unify.css */
  .g-pl-30--sm {
    padding-left: 2.14286rem !important;
  }
  /* P */
  /* line 32742, app/assets/stylesheets/unify.css */
  .g-pl-35--sm {
    padding-left: 2.5rem !important;
  }
  /* P */
  /* line 32745, app/assets/stylesheets/unify.css */
  .g-pl-40--sm {
    padding-left: 2.85714rem !important;
  }
  /* P */
  /* line 32748, app/assets/stylesheets/unify.css */
  .g-pl-45--sm {
    padding-left: 3.21429rem !important;
  }
  /* P */
  /* line 32751, app/assets/stylesheets/unify.css */
  .g-pl-50--sm {
    padding-left: 3.57143rem !important;
  }
  /* P */
  /* line 32754, app/assets/stylesheets/unify.css */
  .g-pl-55--sm {
    padding-left: 3.92857rem !important;
  }
  /* P */
  /* line 32757, app/assets/stylesheets/unify.css */
  .g-pl-60--sm {
    padding-left: 4.28571rem !important;
  }
  /* P */
  /* line 32760, app/assets/stylesheets/unify.css */
  .g-pl-65--sm {
    padding-left: 4.64286rem !important;
  }
  /* P */
  /* line 32763, app/assets/stylesheets/unify.css */
  .g-pl-70--sm {
    padding-left: 5rem !important;
  }
  /* P */
  /* line 32766, app/assets/stylesheets/unify.css */
  .g-pl-75--sm {
    padding-left: 5.35714rem !important;
  }
  /* P */
  /* line 32769, app/assets/stylesheets/unify.css */
  .g-pl-80--sm {
    padding-left: 5.71429rem !important;
  }
  /* P */
  /* line 32772, app/assets/stylesheets/unify.css */
  .g-pl-85--sm {
    padding-left: 6.07143rem !important;
  }
  /* P */
  /* line 32775, app/assets/stylesheets/unify.css */
  .g-pl-90--sm {
    padding-left: 6.42857rem !important;
  }
  /* P */
  /* line 32778, app/assets/stylesheets/unify.css */
  .g-pl-95--sm {
    padding-left: 6.78571rem !important;
  }
  /* P */
  /* line 32781, app/assets/stylesheets/unify.css */
  .g-pl-100--sm {
    padding-left: 7.14286rem !important;
  }
  /* P */
  /* line 32784, app/assets/stylesheets/unify.css */
  .g-pl-105--sm {
    padding-left: 7.5rem !important;
  }
  /* P */
  /* line 32787, app/assets/stylesheets/unify.css */
  .g-pl-110--sm {
    padding-left: 7.85714rem !important;
  }
  /* P */
  /* line 32790, app/assets/stylesheets/unify.css */
  .g-pl-115--sm {
    padding-left: 8.21429rem !important;
  }
  /* P */
  /* line 32793, app/assets/stylesheets/unify.css */
  .g-pl-120--sm {
    padding-left: 8.57143rem !important;
  }
  /* P */
  /* line 32796, app/assets/stylesheets/unify.css */
  .g-pl-125--sm {
    padding-left: 8.92857rem !important;
  }
  /* P */
  /* line 32799, app/assets/stylesheets/unify.css */
  .g-pl-130--sm {
    padding-left: 9.28571rem !important;
  }
  /* P */
  /* line 32802, app/assets/stylesheets/unify.css */
  .g-pl-135--sm {
    padding-left: 9.64286rem !important;
  }
  /* P */
  /* line 32805, app/assets/stylesheets/unify.css */
  .g-pl-140--sm {
    padding-left: 10rem !important;
  }
  /* P */
  /* line 32808, app/assets/stylesheets/unify.css */
  .g-pl-145--sm {
    padding-left: 10.35714rem !important;
  }
  /* P */
  /* line 32811, app/assets/stylesheets/unify.css */
  .g-pl-150--sm {
    padding-left: 10.71429rem !important;
  }
  /* P */
  /* line 32814, app/assets/stylesheets/unify.css */
  .g-pl-155--sm {
    padding-left: 11.07143rem !important;
  }
  /* P */
  /* line 32817, app/assets/stylesheets/unify.css */
  .g-pl-160--sm {
    padding-left: 11.42857rem !important;
  }
  /* P */
  /* line 32820, app/assets/stylesheets/unify.css */
  .g-pl-165--sm {
    padding-left: 11.78571rem !important;
  }
  /* P */
  /* line 32823, app/assets/stylesheets/unify.css */
  .g-pl-170--sm {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (md)
------------------------------------*/
/* P */
@media (min-width: 768px) {
  /* line 32830, app/assets/stylesheets/unify.css */
  .g-pa-0--md {
    padding: 0 !important;
  }
  /* line 32832, app/assets/stylesheets/unify.css */
  .g-px-0--md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 32835, app/assets/stylesheets/unify.css */
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 32838, app/assets/stylesheets/unify.css */
  .g-pl-0--md {
    padding-left: 0 !important;
  }
  /* line 32840, app/assets/stylesheets/unify.css */
  .g-pr-0--md {
    padding-right: 0 !important;
  }
  /* line 32842, app/assets/stylesheets/unify.css */
  .g-pt-0--md {
    padding-top: 0 !important;
  }
  /* line 32844, app/assets/stylesheets/unify.css */
  .g-pb-0--md {
    padding-bottom: 0 !important;
  }
  /* Padding Around */
  /* line 32847, app/assets/stylesheets/unify.css */
  .g-pa-2--md {
    padding: 0.14286rem !important;
  }
  /* line 32849, app/assets/stylesheets/unify.css */
  .g-pa-3--md {
    padding: 0.21429rem !important;
  }
  /* line 32851, app/assets/stylesheets/unify.css */
  .g-pa-5--md {
    padding: 0.35714rem !important;
  }
  /* line 32853, app/assets/stylesheets/unify.css */
  .g-pa-7--md {
    padding: 0.5rem !important;
  }
  /* line 32855, app/assets/stylesheets/unify.css */
  .g-pa-10--md {
    padding: 0.71429rem !important;
  }
  /* line 32857, app/assets/stylesheets/unify.css */
  .g-pa-15--md {
    padding: 1.07143rem !important;
  }
  /* line 32859, app/assets/stylesheets/unify.css */
  .g-pa-20--md {
    padding: 1.42857rem !important;
  }
  /* line 32861, app/assets/stylesheets/unify.css */
  .g-pa-25--md {
    padding: 1.78571rem !important;
  }
  /* line 32863, app/assets/stylesheets/unify.css */
  .g-pa-30--md {
    padding: 2.14286rem !important;
  }
  /* line 32865, app/assets/stylesheets/unify.css */
  .g-pa-35--md {
    padding: 2.5rem !important;
  }
  /* line 32867, app/assets/stylesheets/unify.css */
  .g-pa-40--md {
    padding: 2.85714rem !important;
  }
  /* line 32869, app/assets/stylesheets/unify.css */
  .g-pa-45--md {
    padding: 3.21429rem !important;
  }
  /* line 32871, app/assets/stylesheets/unify.css */
  .g-pa-50--md {
    padding: 3.57143rem !important;
  }
  /* line 32873, app/assets/stylesheets/unify.css */
  .g-pa-55--md {
    padding: 3.92857rem !important;
  }
  /* line 32875, app/assets/stylesheets/unify.css */
  .g-pa-60--md {
    padding: 4.28571rem !important;
  }
  /* line 32877, app/assets/stylesheets/unify.css */
  .g-pa-65--md {
    padding: 4.64286rem !important;
  }
  /* line 32879, app/assets/stylesheets/unify.css */
  .g-pa-70--md {
    padding: 5rem !important;
  }
  /* line 32881, app/assets/stylesheets/unify.css */
  .g-pa-75--md {
    padding: 5.35714rem !important;
  }
  /* line 32883, app/assets/stylesheets/unify.css */
  .g-pa-80--md {
    padding: 5.71429rem !important;
  }
  /* line 32885, app/assets/stylesheets/unify.css */
  .g-pa-85--md {
    padding: 6.07143rem !important;
  }
  /* line 32887, app/assets/stylesheets/unify.css */
  .g-pa-90--md {
    padding: 6.42857rem !important;
  }
  /* line 32889, app/assets/stylesheets/unify.css */
  .g-pa-95--md {
    padding: 6.78571rem !important;
  }
  /* line 32891, app/assets/stylesheets/unify.css */
  .g-pa-100--md {
    padding: 7.14286rem !important;
  }
  /* line 32893, app/assets/stylesheets/unify.css */
  .g-pa-105--md {
    padding: 7.5rem !important;
  }
  /* line 32895, app/assets/stylesheets/unify.css */
  .g-pa-110--md {
    padding: 7.85714rem !important;
  }
  /* line 32897, app/assets/stylesheets/unify.css */
  .g-pa-115--md {
    padding: 8.21429rem !important;
  }
  /* line 32899, app/assets/stylesheets/unify.css */
  .g-pa-120--md {
    padding: 8.57143rem !important;
  }
  /* line 32901, app/assets/stylesheets/unify.css */
  .g-pa-125--md {
    padding: 8.92857rem !important;
  }
  /* line 32903, app/assets/stylesheets/unify.css */
  .g-pa-130--md {
    padding: 9.28571rem !important;
  }
  /* line 32905, app/assets/stylesheets/unify.css */
  .g-pa-135--md {
    padding: 9.64286rem !important;
  }
  /* line 32907, app/assets/stylesheets/unify.css */
  .g-pa-140--md {
    padding: 10rem !important;
  }
  /* line 32909, app/assets/stylesheets/unify.css */
  .g-pa-145--md {
    padding: 10.35714rem !important;
  }
  /* line 32911, app/assets/stylesheets/unify.css */
  .g-pa-150--md {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  /* line 32914, app/assets/stylesheets/unify.css */
  .g-px-1--md {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  /* line 32917, app/assets/stylesheets/unify.css */
  .g-px-2--md {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  /* line 32920, app/assets/stylesheets/unify.css */
  .g-px-3--md {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  /* line 32923, app/assets/stylesheets/unify.css */
  .g-px-4--md {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  /* line 32926, app/assets/stylesheets/unify.css */
  .g-px-5--md {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  /* line 32929, app/assets/stylesheets/unify.css */
  .g-px-6--md {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  /* line 32932, app/assets/stylesheets/unify.css */
  .g-px-7--md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 32935, app/assets/stylesheets/unify.css */
  .g-px-8--md {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  /* line 32938, app/assets/stylesheets/unify.css */
  .g-px-9--md {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  /* line 32941, app/assets/stylesheets/unify.css */
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 32944, app/assets/stylesheets/unify.css */
  .g-px-11--md {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  /* line 32947, app/assets/stylesheets/unify.css */
  .g-px-12--md {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  /* line 32950, app/assets/stylesheets/unify.css */
  .g-px-13--md {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  /* line 32953, app/assets/stylesheets/unify.css */
  .g-px-14--md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 32956, app/assets/stylesheets/unify.css */
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 32959, app/assets/stylesheets/unify.css */
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 32962, app/assets/stylesheets/unify.css */
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 32965, app/assets/stylesheets/unify.css */
  .g-px-20--md {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  /* line 32968, app/assets/stylesheets/unify.css */
  .g-px-25--md {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  /* line 32971, app/assets/stylesheets/unify.css */
  .g-px-30--md {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  /* line 32974, app/assets/stylesheets/unify.css */
  .g-px-35--md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 32977, app/assets/stylesheets/unify.css */
  .g-px-40--md {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  /* line 32980, app/assets/stylesheets/unify.css */
  .g-px-45--md {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  /* line 32983, app/assets/stylesheets/unify.css */
  .g-px-50--md {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  /* line 32986, app/assets/stylesheets/unify.css */
  .g-px-55--md {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  /* line 32989, app/assets/stylesheets/unify.css */
  .g-px-60--md {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  /* line 32992, app/assets/stylesheets/unify.css */
  .g-px-65--md {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  /* line 32995, app/assets/stylesheets/unify.css */
  .g-px-70--md {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 32998, app/assets/stylesheets/unify.css */
  .g-px-75--md {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  /* line 33001, app/assets/stylesheets/unify.css */
  .g-px-80--md {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  /* line 33004, app/assets/stylesheets/unify.css */
  .g-px-85--md {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  /* line 33007, app/assets/stylesheets/unify.css */
  .g-px-90--md {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  /* line 33010, app/assets/stylesheets/unify.css */
  .g-px-95--md {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  /* line 33013, app/assets/stylesheets/unify.css */
  .g-px-100--md {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  /* line 33016, app/assets/stylesheets/unify.css */
  .g-px-105--md {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  /* line 33019, app/assets/stylesheets/unify.css */
  .g-px-110--md {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  /* line 33022, app/assets/stylesheets/unify.css */
  .g-px-115--md {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  /* line 33025, app/assets/stylesheets/unify.css */
  .g-px-120--md {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  /* line 33028, app/assets/stylesheets/unify.css */
  .g-px-125--md {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  /* line 33031, app/assets/stylesheets/unify.css */
  .g-px-130--md {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  /* line 33034, app/assets/stylesheets/unify.css */
  .g-px-135--md {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  /* line 33037, app/assets/stylesheets/unify.css */
  .g-px-140--md {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 33040, app/assets/stylesheets/unify.css */
  .g-px-145--md {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  /* line 33043, app/assets/stylesheets/unify.css */
  .g-px-150--md {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  /* line 33047, app/assets/stylesheets/unify.css */
  .g-py-1--md {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  /* line 33050, app/assets/stylesheets/unify.css */
  .g-py-2--md {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  /* line 33053, app/assets/stylesheets/unify.css */
  .g-py-3--md {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  /* line 33056, app/assets/stylesheets/unify.css */
  .g-py-4--md {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  /* line 33059, app/assets/stylesheets/unify.css */
  .g-py-5--md {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 33062, app/assets/stylesheets/unify.css */
  .g-py-6--md {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  /* line 33065, app/assets/stylesheets/unify.css */
  .g-py-7--md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 33068, app/assets/stylesheets/unify.css */
  .g-py-8--md {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  /* line 33071, app/assets/stylesheets/unify.css */
  .g-py-9--md {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  /* line 33074, app/assets/stylesheets/unify.css */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* line 33077, app/assets/stylesheets/unify.css */
  .g-py-11--md {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  /* line 33080, app/assets/stylesheets/unify.css */
  .g-py-12--md {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  /* line 33083, app/assets/stylesheets/unify.css */
  .g-py-13--md {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  /* line 33086, app/assets/stylesheets/unify.css */
  .g-py-14--md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 33089, app/assets/stylesheets/unify.css */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* line 33092, app/assets/stylesheets/unify.css */
  .g-py-16--md {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  /* line 33095, app/assets/stylesheets/unify.css */
  .g-py-17--md {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  /* line 33098, app/assets/stylesheets/unify.css */
  .g-py-18--md {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  /* line 33101, app/assets/stylesheets/unify.css */
  .g-py-19--md {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  /* line 33105, app/assets/stylesheets/unify.css */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  /* line 33109, app/assets/stylesheets/unify.css */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  /* line 33113, app/assets/stylesheets/unify.css */
  .g-py-20--md {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  /* line 33117, app/assets/stylesheets/unify.css */
  .g-py-25--md {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  /* line 33121, app/assets/stylesheets/unify.css */
  .g-py-30--md {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  /* line 33125, app/assets/stylesheets/unify.css */
  .g-py-35--md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  /* line 33129, app/assets/stylesheets/unify.css */
  .g-py-40--md {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  /* line 33133, app/assets/stylesheets/unify.css */
  .g-py-45--md {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  /* line 33137, app/assets/stylesheets/unify.css */
  .g-py-50--md {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  /* line 33141, app/assets/stylesheets/unify.css */
  .g-py-55--md {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  /* line 33145, app/assets/stylesheets/unify.css */
  .g-py-60--md {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  /* line 33149, app/assets/stylesheets/unify.css */
  .g-py-65--md {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  /* line 33153, app/assets/stylesheets/unify.css */
  .g-py-70--md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  /* line 33157, app/assets/stylesheets/unify.css */
  .g-py-75--md {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  /* line 33161, app/assets/stylesheets/unify.css */
  .g-py-80--md {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  /* line 33165, app/assets/stylesheets/unify.css */
  .g-py-85--md {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  /* line 33169, app/assets/stylesheets/unify.css */
  .g-py-90--md {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  /* line 33173, app/assets/stylesheets/unify.css */
  .g-py-95--md {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  /* line 33177, app/assets/stylesheets/unify.css */
  .g-py-100--md {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  /* line 33181, app/assets/stylesheets/unify.css */
  .g-py-105--md {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  /* line 33185, app/assets/stylesheets/unify.css */
  .g-py-110--md {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  /* line 33189, app/assets/stylesheets/unify.css */
  .g-py-115--md {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  /* line 33193, app/assets/stylesheets/unify.css */
  .g-py-120--md {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  /* line 33197, app/assets/stylesheets/unify.css */
  .g-py-125--md {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  /* line 33201, app/assets/stylesheets/unify.css */
  .g-py-130--md {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  /* line 33205, app/assets/stylesheets/unify.css */
  .g-py-135--md {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  /* line 33209, app/assets/stylesheets/unify.css */
  .g-py-140--md {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  /* line 33213, app/assets/stylesheets/unify.css */
  .g-py-145--md {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  /* line 33217, app/assets/stylesheets/unify.css */
  .g-py-150--md {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  /* line 33221, app/assets/stylesheets/unify.css */
  .g-py-155--md {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  /* line 33225, app/assets/stylesheets/unify.css */
  .g-py-160--md {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  /* line 33229, app/assets/stylesheets/unify.css */
  .g-py-165--md {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  /* line 33233, app/assets/stylesheets/unify.css */
  .g-py-170--md {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  /* line 33237, app/assets/stylesheets/unify.css */
  .g-py-175--md {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  /* line 33241, app/assets/stylesheets/unify.css */
  .g-py-180--md {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  /* line 33245, app/assets/stylesheets/unify.css */
  .g-py-185--md {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  /* line 33249, app/assets/stylesheets/unify.css */
  .g-py-190--md {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  /* line 33253, app/assets/stylesheets/unify.css */
  .g-py-195--md {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  /* line 33257, app/assets/stylesheets/unify.css */
  .g-py-200--md {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  /* line 33261, app/assets/stylesheets/unify.css */
  .g-py-205--md {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  /* line 33265, app/assets/stylesheets/unify.css */
  .g-py-210--md {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  /* line 33269, app/assets/stylesheets/unify.css */
  .g-pt-0--md {
    padding-top: 0px !important;
  }
  /* line 33271, app/assets/stylesheets/unify.css */
  .g-pt-1--md {
    padding-top: 0.07143rem !important;
  }
  /* line 33273, app/assets/stylesheets/unify.css */
  .g-pt-2--md {
    padding-top: 0.14286rem !important;
  }
  /* line 33275, app/assets/stylesheets/unify.css */
  .g-pt-3--md {
    padding-top: 0.21429rem !important;
  }
  /* line 33277, app/assets/stylesheets/unify.css */
  .g-pt-4--md {
    padding-top: 0.28571rem !important;
  }
  /* line 33279, app/assets/stylesheets/unify.css */
  .g-pt-5--md {
    padding-top: 0.35714rem !important;
  }
  /* line 33281, app/assets/stylesheets/unify.css */
  .g-pt-6--md {
    padding-top: 0.42857rem !important;
  }
  /* line 33283, app/assets/stylesheets/unify.css */
  .g-pt-7--md {
    padding-top: 0.5rem !important;
  }
  /* line 33285, app/assets/stylesheets/unify.css */
  .g-pt-8--md {
    padding-top: 0.57143rem !important;
  }
  /* line 33287, app/assets/stylesheets/unify.css */
  .g-pt-9--md {
    padding-top: 0.64286rem !important;
  }
  /* line 33289, app/assets/stylesheets/unify.css */
  .g-pt-10--md {
    padding-top: 0.71429rem !important;
  }
  /* line 33291, app/assets/stylesheets/unify.css */
  .g-pt-15--md {
    padding-top: 1.07143rem !important;
  }
  /* line 33293, app/assets/stylesheets/unify.css */
  .g-pt-20--md {
    padding-top: 1.42857rem !important;
  }
  /* line 33295, app/assets/stylesheets/unify.css */
  .g-pt-25--md {
    padding-top: 1.78571rem !important;
  }
  /* line 33297, app/assets/stylesheets/unify.css */
  .g-pt-30--md {
    padding-top: 2.14286rem !important;
  }
  /* line 33299, app/assets/stylesheets/unify.css */
  .g-pt-35--md {
    padding-top: 2.5rem !important;
  }
  /* line 33301, app/assets/stylesheets/unify.css */
  .g-pt-40--md {
    padding-top: 2.85714rem !important;
  }
  /* line 33303, app/assets/stylesheets/unify.css */
  .g-pt-45--md {
    padding-top: 3.21429rem !important;
  }
  /* line 33305, app/assets/stylesheets/unify.css */
  .g-pt-50--md {
    padding-top: 3.57143rem !important;
  }
  /* line 33307, app/assets/stylesheets/unify.css */
  .g-pt-55--md {
    padding-top: 3.92857rem !important;
  }
  /* line 33309, app/assets/stylesheets/unify.css */
  .g-pt-60--md {
    padding-top: 4.28571rem !important;
  }
  /* line 33311, app/assets/stylesheets/unify.css */
  .g-pt-65--md {
    padding-top: 4.64286rem !important;
  }
  /* line 33313, app/assets/stylesheets/unify.css */
  .g-pt-70--md {
    padding-top: 5rem !important;
  }
  /* line 33315, app/assets/stylesheets/unify.css */
  .g-pt-75--md {
    padding-top: 5.35714rem !important;
  }
  /* line 33317, app/assets/stylesheets/unify.css */
  .g-pt-80--md {
    padding-top: 5.71429rem !important;
  }
  /* line 33319, app/assets/stylesheets/unify.css */
  .g-pt-85--md {
    padding-top: 6.07143rem !important;
  }
  /* line 33321, app/assets/stylesheets/unify.css */
  .g-pt-90--md {
    padding-top: 6.42857rem !important;
  }
  /* line 33323, app/assets/stylesheets/unify.css */
  .g-pt-95--md {
    padding-top: 6.78571rem !important;
  }
  /* line 33325, app/assets/stylesheets/unify.css */
  .g-pt-100--md {
    padding-top: 7.14286rem !important;
  }
  /* line 33327, app/assets/stylesheets/unify.css */
  .g-pt-105--md {
    padding-top: 7.5rem !important;
  }
  /* line 33329, app/assets/stylesheets/unify.css */
  .g-pt-110--md {
    padding-top: 7.85714rem !important;
  }
  /* line 33331, app/assets/stylesheets/unify.css */
  .g-pt-115--md {
    padding-top: 8.21429rem !important;
  }
  /* line 33333, app/assets/stylesheets/unify.css */
  .g-pt-120--md {
    padding-top: 8.57143rem !important;
  }
  /* line 33335, app/assets/stylesheets/unify.css */
  .g-pt-125--md {
    padding-top: 8.92857rem !important;
  }
  /* line 33337, app/assets/stylesheets/unify.css */
  .g-pt-130--md {
    padding-top: 9.28571rem !important;
  }
  /* line 33339, app/assets/stylesheets/unify.css */
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }
  /* line 33341, app/assets/stylesheets/unify.css */
  .g-pt-140--md {
    padding-top: 10rem !important;
  }
  /* line 33343, app/assets/stylesheets/unify.css */
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }
  /* line 33345, app/assets/stylesheets/unify.css */
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  /* line 33348, app/assets/stylesheets/unify.css */
  .g-pr-0--md {
    padding-right: 0px !important;
  }
  /* line 33350, app/assets/stylesheets/unify.css */
  .g-pr-1--md {
    padding-right: 0.07143rem !important;
  }
  /* line 33352, app/assets/stylesheets/unify.css */
  .g-pr-2--md {
    padding-right: 0.14286rem !important;
  }
  /* line 33354, app/assets/stylesheets/unify.css */
  .g-pr-3--md {
    padding-right: 0.21429rem !important;
  }
  /* line 33356, app/assets/stylesheets/unify.css */
  .g-pr-4--md {
    padding-right: 0.28571rem !important;
  }
  /* line 33358, app/assets/stylesheets/unify.css */
  .g-pr-5--md {
    padding-right: 0.35714rem !important;
  }
  /* line 33360, app/assets/stylesheets/unify.css */
  .g-pr-6--md {
    padding-right: 0.42857rem !important;
  }
  /* line 33362, app/assets/stylesheets/unify.css */
  .g-pr-7--md {
    padding-right: 0.5rem !important;
  }
  /* line 33364, app/assets/stylesheets/unify.css */
  .g-pr-8--md {
    padding-right: 0.57143rem !important;
  }
  /* line 33366, app/assets/stylesheets/unify.css */
  .g-pr-9--md {
    padding-right: 0.64286rem !important;
  }
  /* P */
  /* line 33369, app/assets/stylesheets/unify.css */
  .g-pr-10--md {
    padding-right: 0.71429rem !important;
  }
  /* P */
  /* line 33372, app/assets/stylesheets/unify.css */
  .g-pr-15--md {
    padding-right: 1.07143rem !important;
  }
  /* P */
  /* line 33375, app/assets/stylesheets/unify.css */
  .g-pr-20--md {
    padding-right: 1.42857rem !important;
  }
  /* P */
  /* line 33378, app/assets/stylesheets/unify.css */
  .g-pr-25--md {
    padding-right: 1.78571rem !important;
  }
  /* P */
  /* line 33381, app/assets/stylesheets/unify.css */
  .g-pr-30--md {
    padding-right: 2.14286rem !important;
  }
  /* P */
  /* line 33384, app/assets/stylesheets/unify.css */
  .g-pr-35--md {
    padding-right: 2.5rem !important;
  }
  /* P */
  /* line 33387, app/assets/stylesheets/unify.css */
  .g-pr-40--md {
    padding-right: 2.85714rem !important;
  }
  /* P */
  /* line 33390, app/assets/stylesheets/unify.css */
  .g-pr-45--md {
    padding-right: 3.21429rem !important;
  }
  /* P */
  /* line 33393, app/assets/stylesheets/unify.css */
  .g-pr-50--md {
    padding-right: 3.57143rem !important;
  }
  /* P */
  /* line 33396, app/assets/stylesheets/unify.css */
  .g-pr-55--md {
    padding-right: 3.92857rem !important;
  }
  /* P */
  /* line 33399, app/assets/stylesheets/unify.css */
  .g-pr-60--md {
    padding-right: 4.28571rem !important;
  }
  /* P */
  /* line 33402, app/assets/stylesheets/unify.css */
  .g-pr-65--md {
    padding-right: 4.64286rem !important;
  }
  /* P */
  /* line 33405, app/assets/stylesheets/unify.css */
  .g-pr-70--md {
    padding-right: 5rem !important;
  }
  /* P */
  /* line 33408, app/assets/stylesheets/unify.css */
  .g-pr-75--md {
    padding-right: 5.35714rem !important;
  }
  /* P */
  /* line 33411, app/assets/stylesheets/unify.css */
  .g-pr-80--md {
    padding-right: 5.71429rem !important;
  }
  /* P */
  /* line 33414, app/assets/stylesheets/unify.css */
  .g-pr-85--md {
    padding-right: 6.07143rem !important;
  }
  /* P */
  /* line 33417, app/assets/stylesheets/unify.css */
  .g-pr-90--md {
    padding-right: 6.42857rem !important;
  }
  /* P */
  /* line 33420, app/assets/stylesheets/unify.css */
  .g-pr-95--md {
    padding-right: 6.78571rem !important;
  }
  /* P */
  /* line 33423, app/assets/stylesheets/unify.css */
  .g-pr-100--md {
    padding-right: 7.14286rem !important;
  }
  /* P */
  /* line 33426, app/assets/stylesheets/unify.css */
  .g-pr-105--md {
    padding-right: 7.5rem !important;
  }
  /* P */
  /* line 33429, app/assets/stylesheets/unify.css */
  .g-pr-110--md {
    padding-right: 7.85714rem !important;
  }
  /* P */
  /* line 33432, app/assets/stylesheets/unify.css */
  .g-pr-115--md {
    padding-right: 8.21429rem !important;
  }
  /* P */
  /* line 33435, app/assets/stylesheets/unify.css */
  .g-pr-120--md {
    padding-right: 8.57143rem !important;
  }
  /* P */
  /* line 33438, app/assets/stylesheets/unify.css */
  .g-pr-125--md {
    padding-right: 8.92857rem !important;
  }
  /* P */
  /* line 33441, app/assets/stylesheets/unify.css */
  .g-pr-130--md {
    padding-right: 9.28571rem !important;
  }
  /* P */
  /* line 33444, app/assets/stylesheets/unify.css */
  .g-pr-135--md {
    padding-right: 9.64286rem !important;
  }
  /* P */
  /* line 33447, app/assets/stylesheets/unify.css */
  .g-pr-140--md {
    padding-right: 10rem !important;
  }
  /* P */
  /* line 33450, app/assets/stylesheets/unify.css */
  .g-pr-145--md {
    padding-right: 10.35714rem !important;
  }
  /* P */
  /* line 33453, app/assets/stylesheets/unify.css */
  .g-pr-150--md {
    padding-right: 10.71429rem !important;
  }
  /* P */
  /* line 33456, app/assets/stylesheets/unify.css */
  .g-pr-155--md {
    padding-right: 11.07143rem !important;
  }
  /* P */
  /* line 33459, app/assets/stylesheets/unify.css */
  .g-pr-160--md {
    padding-right: 11.42857rem !important;
  }
  /* P */
  /* line 33462, app/assets/stylesheets/unify.css */
  .g-pr-165--md {
    padding-right: 11.78571rem !important;
  }
  /* P */
  /* line 33465, app/assets/stylesheets/unify.css */
  .g-pr-170--md {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  /* line 33468, app/assets/stylesheets/unify.css */
  .g-pb-0--md {
    padding-bottom: 0px !important;
  }
  /* line 33470, app/assets/stylesheets/unify.css */
  .g-pb-1--md {
    padding-bottom: 0.07143rem !important;
  }
  /* line 33472, app/assets/stylesheets/unify.css */
  .g-pb-2--md {
    padding-bottom: 0.14286rem !important;
  }
  /* line 33474, app/assets/stylesheets/unify.css */
  .g-pb-3--md {
    padding-bottom: 0.21429rem !important;
  }
  /* line 33476, app/assets/stylesheets/unify.css */
  .g-pb-4--md {
    padding-bottom: 0.28571rem !important;
  }
  /* line 33478, app/assets/stylesheets/unify.css */
  .g-pb-5--md {
    padding-bottom: 0.35714rem !important;
  }
  /* line 33480, app/assets/stylesheets/unify.css */
  .g-pb-6--md {
    padding-bottom: 0.42857rem !important;
  }
  /* line 33482, app/assets/stylesheets/unify.css */
  .g-pb-7--md {
    padding-bottom: 0.5rem !important;
  }
  /* line 33484, app/assets/stylesheets/unify.css */
  .g-pb-8--md {
    padding-bottom: 0.57143rem !important;
  }
  /* line 33486, app/assets/stylesheets/unify.css */
  .g-pb-9--md {
    padding-bottom: 0.64286rem !important;
  }
  /* line 33488, app/assets/stylesheets/unify.css */
  .g-pb-10--md {
    padding-bottom: 0.71429rem !important;
  }
  /* line 33490, app/assets/stylesheets/unify.css */
  .g-pb-15--md {
    padding-bottom: 1.07143rem !important;
  }
  /* line 33492, app/assets/stylesheets/unify.css */
  .g-pb-20--md {
    padding-bottom: 1.42857rem !important;
  }
  /* line 33494, app/assets/stylesheets/unify.css */
  .g-pb-25--md {
    padding-bottom: 1.78571rem !important;
  }
  /* line 33496, app/assets/stylesheets/unify.css */
  .g-pb-30--md {
    padding-bottom: 2.14286rem !important;
  }
  /* line 33498, app/assets/stylesheets/unify.css */
  .g-pb-35--md {
    padding-bottom: 2.5rem !important;
  }
  /* line 33500, app/assets/stylesheets/unify.css */
  .g-pb-40--md {
    padding-bottom: 2.85714rem !important;
  }
  /* line 33502, app/assets/stylesheets/unify.css */
  .g-pb-45--md {
    padding-bottom: 3.21429rem !important;
  }
  /* line 33504, app/assets/stylesheets/unify.css */
  .g-pb-50--md {
    padding-bottom: 3.57143rem !important;
  }
  /* line 33506, app/assets/stylesheets/unify.css */
  .g-pb-55--md {
    padding-bottom: 3.92857rem !important;
  }
  /* line 33508, app/assets/stylesheets/unify.css */
  .g-pb-60--md {
    padding-bottom: 4.28571rem !important;
  }
  /* line 33510, app/assets/stylesheets/unify.css */
  .g-pb-65--md {
    padding-bottom: 4.64286rem !important;
  }
  /* line 33512, app/assets/stylesheets/unify.css */
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }
  /* line 33514, app/assets/stylesheets/unify.css */
  .g-pb-75--md {
    padding-bottom: 5.35714rem !important;
  }
  /* line 33516, app/assets/stylesheets/unify.css */
  .g-pb-80--md {
    padding-bottom: 5.71429rem !important;
  }
  /* line 33518, app/assets/stylesheets/unify.css */
  .g-pb-85--md {
    padding-bottom: 6.07143rem !important;
  }
  /* line 33520, app/assets/stylesheets/unify.css */
  .g-pb-90--md {
    padding-bottom: 6.42857rem !important;
  }
  /* line 33522, app/assets/stylesheets/unify.css */
  .g-pb-95--md {
    padding-bottom: 6.78571rem !important;
  }
  /* line 33524, app/assets/stylesheets/unify.css */
  .g-pb-100--md {
    padding-bottom: 7.14286rem !important;
  }
  /* line 33526, app/assets/stylesheets/unify.css */
  .g-pb-105--md {
    padding-bottom: 7.5rem !important;
  }
  /* line 33528, app/assets/stylesheets/unify.css */
  .g-pb-110--md {
    padding-bottom: 7.85714rem !important;
  }
  /* line 33530, app/assets/stylesheets/unify.css */
  .g-pb-115--md {
    padding-bottom: 8.21429rem !important;
  }
  /* line 33532, app/assets/stylesheets/unify.css */
  .g-pb-120--md {
    padding-bottom: 8.57143rem !important;
  }
  /* line 33534, app/assets/stylesheets/unify.css */
  .g-pb-125--md {
    padding-bottom: 8.92857rem !important;
  }
  /* line 33536, app/assets/stylesheets/unify.css */
  .g-pb-130--md {
    padding-bottom: 9.28571rem !important;
  }
  /* line 33538, app/assets/stylesheets/unify.css */
  .g-pb-135--md {
    padding-bottom: 9.64286rem !important;
  }
  /* line 33540, app/assets/stylesheets/unify.css */
  .g-pb-140--md {
    padding-bottom: 10rem !important;
  }
  /* line 33542, app/assets/stylesheets/unify.css */
  .g-pb-145--md {
    padding-bottom: 10.35714rem !important;
  }
  /* line 33544, app/assets/stylesheets/unify.css */
  .g-pb-150--md {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  /* line 33547, app/assets/stylesheets/unify.css */
  .g-pl-0--md {
    padding-left: 0px !important;
  }
  /* line 33549, app/assets/stylesheets/unify.css */
  .g-pl-1--md {
    padding-left: 0.07143rem !important;
  }
  /* line 33551, app/assets/stylesheets/unify.css */
  .g-pl-2--md {
    padding-left: 0.14286rem !important;
  }
  /* line 33553, app/assets/stylesheets/unify.css */
  .g-pl-3--md {
    padding-left: 0.21429rem !important;
  }
  /* line 33555, app/assets/stylesheets/unify.css */
  .g-pl-4--md {
    padding-left: 0.28571rem !important;
  }
  /* line 33557, app/assets/stylesheets/unify.css */
  .g-pl-5--md {
    padding-left: 0.35714rem !important;
  }
  /* line 33559, app/assets/stylesheets/unify.css */
  .g-pl-6--md {
    padding-left: 0.42857rem !important;
  }
  /* line 33561, app/assets/stylesheets/unify.css */
  .g-pl-7--md {
    padding-left: 0.5rem !important;
  }
  /* line 33563, app/assets/stylesheets/unify.css */
  .g-pl-8--md {
    padding-left: 0.57143rem !important;
  }
  /* line 33565, app/assets/stylesheets/unify.css */
  .g-pl-9--md {
    padding-left: 0.64286rem !important;
  }
  /* P */
  /* line 33568, app/assets/stylesheets/unify.css */
  .g-pl-10--md {
    padding-left: 0.71429rem !important;
  }
  /* P */
  /* line 33571, app/assets/stylesheets/unify.css */
  .g-pl-15--md {
    padding-left: 1.07143rem !important;
  }
  /* P */
  /* line 33574, app/assets/stylesheets/unify.css */
  .g-pl-20--md {
    padding-left: 1.42857rem !important;
  }
  /* P */
  /* line 33577, app/assets/stylesheets/unify.css */
  .g-pl-25--md {
    padding-left: 1.78571rem !important;
  }
  /* P */
  /* line 33580, app/assets/stylesheets/unify.css */
  .g-pl-30--md {
    padding-left: 2.14286rem !important;
  }
  /* P */
  /* line 33583, app/assets/stylesheets/unify.css */
  .g-pl-35--md {
    padding-left: 2.5rem !important;
  }
  /* P */
  /* line 33586, app/assets/stylesheets/unify.css */
  .g-pl-40--md {
    padding-left: 2.85714rem !important;
  }
  /* P */
  /* line 33589, app/assets/stylesheets/unify.css */
  .g-pl-45--md {
    padding-left: 3.21429rem !important;
  }
  /* P */
  /* line 33592, app/assets/stylesheets/unify.css */
  .g-pl-50--md {
    padding-left: 3.57143rem !important;
  }
  /* P */
  /* line 33595, app/assets/stylesheets/unify.css */
  .g-pl-55--md {
    padding-left: 3.92857rem !important;
  }
  /* P */
  /* line 33598, app/assets/stylesheets/unify.css */
  .g-pl-60--md {
    padding-left: 4.28571rem !important;
  }
  /* P */
  /* line 33601, app/assets/stylesheets/unify.css */
  .g-pl-65--md {
    padding-left: 4.64286rem !important;
  }
  /* P */
  /* line 33604, app/assets/stylesheets/unify.css */
  .g-pl-70--md {
    padding-left: 5rem !important;
  }
  /* P */
  /* line 33607, app/assets/stylesheets/unify.css */
  .g-pl-75--md {
    padding-left: 5.35714rem !important;
  }
  /* P */
  /* line 33610, app/assets/stylesheets/unify.css */
  .g-pl-80--md {
    padding-left: 5.71429rem !important;
  }
  /* P */
  /* line 33613, app/assets/stylesheets/unify.css */
  .g-pl-85--md {
    padding-left: 6.07143rem !important;
  }
  /* P */
  /* line 33616, app/assets/stylesheets/unify.css */
  .g-pl-90--md {
    padding-left: 6.42857rem !important;
  }
  /* P */
  /* line 33619, app/assets/stylesheets/unify.css */
  .g-pl-95--md {
    padding-left: 6.78571rem !important;
  }
  /* P */
  /* line 33622, app/assets/stylesheets/unify.css */
  .g-pl-100--md {
    padding-left: 7.14286rem !important;
  }
  /* P */
  /* line 33625, app/assets/stylesheets/unify.css */
  .g-pl-105--md {
    padding-left: 7.5rem !important;
  }
  /* P */
  /* line 33628, app/assets/stylesheets/unify.css */
  .g-pl-110--md {
    padding-left: 7.85714rem !important;
  }
  /* P */
  /* line 33631, app/assets/stylesheets/unify.css */
  .g-pl-115--md {
    padding-left: 8.21429rem !important;
  }
  /* P */
  /* line 33634, app/assets/stylesheets/unify.css */
  .g-pl-120--md {
    padding-left: 8.57143rem !important;
  }
  /* P */
  /* line 33637, app/assets/stylesheets/unify.css */
  .g-pl-125--md {
    padding-left: 8.92857rem !important;
  }
  /* P */
  /* line 33640, app/assets/stylesheets/unify.css */
  .g-pl-130--md {
    padding-left: 9.28571rem !important;
  }
  /* P */
  /* line 33643, app/assets/stylesheets/unify.css */
  .g-pl-135--md {
    padding-left: 9.64286rem !important;
  }
  /* P */
  /* line 33646, app/assets/stylesheets/unify.css */
  .g-pl-140--md {
    padding-left: 10rem !important;
  }
  /* P */
  /* line 33649, app/assets/stylesheets/unify.css */
  .g-pl-145--md {
    padding-left: 10.35714rem !important;
  }
  /* P */
  /* line 33652, app/assets/stylesheets/unify.css */
  .g-pl-150--md {
    padding-left: 10.71429rem !important;
  }
  /* P */
  /* line 33655, app/assets/stylesheets/unify.css */
  .g-pl-155--md {
    padding-left: 11.07143rem !important;
  }
  /* P */
  /* line 33658, app/assets/stylesheets/unify.css */
  .g-pl-160--md {
    padding-left: 11.42857rem !important;
  }
  /* P */
  /* line 33661, app/assets/stylesheets/unify.css */
  .g-pl-165--md {
    padding-left: 11.78571rem !important;
  }
  /* P */
  /* line 33664, 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, app/assets/stylesheets/unify.css */
  .g-pa-0--lg {
    padding: 0 !important;
  }
  /* line 33673, app/assets/stylesheets/unify.css */
  .g-px-0--lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 33676, app/assets/stylesheets/unify.css */
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 33679, app/assets/stylesheets/unify.css */
  .g-pl-0--lg {
    padding-left: 0 !important;
  }
  /* line 33681, app/assets/stylesheets/unify.css */
  .g-pr-0--lg {
    padding-right: 0 !important;
  }
  /* line 33683, app/assets/stylesheets/unify.css */
  .g-pt-0--lg {
    padding-top: 0 !important;
  }
  /* line 33685, app/assets/stylesheets/unify.css */
  .g-pb-0--lg {
    padding-bottom: 0 !important;
  }
  /* Padding Around */
  /* line 33688, app/assets/stylesheets/unify.css */
  .g-pa-2--lg {
    padding: 0.14286rem !important;
  }
  /* line 33690, app/assets/stylesheets/unify.css */
  .g-pa-3--lg {
    padding: 0.21429rem !important;
  }
  /* line 33692, app/assets/stylesheets/unify.css */
  .g-pa-5--lg {
    padding: 0.35714rem !important;
  }
  /* line 33694, app/assets/stylesheets/unify.css */
  .g-pa-7--lg {
    padding: 0.5rem !important;
  }
  /* line 33696, app/assets/stylesheets/unify.css */
  .g-pa-10--lg {
    padding: 0.71429rem !important;
  }
  /* line 33698, app/assets/stylesheets/unify.css */
  .g-pa-15--lg {
    padding: 1.07143rem !important;
  }
  /* line 33700, app/assets/stylesheets/unify.css */
  .g-pa-20--lg {
    padding: 1.42857rem !important;
  }
  /* line 33702, app/assets/stylesheets/unify.css */
  .g-pa-25--lg {
    padding: 1.78571rem !important;
  }
  /* line 33704, app/assets/stylesheets/unify.css */
  .g-pa-30--lg {
    padding: 2.14286rem !important;
  }
  /* line 33706, app/assets/stylesheets/unify.css */
  .g-pa-35--lg {
    padding: 2.5rem !important;
  }
  /* line 33708, app/assets/stylesheets/unify.css */
  .g-pa-40--lg {
    padding: 2.85714rem !important;
  }
  /* line 33710, app/assets/stylesheets/unify.css */
  .g-pa-45--lg {
    padding: 3.21429rem !important;
  }
  /* line 33712, app/assets/stylesheets/unify.css */
  .g-pa-50--lg {
    padding: 3.57143rem !important;
  }
  /* line 33714, app/assets/stylesheets/unify.css */
  .g-pa-55--lg {
    padding: 3.92857rem !important;
  }
  /* line 33716, app/assets/stylesheets/unify.css */
  .g-pa-60--lg {
    padding: 4.28571rem !important;
  }
  /* line 33718, app/assets/stylesheets/unify.css */
  .g-pa-65--lg {
    padding: 4.64286rem !important;
  }
  /* line 33720, app/assets/stylesheets/unify.css */
  .g-pa-70--lg {
    padding: 5rem !important;
  }
  /* line 33722, app/assets/stylesheets/unify.css */
  .g-pa-75--lg {
    padding: 5.35714rem !important;
  }
  /* line 33724, app/assets/stylesheets/unify.css */
  .g-pa-80--lg {
    padding: 5.71429rem !important;
  }
  /* line 33726, app/assets/stylesheets/unify.css */
  .g-pa-85--lg {
    padding: 6.07143rem !important;
  }
  /* line 33728, app/assets/stylesheets/unify.css */
  .g-pa-90--lg {
    padding: 6.42857rem !important;
  }
  /* line 33730, app/assets/stylesheets/unify.css */
  .g-pa-95--lg {
    padding: 6.78571rem !important;
  }
  /* line 33732, app/assets/stylesheets/unify.css */
  .g-pa-100--lg {
    padding: 7.14286rem !important;
  }
  /* line 33734, app/assets/stylesheets/unify.css */
  .g-pa-105--lg {
    padding: 7.5rem !important;
  }
  /* line 33736, app/assets/stylesheets/unify.css */
  .g-pa-110--lg {
    padding: 7.85714rem !important;
  }
  /* line 33738, app/assets/stylesheets/unify.css */
  .g-pa-115--lg {
    padding: 8.21429rem !important;
  }
  /* line 33740, app/assets/stylesheets/unify.css */
  .g-pa-120--lg {
    padding: 8.57143rem !important;
  }
  /* line 33742, app/assets/stylesheets/unify.css */
  .g-pa-125--lg {
    padding: 8.92857rem !important;
  }
  /* line 33744, app/assets/stylesheets/unify.css */
  .g-pa-130--lg {
    padding: 9.28571rem !important;
  }
  /* line 33746, app/assets/stylesheets/unify.css */
  .g-pa-135--lg {
    padding: 9.64286rem !important;
  }
  /* line 33748, app/assets/stylesheets/unify.css */
  .g-pa-140--lg {
    padding: 10rem !important;
  }
  /* line 33750, app/assets/stylesheets/unify.css */
  .g-pa-145--lg {
    padding: 10.35714rem !important;
  }
  /* line 33752, app/assets/stylesheets/unify.css */
  .g-pa-150--lg {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  /* line 33755, app/assets/stylesheets/unify.css */
  .g-px-1--lg {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  /* line 33758, app/assets/stylesheets/unify.css */
  .g-px-2--lg {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  /* line 33761, app/assets/stylesheets/unify.css */
  .g-px-3--lg {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  /* line 33764, app/assets/stylesheets/unify.css */
  .g-px-4--lg {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  /* line 33767, app/assets/stylesheets/unify.css */
  .g-px-5--lg {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  /* line 33770, app/assets/stylesheets/unify.css */
  .g-px-6--lg {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  /* line 33773, app/assets/stylesheets/unify.css */
  .g-px-7--lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 33776, app/assets/stylesheets/unify.css */
  .g-px-8--lg {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  /* line 33779, app/assets/stylesheets/unify.css */
  .g-px-9--lg {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  /* line 33782, app/assets/stylesheets/unify.css */
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 33785, app/assets/stylesheets/unify.css */
  .g-px-11--lg {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  /* line 33788, app/assets/stylesheets/unify.css */
  .g-px-12--lg {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  /* line 33791, app/assets/stylesheets/unify.css */
  .g-px-13--lg {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  /* line 33794, app/assets/stylesheets/unify.css */
  .g-px-14--lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 33797, app/assets/stylesheets/unify.css */
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 33800, app/assets/stylesheets/unify.css */
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 33803, app/assets/stylesheets/unify.css */
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 33806, app/assets/stylesheets/unify.css */
  .g-px-20--lg {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  /* line 33809, app/assets/stylesheets/unify.css */
  .g-px-25--lg {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  /* line 33812, app/assets/stylesheets/unify.css */
  .g-px-30--lg {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  /* line 33815, app/assets/stylesheets/unify.css */
  .g-px-35--lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 33818, app/assets/stylesheets/unify.css */
  .g-px-40--lg {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  /* line 33821, app/assets/stylesheets/unify.css */
  .g-px-45--lg {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  /* line 33824, app/assets/stylesheets/unify.css */
  .g-px-50--lg {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  /* line 33827, app/assets/stylesheets/unify.css */
  .g-px-55--lg {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  /* line 33830, app/assets/stylesheets/unify.css */
  .g-px-60--lg {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  /* line 33833, app/assets/stylesheets/unify.css */
  .g-px-65--lg {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  /* line 33836, app/assets/stylesheets/unify.css */
  .g-px-70--lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 33839, app/assets/stylesheets/unify.css */
  .g-px-75--lg {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  /* line 33842, app/assets/stylesheets/unify.css */
  .g-px-80--lg {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  /* line 33845, app/assets/stylesheets/unify.css */
  .g-px-85--lg {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  /* line 33848, app/assets/stylesheets/unify.css */
  .g-px-90--lg {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  /* line 33851, app/assets/stylesheets/unify.css */
  .g-px-95--lg {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  /* line 33854, app/assets/stylesheets/unify.css */
  .g-px-100--lg {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  /* line 33857, app/assets/stylesheets/unify.css */
  .g-px-105--lg {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  /* line 33860, app/assets/stylesheets/unify.css */
  .g-px-110--lg {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  /* line 33863, app/assets/stylesheets/unify.css */
  .g-px-115--lg {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  /* line 33866, app/assets/stylesheets/unify.css */
  .g-px-120--lg {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  /* line 33869, app/assets/stylesheets/unify.css */
  .g-px-125--lg {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  /* line 33872, app/assets/stylesheets/unify.css */
  .g-px-130--lg {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  /* line 33875, app/assets/stylesheets/unify.css */
  .g-px-135--lg {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  /* line 33878, app/assets/stylesheets/unify.css */
  .g-px-140--lg {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 33881, app/assets/stylesheets/unify.css */
  .g-px-145--lg {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  /* line 33884, app/assets/stylesheets/unify.css */
  .g-px-150--lg {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  /* line 33888, app/assets/stylesheets/unify.css */
  .g-py-1--lg {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  /* line 33891, app/assets/stylesheets/unify.css */
  .g-py-2--lg {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  /* line 33894, app/assets/stylesheets/unify.css */
  .g-py-3--lg {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  /* line 33897, app/assets/stylesheets/unify.css */
  .g-py-4--lg {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  /* line 33900, app/assets/stylesheets/unify.css */
  .g-py-5--lg {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 33903, app/assets/stylesheets/unify.css */
  .g-py-6--lg {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  /* line 33906, app/assets/stylesheets/unify.css */
  .g-py-7--lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 33909, app/assets/stylesheets/unify.css */
  .g-py-8--lg {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  /* line 33912, app/assets/stylesheets/unify.css */
  .g-py-9--lg {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  /* line 33915, app/assets/stylesheets/unify.css */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* line 33918, app/assets/stylesheets/unify.css */
  .g-py-11--lg {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  /* line 33921, app/assets/stylesheets/unify.css */
  .g-py-12--lg {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  /* line 33924, app/assets/stylesheets/unify.css */
  .g-py-13--lg {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  /* line 33927, app/assets/stylesheets/unify.css */
  .g-py-14--lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 33930, app/assets/stylesheets/unify.css */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* line 33933, app/assets/stylesheets/unify.css */
  .g-py-16--lg {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  /* line 33936, app/assets/stylesheets/unify.css */
  .g-py-17--lg {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  /* line 33939, app/assets/stylesheets/unify.css */
  .g-py-18--lg {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  /* line 33942, app/assets/stylesheets/unify.css */
  .g-py-19--lg {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  /* line 33946, app/assets/stylesheets/unify.css */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  /* line 33950, app/assets/stylesheets/unify.css */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  /* line 33954, app/assets/stylesheets/unify.css */
  .g-py-20--lg {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  /* line 33958, app/assets/stylesheets/unify.css */
  .g-py-25--lg {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  /* line 33962, app/assets/stylesheets/unify.css */
  .g-py-30--lg {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  /* line 33966, app/assets/stylesheets/unify.css */
  .g-py-35--lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  /* line 33970, app/assets/stylesheets/unify.css */
  .g-py-40--lg {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  /* line 33974, app/assets/stylesheets/unify.css */
  .g-py-45--lg {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  /* line 33978, app/assets/stylesheets/unify.css */
  .g-py-50--lg {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  /* line 33982, app/assets/stylesheets/unify.css */
  .g-py-55--lg {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  /* line 33986, app/assets/stylesheets/unify.css */
  .g-py-60--lg {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  /* line 33990, app/assets/stylesheets/unify.css */
  .g-py-65--lg {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  /* line 33994, app/assets/stylesheets/unify.css */
  .g-py-70--lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  /* line 33998, app/assets/stylesheets/unify.css */
  .g-py-75--lg {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  /* line 34002, app/assets/stylesheets/unify.css */
  .g-py-80--lg {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  /* line 34006, app/assets/stylesheets/unify.css */
  .g-py-85--lg {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  /* line 34010, app/assets/stylesheets/unify.css */
  .g-py-90--lg {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  /* line 34014, app/assets/stylesheets/unify.css */
  .g-py-95--lg {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  /* line 34018, app/assets/stylesheets/unify.css */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  /* line 34022, app/assets/stylesheets/unify.css */
  .g-py-105--lg {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  /* line 34026, app/assets/stylesheets/unify.css */
  .g-py-110--lg {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  /* line 34030, app/assets/stylesheets/unify.css */
  .g-py-115--lg {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  /* line 34034, app/assets/stylesheets/unify.css */
  .g-py-120--lg {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  /* line 34038, app/assets/stylesheets/unify.css */
  .g-py-125--lg {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  /* line 34042, app/assets/stylesheets/unify.css */
  .g-py-130--lg {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  /* line 34046, app/assets/stylesheets/unify.css */
  .g-py-135--lg {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  /* line 34050, app/assets/stylesheets/unify.css */
  .g-py-140--lg {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  /* line 34054, app/assets/stylesheets/unify.css */
  .g-py-145--lg {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  /* line 34058, app/assets/stylesheets/unify.css */
  .g-py-150--lg {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  /* line 34062, app/assets/stylesheets/unify.css */
  .g-py-155--lg {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  /* line 34066, app/assets/stylesheets/unify.css */
  .g-py-160--lg {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  /* line 34070, app/assets/stylesheets/unify.css */
  .g-py-165--lg {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  /* line 34074, app/assets/stylesheets/unify.css */
  .g-py-170--lg {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  /* line 34078, app/assets/stylesheets/unify.css */
  .g-py-175--lg {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  /* line 34082, app/assets/stylesheets/unify.css */
  .g-py-180--lg {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  /* line 34086, app/assets/stylesheets/unify.css */
  .g-py-185--lg {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  /* line 34090, app/assets/stylesheets/unify.css */
  .g-py-190--lg {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  /* line 34094, app/assets/stylesheets/unify.css */
  .g-py-195--lg {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  /* line 34098, app/assets/stylesheets/unify.css */
  .g-py-200--lg {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  /* line 34102, app/assets/stylesheets/unify.css */
  .g-py-205--lg {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  /* line 34106, app/assets/stylesheets/unify.css */
  .g-py-210--lg {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  /* line 34110, app/assets/stylesheets/unify.css */
  .g-pt-0--lg {
    padding-top: 0px !important;
  }
  /* line 34112, app/assets/stylesheets/unify.css */
  .g-pt-1--lg {
    padding-top: 0.07143rem !important;
  }
  /* line 34114, app/assets/stylesheets/unify.css */
  .g-pt-2--lg {
    padding-top: 0.14286rem !important;
  }
  /* line 34116, app/assets/stylesheets/unify.css */
  .g-pt-3--lg {
    padding-top: 0.21429rem !important;
  }
  /* line 34118, app/assets/stylesheets/unify.css */
  .g-pt-4--lg {
    padding-top: 0.28571rem !important;
  }
  /* line 34120, app/assets/stylesheets/unify.css */
  .g-pt-5--lg {
    padding-top: 0.35714rem !important;
  }
  /* line 34122, app/assets/stylesheets/unify.css */
  .g-pt-6--lg {
    padding-top: 0.42857rem !important;
  }
  /* line 34124, app/assets/stylesheets/unify.css */
  .g-pt-7--lg {
    padding-top: 0.5rem !important;
  }
  /* line 34126, app/assets/stylesheets/unify.css */
  .g-pt-8--lg {
    padding-top: 0.57143rem !important;
  }
  /* line 34128, app/assets/stylesheets/unify.css */
  .g-pt-9--lg {
    padding-top: 0.64286rem !important;
  }
  /* line 34130, app/assets/stylesheets/unify.css */
  .g-pt-10--lg {
    padding-top: 0.71429rem !important;
  }
  /* line 34132, app/assets/stylesheets/unify.css */
  .g-pt-15--lg {
    padding-top: 1.07143rem !important;
  }
  /* line 34134, app/assets/stylesheets/unify.css */
  .g-pt-20--lg {
    padding-top: 1.42857rem !important;
  }
  /* line 34136, app/assets/stylesheets/unify.css */
  .g-pt-25--lg {
    padding-top: 1.78571rem !important;
  }
  /* line 34138, app/assets/stylesheets/unify.css */
  .g-pt-30--lg {
    padding-top: 2.14286rem !important;
  }
  /* line 34140, app/assets/stylesheets/unify.css */
  .g-pt-35--lg {
    padding-top: 2.5rem !important;
  }
  /* line 34142, app/assets/stylesheets/unify.css */
  .g-pt-40--lg {
    padding-top: 2.85714rem !important;
  }
  /* line 34144, app/assets/stylesheets/unify.css */
  .g-pt-45--lg {
    padding-top: 3.21429rem !important;
  }
  /* line 34146, app/assets/stylesheets/unify.css */
  .g-pt-50--lg {
    padding-top: 3.57143rem !important;
  }
  /* line 34148, app/assets/stylesheets/unify.css */
  .g-pt-55--lg {
    padding-top: 3.92857rem !important;
  }
  /* line 34150, app/assets/stylesheets/unify.css */
  .g-pt-60--lg {
    padding-top: 4.28571rem !important;
  }
  /* line 34152, app/assets/stylesheets/unify.css */
  .g-pt-65--lg {
    padding-top: 4.64286rem !important;
  }
  /* line 34154, app/assets/stylesheets/unify.css */
  .g-pt-70--lg {
    padding-top: 5rem !important;
  }
  /* line 34156, app/assets/stylesheets/unify.css */
  .g-pt-75--lg {
    padding-top: 5.35714rem !important;
  }
  /* line 34158, app/assets/stylesheets/unify.css */
  .g-pt-80--lg {
    padding-top: 5.71429rem !important;
  }
  /* line 34160, app/assets/stylesheets/unify.css */
  .g-pt-85--lg {
    padding-top: 6.07143rem !important;
  }
  /* line 34162, app/assets/stylesheets/unify.css */
  .g-pt-90--lg {
    padding-top: 6.42857rem !important;
  }
  /* line 34164, app/assets/stylesheets/unify.css */
  .g-pt-95--lg {
    padding-top: 6.78571rem !important;
  }
  /* line 34166, app/assets/stylesheets/unify.css */
  .g-pt-100--lg {
    padding-top: 7.14286rem !important;
  }
  /* line 34168, app/assets/stylesheets/unify.css */
  .g-pt-105--lg {
    padding-top: 7.5rem !important;
  }
  /* line 34170, app/assets/stylesheets/unify.css */
  .g-pt-110--lg {
    padding-top: 7.85714rem !important;
  }
  /* line 34172, app/assets/stylesheets/unify.css */
  .g-pt-115--lg {
    padding-top: 8.21429rem !important;
  }
  /* line 34174, app/assets/stylesheets/unify.css */
  .g-pt-120--lg {
    padding-top: 8.57143rem !important;
  }
  /* line 34176, app/assets/stylesheets/unify.css */
  .g-pt-125--lg {
    padding-top: 8.92857rem !important;
  }
  /* line 34178, app/assets/stylesheets/unify.css */
  .g-pt-130--lg {
    padding-top: 9.28571rem !important;
  }
  /* line 34180, app/assets/stylesheets/unify.css */
  .g-pt-135--lg {
    padding-top: 9.64286rem !important;
  }
  /* line 34182, app/assets/stylesheets/unify.css */
  .g-pt-140--lg {
    padding-top: 10rem !important;
  }
  /* line 34184, app/assets/stylesheets/unify.css */
  .g-pt-145--lg {
    padding-top: 10.35714rem !important;
  }
  /* line 34186, app/assets/stylesheets/unify.css */
  .g-pt-150--lg {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  /* line 34189, app/assets/stylesheets/unify.css */
  .g-pr-0--lg {
    padding-right: 0px !important;
  }
  /* line 34191, app/assets/stylesheets/unify.css */
  .g-pr-1--lg {
    padding-right: 0.07143rem !important;
  }
  /* line 34193, app/assets/stylesheets/unify.css */
  .g-pr-2--lg {
    padding-right: 0.14286rem !important;
  }
  /* line 34195, app/assets/stylesheets/unify.css */
  .g-pr-3--lg {
    padding-right: 0.21429rem !important;
  }
  /* line 34197, app/assets/stylesheets/unify.css */
  .g-pr-4--lg {
    padding-right: 0.28571rem !important;
  }
  /* line 34199, app/assets/stylesheets/unify.css */
  .g-pr-5--lg {
    padding-right: 0.35714rem !important;
  }
  /* line 34201, app/assets/stylesheets/unify.css */
  .g-pr-6--lg {
    padding-right: 0.42857rem !important;
  }
  /* line 34203, app/assets/stylesheets/unify.css */
  .g-pr-7--lg {
    padding-right: 0.5rem !important;
  }
  /* line 34205, app/assets/stylesheets/unify.css */
  .g-pr-8--lg {
    padding-right: 0.57143rem !important;
  }
  /* line 34207, app/assets/stylesheets/unify.css */
  .g-pr-9--lg {
    padding-right: 0.64286rem !important;
  }
  /* P */
  /* line 34210, app/assets/stylesheets/unify.css */
  .g-pr-10--lg {
    padding-right: 0.71429rem !important;
  }
  /* P */
  /* line 34213, app/assets/stylesheets/unify.css */
  .g-pr-15--lg {
    padding-right: 1.07143rem !important;
  }
  /* P */
  /* line 34216, app/assets/stylesheets/unify.css */
  .g-pr-20--lg {
    padding-right: 1.42857rem !important;
  }
  /* P */
  /* line 34219, app/assets/stylesheets/unify.css */
  .g-pr-25--lg {
    padding-right: 1.78571rem !important;
  }
  /* P */
  /* line 34222, app/assets/stylesheets/unify.css */
  .g-pr-30--lg {
    padding-right: 2.14286rem !important;
  }
  /* P */
  /* line 34225, app/assets/stylesheets/unify.css */
  .g-pr-35--lg {
    padding-right: 2.5rem !important;
  }
  /* P */
  /* line 34228, app/assets/stylesheets/unify.css */
  .g-pr-40--lg {
    padding-right: 2.85714rem !important;
  }
  /* P */
  /* line 34231, app/assets/stylesheets/unify.css */
  .g-pr-45--lg {
    padding-right: 3.21429rem !important;
  }
  /* P */
  /* line 34234, app/assets/stylesheets/unify.css */
  .g-pr-50--lg {
    padding-right: 3.57143rem !important;
  }
  /* P */
  /* line 34237, app/assets/stylesheets/unify.css */
  .g-pr-55--lg {
    padding-right: 3.92857rem !important;
  }
  /* P */
  /* line 34240, app/assets/stylesheets/unify.css */
  .g-pr-60--lg {
    padding-right: 4.28571rem !important;
  }
  /* P */
  /* line 34243, app/assets/stylesheets/unify.css */
  .g-pr-65--lg {
    padding-right: 4.64286rem !important;
  }
  /* P */
  /* line 34246, app/assets/stylesheets/unify.css */
  .g-pr-70--lg {
    padding-right: 5rem !important;
  }
  /* P */
  /* line 34249, app/assets/stylesheets/unify.css */
  .g-pr-75--lg {
    padding-right: 5.35714rem !important;
  }
  /* P */
  /* line 34252, app/assets/stylesheets/unify.css */
  .g-pr-80--lg {
    padding-right: 5.71429rem !important;
  }
  /* P */
  /* line 34255, app/assets/stylesheets/unify.css */
  .g-pr-85--lg {
    padding-right: 6.07143rem !important;
  }
  /* P */
  /* line 34258, app/assets/stylesheets/unify.css */
  .g-pr-90--lg {
    padding-right: 6.42857rem !important;
  }
  /* P */
  /* line 34261, app/assets/stylesheets/unify.css */
  .g-pr-95--lg {
    padding-right: 6.78571rem !important;
  }
  /* P */
  /* line 34264, app/assets/stylesheets/unify.css */
  .g-pr-100--lg {
    padding-right: 7.14286rem !important;
  }
  /* P */
  /* line 34267, app/assets/stylesheets/unify.css */
  .g-pr-105--lg {
    padding-right: 7.5rem !important;
  }
  /* P */
  /* line 34270, app/assets/stylesheets/unify.css */
  .g-pr-110--lg {
    padding-right: 7.85714rem !important;
  }
  /* P */
  /* line 34273, app/assets/stylesheets/unify.css */
  .g-pr-115--lg {
    padding-right: 8.21429rem !important;
  }
  /* P */
  /* line 34276, app/assets/stylesheets/unify.css */
  .g-pr-120--lg {
    padding-right: 8.57143rem !important;
  }
  /* P */
  /* line 34279, app/assets/stylesheets/unify.css */
  .g-pr-125--lg {
    padding-right: 8.92857rem !important;
  }
  /* P */
  /* line 34282, app/assets/stylesheets/unify.css */
  .g-pr-130--lg {
    padding-right: 9.28571rem !important;
  }
  /* P */
  /* line 34285, app/assets/stylesheets/unify.css */
  .g-pr-135--lg {
    padding-right: 9.64286rem !important;
  }
  /* P */
  /* line 34288, app/assets/stylesheets/unify.css */
  .g-pr-140--lg {
    padding-right: 10rem !important;
  }
  /* P */
  /* line 34291, app/assets/stylesheets/unify.css */
  .g-pr-145--lg {
    padding-right: 10.35714rem !important;
  }
  /* P */
  /* line 34294, app/assets/stylesheets/unify.css */
  .g-pr-150--lg {
    padding-right: 10.71429rem !important;
  }
  /* P */
  /* line 34297, app/assets/stylesheets/unify.css */
  .g-pr-155--lg {
    padding-right: 11.07143rem !important;
  }
  /* P */
  /* line 34300, app/assets/stylesheets/unify.css */
  .g-pr-160--lg {
    padding-right: 11.42857rem !important;
  }
  /* P */
  /* line 34303, app/assets/stylesheets/unify.css */
  .g-pr-165--lg {
    padding-right: 11.78571rem !important;
  }
  /* P */
  /* line 34306, app/assets/stylesheets/unify.css */
  .g-pr-170--lg {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  /* line 34309, app/assets/stylesheets/unify.css */
  .g-pb-0--lg {
    padding-bottom: 0px !important;
  }
  /* line 34311, app/assets/stylesheets/unify.css */
  .g-pb-1--lg {
    padding-bottom: 0.07143rem !important;
  }
  /* line 34313, app/assets/stylesheets/unify.css */
  .g-pb-2--lg {
    padding-bottom: 0.14286rem !important;
  }
  /* line 34315, app/assets/stylesheets/unify.css */
  .g-pb-3--lg {
    padding-bottom: 0.21429rem !important;
  }
  /* line 34317, app/assets/stylesheets/unify.css */
  .g-pb-4--lg {
    padding-bottom: 0.28571rem !important;
  }
  /* line 34319, app/assets/stylesheets/unify.css */
  .g-pb-5--lg {
    padding-bottom: 0.35714rem !important;
  }
  /* line 34321, app/assets/stylesheets/unify.css */
  .g-pb-6--lg {
    padding-bottom: 0.42857rem !important;
  }
  /* line 34323, app/assets/stylesheets/unify.css */
  .g-pb-7--lg {
    padding-bottom: 0.5rem !important;
  }
  /* line 34325, app/assets/stylesheets/unify.css */
  .g-pb-8--lg {
    padding-bottom: 0.57143rem !important;
  }
  /* line 34327, app/assets/stylesheets/unify.css */
  .g-pb-9--lg {
    padding-bottom: 0.64286rem !important;
  }
  /* line 34329, app/assets/stylesheets/unify.css */
  .g-pb-10--lg {
    padding-bottom: 0.71429rem !important;
  }
  /* line 34331, app/assets/stylesheets/unify.css */
  .g-pb-15--lg {
    padding-bottom: 1.07143rem !important;
  }
  /* line 34333, app/assets/stylesheets/unify.css */
  .g-pb-20--lg {
    padding-bottom: 1.42857rem !important;
  }
  /* line 34335, app/assets/stylesheets/unify.css */
  .g-pb-25--lg {
    padding-bottom: 1.78571rem !important;
  }
  /* line 34337, app/assets/stylesheets/unify.css */
  .g-pb-30--lg {
    padding-bottom: 2.14286rem !important;
  }
  /* line 34339, app/assets/stylesheets/unify.css */
  .g-pb-35--lg {
    padding-bottom: 2.5rem !important;
  }
  /* line 34341, app/assets/stylesheets/unify.css */
  .g-pb-40--lg {
    padding-bottom: 2.85714rem !important;
  }
  /* line 34343, app/assets/stylesheets/unify.css */
  .g-pb-45--lg {
    padding-bottom: 3.21429rem !important;
  }
  /* line 34345, app/assets/stylesheets/unify.css */
  .g-pb-50--lg {
    padding-bottom: 3.57143rem !important;
  }
  /* line 34347, app/assets/stylesheets/unify.css */
  .g-pb-55--lg {
    padding-bottom: 3.92857rem !important;
  }
  /* line 34349, app/assets/stylesheets/unify.css */
  .g-pb-60--lg {
    padding-bottom: 4.28571rem !important;
  }
  /* line 34351, app/assets/stylesheets/unify.css */
  .g-pb-65--lg {
    padding-bottom: 4.64286rem !important;
  }
  /* line 34353, app/assets/stylesheets/unify.css */
  .g-pb-70--lg {
    padding-bottom: 5rem !important;
  }
  /* line 34355, app/assets/stylesheets/unify.css */
  .g-pb-75--lg {
    padding-bottom: 5.35714rem !important;
  }
  /* line 34357, app/assets/stylesheets/unify.css */
  .g-pb-80--lg {
    padding-bottom: 5.71429rem !important;
  }
  /* line 34359, app/assets/stylesheets/unify.css */
  .g-pb-85--lg {
    padding-bottom: 6.07143rem !important;
  }
  /* line 34361, app/assets/stylesheets/unify.css */
  .g-pb-90--lg {
    padding-bottom: 6.42857rem !important;
  }
  /* line 34363, app/assets/stylesheets/unify.css */
  .g-pb-95--lg {
    padding-bottom: 6.78571rem !important;
  }
  /* line 34365, app/assets/stylesheets/unify.css */
  .g-pb-100--lg {
    padding-bottom: 7.14286rem !important;
  }
  /* line 34367, app/assets/stylesheets/unify.css */
  .g-pb-105--lg {
    padding-bottom: 7.5rem !important;
  }
  /* line 34369, app/assets/stylesheets/unify.css */
  .g-pb-110--lg {
    padding-bottom: 7.85714rem !important;
  }
  /* line 34371, app/assets/stylesheets/unify.css */
  .g-pb-115--lg {
    padding-bottom: 8.21429rem !important;
  }
  /* line 34373, app/assets/stylesheets/unify.css */
  .g-pb-120--lg {
    padding-bottom: 8.57143rem !important;
  }
  /* line 34375, app/assets/stylesheets/unify.css */
  .g-pb-125--lg {
    padding-bottom: 8.92857rem !important;
  }
  /* line 34377, app/assets/stylesheets/unify.css */
  .g-pb-130--lg {
    padding-bottom: 9.28571rem !important;
  }
  /* line 34379, app/assets/stylesheets/unify.css */
  .g-pb-135--lg {
    padding-bottom: 9.64286rem !important;
  }
  /* line 34381, app/assets/stylesheets/unify.css */
  .g-pb-140--lg {
    padding-bottom: 10rem !important;
  }
  /* line 34383, app/assets/stylesheets/unify.css */
  .g-pb-145--lg {
    padding-bottom: 10.35714rem !important;
  }
  /* line 34385, app/assets/stylesheets/unify.css */
  .g-pb-150--lg {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  /* line 34388, app/assets/stylesheets/unify.css */
  .g-pl-0--lg {
    padding-left: 0px !important;
  }
  /* line 34390, app/assets/stylesheets/unify.css */
  .g-pl-1--lg {
    padding-left: 0.07143rem !important;
  }
  /* line 34392, app/assets/stylesheets/unify.css */
  .g-pl-2--lg {
    padding-left: 0.14286rem !important;
  }
  /* line 34394, app/assets/stylesheets/unify.css */
  .g-pl-3--lg {
    padding-left: 0.21429rem !important;
  }
  /* line 34396, app/assets/stylesheets/unify.css */
  .g-pl-4--lg {
    padding-left: 0.28571rem !important;
  }
  /* line 34398, app/assets/stylesheets/unify.css */
  .g-pl-5--lg {
    padding-left: 0.35714rem !important;
  }
  /* line 34400, app/assets/stylesheets/unify.css */
  .g-pl-6--lg {
    padding-left: 0.42857rem !important;
  }
  /* line 34402, app/assets/stylesheets/unify.css */
  .g-pl-7--lg {
    padding-left: 0.5rem !important;
  }
  /* line 34404, app/assets/stylesheets/unify.css */
  .g-pl-8--lg {
    padding-left: 0.57143rem !important;
  }
  /* line 34406, app/assets/stylesheets/unify.css */
  .g-pl-9--lg {
    padding-left: 0.64286rem !important;
  }
  /* P */
  /* line 34409, app/assets/stylesheets/unify.css */
  .g-pl-10--lg {
    padding-left: 0.71429rem !important;
  }
  /* P */
  /* line 34412, app/assets/stylesheets/unify.css */
  .g-pl-15--lg {
    padding-left: 1.07143rem !important;
  }
  /* P */
  /* line 34415, app/assets/stylesheets/unify.css */
  .g-pl-20--lg {
    padding-left: 1.42857rem !important;
  }
  /* P */
  /* line 34418, app/assets/stylesheets/unify.css */
  .g-pl-25--lg {
    padding-left: 1.78571rem !important;
  }
  /* P */
  /* line 34421, app/assets/stylesheets/unify.css */
  .g-pl-30--lg {
    padding-left: 2.14286rem !important;
  }
  /* P */
  /* line 34424, app/assets/stylesheets/unify.css */
  .g-pl-35--lg {
    padding-left: 2.5rem !important;
  }
  /* P */
  /* line 34427, app/assets/stylesheets/unify.css */
  .g-pl-40--lg {
    padding-left: 2.85714rem !important;
  }
  /* P */
  /* line 34430, app/assets/stylesheets/unify.css */
  .g-pl-45--lg {
    padding-left: 3.21429rem !important;
  }
  /* P */
  /* line 34433, app/assets/stylesheets/unify.css */
  .g-pl-50--lg {
    padding-left: 3.57143rem !important;
  }
  /* P */
  /* line 34436, app/assets/stylesheets/unify.css */
  .g-pl-55--lg {
    padding-left: 3.92857rem !important;
  }
  /* P */
  /* line 34439, app/assets/stylesheets/unify.css */
  .g-pl-60--lg {
    padding-left: 4.28571rem !important;
  }
  /* P */
  /* line 34442, app/assets/stylesheets/unify.css */
  .g-pl-65--lg {
    padding-left: 4.64286rem !important;
  }
  /* P */
  /* line 34445, app/assets/stylesheets/unify.css */
  .g-pl-70--lg {
    padding-left: 5rem !important;
  }
  /* P */
  /* line 34448, app/assets/stylesheets/unify.css */
  .g-pl-75--lg {
    padding-left: 5.35714rem !important;
  }
  /* P */
  /* line 34451, app/assets/stylesheets/unify.css */
  .g-pl-80--lg {
    padding-left: 5.71429rem !important;
  }
  /* P */
  /* line 34454, app/assets/stylesheets/unify.css */
  .g-pl-85--lg {
    padding-left: 6.07143rem !important;
  }
  /* P */
  /* line 34457, app/assets/stylesheets/unify.css */
  .g-pl-90--lg {
    padding-left: 6.42857rem !important;
  }
  /* P */
  /* line 34460, app/assets/stylesheets/unify.css */
  .g-pl-95--lg {
    padding-left: 6.78571rem !important;
  }
  /* P */
  /* line 34463, app/assets/stylesheets/unify.css */
  .g-pl-100--lg {
    padding-left: 7.14286rem !important;
  }
  /* P */
  /* line 34466, app/assets/stylesheets/unify.css */
  .g-pl-105--lg {
    padding-left: 7.5rem !important;
  }
  /* P */
  /* line 34469, app/assets/stylesheets/unify.css */
  .g-pl-110--lg {
    padding-left: 7.85714rem !important;
  }
  /* P */
  /* line 34472, app/assets/stylesheets/unify.css */
  .g-pl-115--lg {
    padding-left: 8.21429rem !important;
  }
  /* P */
  /* line 34475, app/assets/stylesheets/unify.css */
  .g-pl-120--lg {
    padding-left: 8.57143rem !important;
  }
  /* P */
  /* line 34478, app/assets/stylesheets/unify.css */
  .g-pl-125--lg {
    padding-left: 8.92857rem !important;
  }
  /* P */
  /* line 34481, app/assets/stylesheets/unify.css */
  .g-pl-130--lg {
    padding-left: 9.28571rem !important;
  }
  /* P */
  /* line 34484, app/assets/stylesheets/unify.css */
  .g-pl-135--lg {
    padding-left: 9.64286rem !important;
  }
  /* P */
  /* line 34487, app/assets/stylesheets/unify.css */
  .g-pl-140--lg {
    padding-left: 10rem !important;
  }
  /* P */
  /* line 34490, app/assets/stylesheets/unify.css */
  .g-pl-145--lg {
    padding-left: 10.35714rem !important;
  }
  /* P */
  /* line 34493, app/assets/stylesheets/unify.css */
  .g-pl-150--lg {
    padding-left: 10.71429rem !important;
  }
  /* P */
  /* line 34496, app/assets/stylesheets/unify.css */
  .g-pl-155--lg {
    padding-left: 11.07143rem !important;
  }
  /* P */
  /* line 34499, app/assets/stylesheets/unify.css */
  .g-pl-160--lg {
    padding-left: 11.42857rem !important;
  }
  /* P */
  /* line 34502, app/assets/stylesheets/unify.css */
  .g-pl-165--lg {
    padding-left: 11.78571rem !important;
  }
  /* P */
  /* line 34505, app/assets/stylesheets/unify.css */
  .g-pl-170--lg {
    padding-left: 12.14286rem !important;
  }
}

/* Padding Spaces (xl) P
------------------------------------*/
@media (min-width: 1200px) {
  /* line 34511, app/assets/stylesheets/unify.css */
  .g-pa-0--xl {
    padding: 0 !important;
  }
  /* line 34513, app/assets/stylesheets/unify.css */
  .g-px-0--xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 34516, app/assets/stylesheets/unify.css */
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 34519, app/assets/stylesheets/unify.css */
  .g-pl-0--xl {
    padding-left: 0 !important;
  }
  /* line 34521, app/assets/stylesheets/unify.css */
  .g-pr-0--xl {
    padding-right: 0 !important;
  }
  /* line 34523, app/assets/stylesheets/unify.css */
  .g-pt-0--xl {
    padding-top: 0 !important;
  }
  /* line 34525, app/assets/stylesheets/unify.css */
  .g-pb-0--xl {
    padding-bottom: 0 !important;
  }
  /* Padding Around */
  /* line 34528, app/assets/stylesheets/unify.css */
  .g-pa-2--xl {
    padding: 0.14286rem !important;
  }
  /* line 34530, app/assets/stylesheets/unify.css */
  .g-pa-3--xl {
    padding: 0.21429rem !important;
  }
  /* line 34532, app/assets/stylesheets/unify.css */
  .g-pa-5--xl {
    padding: 0.35714rem !important;
  }
  /* line 34534, app/assets/stylesheets/unify.css */
  .g-pa-7--xl {
    padding: 0.5rem !important;
  }
  /* line 34536, app/assets/stylesheets/unify.css */
  .g-pa-10--xl {
    padding: 0.71429rem !important;
  }
  /* line 34538, app/assets/stylesheets/unify.css */
  .g-pa-15--xl {
    padding: 1.07143rem !important;
  }
  /* line 34540, app/assets/stylesheets/unify.css */
  .g-pa-20--xl {
    padding: 1.42857rem !important;
  }
  /* line 34542, app/assets/stylesheets/unify.css */
  .g-pa-25--xl {
    padding: 1.78571rem !important;
  }
  /* line 34544, app/assets/stylesheets/unify.css */
  .g-pa-30--xl {
    padding: 2.14286rem !important;
  }
  /* line 34546, app/assets/stylesheets/unify.css */
  .g-pa-35--xl {
    padding: 2.5rem !important;
  }
  /* line 34548, app/assets/stylesheets/unify.css */
  .g-pa-40--xl {
    padding: 2.85714rem !important;
  }
  /* line 34550, app/assets/stylesheets/unify.css */
  .g-pa-45--xl {
    padding: 3.21429rem !important;
  }
  /* line 34552, app/assets/stylesheets/unify.css */
  .g-pa-50--xl {
    padding: 3.57143rem !important;
  }
  /* line 34554, app/assets/stylesheets/unify.css */
  .g-pa-55--xl {
    padding: 3.92857rem !important;
  }
  /* line 34556, app/assets/stylesheets/unify.css */
  .g-pa-60--xl {
    padding: 4.28571rem !important;
  }
  /* line 34558, app/assets/stylesheets/unify.css */
  .g-pa-65--xl {
    padding: 4.64286rem !important;
  }
  /* line 34560, app/assets/stylesheets/unify.css */
  .g-pa-70--xl {
    padding: 5rem !important;
  }
  /* line 34562, app/assets/stylesheets/unify.css */
  .g-pa-75--xl {
    padding: 5.35714rem !important;
  }
  /* line 34564, app/assets/stylesheets/unify.css */
  .g-pa-80--xl {
    padding: 5.71429rem !important;
  }
  /* line 34566, app/assets/stylesheets/unify.css */
  .g-pa-85--xl {
    padding: 6.07143rem !important;
  }
  /* line 34568, app/assets/stylesheets/unify.css */
  .g-pa-90--xl {
    padding: 6.42857rem !important;
  }
  /* line 34570, app/assets/stylesheets/unify.css */
  .g-pa-95--xl {
    padding: 6.78571rem !important;
  }
  /* line 34572, app/assets/stylesheets/unify.css */
  .g-pa-100--xl {
    padding: 7.14286rem !important;
  }
  /* line 34574, app/assets/stylesheets/unify.css */
  .g-pa-105--xl {
    padding: 7.5rem !important;
  }
  /* line 34576, app/assets/stylesheets/unify.css */
  .g-pa-110--xl {
    padding: 7.85714rem !important;
  }
  /* line 34578, app/assets/stylesheets/unify.css */
  .g-pa-115--xl {
    padding: 8.21429rem !important;
  }
  /* line 34580, app/assets/stylesheets/unify.css */
  .g-pa-120--xl {
    padding: 8.57143rem !important;
  }
  /* line 34582, app/assets/stylesheets/unify.css */
  .g-pa-125--xl {
    padding: 8.92857rem !important;
  }
  /* line 34584, app/assets/stylesheets/unify.css */
  .g-pa-130--xl {
    padding: 9.28571rem !important;
  }
  /* line 34586, app/assets/stylesheets/unify.css */
  .g-pa-135--xl {
    padding: 9.64286rem !important;
  }
  /* line 34588, app/assets/stylesheets/unify.css */
  .g-pa-140--xl {
    padding: 10rem !important;
  }
  /* line 34590, app/assets/stylesheets/unify.css */
  .g-pa-145--xl {
    padding: 10.35714rem !important;
  }
  /* line 34592, app/assets/stylesheets/unify.css */
  .g-pa-150--xl {
    padding: 10.71429rem !important;
  }
  /* Padding X */
  /* line 34595, app/assets/stylesheets/unify.css */
  .g-px-1--xl {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }
  /* line 34598, app/assets/stylesheets/unify.css */
  .g-px-2--xl {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }
  /* line 34601, app/assets/stylesheets/unify.css */
  .g-px-3--xl {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }
  /* line 34604, app/assets/stylesheets/unify.css */
  .g-px-4--xl {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }
  /* line 34607, app/assets/stylesheets/unify.css */
  .g-px-5--xl {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }
  /* line 34610, app/assets/stylesheets/unify.css */
  .g-px-6--xl {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }
  /* line 34613, app/assets/stylesheets/unify.css */
  .g-px-7--xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  /* line 34616, app/assets/stylesheets/unify.css */
  .g-px-8--xl {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }
  /* line 34619, app/assets/stylesheets/unify.css */
  .g-px-9--xl {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }
  /* line 34622, app/assets/stylesheets/unify.css */
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 34625, app/assets/stylesheets/unify.css */
  .g-px-11--xl {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }
  /* line 34628, app/assets/stylesheets/unify.css */
  .g-px-12--xl {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }
  /* line 34631, app/assets/stylesheets/unify.css */
  .g-px-13--xl {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }
  /* line 34634, app/assets/stylesheets/unify.css */
  .g-px-14--xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  /* line 34637, app/assets/stylesheets/unify.css */
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 34640, app/assets/stylesheets/unify.css */
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }
  /* line 34643, app/assets/stylesheets/unify.css */
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }
  /* line 34646, app/assets/stylesheets/unify.css */
  .g-px-20--xl {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }
  /* line 34649, app/assets/stylesheets/unify.css */
  .g-px-25--xl {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }
  /* line 34652, app/assets/stylesheets/unify.css */
  .g-px-30--xl {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }
  /* line 34655, app/assets/stylesheets/unify.css */
  .g-px-35--xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  /* line 34658, app/assets/stylesheets/unify.css */
  .g-px-40--xl {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }
  /* line 34661, app/assets/stylesheets/unify.css */
  .g-px-45--xl {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }
  /* line 34664, app/assets/stylesheets/unify.css */
  .g-px-50--xl {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }
  /* line 34667, app/assets/stylesheets/unify.css */
  .g-px-55--xl {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }
  /* line 34670, app/assets/stylesheets/unify.css */
  .g-px-60--xl {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }
  /* line 34673, app/assets/stylesheets/unify.css */
  .g-px-65--xl {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }
  /* line 34676, app/assets/stylesheets/unify.css */
  .g-px-70--xl {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  /* line 34679, app/assets/stylesheets/unify.css */
  .g-px-75--xl {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }
  /* line 34682, app/assets/stylesheets/unify.css */
  .g-px-80--xl {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }
  /* line 34685, app/assets/stylesheets/unify.css */
  .g-px-85--xl {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }
  /* line 34688, app/assets/stylesheets/unify.css */
  .g-px-90--xl {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }
  /* line 34691, app/assets/stylesheets/unify.css */
  .g-px-95--xl {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }
  /* line 34694, app/assets/stylesheets/unify.css */
  .g-px-100--xl {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }
  /* line 34697, app/assets/stylesheets/unify.css */
  .g-px-105--xl {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  /* line 34700, app/assets/stylesheets/unify.css */
  .g-px-110--xl {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }
  /* line 34703, app/assets/stylesheets/unify.css */
  .g-px-115--xl {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }
  /* line 34706, app/assets/stylesheets/unify.css */
  .g-px-120--xl {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }
  /* line 34709, app/assets/stylesheets/unify.css */
  .g-px-125--xl {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }
  /* line 34712, app/assets/stylesheets/unify.css */
  .g-px-130--xl {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }
  /* line 34715, app/assets/stylesheets/unify.css */
  .g-px-135--xl {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }
  /* line 34718, app/assets/stylesheets/unify.css */
  .g-px-140--xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  /* line 34721, app/assets/stylesheets/unify.css */
  .g-px-145--xl {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }
  /* line 34724, app/assets/stylesheets/unify.css */
  .g-px-150--xl {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }
  /* Padding Y */
  /* line 34728, app/assets/stylesheets/unify.css */
  .g-py-1--xl {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }
  /* line 34731, app/assets/stylesheets/unify.css */
  .g-py-2--xl {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }
  /* line 34734, app/assets/stylesheets/unify.css */
  .g-py-3--xl {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }
  /* line 34737, app/assets/stylesheets/unify.css */
  .g-py-4--xl {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }
  /* line 34740, app/assets/stylesheets/unify.css */
  .g-py-5--xl {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 34743, app/assets/stylesheets/unify.css */
  .g-py-6--xl {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }
  /* line 34746, app/assets/stylesheets/unify.css */
  .g-py-7--xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 34749, app/assets/stylesheets/unify.css */
  .g-py-8--xl {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }
  /* line 34752, app/assets/stylesheets/unify.css */
  .g-py-9--xl {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }
  /* line 34755, app/assets/stylesheets/unify.css */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* line 34758, app/assets/stylesheets/unify.css */
  .g-py-11--xl {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }
  /* line 34761, app/assets/stylesheets/unify.css */
  .g-py-12--xl {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }
  /* line 34764, app/assets/stylesheets/unify.css */
  .g-py-13--xl {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }
  /* line 34767, app/assets/stylesheets/unify.css */
  .g-py-14--xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 34770, app/assets/stylesheets/unify.css */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* line 34773, app/assets/stylesheets/unify.css */
  .g-py-16--xl {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }
  /* line 34776, app/assets/stylesheets/unify.css */
  .g-py-17--xl {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }
  /* line 34779, app/assets/stylesheets/unify.css */
  .g-py-18--xl {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }
  /* line 34782, app/assets/stylesheets/unify.css */
  .g-py-19--xl {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }
  /* P */
  /* line 34786, app/assets/stylesheets/unify.css */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }
  /* P */
  /* line 34790, app/assets/stylesheets/unify.css */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }
  /* P */
  /* line 34794, app/assets/stylesheets/unify.css */
  .g-py-20--xl {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }
  /* P */
  /* line 34798, app/assets/stylesheets/unify.css */
  .g-py-25--xl {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }
  /* P */
  /* line 34802, app/assets/stylesheets/unify.css */
  .g-py-30--xl {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }
  /* P */
  /* line 34806, app/assets/stylesheets/unify.css */
  .g-py-35--xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  /* P */
  /* line 34810, app/assets/stylesheets/unify.css */
  .g-py-40--xl {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }
  /* P */
  /* line 34814, app/assets/stylesheets/unify.css */
  .g-py-45--xl {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }
  /* P */
  /* line 34818, app/assets/stylesheets/unify.css */
  .g-py-50--xl {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }
  /* P */
  /* line 34822, app/assets/stylesheets/unify.css */
  .g-py-55--xl {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }
  /* P */
  /* line 34826, app/assets/stylesheets/unify.css */
  .g-py-60--xl {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }
  /* P */
  /* line 34830, app/assets/stylesheets/unify.css */
  .g-py-65--xl {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }
  /* P */
  /* line 34834, app/assets/stylesheets/unify.css */
  .g-py-70--xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* P */
  /* line 34838, app/assets/stylesheets/unify.css */
  .g-py-75--xl {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }
  /* P */
  /* line 34842, app/assets/stylesheets/unify.css */
  .g-py-80--xl {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }
  /* P */
  /* line 34846, app/assets/stylesheets/unify.css */
  .g-py-85--xl {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }
  /* P */
  /* line 34850, app/assets/stylesheets/unify.css */
  .g-py-90--xl {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }
  /* P */
  /* line 34854, app/assets/stylesheets/unify.css */
  .g-py-95--xl {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }
  /* P */
  /* line 34858, app/assets/stylesheets/unify.css */
  .g-py-100--xl {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* P */
  /* line 34862, app/assets/stylesheets/unify.css */
  .g-py-105--xl {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* P */
  /* line 34866, app/assets/stylesheets/unify.css */
  .g-py-110--xl {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }
  /* P */
  /* line 34870, app/assets/stylesheets/unify.css */
  .g-py-115--xl {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }
  /* P */
  /* line 34874, app/assets/stylesheets/unify.css */
  .g-py-120--xl {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }
  /* P */
  /* line 34878, app/assets/stylesheets/unify.css */
  .g-py-125--xl {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }
  /* P */
  /* line 34882, app/assets/stylesheets/unify.css */
  .g-py-130--xl {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }
  /* P */
  /* line 34886, app/assets/stylesheets/unify.css */
  .g-py-135--xl {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }
  /* P */
  /* line 34890, app/assets/stylesheets/unify.css */
  .g-py-140--xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* P */
  /* line 34894, app/assets/stylesheets/unify.css */
  .g-py-145--xl {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }
  /* P */
  /* line 34898, app/assets/stylesheets/unify.css */
  .g-py-150--xl {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }
  /* P */
  /* line 34902, app/assets/stylesheets/unify.css */
  .g-py-155--xl {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }
  /* P */
  /* line 34906, app/assets/stylesheets/unify.css */
  .g-py-160--xl {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }
  /* P */
  /* line 34910, app/assets/stylesheets/unify.css */
  .g-py-165--xl {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }
  /* P */
  /* line 34914, app/assets/stylesheets/unify.css */
  .g-py-170--xl {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }
  /* P */
  /* line 34918, app/assets/stylesheets/unify.css */
  .g-py-175--xl {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* P */
  /* line 34922, app/assets/stylesheets/unify.css */
  .g-py-180--xl {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }
  /* P */
  /* line 34926, app/assets/stylesheets/unify.css */
  .g-py-185--xl {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }
  /* P */
  /* line 34930, app/assets/stylesheets/unify.css */
  .g-py-190--xl {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }
  /* P */
  /* line 34934, app/assets/stylesheets/unify.css */
  .g-py-195--xl {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }
  /* P */
  /* line 34938, app/assets/stylesheets/unify.css */
  .g-py-200--xl {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }
  /* P */
  /* line 34942, app/assets/stylesheets/unify.css */
  .g-py-205--xl {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }
  /* P */
  /* line 34946, app/assets/stylesheets/unify.css */
  .g-py-210--xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* Padding Top */
  /* line 34950, app/assets/stylesheets/unify.css */
  .g-pt-0--xl {
    padding-top: 0px !important;
  }
  /* line 34952, app/assets/stylesheets/unify.css */
  .g-pt-1--xl {
    padding-top: 0.07143rem !important;
  }
  /* line 34954, app/assets/stylesheets/unify.css */
  .g-pt-2--xl {
    padding-top: 0.14286rem !important;
  }
  /* line 34956, app/assets/stylesheets/unify.css */
  .g-pt-3--xl {
    padding-top: 0.21429rem !important;
  }
  /* line 34958, app/assets/stylesheets/unify.css */
  .g-pt-4--xl {
    padding-top: 0.28571rem !important;
  }
  /* line 34960, app/assets/stylesheets/unify.css */
  .g-pt-5--xl {
    padding-top: 0.35714rem !important;
  }
  /* line 34962, app/assets/stylesheets/unify.css */
  .g-pt-6--xl {
    padding-top: 0.42857rem !important;
  }
  /* line 34964, app/assets/stylesheets/unify.css */
  .g-pt-7--xl {
    padding-top: 0.5rem !important;
  }
  /* line 34966, app/assets/stylesheets/unify.css */
  .g-pt-8--xl {
    padding-top: 0.57143rem !important;
  }
  /* line 34968, app/assets/stylesheets/unify.css */
  .g-pt-9--xl {
    padding-top: 0.64286rem !important;
  }
  /* line 34970, app/assets/stylesheets/unify.css */
  .g-pt-10--xl {
    padding-top: 0.71429rem !important;
  }
  /* line 34972, app/assets/stylesheets/unify.css */
  .g-pt-15--xl {
    padding-top: 1.07143rem !important;
  }
  /* line 34974, app/assets/stylesheets/unify.css */
  .g-pt-20--xl {
    padding-top: 1.42857rem !important;
  }
  /* line 34976, app/assets/stylesheets/unify.css */
  .g-pt-25--xl {
    padding-top: 1.78571rem !important;
  }
  /* line 34978, app/assets/stylesheets/unify.css */
  .g-pt-30--xl {
    padding-top: 2.14286rem !important;
  }
  /* line 34980, app/assets/stylesheets/unify.css */
  .g-pt-35--xl {
    padding-top: 2.5rem !important;
  }
  /* line 34982, app/assets/stylesheets/unify.css */
  .g-pt-40--xl {
    padding-top: 2.85714rem !important;
  }
  /* line 34984, app/assets/stylesheets/unify.css */
  .g-pt-45--xl {
    padding-top: 3.21429rem !important;
  }
  /* line 34986, app/assets/stylesheets/unify.css */
  .g-pt-50--xl {
    padding-top: 3.57143rem !important;
  }
  /* line 34988, app/assets/stylesheets/unify.css */
  .g-pt-55--xl {
    padding-top: 3.92857rem !important;
  }
  /* line 34990, app/assets/stylesheets/unify.css */
  .g-pt-60--xl {
    padding-top: 4.28571rem !important;
  }
  /* line 34992, app/assets/stylesheets/unify.css */
  .g-pt-65--xl {
    padding-top: 4.64286rem !important;
  }
  /* line 34994, app/assets/stylesheets/unify.css */
  .g-pt-70--xl {
    padding-top: 5rem !important;
  }
  /* line 34996, app/assets/stylesheets/unify.css */
  .g-pt-75--xl {
    padding-top: 5.35714rem !important;
  }
  /* line 34998, app/assets/stylesheets/unify.css */
  .g-pt-80--xl {
    padding-top: 5.71429rem !important;
  }
  /* line 35000, app/assets/stylesheets/unify.css */
  .g-pt-85--xl {
    padding-top: 6.07143rem !important;
  }
  /* line 35002, app/assets/stylesheets/unify.css */
  .g-pt-90--xl {
    padding-top: 6.42857rem !important;
  }
  /* line 35004, app/assets/stylesheets/unify.css */
  .g-pt-95--xl {
    padding-top: 6.78571rem !important;
  }
  /* line 35006, app/assets/stylesheets/unify.css */
  .g-pt-100--xl {
    padding-top: 7.14286rem !important;
  }
  /* line 35008, app/assets/stylesheets/unify.css */
  .g-pt-105--xl {
    padding-top: 7.5rem !important;
  }
  /* line 35010, app/assets/stylesheets/unify.css */
  .g-pt-110--xl {
    padding-top: 7.85714rem !important;
  }
  /* line 35012, app/assets/stylesheets/unify.css */
  .g-pt-115--xl {
    padding-top: 8.21429rem !important;
  }
  /* line 35014, app/assets/stylesheets/unify.css */
  .g-pt-120--xl {
    padding-top: 8.57143rem !important;
  }
  /* line 35016, app/assets/stylesheets/unify.css */
  .g-pt-125--xl {
    padding-top: 8.92857rem !important;
  }
  /* line 35018, app/assets/stylesheets/unify.css */
  .g-pt-130--xl {
    padding-top: 9.28571rem !important;
  }
  /* line 35020, app/assets/stylesheets/unify.css */
  .g-pt-135--xl {
    padding-top: 9.64286rem !important;
  }
  /* line 35022, app/assets/stylesheets/unify.css */
  .g-pt-140--xl {
    padding-top: 10rem !important;
  }
  /* line 35024, app/assets/stylesheets/unify.css */
  .g-pt-145--xl {
    padding-top: 10.35714rem !important;
  }
  /* line 35026, app/assets/stylesheets/unify.css */
  .g-pt-150--xl {
    padding-top: 10.71429rem !important;
  }
  /* Padding Right */
  /* line 35029, app/assets/stylesheets/unify.css */
  .g-pr-0--xl {
    padding-right: 0px !important;
  }
  /* line 35031, app/assets/stylesheets/unify.css */
  .g-pr-1--xl {
    padding-right: 0.07143rem !important;
  }
  /* line 35033, app/assets/stylesheets/unify.css */
  .g-pr-2--xl {
    padding-right: 0.14286rem !important;
  }
  /* line 35035, app/assets/stylesheets/unify.css */
  .g-pr-3--xl {
    padding-right: 0.21429rem !important;
  }
  /* line 35037, app/assets/stylesheets/unify.css */
  .g-pr-4--xl {
    padding-right: 0.28571rem !important;
  }
  /* line 35039, app/assets/stylesheets/unify.css */
  .g-pr-5--xl {
    padding-right: 0.35714rem !important;
  }
  /* line 35041, app/assets/stylesheets/unify.css */
  .g-pr-6--xl {
    padding-right: 0.42857rem !important;
  }
  /* line 35043, app/assets/stylesheets/unify.css */
  .g-pr-7--xl {
    padding-right: 0.5rem !important;
  }
  /* line 35045, app/assets/stylesheets/unify.css */
  .g-pr-8--xl {
    padding-right: 0.57143rem !important;
  }
  /* line 35047, app/assets/stylesheets/unify.css */
  .g-pr-9--xl {
    padding-right: 0.64286rem !important;
  }
  /* P */
  /* line 35050, app/assets/stylesheets/unify.css */
  .g-pr-10--xl {
    padding-right: 0.71429rem !important;
  }
  /* P */
  /* line 35053, app/assets/stylesheets/unify.css */
  .g-pr-15--xl {
    padding-right: 1.07143rem !important;
  }
  /* P */
  /* line 35056, app/assets/stylesheets/unify.css */
  .g-pr-20--xl {
    padding-right: 1.42857rem !important;
  }
  /* P */
  /* line 35059, app/assets/stylesheets/unify.css */
  .g-pr-25--xl {
    padding-right: 1.78571rem !important;
  }
  /* P */
  /* line 35062, app/assets/stylesheets/unify.css */
  .g-pr-30--xl {
    padding-right: 2.14286rem !important;
  }
  /* P */
  /* line 35065, app/assets/stylesheets/unify.css */
  .g-pr-35--xl {
    padding-right: 2.5rem !important;
  }
  /* P */
  /* line 35068, app/assets/stylesheets/unify.css */
  .g-pr-40--xl {
    padding-right: 2.85714rem !important;
  }
  /* P */
  /* line 35071, app/assets/stylesheets/unify.css */
  .g-pr-45--xl {
    padding-right: 3.21429rem !important;
  }
  /* P */
  /* line 35074, app/assets/stylesheets/unify.css */
  .g-pr-50--xl {
    padding-right: 3.57143rem !important;
  }
  /* P */
  /* line 35077, app/assets/stylesheets/unify.css */
  .g-pr-55--xl {
    padding-right: 3.92857rem !important;
  }
  /* P */
  /* line 35080, app/assets/stylesheets/unify.css */
  .g-pr-60--xl {
    padding-right: 4.28571rem !important;
  }
  /* P */
  /* line 35083, app/assets/stylesheets/unify.css */
  .g-pr-65--xl {
    padding-right: 4.64286rem !important;
  }
  /* P */
  /* line 35086, app/assets/stylesheets/unify.css */
  .g-pr-70--xl {
    padding-right: 5rem !important;
  }
  /* P */
  /* line 35089, app/assets/stylesheets/unify.css */
  .g-pr-75--xl {
    padding-right: 5.35714rem !important;
  }
  /* P */
  /* line 35092, app/assets/stylesheets/unify.css */
  .g-pr-80--xl {
    padding-right: 5.71429rem !important;
  }
  /* P */
  /* line 35095, app/assets/stylesheets/unify.css */
  .g-pr-85--xl {
    padding-right: 6.07143rem !important;
  }
  /* P */
  /* line 35098, app/assets/stylesheets/unify.css */
  .g-pr-90--xl {
    padding-right: 6.42857rem !important;
  }
  /* P */
  /* line 35101, app/assets/stylesheets/unify.css */
  .g-pr-95--xl {
    padding-right: 6.78571rem !important;
  }
  /* P */
  /* line 35104, app/assets/stylesheets/unify.css */
  .g-pr-100--xl {
    padding-right: 7.14286rem !important;
  }
  /* P */
  /* line 35107, app/assets/stylesheets/unify.css */
  .g-pr-105--xl {
    padding-right: 7.5rem !important;
  }
  /* P */
  /* line 35110, app/assets/stylesheets/unify.css */
  .g-pr-110--xl {
    padding-right: 7.85714rem !important;
  }
  /* P */
  /* line 35113, app/assets/stylesheets/unify.css */
  .g-pr-115--xl {
    padding-right: 8.21429rem !important;
  }
  /* P */
  /* line 35116, app/assets/stylesheets/unify.css */
  .g-pr-120--xl {
    padding-right: 8.57143rem !important;
  }
  /* P */
  /* line 35119, app/assets/stylesheets/unify.css */
  .g-pr-125--xl {
    padding-right: 8.92857rem !important;
  }
  /* P */
  /* line 35122, app/assets/stylesheets/unify.css */
  .g-pr-130--xl {
    padding-right: 9.28571rem !important;
  }
  /* P */
  /* line 35125, app/assets/stylesheets/unify.css */
  .g-pr-135--xl {
    padding-right: 9.64286rem !important;
  }
  /* P */
  /* line 35128, app/assets/stylesheets/unify.css */
  .g-pr-140--xl {
    padding-right: 10rem !important;
  }
  /* P */
  /* line 35131, app/assets/stylesheets/unify.css */
  .g-pr-145--xl {
    padding-right: 10.35714rem !important;
  }
  /* P */
  /* line 35134, app/assets/stylesheets/unify.css */
  .g-pr-150--xl {
    padding-right: 10.71429rem !important;
  }
  /* P */
  /* line 35137, app/assets/stylesheets/unify.css */
  .g-pr-155--xl {
    padding-right: 11.07143rem !important;
  }
  /* P */
  /* line 35140, app/assets/stylesheets/unify.css */
  .g-pr-160--xl {
    padding-right: 11.42857rem !important;
  }
  /* P */
  /* line 35143, app/assets/stylesheets/unify.css */
  .g-pr-165--xl {
    padding-right: 11.78571rem !important;
  }
  /* P */
  /* line 35146, app/assets/stylesheets/unify.css */
  .g-pr-170--xl {
    padding-right: 12.14286rem !important;
  }
  /* Padding Bottom */
  /* line 35149, app/assets/stylesheets/unify.css */
  .g-pb-0--xl {
    padding-bottom: 0px !important;
  }
  /* line 35151, app/assets/stylesheets/unify.css */
  .g-pb-1--xl {
    padding-bottom: 0.07143rem !important;
  }
  /* line 35153, app/assets/stylesheets/unify.css */
  .g-pb-2--xl {
    padding-bottom: 0.14286rem !important;
  }
  /* line 35155, app/assets/stylesheets/unify.css */
  .g-pb-3--xl {
    padding-bottom: 0.21429rem !important;
  }
  /* line 35157, app/assets/stylesheets/unify.css */
  .g-pb-4--xl {
    padding-bottom: 0.28571rem !important;
  }
  /* line 35159, app/assets/stylesheets/unify.css */
  .g-pb-5--xl {
    padding-bottom: 0.35714rem !important;
  }
  /* line 35161, app/assets/stylesheets/unify.css */
  .g-pb-6--xl {
    padding-bottom: 0.42857rem !important;
  }
  /* line 35163, app/assets/stylesheets/unify.css */
  .g-pb-7--xl {
    padding-bottom: 0.5rem !important;
  }
  /* line 35165, app/assets/stylesheets/unify.css */
  .g-pb-8--xl {
    padding-bottom: 0.57143rem !important;
  }
  /* line 35167, app/assets/stylesheets/unify.css */
  .g-pb-9--xl {
    padding-bottom: 0.64286rem !important;
  }
  /* line 35169, app/assets/stylesheets/unify.css */
  .g-pb-10--xl {
    padding-bottom: 0.71429rem !important;
  }
  /* line 35171, app/assets/stylesheets/unify.css */
  .g-pb-15--xl {
    padding-bottom: 1.07143rem !important;
  }
  /* line 35173, app/assets/stylesheets/unify.css */
  .g-pb-20--xl {
    padding-bottom: 1.42857rem !important;
  }
  /* line 35175, app/assets/stylesheets/unify.css */
  .g-pb-25--xl {
    padding-bottom: 1.78571rem !important;
  }
  /* line 35177, app/assets/stylesheets/unify.css */
  .g-pb-30--xl {
    padding-bottom: 2.14286rem !important;
  }
  /* line 35179, app/assets/stylesheets/unify.css */
  .g-pb-35--xl {
    padding-bottom: 2.5rem !important;
  }
  /* line 35181, app/assets/stylesheets/unify.css */
  .g-pb-40--xl {
    padding-bottom: 2.85714rem !important;
  }
  /* line 35183, app/assets/stylesheets/unify.css */
  .g-pb-45--xl {
    padding-bottom: 3.21429rem !important;
  }
  /* line 35185, app/assets/stylesheets/unify.css */
  .g-pb-50--xl {
    padding-bottom: 3.57143rem !important;
  }
  /* line 35187, app/assets/stylesheets/unify.css */
  .g-pb-55--xl {
    padding-bottom: 3.92857rem !important;
  }
  /* line 35189, app/assets/stylesheets/unify.css */
  .g-pb-60--xl {
    padding-bottom: 4.28571rem !important;
  }
  /* line 35191, app/assets/stylesheets/unify.css */
  .g-pb-65--xl {
    padding-bottom: 4.64286rem !important;
  }
  /* line 35193, app/assets/stylesheets/unify.css */
  .g-pb-70--xl {
    padding-bottom: 5rem !important;
  }
  /* line 35195, app/assets/stylesheets/unify.css */
  .g-pb-75--xl {
    padding-bottom: 5.35714rem !important;
  }
  /* line 35197, app/assets/stylesheets/unify.css */
  .g-pb-80--xl {
    padding-bottom: 5.71429rem !important;
  }
  /* line 35199, app/assets/stylesheets/unify.css */
  .g-pb-85--xl {
    padding-bottom: 6.07143rem !important;
  }
  /* line 35201, app/assets/stylesheets/unify.css */
  .g-pb-90--xl {
    padding-bottom: 6.42857rem !important;
  }
  /* line 35203, app/assets/stylesheets/unify.css */
  .g-pb-95--xl {
    padding-bottom: 6.78571rem !important;
  }
  /* line 35205, app/assets/stylesheets/unify.css */
  .g-pb-100--xl {
    padding-bottom: 7.14286rem !important;
  }
  /* line 35207, app/assets/stylesheets/unify.css */
  .g-pb-105--xl {
    padding-bottom: 7.5rem !important;
  }
  /* line 35209, app/assets/stylesheets/unify.css */
  .g-pb-110--xl {
    padding-bottom: 7.85714rem !important;
  }
  /* line 35211, app/assets/stylesheets/unify.css */
  .g-pb-115--xl {
    padding-bottom: 8.21429rem !important;
  }
  /* line 35213, app/assets/stylesheets/unify.css */
  .g-pb-120--xl {
    padding-bottom: 8.57143rem !important;
  }
  /* line 35215, app/assets/stylesheets/unify.css */
  .g-pb-125--xl {
    padding-bottom: 8.92857rem !important;
  }
  /* line 35217, app/assets/stylesheets/unify.css */
  .g-pb-130--xl {
    padding-bottom: 9.28571rem !important;
  }
  /* line 35219, app/assets/stylesheets/unify.css */
  .g-pb-135--xl {
    padding-bottom: 9.64286rem !important;
  }
  /* line 35221, app/assets/stylesheets/unify.css */
  .g-pb-140--xl {
    padding-bottom: 10rem !important;
  }
  /* line 35223, app/assets/stylesheets/unify.css */
  .g-pb-145--xl {
    padding-bottom: 10.35714rem !important;
  }
  /* line 35225, app/assets/stylesheets/unify.css */
  .g-pb-150--xl {
    padding-bottom: 10.71429rem !important;
  }
  /* Padding Left */
  /* line 35228, app/assets/stylesheets/unify.css */
  .g-pl-0--xl {
    padding-left: 0px !important;
  }
  /* line 35230, app/assets/stylesheets/unify.css */
  .g-pl-1--xl {
    padding-left: 0.07143rem !important;
  }
  /* line 35232, app/assets/stylesheets/unify.css */
  .g-pl-2--xl {
    padding-left: 0.14286rem !important;
  }
  /* line 35234, app/assets/stylesheets/unify.css */
  .g-pl-3--xl {
    padding-left: 0.21429rem !important;
  }
  /* line 35236, app/assets/stylesheets/unify.css */
  .g-pl-4--xl {
    padding-left: 0.28571rem !important;
  }
  /* line 35238, app/assets/stylesheets/unify.css */
  .g-pl-5--xl {
    padding-left: 0.35714rem !important;
  }
  /* line 35240, app/assets/stylesheets/unify.css */
  .g-pl-6--xl {
    padding-left: 0.42857rem !important;
  }
  /* line 35242, app/assets/stylesheets/unify.css */
  .g-pl-7--xl {
    padding-left: 0.5rem !important;
  }
  /* line 35244, app/assets/stylesheets/unify.css */
  .g-pl-8--xl {
    padding-left: 0.57143rem !important;
  }
  /* line 35246, app/assets/stylesheets/unify.css */
  .g-pl-9--xl {
    padding-left: 0.64286rem !important;
  }
  /* P */
  /* line 35249, app/assets/stylesheets/unify.css */
  .g-pl-10--xl {
    padding-left: 0.71429rem !important;
  }
  /* P */
  /* line 35252, app/assets/stylesheets/unify.css */
  .g-pl-15--xl {
    padding-left: 1.07143rem !important;
  }
  /* P */
  /* line 35255, app/assets/stylesheets/unify.css */
  .g-pl-20--xl {
    padding-left: 1.42857rem !important;
  }
  /* P */
  /* line 35258, app/assets/stylesheets/unify.css */
  .g-pl-25--xl {
    padding-left: 1.78571rem !important;
  }
  /* P */
  /* line 35261, app/assets/stylesheets/unify.css */
  .g-pl-30--xl {
    padding-left: 2.14286rem !important;
  }
  /* P */
  /* line 35264, app/assets/stylesheets/unify.css */
  .g-pl-35--xl {
    padding-left: 2.5rem !important;
  }
  /* P */
  /* line 35267, app/assets/stylesheets/unify.css */
  .g-pl-40--xl {
    padding-left: 2.85714rem !important;
  }
  /* P */
  /* line 35270, app/assets/stylesheets/unify.css */
  .g-pl-45--xl {
    padding-left: 3.21429rem !important;
  }
  /* P */
  /* line 35273, app/assets/stylesheets/unify.css */
  .g-pl-50--xl {
    padding-left: 3.57143rem !important;
  }
  /* P */
  /* line 35276, app/assets/stylesheets/unify.css */
  .g-pl-55--xl {
    padding-left: 3.92857rem !important;
  }
  /* P */
  /* line 35279, app/assets/stylesheets/unify.css */
  .g-pl-60--xl {
    padding-left: 4.28571rem !important;
  }
  /* P */
  /* line 35282, app/assets/stylesheets/unify.css */
  .g-pl-65--xl {
    padding-left: 4.64286rem !important;
  }
  /* P */
  /* line 35285, app/assets/stylesheets/unify.css */
  .g-pl-70--xl {
    padding-left: 5rem !important;
  }
  /* P */
  /* line 35288, app/assets/stylesheets/unify.css */
  .g-pl-75--xl {
    padding-left: 5.35714rem !important;
  }
  /* P */
  /* line 35291, app/assets/stylesheets/unify.css */
  .g-pl-80--xl {
    padding-left: 5.71429rem !important;
  }
  /* P */
  /* line 35294, app/assets/stylesheets/unify.css */
  .g-pl-85--xl {
    padding-left: 6.07143rem !important;
  }
  /* P */
  /* line 35297, app/assets/stylesheets/unify.css */
  .g-pl-90--xl {
    padding-left: 6.42857rem !important;
  }
  /* P */
  /* line 35300, app/assets/stylesheets/unify.css */
  .g-pl-95--xl {
    padding-left: 6.78571rem !important;
  }
  /* P */
  /* line 35303, app/assets/stylesheets/unify.css */
  .g-pl-100--xl {
    padding-left: 7.14286rem !important;
  }
  /* P */
  /* line 35306, app/assets/stylesheets/unify.css */
  .g-pl-105--xl {
    padding-left: 7.5rem !important;
  }
  /* P */
  /* line 35309, app/assets/stylesheets/unify.css */
  .g-pl-110--xl {
    padding-left: 7.85714rem !important;
  }
  /* P */
  /* line 35312, app/assets/stylesheets/unify.css */
  .g-pl-115--xl {
    padding-left: 8.21429rem !important;
  }
  /* P */
  /* line 35315, app/assets/stylesheets/unify.css */
  .g-pl-120--xl {
    padding-left: 8.57143rem !important;
  }
  /* P */
  /* line 35318, app/assets/stylesheets/unify.css */
  .g-pl-125--xl {
    padding-left: 8.92857rem !important;
  }
  /* P */
  /* line 35321, app/assets/stylesheets/unify.css */
  .g-pl-130--xl {
    padding-left: 9.28571rem !important;
  }
  /* P */
  /* line 35324, app/assets/stylesheets/unify.css */
  .g-pl-135--xl {
    padding-left: 9.64286rem !important;
  }
  /* P */
  /* line 35327, app/assets/stylesheets/unify.css */
  .g-pl-140--xl {
    padding-left: 10rem !important;
  }
  /* P */
  /* line 35330, app/assets/stylesheets/unify.css */
  .g-pl-145--xl {
    padding-left: 10.35714rem !important;
  }
  /* P */
  /* line 35333, app/assets/stylesheets/unify.css */
  .g-pl-150--xl {
    padding-left: 10.71429rem !important;
  }
  /* P */
  /* line 35336, app/assets/stylesheets/unify.css */
  .g-pl-155--xl {
    padding-left: 11.07143rem !important;
  }
  /* P */
  /* line 35339, app/assets/stylesheets/unify.css */
  .g-pl-160--xl {
    padding-left: 11.42857rem !important;
  }
  /* P */
  /* line 35342, app/assets/stylesheets/unify.css */
  .g-pl-165--xl {
    padding-left: 11.78571rem !important;
  }
  /* P */
  /* line 35345, app/assets/stylesheets/unify.css */
  .g-pl-170--xl {
    padding-left: 12.14286rem !important;
  }
}

/* Custom Paddings (xs)
------------------------------------*/
/* line 35350, app/assets/stylesheets/unify.css */
.g-pa-0-20-20 {
  padding: 0 1.42857rem 1.42857rem !important;
}

/* line 35353, app/assets/stylesheets/unify.css */
.g-pa-4-11 {
  padding: 0.28571rem 0.78571rem !important;
}

/* line 35356, app/assets/stylesheets/unify.css */
.g-pa-4-13 {
  padding: 0.28571rem 0.92857rem !important;
}

/* line 35359, app/assets/stylesheets/unify.css */
.g-pa-5-10 {
  padding: 0.35714rem 0.71429rem !important;
}

/* line 35362, app/assets/stylesheets/unify.css */
.g-pa-5-15 {
  padding: 0.35714rem 1.07143rem !important;
}

/* line 35365, app/assets/stylesheets/unify.css */
.g-pa-6-8 {
  padding: 0.42857rem 0.57143rem !important;
}

/* line 35368, app/assets/stylesheets/unify.css */
.g-pa-7-14 {
  padding: 0.5rem 1rem !important;
}

/* line 35371, app/assets/stylesheets/unify.css */
.g-pa-7-16 {
  padding: 0.5rem 1.14286rem !important;
}

/* line 35374, app/assets/stylesheets/unify.css */
.g-pa-10-5-5 {
  padding: 0.71429rem 0.35714rem 0.35714rem !important;
}

/* line 35377, app/assets/stylesheets/unify.css */
.g-pa-10-15 {
  padding: 0.71429rem 1.07143rem !important;
}

/* line 35380, app/assets/stylesheets/unify.css */
.g-pa-10-16 {
  padding: 0.71429rem 1.14286rem !important;
}

/* line 35383, app/assets/stylesheets/unify.css */
.g-pa-10-20 {
  padding: 0.71429rem 1.42857rem !important;
}

/* line 35386, app/assets/stylesheets/unify.css */
.g-pa-10-30 {
  padding: 0.71429rem 2.14286rem !important;
}

/* line 35389, app/assets/stylesheets/unify.css */
.g-pa-12 {
  padding: 0.85714rem !important;
}

/* line 35392, app/assets/stylesheets/unify.css */
.g-pa-12-19 {
  padding: 0.85714rem 1.35714rem !important;
}

/* line 35395, app/assets/stylesheets/unify.css */
.g-pa-12-21 {
  padding: 0.85714rem 1.5rem !important;
}

/* line 35398, app/assets/stylesheets/unify.css */
.g-pa-12-5-7 {
  padding: 0.85714rem 0.35714rem 0.5rem !important;
}

/* line 35401, app/assets/stylesheets/unify.css */
.g-pa-14-18 {
  padding: 1rem 1.28571rem !important;
}

/* line 35404, app/assets/stylesheets/unify.css */
.g-pa-15-0 {
  padding: 1.07143rem 0 !important;
}

/* line 35407, app/assets/stylesheets/unify.css */
.g-pa-15-5 {
  padding: 1.07143rem 0.35714rem !important;
}

/* line 35410, app/assets/stylesheets/unify.css */
.g-pa-15-20-10 {
  padding: 1.07143rem 1.42857rem 0.71429rem !important;
}

/* line 35413, app/assets/stylesheets/unify.css */
.g-pa-15-20 {
  padding: 1.07143rem 1.42857rem !important;
}

/* line 35416, app/assets/stylesheets/unify.css */
.g-pa-15-30 {
  padding: 1.07143rem 2.14286rem !important;
}

/* line 35419, app/assets/stylesheets/unify.css */
.g-pa-17-23 {
  padding: 1.21429rem 1.64286rem !important;
}

/* line 35422, app/assets/stylesheets/unify.css */
.g-pa-20-10 {
  padding: 1.42857rem 0.71429rem !important;
}

/* line 35425, app/assets/stylesheets/unify.css */
.g-pa-20-20-15 {
  padding: 1.42857rem 1.42857rem 1.07143rem !important;
}

/* line 35428, app/assets/stylesheets/unify.css */
.g-pa-20-20-20-55 {
  padding: 1.42857rem 1.42857rem 1.42857rem 3.92857rem !important;
}

/* line 35431, app/assets/stylesheets/unify.css */
.g-pa-20-30-0 {
  padding: 1.42857rem 2.14286rem 0 !important;
}

/* line 35434, app/assets/stylesheets/unify.css */
.g-pa-20-40-25 {
  padding: 1.42857rem 2.85714rem 1.78571rem !important;
}

/* line 35437, app/assets/stylesheets/unify.css */
.g-pa-24 {
  padding: 1.71429rem !important;
}

/* line 35440, app/assets/stylesheets/unify.css */
.g-pa-25-20-30 {
  padding: 1.78571rem 1.42857rem 2.14286rem !important;
}

/* line 35443, app/assets/stylesheets/unify.css */
.g-pa-25-30-20 {
  padding: 1.78571rem 2.14286rem 1.42857rem !important;
}

/* line 35446, app/assets/stylesheets/unify.css */
.g-pa-25-30 {
  padding: 1.78571rem 2.14286rem !important;
}

/* line 35449, app/assets/stylesheets/unify.css */
.g-pa-30-10 {
  padding: 2.14286rem 0.71429rem !important;
}

/* line 35452, app/assets/stylesheets/unify.css */
.g-pa-30-15 {
  padding: 2.14286rem 1.07143rem !important;
}

/* line 35455, app/assets/stylesheets/unify.css */
.g-pa-30-20 {
  padding: 2.14286rem 1.42857rem !important;
}

/* line 35458, app/assets/stylesheets/unify.css */
.g-pa-30-30-20 {
  padding: 2.14286rem 2.14286rem 1.42857rem !important;
}

/* line 35461, app/assets/stylesheets/unify.css */
.g-pa-40 {
  padding: 2.85714rem !important;
}

/* line 35464, app/assets/stylesheets/unify.css */
.g-pa-40-20 {
  padding: 2.85714rem 1.42857rem !important;
}

/* line 35467, app/assets/stylesheets/unify.css */
.g-pa-40-30-30 {
  padding: 2.85714rem 2.14286rem 2.14286rem !important;
}

/* line 35470, app/assets/stylesheets/unify.css */
.g-pa-50-15-0 {
  padding: 3.57143rem 1.07143rem 0 !important;
}

/* line 35473, app/assets/stylesheets/unify.css */
.g-pa-15x {
  padding: 15% !important;
}

/* line 35476, app/assets/stylesheets/unify.css */
.g-px-18 {
  padding-left: 1.28571rem !important;
  /* O */
  padding-right: 1.28571rem !important;
}

/* line 35481, app/assets/stylesheets/unify.css */
.g-py-23 {
  padding-top: 1.64286rem !important;
  /* O */
  padding-bottom: 1.64286rem !important;
}

/* line 35486, app/assets/stylesheets/unify.css */
.g-py-235 {
  padding-top: 16.78571rem !important;
  /* O */
  padding-bottom: 16.78571rem !important;
}

/* line 35491, app/assets/stylesheets/unify.css */
.g-pl-12 {
  padding-left: 0.85714rem !important;
}

/* line 35494, app/assets/stylesheets/unify.css */
.g-pl-17 {
  padding-left: 1.21429rem !important;
}

/* line 35497, app/assets/stylesheets/unify.css */
.g-pl-7--hover:hover {
  padding-left: 0.5rem !important;
}

/* line 35500, app/assets/stylesheets/unify.css */
.g-pl-60--xs {
  padding-left: 4.28571rem !important;
}

/* line 35503, app/assets/stylesheets/unify.css */
.g-pt-11 {
  padding-top: 0.78571rem !important;
}

/* line 35506, app/assets/stylesheets/unify.css */
.g-parent:hover .g-pt-25--parent-hover {
  padding-top: 1.78571rem !important;
}

/* line 35509, app/assets/stylesheets/unify.css */
.g-pt-130 {
  padding-top: 9.28571rem !important;
}

/* line 35512, app/assets/stylesheets/unify.css */
.g-pt-150 {
  padding-top: 10.71429rem !important;
}

/* line 35515, app/assets/stylesheets/unify.css */
.g-pt-170 {
  padding-top: 12.14286rem !important;
}

/* line 35518, app/assets/stylesheets/unify.css */
.g-pt-195 {
  padding-top: 13.92857rem !important;
}

/* line 35521, app/assets/stylesheets/unify.css */
.g-pb-170 {
  padding-bottom: 12.14286rem !important;
}

/* line 35524, app/assets/stylesheets/unify.css */
.g-pb-180 {
  padding-bottom: 12.85714rem !important;
}

/* line 35527, app/assets/stylesheets/unify.css */
.g-pb-200 {
  padding-bottom: 14.28571rem !important;
}

/* line 35530, app/assets/stylesheets/unify.css */
.g-pb-250 {
  padding-bottom: 17.85714rem !important;
}

/* line 35533, app/assets/stylesheets/unify.css */
.g-pb-13 {
  padding-bottom: 0.92857rem !important;
}

/* Custom Paddings (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 35539, app/assets/stylesheets/unify.css */
  .g-px-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  /* line 35542, app/assets/stylesheets/unify.css */
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 35545, app/assets/stylesheets/unify.css */
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 35548, app/assets/stylesheets/unify.css */
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }
  /* line 35551, app/assets/stylesheets/unify.css */
  .g-pa-0-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  /* line 35554, app/assets/stylesheets/unify.css */
  .g-pa-0-35-35--sm {
    padding: 0 2.5rem 2.5rem !important;
  }
  /* line 35556, app/assets/stylesheets/unify.css */
  .g-pa-5-10--sm {
    padding: 0.35714rem 0.71429rem !important;
  }
  /* line 35558, app/assets/stylesheets/unify.css */
  .g-pa-8-16--sm {
    padding: 0.57143rem 1.14286rem !important;
  }
  /* line 35560, app/assets/stylesheets/unify.css */
  .g-pa-10-20--sm {
    padding: 0.71429rem 1.42857rem !important;
  }
  /* line 35562, app/assets/stylesheets/unify.css */
  .g-pa-15-20-10--sm {
    padding: 1.07143rem 1.42857rem 0.71429rem !important;
  }
  /* line 35564, app/assets/stylesheets/unify.css */
  .g-pa-20-20-0--sm {
    padding: 1.42857rem 1.42857rem 0 !important;
  }
  /* line 35566, app/assets/stylesheets/unify.css */
  .g-pa-20-20-10--sm {
    padding: 1.42857rem 1.42857rem 0.71429rem !important;
  }
  /* line 35568, app/assets/stylesheets/unify.css */
  .g-pa-20-30-0--sm {
    padding: 1.42857rem 2.14286rem 0 !important;
  }
  /* line 35570, app/assets/stylesheets/unify.css */
  .g-pa-20-30--sm {
    padding: 1.42857rem 2.14286rem !important;
  }
  /* line 35572, app/assets/stylesheets/unify.css */
  .g-pa-30-20--sm {
    padding: 2.14286rem 1.42857rem !important;
  }
  /* line 35574, app/assets/stylesheets/unify.css */
  .g-pa-30-25-20--sm {
    padding: 2.14286rem 1.78571rem 1.42857rem !important;
  }
  /* line 35576, app/assets/stylesheets/unify.css */
  .g-pa-30-30-20--sm {
    padding: 2.14286rem 2.14286rem 1.42857rem !important;
  }
  /* line 35578, app/assets/stylesheets/unify.css */
  .g-pa-30-50-40--sm {
    padding: 2.14286rem 3.57143rem 2.85714rem !important;
  }
  /* line 35580, app/assets/stylesheets/unify.css */
  .g-pa-30-80--sm {
    padding: 2.14286rem 5.71429rem !important;
  }
  /* line 35582, app/assets/stylesheets/unify.css */
  .g-pa-40-30-30--sm {
    padding: 2.85714rem 2.14286rem 2.14286rem !important;
  }
  /* line 35584, app/assets/stylesheets/unify.css */
  .g-pa-60-30--sm {
    padding: 4.28571rem 2.14286rem !important;
  }
  /* line 35586, app/assets/stylesheets/unify.css */
  .g-pa-70-50-50-30--sm {
    padding: 5rem 3.57143rem 3.57143rem 2.14286rem !important;
  }
  /* line 35588, app/assets/stylesheets/unify.css */
  .g-pa-80-40--sm {
    padding: 5.71429rem 2.85714rem !important;
  }
  /* line 35590, app/assets/stylesheets/unify.css */
  .g-pa-85-0-40--sm {
    padding: 6.07143rem 0 2.85714rem !important;
  }
  /* line 35592, app/assets/stylesheets/unify.css */
  .g-pa-100-30--sm {
    padding: 7.14286rem 2.14286rem !important;
  }
  /* line 35594, app/assets/stylesheets/unify.css */
  .g-pa-170-0-150--sm {
    padding: 12.14286rem 0 10.71429rem !important;
  }
  /* line 35596, app/assets/stylesheets/unify.css */
  .g-pl-300--sm {
    padding-left: 21.42857rem !important;
  }
}

/* Custom Paddings (md)
------------------------------------*/
@media (min-width: 768px) {
  /* line 35602, app/assets/stylesheets/unify.css */
  .g-pa-25-30--md {
    padding: 1.78571rem 2.14286rem !important;
  }
  /* line 35604, app/assets/stylesheets/unify.css */
  .g-pa-30-10--md {
    padding: 2.14286rem 0.71429rem !important;
  }
  /* line 35606, app/assets/stylesheets/unify.css */
  .g-pa-30-35--md {
    padding: 2.14286rem 2.5rem !important;
  }
  /* line 35608, app/assets/stylesheets/unify.css */
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 35611, app/assets/stylesheets/unify.css */
  .g-py-23--md {
    padding-top: 1.64286rem !important;
    padding-bottom: 1.64286rem !important;
  }
  /* line 35614, app/assets/stylesheets/unify.css */
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }
  /* line 35617, app/assets/stylesheets/unify.css */
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }
  /* line 35619, app/assets/stylesheets/unify.css */
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }
  /* line 35621, app/assets/stylesheets/unify.css */
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }
  /* line 35623, app/assets/stylesheets/unify.css */
  .g-pt-170--md {
    padding-top: 12.14286rem !important;
  }
  /* line 35625, app/assets/stylesheets/unify.css */
  .g-pt-175--md {
    padding-top: 12.5rem !important;
  }
  /* line 35627, app/assets/stylesheets/unify.css */
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }
  /* line 35629, app/assets/stylesheets/unify.css */
  .g-pb-170--md {
    padding-bottom: 12.14286rem !important;
  }
  /* line 35631, app/assets/stylesheets/unify.css */
  .g-pb-250--md {
    padding-bottom: 17.85714rem !important;
  }
}

/* Custom Paddings (lg)
------------------------------------*/
@media (min-width: 992px) {
  /* line 35637, app/assets/stylesheets/unify.css */
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 35640, app/assets/stylesheets/unify.css */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }
  /* line 35643, app/assets/stylesheets/unify.css */
  .g-px-200--lg {
    padding-left: 14.28571rem !important;
    padding-right: 14.28571rem !important;
  }
  /* line 35646, app/assets/stylesheets/unify.css */
  .g-pt-170--lg {
    padding-top: 12.14286rem !important;
  }
  /* line 35648, app/assets/stylesheets/unify.css */
  .g-pb-200--lg {
    padding-bottom: 14.28571rem !important;
  }
}

/* Custom Paddings (xl)
------------------------------------*/
@media (min-width: 1200px) {
  /* line 35654, app/assets/stylesheets/unify.css */
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/*------------------------------------
  Block Hidden
------------------------------------*/
/* line 35661, app/assets/stylesheets/unify.css */
.g-hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 35665, app/assets/stylesheets/unify.css */
  .g-hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  /* line 35669, app/assets/stylesheets/unify.css */
  .g-hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 35673, app/assets/stylesheets/unify.css */
  .g-hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 35677, app/assets/stylesheets/unify.css */
  .g-hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 35681, app/assets/stylesheets/unify.css */
  .g-hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 35685, app/assets/stylesheets/unify.css */
  .g-hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 35689, app/assets/stylesheets/unify.css */
  .g-hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 35693, app/assets/stylesheets/unify.css */
  .g-hidden-xl-up {
    display: none !important;
  }
}

/* line 35696, app/assets/stylesheets/unify.css */
.g-hidden-xl-down {
  display: none !important;
}

/* GENERAL STYLES */
/* line 2, 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, app/assets/stylesheets/uucustom.scss */
a {
  color: #1D4B87;
}

/* line 16, app/assets/stylesheets/uucustom.scss */
a:hover, a:focus {
  color: #1c6897;
}

/* line 20, 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, app/assets/stylesheets/uucustom.scss */
.hero-ribbon-blue.g-bg-primary-dark-v3 {
  background-color: rgba(30, 75, 135, 0.8) !important;
}

/* line 28, app/assets/stylesheets/uucustom.scss */
.hero-info {
  margin-top: 50px;
}

/* line 32, app/assets/stylesheets/uucustom.scss */
.nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}

/* line 38, app/assets/stylesheets/uucustom.scss */
.nav-tabs {
  text-align: center;
}

/* line 42, app/assets/stylesheets/uucustom.scss */
.g-brd-primary {
  border-color: #1e4b87 !important;
}

/* line 46, app/assets/stylesheets/uucustom.scss */
.g-bg-primary {
  background-color: #1e4b87 !important;
}

/* line 50, app/assets/stylesheets/uucustom.scss */
.g-color-primary {
  color: #1e4b87 !important;
}

/* line 54, app/assets/stylesheets/uucustom.scss */
.g-color-primary--hover:hover {
  color: #1e4b87 !important;
}

/* line 58, app/assets/stylesheets/uucustom.scss */
.g-bg-black-opacity-0_6 {
  background-color: rgba(102, 102, 102, 0.8) !important;
}

/* line 62, app/assets/stylesheets/uucustom.scss */
h2 > .hero-ribbon-blue, h3 > .hero-ribbon-gray {
  line-height: 1.4;
}

/* SERIES TOOLTIP */
/* line 68, app/assets/stylesheets/uucustom.scss */
.series-tooltip {
  position: relative;
  display: inline-block;
  font-family: inherit;
}

/* line 74, 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, app/assets/stylesheets/uucustom.scss */
.series-tooltip:hover {
  color: #1e4b87;
}

/* line 97, app/assets/stylesheets/uucustom.scss */
.full-width {
  width: 100%;
}

/* Show the tooltip text when you mouse over the tooltip container */
/* line 102, app/assets/stylesheets/uucustom.scss */
.series-tooltip:hover .series-tooltip-text {
  visibility: visible;
}

@media only screen and (min-width: 480px) {
  /* line 107, 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, app/assets/stylesheets/uucustom.scss */
  .series-tooltip .series-tooltip-text {
    width: 340px;
  }
}

/**/
/* BUTTON STYLES */
/* line 125, app/assets/stylesheets/uucustom.scss */
.btn-primary {
  background-color: #1e4b87 !important;
  border-color: #1e4b87 !important;
}

/* line 129, app/assets/stylesheets/uucustom.scss */
.btn-primary:hover, .btn-primary.active {
  border-color: #ffe800 !important;
  background-color: #ffe800 !important;
  color: #595959 !important;
}

/* line 135, app/assets/stylesheets/uucustom.scss */
#sort-dropdown .dropdown-toggle {
  color: #1e4b87;
}

/* line 139, app/assets/stylesheets/uucustom.scss */
#per_page-dropdown .dropdown-toggle {
  color: #1e4b87;
}

/* line 143, app/assets/stylesheets/uucustom.scss */
.u-btn-outline-primary {
  border-color: #1e4b87 !important;
  color: #1e4b87 !important;
  background-color: transparent !important;
}

/* line 149, 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, app/assets/stylesheets/uucustom.scss */
.search-btn {
  background-color: #005587 !important;
}

/* line 159, app/assets/stylesheets/uucustom.scss */
.submit-search-text:hover {
  color: #595959;
}

/* line 163, 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, app/assets/stylesheets/uucustom.scss */
.input-group select {
  border: none;
  background-color: transparent;
}

/* line 187, app/assets/stylesheets/uucustom.scss */
.pagination {
  padding-top: 1rem;
}

/* line 191, app/assets/stylesheets/uucustom.scss */
.pagination > li > a, .pagination > li > span {
  color: #1e4b87 !important;
}

/* line 196, 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, 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, app/assets/stylesheets/uucustom.scss */
body.blacklight-interviewee.blacklight-interviewee-index h3.index_title.document-title-heading {
  font-size: 14px !important;
}

/* NAVIGATION */
/* line 215, app/assets/stylesheets/uucustom.scss */
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}

/* line 220, app/assets/stylesheets/uucustom.scss */
.navbar-nav .nav-item:hover span {
  color: #003B5C !important;
  background-color: #ffe800;
  text-decoration: none;
}

/* line 226, app/assets/stylesheets/uucustom.scss */
.navbar + .navbar {
  margin-top: 0;
  margin-bottom: 10px;
  border: none;
}

/* line 232, app/assets/stylesheets/uucustom.scss */
.navbar-nav {
  flex-flow: row wrap;
  align-items: center;
}

/* line 237, app/assets/stylesheets/uucustom.scss */
.g-bg-blue {
  background-color: #1e4b87 !important;
}

/* line 241, app/assets/stylesheets/uucustom.scss */
#header-navbar .navbar-brand {
  background-image: url(/assets/logo-76b6edadce2e58220c9118a659849f04889de812dcab026d219c5ad921bf5a2a.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, 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, app/assets/stylesheets/uucustom.scss */
.dropdown-toggle, .nav-link {
  color: #fff;
  height: 4rem;
  display: inline-flex;
  padding: 1.25rem 1rem;
}

/* line 265, app/assets/stylesheets/uucustom.scss */
.dropdown-toggle:after {
  content: '\f0d7';
  font-family: FontAwesome !important;
}

/* line 270, app/assets/stylesheets/uucustom.scss */
.navbar-toggler-icon {
  top: 5px;
}

/* line 275, 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, app/assets/stylesheets/uucustom.scss */
.navbar-toggler {
  position: relative;
  float: right;
}

/* line 284, app/assets/stylesheets/uucustom.scss */
.top-navbar {
  right: 15px;
  color: white;
}

/* line 290, app/assets/stylesheets/uucustom.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border: none;
}

/* line 296, app/assets/stylesheets/uucustom.scss */
#header-navbar .navbar-dark .navbar-toggler:focus {
  outline: none !important;
}

/* line 300, app/assets/stylesheets/uucustom.scss */
#bookmarks_nav .badge-secondary {
  align-self: center;
  padding-top: 6px;
  background-color: transparent;
}

/* line 306, app/assets/stylesheets/uucustom.scss */
#bookmarks_nav .badge-secondary:before {
  content: '(';
}

/* line 310, app/assets/stylesheets/uucustom.scss */
#bookmarks_nav .badge-secondary:after {
  content: ')';
}

/* line 314, app/assets/stylesheets/uucustom.scss */
.subhead {
  color: #fff;
  padding-left: 145px;
  font-size: 16px;
  font-family: "Times New Roman";
}

/* line 321, 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, app/assets/stylesheets/uucustom.scss */
#content {
  float: left;
}

/* line 338, app/assets/stylesheets/uucustom.scss */
#content #collections article.u-block-hover.u-shadow-v21 {
  max-width: 400px;
}

/* line 346, app/assets/stylesheets/uucustom.scss */
footer .footer-row .padding-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* HERO SECTION ON HOME PAGE */
/* line 355, app/assets/stylesheets/uucustom.scss */
section.g-pos-rel.hero-image-block {
  height: 100%;
  background-image: url(/assets/ucla_hero_1920x400-68f587ad31be7c010d9773345c88b5ce3f9fe539afc545579d5b9fb573d2f685.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

/* line 363, app/assets/stylesheets/uucustom.scss */
.font-awesome-search:after {
  content: '\f002';
  font-family: FontAwesome !important;
}

/* line 368, app/assets/stylesheets/uucustom.scss */
#main-container {
  width: 100% !important;
  margin: 0;
  padding: 0;
  min-height: 840px;
}

/* line 375, app/assets/stylesheets/uucustom.scss */
span.input-group-addon.for-search-field {
  background-color: white;
}

/* line 379, 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, app/assets/stylesheets/uucustom.scss */
.form-control:focus, .custom-select:focus {
  border-color: #1e4b87;
}

/* line 387, app/assets/stylesheets/uucustom.scss */
.hero-links:hover {
  color: #000 !important;
  background-color: #ececec !important;
  display: block !important;
}

/* line 393, app/assets/stylesheets/uucustom.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .no-js .btn-group:focus-within .nav-item.dropdown-menu .nav-link,
.no-js .btn-group:focus-within .nav-tabs .nav-item.dropdown-menu .nav-link,
.nav-tabs .no-js .btn-group:focus-within .twitter-typeahead .nav-item.tt-menu .nav-link,
.no-js .btn-group:focus-within .twitter-typeahead .nav-tabs .nav-item.tt-menu .nav-link,
.nav-tabs .twitter-typeahead .no-js .btn-group:focus-within .nav-item.tt-menu .nav-link,
.twitter-typeahead .no-js .btn-group:focus-within .nav-tabs .nav-item.tt-menu .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
}

/* FOOTER */
/* line 400, app/assets/stylesheets/uucustom.scss */
footer {
  margin-top: 50px;
}

/* line 403, app/assets/stylesheets/uucustom.scss */
.footer-row {
  background: #ececec;
  color: #333333;
  padding: 50px 1.25rem;
}

/* line 409, app/assets/stylesheets/uucustom.scss */
.footer-logo {
  height: 35px;
  margin-top: 30px;
}

/* line 414, app/assets/stylesheets/uucustom.scss */
.border-right {
  padding-right: 1.5rem;
  padding-left: 0;
}

/* line 419, app/assets/stylesheets/uucustom.scss */
.border-left {
  border-left: 1px solid #a2a2a2 !important;
}

/* line 424, app/assets/stylesheets/uucustom.scss */
a.footer-link {
  color: #1e4b87;
  font-weight: bold;
  line-height: 2.25;
  font-size: 12px;
}

/* line 431, app/assets/stylesheets/uucustom.scss */
a.admin-footer-link {
  color: #fff !important;
  line-height: 2.25;
  font-size: 12px;
}

/* line 437, 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, app/assets/stylesheets/uucustom.scss */
.padding-top {
  padding-top: 80px !important;
  padding-bottom: 20px !important;
}

/* UTILITY STYLES */
/* line 451, app/assets/stylesheets/uucustom.scss */
.g-mt-50 {
  padding-top: 50px;
}

/* line 454, app/assets/stylesheets/uucustom.scss */
.margin-bottom-50 {
  margin-bottom: 50px;
}

/* line 458, app/assets/stylesheets/uucustom.scss */
.padding-left-50 {
  padding-left: 50px;
}

/* line 462, app/assets/stylesheets/uucustom.scss */
.lead {
  font-size: 21px !important;
}

/* SEARCH RESULTS PAGE */
/* SIDEBAR FACETS */
/* line 474, app/assets/stylesheets/uucustom.scss */
.font-awesome-question-circle:after {
  content: '\f059';
  font-family: FontAwesome !important;
}

/* line 479, app/assets/stylesheets/uucustom.scss */
.font-awesome-headphones:after {
  content: '\f025';
  font-family: FontAwesome !important;
}

/* line 484, app/assets/stylesheets/uucustom.scss */
.font-awesome-no:after {
  content: '\f00d';
  font-family: FontAwesome !important;
}

/* line 489, app/assets/stylesheets/uucustom.scss */
.tools-links a {
  color: #003B5C !important;
}

/* line 493, app/assets/stylesheets/uucustom.scss */
.tools-links {
  border: none !important;
  padding: 5px 15px !important;
}

/* line 498, app/assets/stylesheets/uucustom.scss */
.tools-links a:hover, .tools-links a:focus {
  color: #003B5C !important;
  background-color: #ffe800;
  text-decoration: none;
}

/* line 504, app/assets/stylesheets/uucustom.scss */
.panel-heading.collapsed button.collapsed::after {
  transform: rotate(0deg);
}

/* line 508, 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, app/assets/stylesheets/uucustom.scss */
button.btn.btn-outline-secondary.dropdown-toggle {
  padding: 6px 12px !important;
  height: auto;
}

/* HIGHLIGHT COLORS */
/* line 525, app/assets/stylesheets/uucustom.scss */
::-moz-selection {
  color: #003B5C;
  background-color: #ffe800;
}

/* line 529, app/assets/stylesheets/uucustom.scss */
::-moz-selection {
  color: #003B5C;
  background-color: #ffe800;
}
::selection {
  color: #003B5C;
  background-color: #ffe800;
}

/* line 533, app/assets/stylesheets/uucustom.scss */
.label-warning {
  color: #003B5C;
  background-color: #ffe800;
  font-size: 95%;
}

/* line 539, 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, app/assets/stylesheets/uucustom.scss */
.panel-title a, .facet-field-heading a {
  text-decoration: none;
  color: inherit;
}

/* line 557, 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, app/assets/stylesheets/uucustom.scss */
h2.facets-heading {
  font-size: 18px;
}

/* line 570, 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, app/assets/stylesheets/uucustom.scss */
.card-header .btn {
  font-size: 1.1rem !important;
  padding: 10px 15px !important;
}

/* line 580, app/assets/stylesheets/uucustom.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 584, app/assets/stylesheets/uucustom.scss */
.facets .facets-header .facets-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 589, app/assets/stylesheets/uucustom.scss */
.facet-limit {
  margin-bottom: 0.3rem !important;
}

/* line 593, app/assets/stylesheets/uucustom.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 597, app/assets/stylesheets/uucustom.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  margin-top: 5px;
}

/* line 603, app/assets/stylesheets/uucustom.scss */
.panel-default {
  border-color: #ddd;
}

/* line 607, app/assets/stylesheets/uucustom.scss */
.facets-toggle .icon-bar {
  background-color: #888;
}

/* line 611, 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, app/assets/stylesheets/uucustom.scss */
.bg-success, .facet-limit-active .card-header {
  background-color: #1e4b87 !important;
}

/* line 621, app/assets/stylesheets/uucustom.scss */
.border-success, .facet-limit-active {
  border-color: #1e4b87 !important;
}

/* line 625, app/assets/stylesheets/uucustom.scss */
.bg-success .btn, .facet-limit-active .card-header .btn {
  color: #fff !important;
}

/* line 629, app/assets/stylesheets/uucustom.scss */
.panel-success, .facet_limit-active {
  border-color: #1e4b87;
}

/* line 633, app/assets/stylesheets/uucustom.scss */
.text-success, .facet-values li .selected {
  color: #1e4b87 !important;
}

/* line 637, 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, app/assets/stylesheets/uucustom.scss */
.facet_limit-active > .panel-heading.collapse-toggle .panel-title:after {
  color: #fff;
}

/* line 645, 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, app/assets/stylesheets/uucustom.scss */
.facet-values .remove {
  color: #db3b21 !important;
}

/* SHOW PAGE */
/* line 654, app/assets/stylesheets/uucustom.scss */
#document.document h1 {
  margin-top: 50px;
  padding-bottom: 20px;
}

/* line 659, app/assets/stylesheets/uucustom.scss */
.g-color-gray-dark-v5 {
  color: #555 !important;
}

/* line 663, app/assets/stylesheets/uucustom.scss */
#sidebar {
  float: left;
}

/* line 667, app/assets/stylesheets/uucustom.scss */
#sidebar .panel-body {
  padding: 0 15px;
}

/* line 670, app/assets/stylesheets/uucustom.scss */
#sidebar .panel-body .bookmark_toggle {
  padding: 0 15px;
}

/* line 673, app/assets/stylesheets/uucustom.scss */
#sidebar .panel-body .bookmark_toggle .nav > li > a {
  padding: 5px 15px;
}

/* line 680, app/assets/stylesheets/uucustom.scss */
.show-tools {
  width: 250px;
}

/* line 684, app/assets/stylesheets/uucustom.scss */
.list-group-item.tools-links {
  border: none;
  padding: 5px 0 0 0;
}

/* line 689, app/assets/stylesheets/uucustom.scss */
.tools-links a {
  color: #003B5C !important;
}

/* line 693, app/assets/stylesheets/uucustom.scss */
.tools-links:hover, .tools-links:focus {
  color: #003B5C !important;
  background-color: #ffe800;
  text-decoration: none;
}

/* line 700, app/assets/stylesheets/uucustom.scss */
.dl-invert dt {
  font-weight: 700;
  color: #595959;
}

/* line 705, app/assets/stylesheets/uucustom.scss */
.d-block {
  display: block !important;
}

/* line 709, app/assets/stylesheets/uucustom.scss */
.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
  border-color: #1e4b87 !important;
}

/* line 713, app/assets/stylesheets/uucustom.scss */
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
  color: #1e4b87 !important;
}

/* line 717, app/assets/stylesheets/uucustom.scss */
.u-accordion__control-icon i:nth-child(1) {
  display: none;
}

/* line 720, app/assets/stylesheets/uucustom.scss */
.collapsed .u-accordion__control-icon i:nth-child(1) {
  display: inline;
}

/* line 723, app/assets/stylesheets/uucustom.scss */
.u-accordion__control-icon i:nth-child(2) {
  display: inline;
}

/* line 726, app/assets/stylesheets/uucustom.scss */
.collapsed .u-accordion__control-icon i:nth-child(2) {
  display: none;
}

@media (min-width: 768px) {
  /* line 731, app/assets/stylesheets/uucustom.scss */
  .dl-horizontal dd {
    margin-left: 220px;
  }
  /* line 734, 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, app/assets/stylesheets/uucustom.scss */
.play-icon {
  cursor: pointer;
}

/* line 753, app/assets/stylesheets/uucustom.scss */
.player .volume-container {
  display: flex;
  justify-content: space-between;
}

/* line 756, 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, app/assets/stylesheets/uucustom.scss */
.player .pause-button, .player .play-button {
  margin-bottom: -23px;
}

/* line 767, 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, app/assets/stylesheets/uucustom.scss */
.player .pause-button:hover, .player .play-button:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 782, app/assets/stylesheets/uucustom.scss */
.player .pause-button:hover:before, .player .play-button:hover:before {
  color: #FFFFFF;
}

/* line 788, app/assets/stylesheets/uucustom.scss */
.player .play-button:before {
  content: "\f01d";
}

/* line 794, app/assets/stylesheets/uucustom.scss */
.player .pause-button:before {
  content: "\f28c";
}

/* line 799, app/assets/stylesheets/uucustom.scss */
.player .wave-box {
  height: 285px;
  padding: 0;
  background-image: url(/assets/ucla_media_background-f0613e83f864597f2ce3bf51bda84bdccb31e7faafbf6e49435b7d2a7a50b8d2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 808, app/assets/stylesheets/uucustom.scss */
.player .play-icon {
  float: right;
  padding-right: 20px;
  margin-top: -1.2rem;
}

/* line 814, app/assets/stylesheets/uucustom.scss */
.player .progress-container {
  margin-top: -10px;
  font-size: 14px;
  font-weight: bold;
  color: #1e4b87;
  padding: 0;
}

/* line 822, app/assets/stylesheets/uucustom.scss */
.player .autoscroll-button {
  padding: 0;
}

/* line 826, 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, app/assets/stylesheets/uucustom.scss */
.player #timeline {
  width: 100%;
  height: 10px;
  background: #8BB8E8;
  margin: 0;
  display: flex;
  align-items: center;
}

/* line 843, 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, 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, app/assets/stylesheets/uucustom.scss */
.player input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
}

/* line 870, app/assets/stylesheets/uucustom.scss */
.player input[type=range]:focus {
  outline: none;
}

/* line 873, 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, 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, app/assets/stylesheets/uucustom.scss */
.player input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.78);
}

/* line 896, 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, 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, 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, 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, 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, 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, app/assets/stylesheets/uucustom.scss */
.player input[type=range]:focus::-ms-fill-lower {
  background: rgba(255, 255, 255, 0.78);
}

/* line 947, 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, app/assets/stylesheets/uucustom.scss */
  div.player {
    max-width: 100%;
  }
  /* line 962, app/assets/stylesheets/uucustom.scss */
  .player .pause-button:before, .player .play-button:before {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  /* line 972, app/assets/stylesheets/uucustom.scss */
  .player .volume-slider {
    height: 19px;
    width: 50%;
  }
  /* line 975, app/assets/stylesheets/uucustom.scss */
  .player .volume-slider .fill {
    height: 19px;
    min-width: 19px;
  }
  /* line 979, app/assets/stylesheets/uucustom.scss */
  .player .volume-slider .marker {
    height: 32px;
    min-width: 32px;
  }
  /* line 983, app/assets/stylesheets/uucustom.scss */
  .player .volume-slider .time-container {
    margin-bottom: 24px;
  }
  /* line 989, 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, app/assets/stylesheets/uucustom.scss */
  .nav-item {
    width: 100%;
  }
  /* line 1000, 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, app/assets/stylesheets/uucustom.scss */
  .nav-item li {
    width: 100%;
    padding-right: -15px;
    padding-left: -15px;
    margin: 0;
  }
  /* line 1013, app/assets/stylesheets/uucustom.scss */
  .navbar-header {
    width: 100%;
  }
  /* line 1017, app/assets/stylesheets/uucustom.scss */
  .nav-justified .nav-item {
    flex-basis: auto;
  }
  /* line 1021, app/assets/stylesheets/uucustom.scss */
  .nav-tabs .nav-link {
    border: none;
  }
  /* line 1025, app/assets/stylesheets/uucustom.scss */
  .nav-link {
    border: none;
  }
  /* line 1029, app/assets/stylesheets/uucustom.scss */
  .nav-tabs {
    border-bottom: 0;
  }
  /* line 1033, app/assets/stylesheets/uucustom.scss */
  .subhead {
    font-size: 0;
  }
  /* line 1037, app/assets/stylesheets/uucustom.scss */
  button.facets-toggle {
    transition: .2s ease;
  }
  /* line 1041, app/assets/stylesheets/uucustom.scss */
  .lead {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
  }
}

/* END PLAYER */
/* TRANSCRIPTS */
/* line 1053, app/assets/stylesheets/uucustom.scss */
.download-accordion {
  padding-left: 0;
}

/* line 1057, 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, app/assets/stylesheets/uucustom.scss */
.transcript-container-loading {
  margin: 50px 20px;
  padding: 20px;
  width: auto;
}

/* line 1072, app/assets/stylesheets/uucustom.scss */
span.speaker {
  font-weight: 700;
  color: #777;
}

/* line 1077, app/assets/stylesheets/uucustom.scss */
span.speaker::after {
  content: ': ';
  font-weight: 700;
  color: #777;
}

/* line 1083, app/assets/stylesheets/uucustom.scss */
div.tei-head {
  font-size: 1.2em;
  font-weight: 700;
  display: inline;
  color: #777;
}

/* line 1089, app/assets/stylesheets/uucustom.scss */
span.speaker ~ p {
  display: inline;
  color: #999;
}

/* line 1094, app/assets/stylesheets/uucustom.scss */
.audio-timestamp-link {
  cursor: pointer;
}

/* line 1098, 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, app/assets/stylesheets/uucustom.scss */
  .drag-helper {
    display: none;
  }
  /* line 1111, app/assets/stylesheets/uucustom.scss */
  div.transcript-container {
    height: 400px;
  }
}

@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS */
  /* line 1118, app/assets/stylesheets/uucustom.scss */
  .drag-helper {
    display: none;
  }
  /* line 1122, app/assets/stylesheets/uucustom.scss */
  div.transcript-container {
    height: 400px;
  }
}

@supports (-ms-ime-align: auto) {
  /* IE Edge 16+ CSS */
  /* line 1130, app/assets/stylesheets/uucustom.scss */
  .drag-helper {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  /* line 1135, app/assets/stylesheets/uucustom.scss */
  div.transcript-container {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  /* line 1141, app/assets/stylesheets/uucustom.scss */
  footer .footer-row .padding-top {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

/* STATIC PAGES */
/* line 1150, app/assets/stylesheets/uucustom.scss */
.u-heading-v1-4::before {
  top: 70%;
}

/* line 1154, app/assets/stylesheets/uucustom.scss */
b,
strong {
  font-weight: bold;
}

/* ADMIN PAGE */
/* line 1160, app/assets/stylesheets/uucustom.scss */
.progress-bar {
  background-color: #1e4b87;
}

/* line 1164, 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, app/assets/stylesheets/uucustom.scss */
.catalog_startOverLink.btn {
  float: right;
}

/* FULL TEXT SEARCH RESULTS PAGE */
/* line 1182, app/assets/stylesheets/uucustom.scss */
.dl-full-text.dl-horizontal dt {
  text-align: left;
  width: auto;
  margin-right: 16px;
}

/* line 1188, app/assets/stylesheets/uucustom.scss */
.dl-full-text.dl-horizontal dd {
  margin-left: 0;
}

/* line 1192, app/assets/stylesheets/uucustom.scss */
body.blacklight-full_text.blacklight-full_text-index .page_entries {
  display: none;
}

/* line 1196, app/assets/stylesheets/uucustom.scss */
body.blacklight-full_text.blacklight-full_text-index h3.index_title.document-title-heading {
  font-size: 14px;
}

/* line 1200, 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, app/assets/stylesheets/uucustom.scss */
.ie-alert {
  margin-bottom: 0;
}

/* line 1221, app/assets/stylesheets/uucustom.scss */
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1226, app/assets/stylesheets/uucustom.scss */
  .show-for-ie {
    display: block;
  }
}

/* BOOKMARKS PAGE */
/* line 1233, app/assets/stylesheets/uucustom.scss */
.blacklight-bookmarks-index .page-heading {
  padding-top: 1rem;
}

/* line 1237, app/assets/stylesheets/uucustom.scss */
.blacklight-bookmarks-index #emailLink {
  color: #1D4B87;
}

/* line 1241, app/assets/stylesheets/uucustom.scss */
.blacklight-bookmarks-index #citationLink {
  color: #1D4B87;
}

/* SEARCH HISTORY PAGE */
/* line 1247, app/assets/stylesheets/uucustom.scss */
.blacklight-search_history-index .page-heading {
  padding-top: 1rem;
}

/* ensures glyphicon still displays correctly */
/* line 13, app/assets/stylesheets/blacklight.scss */
.glyphicon {
  font-family: inherit;
}

/* line 16, app/assets/stylesheets/blacklight.scss */
.glyphicon:before {
  font-family: 'Glyphicons Halflings';
}
@font-face {
  font-family: 'hs-icons';
  src: url(/assets/hs-icons-5fb5f105f6fc8cc74008aad7c1fd35278569560a4bc6493deffab0b432bebdee.ttf?xa77py) format("truetype"), url(/assets/hs-icons-e919680abe078b6e1dce7d36dc7132750a9bcf402e7c8bf24c398e7cb134147c.woff?xa77py) format("woff"), url(/assets/hs-icons-8ad7020cdd260933b994dcf3c600d658db50b15c0037625e0d7a9288937795f5.svg?xa77py#hs-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11, 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, app/assets/stylesheets/icons.scss */
.hs-icon-arrow-bottom:before {
  content: "\e900";
}

/* line 29, app/assets/stylesheets/icons.scss */
.hs-icon-arrow-left:before {
  content: "\e901";
}

/* line 32, app/assets/stylesheets/icons.scss */
.hs-icon-arrow-right:before {
  content: "\e902";
}

/* line 35, app/assets/stylesheets/icons.scss */
.hs-icon-arrow-top:before {
  content: "\e903";
}

/* line 38, app/assets/stylesheets/icons.scss */
.hs-icon-close:before {
  content: "\e904";
}

/* line 41, app/assets/stylesheets/icons.scss */
.hs-icon-hamburger-2:before {
  content: "\e905";
}

/* line 44, app/assets/stylesheets/icons.scss */
.hs-icon-hamburger:before {
  content: "\e906";
}

/* line 47, app/assets/stylesheets/icons.scss */
.hs-icon-lula-kebab-h:before {
  content: "\e907";
}

/* line 50, app/assets/stylesheets/icons.scss */
.hs-icon-lula-kebab-v:before {
  content: "\e908";
}

/* line 53, app/assets/stylesheets/icons.scss */
.hs-icon-magnifier:before {
  content: "\e909";
}

/* line 56, app/assets/stylesheets/icons.scss */
.hs-icon-music:before {
  content: "\e90a";
}

/* line 59, app/assets/stylesheets/icons.scss */
.hs-icon-photo:before {
  content: "\e90b";
}

/* line 62, app/assets/stylesheets/icons.scss */
.hs-icon-play:before {
  content: "\e90c";
}

/* line 65, app/assets/stylesheets/icons.scss */
.hs-icon-plus:before {
  content: "\e90d";
}

/* line 68, app/assets/stylesheets/icons.scss */
.hs-icon-unzoom:before {
  content: "\e90e";
}

/* line 71, app/assets/stylesheets/icons.scss */
.hs-icon-video:before {
  content: "\e90f";
}

/* line 74, app/assets/stylesheets/icons.scss */
.hs-icon-zoom:before {
  content: "\e910";
}

/* line 79, app/assets/stylesheets/icons.scss */
#fast-forward svg:hover, #skip-backward svg:hover {
  fill-opacity: .7;
}
/*
 * 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.
 *





 */
