@import url("//hello.myfonts.net/count/380830");
@font-face {
  font-family: 'Northwell';
  src: url("/fonts/380830_0_0.eot");
  src: url("/fonts/380830_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/380830_0_0.woff2") format("woff2"), url("/fonts/380830_0_0.woff") format("woff"), url("/fonts/380830_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'NorthwellSwash';
  src: url("/fonts/380830_1_0.eot");
  src: url("/fonts/380830_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/380830_1_0.woff2") format("woff2"), url("/fonts/380830_1_0.woff") format("woff"), url("/fonts/380830_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.ttf?5ex1vd") format("truetype"), url("/fonts/icomoon.woff?5ex1vd") format("woff"), url("/fonts/icomoon.svg?5ex1vd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.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 */
/* line 23, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 31, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 34, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 37, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 40, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 52, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 70, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 73, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 76, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.pull-right {
  float: right;
}

/* line 83, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.pull-left {
  float: left;
}

/* line 86, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 89, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 92, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 96, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.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);
  }
}

/* line 120, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 126, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 132, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 138, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 144, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 150, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 157, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 165, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 172, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 175, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 178, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.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 */
/* line 183, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 186, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 189, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 192, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 195, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 198, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 201, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 204, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 207, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 210, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 213, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 216, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 219, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 222, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 227, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 230, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 233, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 236, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 239, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 243, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 246, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 249, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 252, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 255, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 258, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 261, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 264, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 267, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 270, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 273, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 277, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 280, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 283, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 286, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 289, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 292, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 295, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 298, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 301, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 304, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 307, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 310, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 313, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 316, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 319, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 322, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 325, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 328, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 331, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 334, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 337, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 340, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 343, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 346, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 349, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 352, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 355, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 359, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 362, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 365, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 370, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 373, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 376, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 379, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 382, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 386, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 389, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 392, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 395, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 398, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 401, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 404, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 407, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 410, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 413, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 416, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 419, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 422, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 425, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 428, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 431, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 434, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 437, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 440, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 443, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 446, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 449, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 452, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 455, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 458, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 461, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 464, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 467, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 470, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 473, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 477, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 480, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 483, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 486, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 489, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 492, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 495, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 498, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 501, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 504, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 507, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 510, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 514, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 517, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 520, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 523, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 526, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 529, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 532, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 535, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 538, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 541, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 544, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 547, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 550, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 553, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 557, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 560, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 563, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 566, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 569, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 573, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 576, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 579, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 582, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 585, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 588, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 591, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 594, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 597, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 600, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 603, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 606, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 609, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 612, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 615, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 618, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 621, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 624, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 627, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 630, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 634, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 637, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 640, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 643, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 647, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 650, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 653, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 656, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 659, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 662, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 665, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 668, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 671, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 674, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 677, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 680, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 683, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 686, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 689, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 692, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 695, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 698, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 701, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 705, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 709, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 712, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 715, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 719, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 723, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 726, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 730, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 733, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 738, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 741, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 744, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 747, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 750, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 753, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 756, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 759, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 762, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 765, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 768, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 771, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 774, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 780, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 783, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 786, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 789, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 797, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 801, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 804, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 811, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 815, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 819, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 822, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 825, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 829, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 832, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 839, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 842, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 845, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 848, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 851, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 854, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 857, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 860, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 863, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 866, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 869, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 872, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 875, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 878, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 881, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 884, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 887, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 890, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 893, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 896, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 899, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 902, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 905, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 908, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 911, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 914, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 917, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 920, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 923, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 926, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 933, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 936, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 939, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 942, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 945, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 948, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 952, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 955, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 958, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 961, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 964, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 967, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 970, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 973, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 976, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 979, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 982, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 985, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 988, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 992, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 997, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1000, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1003, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1006, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1010, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1013, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1016, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1019, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1022, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1025, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1028, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1031, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1034, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1037, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1040, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1043, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1046, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1049, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1052, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1055, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1058, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1061, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1064, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1067, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1070, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1073, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1076, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1079, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1082, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1085, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1088, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1091, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1094, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1097, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1100, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1103, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1106, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1109, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1112, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1115, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1118, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1121, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1125, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1129, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1133, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1137, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1140, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1144, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1148, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1154, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1159, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1163, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1167, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1170, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1173, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1176, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1179, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1182, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1185, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1188, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1191, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1194, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1197, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1200, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1203, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1206, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1209, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1212, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1215, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1218, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1221, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1224, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1227, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1230, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1233, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1236, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1239, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1242, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1245, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1248, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1251, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1254, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1257, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1260, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1263, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1266, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1269, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1272, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1275, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1278, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1281, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1285, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1288, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1291, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1294, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1297, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1300, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1303, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1306, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1309, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1312, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1315, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1318, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1322, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1325, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1328, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1331, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1335, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1338, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1341, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1344, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1347, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1350, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1353, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1358, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1362, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1365, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1368, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1371, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1374, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1377, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1380, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1383, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1386, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1389, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1392, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1395, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1398, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1401, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1404, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1407, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1410, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1413, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1416, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1419, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1422, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1425, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1428, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1431, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1434, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1437, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1441, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1445, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1448, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1451, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1454, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1457, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1460, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1463, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1466, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1469, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1472, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1477, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1481, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1485, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1489, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1492, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1495, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1498, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1501, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1508, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1511, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1516, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1520, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1523, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1526, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1531, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1534, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1537, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1541, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1545, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1549, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1552, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1555, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1558, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1561, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1564, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1567, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1570, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1573, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1577, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1580, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1583, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1586, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1589, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1592, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1595, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1598, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1601, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1604, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1607, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1610, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1613, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1616, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1619, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1622, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1625, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1628, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1631, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1634, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1637, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1640, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1643, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1646, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1649, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1652, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1655, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1658, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1661, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1664, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1667, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1670, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1673, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1676, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1679, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1682, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1685, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1688, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1693, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1696, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1699, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1702, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1705, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1708, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1711, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1714, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1717, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1720, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1723, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1726, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1729, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1732, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1735, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1738, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1741, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1744, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1747, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1750, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1753, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1756, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1760, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1763, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1766, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1769, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1772, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1775, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1778, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1781, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1784, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1787, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1790, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1793, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1796, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1799, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1802, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1805, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1809, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1812, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1815, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1818, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1821, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1825, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1828, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1831, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1834, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1839, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1843, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1847, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1851, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1855, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1858, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1861, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1864, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1867, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1870, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1873, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1876, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1879, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1882, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1885, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1888, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1892, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1896, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1900, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1903, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1907, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1911, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1914, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1917, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1920, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1923, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1926, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1929, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1932, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1935, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1938, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1941, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1944, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1947, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1950, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1953, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1956, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1959, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1962, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1965, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1968, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1971, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1975, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1978, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1981, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1984, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1987, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1990, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1993, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1996, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 1999, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2002, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2005, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2008, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2011, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2014, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2017, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2020, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2023, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2026, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2029, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2032, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2035, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2038, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2041, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2044, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2047, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2050, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2053, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2056, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2059, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2062, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2065, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2068, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2071, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2074, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2077, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2080, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2083, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2086, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2089, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2092, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2095, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2098, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2101, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2104, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2107, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2110, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 2113, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2116, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2119, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2122, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2125, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2129, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2134, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2137, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2140, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2144, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2147, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2150, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2153, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2156, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2159, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2162, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2165, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2168, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2171, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2174, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2178, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2182, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2185, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2188, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2191, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2194, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2197, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2200, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2204, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2208, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2211, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2214, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2217, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2220, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2224, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2228, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2231, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2234, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2237, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2242, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2246, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2250, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2254, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2258, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2261, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2266, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2269, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2272, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2275, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2278, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2282, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2286, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2289, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2292, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2295, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2298, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2301, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2304, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2307, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2310, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2313, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2316, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2319, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2329, app/assets/stylesheets/shoryu/client/_font_awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
Property ordering:
- Positioning : position, top, right, bottom, left, float, clear, display
- Flexbox : align-items, justify-content
- Layout : width, height, margin, padding
- Visual : color, background, opacity
- Typography : font, list-style, text-align, etc
- CSS3 : transform, transition, box-shadow
- Misc

 */
/* line 1, app/assets/stylesheets/shoryu/client/_shoryu.scss */
.closing {
  text-align: center;
}

/* line 3, app/assets/stylesheets/shoryu/client/_shoryu.scss */
.closing h1 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
}

/* line 8, app/assets/stylesheets/shoryu/client/_shoryu.scss */
.closing p {
  margin-top: 30px;
  line-height: 30px;
}

/*
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 751px,
  lg: 1024px,
  xl: 1200px
);
*/
/*
$theme-colors: (
	primary: $green,
);
*/
/*
$grid-columns:			12;
$grid-gutter-width:	40px;
*/
/* Bootstrap grid and reboot only */
@-ms-viewport {
  width: device-width;
}

/* line 22, app/assets/stylesheets/shoryu/client/_style.scss */
html {
  box-sizing: border-box;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
}

/* line 28, app/assets/stylesheets/shoryu/client/_style.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

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

/* line 25, ../usr/local/bundle/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(29, 29, 29, 0);
}

/* line 35, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "museo-slab", serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.3;
  color: #1D1D1D;
  text-align: left;
  background-color: #FFFFFF;
}

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

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

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

/* line 114, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

/* line 136, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 500;
}

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

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

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

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

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

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

/* line 186, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #AA9966;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #7e7046;
  text-decoration: underline;
}

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

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

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

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

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

/* line 273, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 431, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

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

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

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

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

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "museo-slab", serif;
  font-weight: 100;
  line-height: 1.2;
  color: #1D1D1D;
}

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

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

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

/* line 19, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 0.8125rem;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 0.8125rem;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

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

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

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

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

/* line 44, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(29, 29, 29, 0.1);
}

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

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

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

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

/* line 92, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

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

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

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

/* line 117, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1D1D1D;
}

/* line 11, ../usr/local/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, ../usr/local/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(29, 29, 29, 0.05);
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #1D1D1D;
  background-color: rgba(29, 29, 29, 0.075);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e7e2d4;
}

/* line 14, ../usr/local/bundle/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: #d3caaf;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #ded7c4;
}

/* line 32, ../usr/local/bundle/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: #ded7c4;
}

/* line 7, ../usr/local/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, ../usr/local/bundle/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/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, ../usr/local/bundle/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/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, ../usr/local/bundle/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/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, ../usr/local/bundle/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/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, ../usr/local/bundle/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/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, ../usr/local/bundle/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/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(29, 29, 29, 0.075);
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(16, 16, 16, 0.075);
}

/* line 32, ../usr/local/bundle/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(16, 16, 16, 0.075);
}

/* line 114, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #FFFFFF;
  background-color: #343a40;
}

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

/* line 145, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, ../usr/local/bundle/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/bundle/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/bundle/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/bundle/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/bundle/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/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

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

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

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

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

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

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

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

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

/* line 33, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #665d43;
  background-color: #eeebe0;
  border-color: #e7e2d4;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #ded7c4;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #47412f;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #464b4f;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #2e3134;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #236532;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #163f1f;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #1a626e;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #103d45;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #937212;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #664f0c;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #802932;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #591d23;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #8f8f90;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #757577;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #292c2f;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #111314;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 49, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, ../usr/local/bundle/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 7, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 100 !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 100 !important;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 500 !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #FFFFFF !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #AA9966 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #7e7046 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../usr/local/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #1D1D1D !important;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(29, 29, 29, 0.5) !important;
}

/* line 55, ../usr/local/bundle/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/bundle/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/bundle/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

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

/* Site specific */
/* line 46, app/assets/stylesheets/shoryu/client/_style.scss */
html,
body {
  position: relative;
  height: 100%;
}

/* line 51, app/assets/stylesheets/shoryu/client/_style.scss */
html.noscroll,
body.noscroll {
  overflow: hidden;
}

/* line 56, app/assets/stylesheets/shoryu/client/_style.scss */
body {
  /*
  text-align: center;
  @include media-breakpoint-up(md) { text-align: left; }
   */
}

/*
h1, .h1,
h2, .h2,
h3, .h3 { text-transform: uppercase; }
 */
/* line 70, app/assets/stylesheets/shoryu/client/_style.scss */
h2,
.h2 {
  line-height: 1.1666666667;
}

/* line 74, app/assets/stylesheets/shoryu/client/_style.scss */
h2.font--northwell,
.h2.font--northwell {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: "Northwell", serif;
  font-size: 3.75rem;
  line-height: 1.333;
}

/* line 85, app/assets/stylesheets/shoryu/client/_style.scss */
.terms h2,
.privacy h2 {
  font-size: 22px;
  font-weight: 500;
}

/* line 91, app/assets/stylesheets/shoryu/client/_style.scss */
h3,
.h3 {
  font-weight: 500;
  line-height: 1.35;
}

/* line 96, app/assets/stylesheets/shoryu/client/_style.scss */
h3.font--northwell,
.h3.font--northwell {
  position: relative;
  font-family: "Northwell", serif;
  font-size: 4.125rem;
  font-weight: 400;
  line-height: 1.6;
  transform: translateY(30%);
}

/* line 106, app/assets/stylesheets/shoryu/client/_style.scss */
h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 100;
  text-transform: none;
}

/* line 115, app/assets/stylesheets/shoryu/client/_style.scss */
p + h2,
p + h3 {
  margin-top: 2rem;
}

/* line 122, app/assets/stylesheets/shoryu/client/_style.scss */
h5,
.h5 {
  font-weight: 500;
  line-height: 0.8125;
}

/* line 128, app/assets/stylesheets/shoryu/client/_style.scss */
h5.color-primary,
.h5.color-primary {
  color: #AA9966;
  text-decoration: underline;
  text-transform: uppercase;
}

/* line 137, app/assets/stylesheets/shoryu/client/_style.scss */
.welcome .section-fixed--landing .video-overlay {
  background-size: 190px;
}

@media (min-width: 768px) {
  /* line 137, app/assets/stylesheets/shoryu/client/_style.scss */
  .welcome .section-fixed--landing .video-overlay {
    background-size: 320px;
  }
}

/* line 144, app/assets/stylesheets/shoryu/client/_style.scss */
.welcome .section-fixed--landing .video-overlay .video-button {
  margin-top: 350px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 144, app/assets/stylesheets/shoryu/client/_style.scss */
  .welcome .section-fixed--landing .video-overlay .video-button {
    margin-top: 560px;
  }
}

/* line 156, app/assets/stylesheets/shoryu/client/_style.scss */
.video-button {
  margin-bottom: 2em;
}

/* line 160, app/assets/stylesheets/shoryu/client/_style.scss */
p.small,
small {
  font-size: .8125rem;
}

/* line 166, app/assets/stylesheets/shoryu/client/_style.scss */
blockquote p {
  font-size: 1.625rem;
}

/* line 170, app/assets/stylesheets/shoryu/client/_style.scss */
blockquote cite {
  color: #AA9966;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 178, app/assets/stylesheets/shoryu/client/_style.scss */
.btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #AA9966;
  border: 1px solid #AA9966;
  color: #FFFFFF;
  font-size: .8125rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/shoryu/client/_style.scss */
.btn:hover {
  background-color: #AA9966;
  border: 1px solid #AA9966;
  color: #1D1D1D;
}

/* line 195, app/assets/stylesheets/shoryu/client/_style.scss */
.btn.btn-block {
  display: block;
  min-width: 120px;
  margin-bottom: 1rem;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

/* line 204, app/assets/stylesheets/shoryu/client/_style.scss */
.btn.btn-outline {
  background-color: transparent;
  color: #AA9966;
}

/* line 209, app/assets/stylesheets/shoryu/client/_style.scss */
.btn.btn-outline-black {
  border: 1px solid #1D1D1D;
  background-color: transparent;
  color: #1D1D1D;
}

/* line 215, app/assets/stylesheets/shoryu/client/_style.scss */
.btn.btn-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #AA9966;
}

/* line 220, app/assets/stylesheets/shoryu/client/_style.scss */
.btn.btn-white:hover {
  background-color: #1D1D1D;
  border: 1px solid #1D1D1D;
}

/* line 226, app/assets/stylesheets/shoryu/client/_style.scss */
.btn.btn-large {
  padding: 20px 60px;
}

/* line 230, app/assets/stylesheets/shoryu/client/_style.scss */
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/shoryu/client/_style.scss */
.btn_apply_career {
  background-color: black;
  border: none;
  padding: 15px 40px;
  margin-bottom: 30px;
  color: #AA9966;
}

/* line 245, app/assets/stylesheets/shoryu/client/_style.scss */
.btn_apply_career:hover {
  background-color: black;
  border: none;
  color: white;
}

/* line 252, app/assets/stylesheets/shoryu/client/_style.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 255, app/assets/stylesheets/shoryu/client/_style.scss */
.list-inline li {
  display: inline-block;
  margin-top: 0;
}

/* line 261, app/assets/stylesheets/shoryu/client/_style.scss */
.list-inline li:not(:last-child) {
  margin-right: 20px;
}

/* line 267, app/assets/stylesheets/shoryu/client/_style.scss */
nav > .list-inline {
  margin-top: 50px;
}

/* line 270, app/assets/stylesheets/shoryu/client/_style.scss */
nav > .list-inline.quicklinks {
  display: none;
}

/* line 273, app/assets/stylesheets/shoryu/client/_style.scss */
nav > .list-inline.quicklinks li {
  display: block;
}

@media (min-width: 768px) {
  /* line 270, app/assets/stylesheets/shoryu/client/_style.scss */
  nav > .list-inline.quicklinks {
    display: block;
  }
  /* line 280, app/assets/stylesheets/shoryu/client/_style.scss */
  nav > .list-inline.quicklinks li {
    display: block;
  }
  /* line 283, app/assets/stylesheets/shoryu/client/_style.scss */
  nav > .list-inline.quicklinks li:not(:last-child) {
    margin-right: 0;
  }
  /* line 288, app/assets/stylesheets/shoryu/client/_style.scss */
  nav > .list-inline.quicklinks a {
    color: #1D1D1D;
    font-size: 1.375rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  /* line 294, app/assets/stylesheets/shoryu/client/_style.scss */
  nav > .list-inline.quicklinks a.active {
    color: #AA9966;
  }
}

/* line 303, app/assets/stylesheets/shoryu/client/_style.scss */
.footer-list li {
  margin-top: 15px !important;
}

/* line 308, app/assets/stylesheets/shoryu/client/_style.scss */
.list-columns {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) {
  /* line 308, app/assets/stylesheets/shoryu/client/_style.scss */
  .list-columns {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 315, app/assets/stylesheets/shoryu/client/_style.scss */
  .list-columns li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 322, app/assets/stylesheets/shoryu/client/_style.scss */
.list-group {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

/* line 327, app/assets/stylesheets/shoryu/client/_style.scss */
.list-group li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}

/* line 334, app/assets/stylesheets/shoryu/client/_style.scss */
.list-group li a {
  display: block;
}

/* line 337, app/assets/stylesheets/shoryu/client/_style.scss */
.list-group li a img,
.list-group li a svg {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  /* line 322, app/assets/stylesheets/shoryu/client/_style.scss */
  .list-group {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  /* line 349, app/assets/stylesheets/shoryu/client/_style.scss */
  .list-group li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* line 356, app/assets/stylesheets/shoryu/client/_style.scss */
.list-wagon-locations {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 768px) {
  /* line 360, app/assets/stylesheets/shoryu/client/_style.scss */
  .list-wagon-locations li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 365, app/assets/stylesheets/shoryu/client/_style.scss */
  .list-wagon-locations li p:last-child {
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  /* line 374, app/assets/stylesheets/shoryu/client/_style.scss */
  h1,
.h1 {
    font-size: 2.875rem;
    line-height: 1.1956521739;
  }
  /* line 380, app/assets/stylesheets/shoryu/client/_style.scss */
  h1 {
    margin-bottom: 3.125rem;
  }
  /* line 384, app/assets/stylesheets/shoryu/client/_style.scss */
  .h1 {
    margin-bottom: 1rem;
  }
  /* line 389, app/assets/stylesheets/shoryu/client/_style.scss */
  h2.font--northwell {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 6.25rem;
  }
  /* line 396, app/assets/stylesheets/shoryu/client/_style.scss */
  h3 + h4 {
    margin-top: -20px;
  }
  /* line 402, app/assets/stylesheets/shoryu/client/_style.scss */
  p + h2,
p + h3 {
    margin-top: 3.125rem;
  }
}

/* line 411, app/assets/stylesheets/shoryu/client/_style.scss */
a {
  transition: color .25s ease;
}

/* line 414, app/assets/stylesheets/shoryu/client/_style.scss */
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

/* line 424, app/assets/stylesheets/shoryu/client/_style.scss */
picture,
picture img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 430, app/assets/stylesheets/shoryu/client/_style.scss */
picture img {
  width: 100%;
}

/* line 435, app/assets/stylesheets/shoryu/client/_style.scss */
.color-primary {
  color: #AA9966 !important;
}

/*
.color-red { color: $red; }
.color-green { color: $green; }
 */
/* line 445, app/assets/stylesheets/shoryu/client/_style.scss */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding: 10px 0;
  background: transparent;
  background-image: none;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  color: #1D1D1D;
  font-size: 1rem;
  font-weight: 100;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 468, app/assets/stylesheets/shoryu/client/_style.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-bottom-color: #AA9966;
}

/* line 473, app/assets/stylesheets/shoryu/client/_style.scss */
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(29, 29, 29, 0.5);
  font-weight: 100;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.5);
  font-weight: 100;
  opacity: 1;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(29, 29, 29, 0.5);
  font-weight: 100;
  opacity: 1;
}

/* line 479, app/assets/stylesheets/shoryu/client/_style.scss */
input.parsley-error[type="text"],
input.parsley-error[type="email"],
input.parsley-error[type="tel"],
input.parsley-error[type="number"],
textarea.parsley-error,
select.parsley-error {
  border-color: #dc3545;
}

/* line 482, app/assets/stylesheets/shoryu/client/_style.scss */
input.parsley-error[type="text"]::-moz-placeholder, input.parsley-error[type="email"]::-moz-placeholder, input.parsley-error[type="tel"]::-moz-placeholder, input.parsley-error[type="number"]::-moz-placeholder, textarea.parsley-error::-moz-placeholder, select.parsley-error::-moz-placeholder {
  color: #dc3545;
}
input.parsley-error[type="text"]:-ms-input-placeholder, input.parsley-error[type="email"]:-ms-input-placeholder, input.parsley-error[type="tel"]:-ms-input-placeholder, input.parsley-error[type="number"]:-ms-input-placeholder, textarea.parsley-error:-ms-input-placeholder, select.parsley-error:-ms-input-placeholder {
  color: #dc3545;
}
input.parsley-error[type="text"]::placeholder,
input.parsley-error[type="email"]::placeholder,
input.parsley-error[type="tel"]::placeholder,
input.parsley-error[type="number"]::placeholder,
textarea.parsley-error::placeholder,
select.parsley-error::placeholder {
  color: #dc3545;
}

/* line 488, app/assets/stylesheets/shoryu/client/_style.scss */
textarea {
  padding-right: 7px;
  padding-left: 7px;
  border: 1px solid #979797;
  resize: none;
}

/* line 495, app/assets/stylesheets/shoryu/client/_style.scss */
select {
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='8' viewBox='295 15 15 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M302.14 21.236l-6.048-6.048c-.25-.25-.654-.25-.904 0s-.25.654 0 .904l6.5 6.5c.123.127.288.19.45.19.165 0 .33-.063.455-.19l3.218-3.218 3.283-3.282c.25-.25.25-.654 0-.904-.252-.25-.657-.25-.907 0l-6.047 6.048z' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat right center;
  background-size: 15px 8px;
  color: rgba(29, 29, 29, 0.5);
}

/* line 503, app/assets/stylesheets/shoryu/client/_style.scss */
select:focus::-ms-value {
  color: #1D1D1D;
  background-color: #FFFFFF;
}

/* line 514, app/assets/stylesheets/shoryu/client/_style.scss */
select[multiple], select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 521, app/assets/stylesheets/shoryu/client/_style.scss */
select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 527, app/assets/stylesheets/shoryu/client/_style.scss */
select::-ms-expand {
  opacity: 0;
}

/* line 532, app/assets/stylesheets/shoryu/client/_style.scss */
label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 536, app/assets/stylesheets/shoryu/client/_style.scss */
legend {
  margin-bottom: 30px;
  border-bottom: 1px solid #979797;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6363636364;
  text-align: left;
  text-transform: uppercase;
}

/* line 546, app/assets/stylesheets/shoryu/client/_style.scss */
fieldset + fieldset {
  margin-top: 40px;
}

/* line 551, app/assets/stylesheets/shoryu/client/_style.scss */
.file-input {
  margin-bottom: 30px;
}

/* line 554, app/assets/stylesheets/shoryu/client/_style.scss */
.file-input input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  z-index: -1;
}

/* line 561, app/assets/stylesheets/shoryu/client/_style.scss */
.file-input label {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 574, app/assets/stylesheets/shoryu/client/_style.scss */
.file-input label strong {
  display: block;
  border-bottom: 1px solid #979797;
  color: #AA9966;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 583, app/assets/stylesheets/shoryu/client/_style.scss */
.file-input label span {
  display: block;
  width: 200px;
  font-size: .8125rem;
  font-weight: 100;
  text-align: left;
  text-indent: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 594, app/assets/stylesheets/shoryu/client/_style.scss */
.file-input label:hover strong {
  color: #1D1D1D;
}

/* line 599, app/assets/stylesheets/shoryu/client/_style.scss */
.file-input input:focus + label,
.file-input input.has-focus + label {
  outline: none;
}

/* line 606, app/assets/stylesheets/shoryu/client/_style.scss */
.form-radio,
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  text-align: left;
}

/* line 614, app/assets/stylesheets/shoryu/client/_style.scss */
.form-radio input[type=radio],
.form-radio input[type=checkbox],
.form-check input[type=radio],
.form-check input[type=checkbox] {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 621, app/assets/stylesheets/shoryu/client/_style.scss */
.form-radio label,
.form-check label {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
}

/* line 635, app/assets/stylesheets/shoryu/client/_style.scss */
.form-radio {
  margin-bottom: 10px;
}

/* line 638, app/assets/stylesheets/shoryu/client/_style.scss */
.form-radio label {
  font-size: 1.25rem;
  font-weight: 500;
}

/* line 647, app/assets/stylesheets/shoryu/client/_style.scss */
.form-check label {
  color: #AA9966;
}

/* line 652, app/assets/stylesheets/shoryu/client/_style.scss */
.form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  text-align: left;
}

/* line 658, app/assets/stylesheets/shoryu/client/_style.scss */
.form-checkboxes label {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  color: rgba(29, 29, 29, 0.5);
  font-weight: 100;
  opacity: 1;
}

/* line 675, app/assets/stylesheets/shoryu/client/_style.scss */
.form-checkboxes > label,
.form-checkboxes > .form-check {
  margin-right: 20px;
}

/* line 681, app/assets/stylesheets/shoryu/client/_style.scss */
.form-checkboxes .form-check input:checked + label {
  color: #1D1D1D;
}

/* line 689, app/assets/stylesheets/shoryu/client/_style.scss */
.parsley-errors-list {
  position: relative;
  top: -30px;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #dc3545;
}

/* line 700, app/assets/stylesheets/shoryu/client/_style.scss */
form .g-recaptcha > div {
  margin-right: auto;
  margin-left: auto;
}

/* line 706, app/assets/stylesheets/shoryu/client/_style.scss */
form:not(.form-cart):not(.form-checkout) .btn {
  display: block;
  margin: 0 auto;
  background-color: #1D1D1D;
  border-color: #1D1D1D;
  color: #AA9966;
}

/* line 713, app/assets/stylesheets/shoryu/client/_style.scss */
form:not(.form-cart):not(.form-checkout) .btn:hover {
  color: #FFFFFF;
}

/* line 719, app/assets/stylesheets/shoryu/client/_style.scss */
form.form-cart {
  margin-bottom: 20px;
}

/* line 722, app/assets/stylesheets/shoryu/client/_style.scss */
form.form-cart .price {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

/* line 728, app/assets/stylesheets/shoryu/client/_style.scss */
form.form-cart input[type=text],
form.form-cart input[type=number],
form.form-cart select {
  margin-bottom: 20px;
  padding: 6px 10px;
  border: 1px solid #979797;
  color: #1D1D1D;
  font-weight: 500;
}

/* line 738, app/assets/stylesheets/shoryu/client/_style.scss */
form.form-cart select {
  background-position: right 10px center;
}

/* line 742, app/assets/stylesheets/shoryu/client/_style.scss */
form.form-cart .qty {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

/* line 748, app/assets/stylesheets/shoryu/client/_style.scss */
form.form-cart .qty input[type=text],
form.form-cart .qty input[type=number] {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
  border-color: #AA9966;
  text-align: center;
}

/* line 760, app/assets/stylesheets/shoryu/client/_style.scss */
form.form-cart .qty svg,
form.form-cart .qty img {
  cursor: pointer;
}

/* line 766, app/assets/stylesheets/shoryu/client/_style.scss */
form.form-cart .btn {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 719, app/assets/stylesheets/shoryu/client/_style.scss */
  form.form-cart {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  /* line 776, app/assets/stylesheets/shoryu/client/_style.scss */
  form.form-cart .price {
    margin-bottom: 0;
    margin-right: 40px;
  }
  /* line 781, app/assets/stylesheets/shoryu/client/_style.scss */
  form.form-cart .qty,
form.form-cart select {
    margin-bottom: 0px;
  }
  /* line 786, app/assets/stylesheets/shoryu/client/_style.scss */
  form.form-cart select {
    max-width: 210px;
  }
  /* line 790, app/assets/stylesheets/shoryu/client/_style.scss */
  form.form-cart .btn {
    width: auto;
    margin-right: 0;
    margin-left: 20px;
  }
}

/* line 799, app/assets/stylesheets/shoryu/client/_style.scss */
form.form-checkout .btn {
  width: 100%;
  margin-top: 20px;
}

/* line 804, app/assets/stylesheets/shoryu/client/_style.scss */
form.form-checkout .form-radio + .form-check {
  margin-top: 40px;
}

/* line 809, app/assets/stylesheets/shoryu/client/_style.scss */
form.new_job_enquiry {
  padding-top: 2rem;
}

/*
form button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
background: $green;
border: none;
border-radius: 1rem;
cursor: pointer;
color: $white;
display: inline-block;
font-size: 1.125rem;
letter-spacing: 1px;
line-height: 2;
height: 2.25rem;
padding-left: 1.75rem;
padding-right: 1.75rem;
text-transform: uppercase;
}
 */
/* line 837, app/assets/stylesheets/shoryu/client/_style.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 850, app/assets/stylesheets/shoryu/client/_style.scss */
.icon-facebook::before {
  content: "\ea91";
}

/* line 854, app/assets/stylesheets/shoryu/client/_style.scss */
.icon-instagram::before {
  content: "\ea92";
}

/* line 858, app/assets/stylesheets/shoryu/client/_style.scss */
.icon-youtube::before {
  content: "\ea9d";
}

/* line 862, app/assets/stylesheets/shoryu/client/_style.scss */
.icon-twitter::before {
  content: "\ea96";
}

/* line 866, app/assets/stylesheets/shoryu/client/_style.scss */
.icon-play::before {
  content: "\ea15";
}

/* line 871, app/assets/stylesheets/shoryu/client/_style.scss */
img.lazyload,
img.lazyloading {
  opacity: 0;
}

/* line 876, app/assets/stylesheets/shoryu/client/_style.scss */
img.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

/* line 1, app/assets/stylesheets/shoryu/client/_shoryu.scss */
.closing {
  text-align: center;
}

/* line 3, app/assets/stylesheets/shoryu/client/_shoryu.scss */
.closing h1 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
}

/* line 8, app/assets/stylesheets/shoryu/client/_shoryu.scss */
.closing p {
  margin-top: 30px;
  line-height: 30px;
}

/*
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 751px,
  lg: 1024px,
  xl: 1200px
);
*/
/*
$theme-colors: (
	primary: $green,
);
*/
/*
$grid-columns:			12;
$grid-gutter-width:	40px;
*/
/* line 17, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 31, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger, .hamburger:focus, .hamburger:active {
  outline: none;
}

/* line 35, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger-box {
  width: 22px;
  height: 20px;
  display: inline-block;
  position: relative;
}

/* line 42, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

/* line 47, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 4px;
  background-color: #1D1D1D;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 60, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 66, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger-inner::before {
  top: -8px;
}

/* line 70, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger-inner::after {
  bottom: -8px;
}

/* line 76, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

/* line 80, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 85, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.hamburger .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 92, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.nav-visible .hamburger .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

/* line 99, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.nav-visible .hamburger .hamburger-inner::before {
  background-color: #FFFFFF;
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

/* line 108, app/assets/stylesheets/shoryu/client/_hamburger.scss */
.nav-visible .hamburger .hamburger-inner::after {
  background-color: #FFFFFF;
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

/* line 885, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-enabled {
  position: relative;
}

/* line 888, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-enabled:focus {
  outline: none;
}

/* line 893, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: height 0.2s;
}

/* line 899, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-viewport img {
  max-width: 100%;
  height: auto;
}

/* line 904, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 910, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 915, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-enabled.is-draggable.flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 920, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-enabled.is-draggable.flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 927, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-prev-next-button {
  position: absolute;
  bottom: -30px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* line 938, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-prev-next-button:focus {
  outline: none;
}

/* line 944, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-prev-next-button.previous {
  left: 0px;
}

/* line 948, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-prev-next-button.next {
  right: 0px;
}

/* line 952, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

/* line 957, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-prev-next-button svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate3d(-50%, -50%, 0);
}

/* line 967, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-prev-next-button .arrow {
  fill: #1D1D1D;
}

@media (min-width: 768px) {
  /* line 927, app/assets/stylesheets/shoryu/client/_style.scss */
  .flickity-prev-next-button {
    top: 50%;
    bottom: auto;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
  /* line 978, app/assets/stylesheets/shoryu/client/_style.scss */
  .flickity-prev-next-button svg {
    width: 40px;
    height: 40px;
  }
}

/* line 985, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-page-dots {
  position: absolute;
  right: 50px;
  bottom: -30px;
  left: 50px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* line 996, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #1D1D1D;
  border-radius: 50%;
  cursor: pointer;
}

/* line 1005, app/assets/stylesheets/shoryu/client/_style.scss */
.flickity-page-dots .dot.is-selected {
  background: #AA9966;
}

@media (min-width: 768px) {
  /* line 985, app/assets/stylesheets/shoryu/client/_style.scss */
  .flickity-page-dots {
    display: none;
  }
}

/* line 1021, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--side .flickity-slider {
  transform: none !important;
}

/* line 1025, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--side .carousel-cell {
  position: relative;
  left: 0 !important;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out 0.3s;
  z-index: 1;
}

/* line 1033, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--side .carousel-cell.is-selected {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  z-index: 2;
}

/* line 1039, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--side .carousel-cell img {
  position: relative;
  right: 0;
  left: auto;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1050, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--promos {
  background: #1D1D1D url(/assets/shoryu/client/background-2x3pattern-0620daa050d3fc793b72e2b6208f395565edda5bd53d505f5a3c4222d5969708.jpg);
  background-size: cover;
}

/* line 1054, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--promos .carousel-cell {
  position: absolute;
  width: 100%;
}

/* line 1058, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--promos .carousel-cell .txt {
  padding: 60px 30px;
}

/* line 1061, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--promos .carousel-cell .txt h1,
.carousel--promos .carousel-cell .txt h2,
.carousel--promos .carousel-cell .txt h3,
.carousel--promos .carousel-cell .txt h4,
.carousel--promos .carousel-cell .txt h5,
.carousel--promos .carousel-cell .txt p {
  color: #FFFFFF;
  text-align: center;
}

/* line 1074, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--promos .carousel-cell .img img {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 1050, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--promos {
    background: transparent;
  }
  /* line 1084, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--promos .carousel-cell .txt {
    position: absolute;
    top: 0;
    right: 35%;
    bottom: 0;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background: #1D1D1D url(/assets/shoryu/client/background-2x3pattern-0620daa050d3fc793b72e2b6208f395565edda5bd53d505f5a3c4222d5969708.jpg);
    background-size: cover;
  }
  /* line 1097, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--promos .carousel-cell .txt h1,
.carousel--promos .carousel-cell .txt h2,
.carousel--promos .carousel-cell .txt h3,
.carousel--promos .carousel-cell .txt h4,
.carousel--promos .carousel-cell .txt h5,
.carousel--promos .carousel-cell .txt p {
    padding-right: 260px;
    padding-left: 70px;
    padding-right: 270px;
    text-align: left;
    max-width: 800px;
  }
  /* line 1111, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--promos .carousel-cell .img {
    position: relative;
    width: 50%;
    margin-right: 5%;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2;
  }
}

/* line 1126, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--deals {
  overflow: hidden;
}

/* line 1129, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--deals .flickity-prev-next-button {
  bottom: 25px;
  display: block;
}

/* line 1133, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--deals .flickity-prev-next-button .arrow {
  fill: #FFFFFF;
}

/* line 1137, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--deals .flickity-prev-next-button.previous {
  left: 30px;
}

/* line 1141, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--deals .flickity-prev-next-button.next {
  right: 30px;
}

/* line 1146, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--deals .flickity-page-dots {
  position: static;
  padding-bottom: 30px;
}

/* line 1150, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--deals .flickity-page-dots .dot {
  background-color: #FFFFFF;
}

/* line 1153, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--deals .flickity-page-dots .dot.is-selected {
  background-color: #1D1D1D;
}

/* line 1159, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--deals .carousel-cell {
  width: 100%;
  padding: 15px;
}

/* line 1163, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--deals .carousel-cell img {
  width: 100%;
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  /* line 1170, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals .carousel-cell {
    width: 50%;
  }
}

@media (min-width: 768px) {
  /* line 1126, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals {
    width: 83%;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
  }
  /* line 1181, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals .flickity-slider {
    display: flex;
    align-items: center;
  }
  /* line 1186, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals .flickity-prev-next-button {
    display: block;
  }
  /* line 1189, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals .flickity-prev-next-button .arrow {
    fill: #FFFFFF;
  }
  /* line 1193, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals .flickity-prev-next-button.previous {
    left: -50px;
  }
  /* line 1197, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals .flickity-prev-next-button.next {
    right: -50px;
  }
  /* line 1202, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals .carousel-cell {
    width: 33.3333333333%;
    padding: 10px;
  }
  /* line 1208, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals form:not(.form-cart):not(.form-checkout) .btn {
    width: auto;
  }
  /* line 1213, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 1222, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals form fieldset {
    flex: 0 0 33%;
    max-width: 33%;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 1230, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--deals form fieldset:last-child {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

/* line 1245, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--gallery {
  margin-bottom: 40px;
}

/* line 1249, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--gallery .flickity-prev-next-button {
  bottom: -30px;
}

/* line 1252, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--gallery .flickity-prev-next-button.previous {
  left: 30px;
}

/* line 1256, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--gallery .flickity-prev-next-button.next {
  right: 30px;
}

/* line 1261, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--gallery .carousel-cell {
  width: 100%;
}

/* line 1264, app/assets/stylesheets/shoryu/client/_style.scss */
.carousel--gallery .carousel-cell img {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 1245, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--gallery {
    margin-bottom: 0;
  }
  /* line 1273, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--gallery .flickity-prev-next-button.previous {
    left: 17%;
    transform: translateX(-40px);
  }
  /* line 1278, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--gallery .flickity-prev-next-button.next {
    right: 17%;
    transform: translateX(40px);
  }
  /* line 1284, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--gallery .flickity-page-dots {
    display: none;
  }
  /* line 1288, app/assets/stylesheets/shoryu/client/_style.scss */
  .carousel--gallery .carousel-cell {
    width: 66%;
    margin-right: 40px;
  }
}

/* line 1298, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

/* line 1307, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .brand {
  position: relative;
  display: block;
}

/* line 1311, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .brand svg {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 1318, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .hamburger {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  height: 18px;
  transform: translateY(-50%);
  z-index: 1032;
}

/* line 1328, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .container {
  position: relative;
  display: flex;
  flex-wrap: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  height: 70px;
  padding: 0 15px;
  z-index: 1031;
}

/* line 1343, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .container ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding-right: 47px;
}

/* line 1355, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .container ul li:not(.menu-book) {
  display: none;
}

/* line 1359, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .container ul li.menu-book {
  margin-left: 10px;
}

/* line 1363, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .container ul a {
  display: inline-block;
  padding: 1px 6px 0;
  font-size: 0.984375rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid transparent;
  color: #0A3039;
}

/* line 1376, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .container ul a:hover {
  color: #AA9966;
}

/* line 1381, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .container ul li.menu-book a {
  border-color: #AA9966;
}

/* line 1384, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation .container ul li.menu-book a:hover, .navigation .container ul li.menu-book a:active, .navigation .container ul li.menu-book a:focus {
  background: #AA9966;
  color: #FFFFFF;
}

/* line 1394, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  background: #1D1D1D url(/assets/shoryu/client/symbol-42d140a4372f7576bff2ff42da179536b883dca47019c7f2da2b891da1867330.svg) no-repeat scroll right -150px bottom -150px;
  background-size: 300px 300px;
  transform: translateX(100%);
  transition: transform .25s ease-in;
  z-index: 1031;
}

/* line 1420, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation-content ul {
  padding-left: 0;
  list-style: none;
  padding-right: 40px;
  padding-left: 40px;
}

/* line 1425, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation-content ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 100;
  /*line-height: (27.5/22);*/
  line-height: 1em;
  opacity: 0;
  transform: translateX(50%);
  transition-delay: 300ms;
  transition-duration: 250ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 1444, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation-content ul a {
  color: #FFFFFF;
}

/* line 1447, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation-content ul a:hover {
  color: #AA9966;
}

/* line 1453, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation-content ul.navigation-content--primary li {
  font-weight: 500;
  text-transform: uppercase;
}

/* line 1460, app/assets/stylesheets/shoryu/client/_style.scss */
body.nav-visible .navigation-content {
  transform: translateX(0);
  visibility: visible;
}

/* line 1464, app/assets/stylesheets/shoryu/client/_style.scss */
body.nav-visible .navigation-content ul li {
  opacity: 1;
  transform: translateY(0);
}

/* line 1472, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation--page {
  margin: 40px 25px 0;
  padding: 10px 15px 0;
}

/* line 1476, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation--page,
.navigation--page h5,
.navigation--page a {
  color: #AA9966;
}

/* line 1482, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation--page h5 {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}

/* line 1489, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation--page h5::after {
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  width: 15px;
  height: 8px;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='8' viewBox='295 15 15 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M302.14 21.236l-6.048-6.048c-.25-.25-.654-.25-.904 0s-.25.654 0 .904l6.5 6.5c.123.127.288.19.45.19.165 0 .33-.063.455-.19l3.218-3.218 3.283-3.282c.25-.25.25-.654 0-.904-.252-.25-.657-.25-.907 0l-6.047 6.048z' fill='#AA9966' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat scroll right center;
  transform: rotate(0);
  transition: transform .5s ease;
  content: '';
  pointer-events: none;
}

/* line 1504, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation--page h5.open::after {
  transform: rotate(180deg);
}

/* line 1510, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation--page ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1517, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation--page ul li {
  padding: 0 0 10px;
}

/* line 1521, app/assets/stylesheets/shoryu/client/_style.scss */
.navigation--page ul a {
  text-transform: uppercase;
}

/* line 1527, app/assets/stylesheets/shoryu/client/_style.scss */
.bg--black .navigation--page {
  background-color: #FFFFFF;
}

/* line 1530, app/assets/stylesheets/shoryu/client/_style.scss */
.bg--black .navigation--page,
.bg--black .navigation--page h5,
.bg--black .navigation--page a {
  color: #AA9966;
}

@media (min-width: 768px) {
  /* line 1298, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation {
    /*
    .brand {
    width: 32px; //25px;
    height: 25px;
    }
     */
  }
  /* line 1547, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation .hamburger {
    right: 40px;
  }
  /* line 1551, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation .container {
    height: 56.25px;
    padding-right: 40px;
    padding-left: 40px;
  }
  /* line 1557, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation .container ul {
    /*
    span.hamburger-text {
    padding-right: 7px;
    }
     */
  }
  /* line 1559, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation .container ul li:not(:last-child) {
    display: inline-block;
    margin-right: 25px;
  }
  /* line 1565, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation .container ul li.active a {
    position: relative;
    color: #AA9966;
  }
  /* line 1578, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation-content {
    background-size: 80px 80px;
    background-position: right 50px bottom 50px;
    left: 50%;
  }
  /* line 1583, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation-content > div {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  /* line 1592, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation-content ul li {
    margin-bottom: 20px;
  }
  /* line 1600, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation--page {
    margin: 50px auto 0;
    padding-bottom: 0;
    text-align: center;
  }
  /* line 1605, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation--page h5 {
    display: none;
  }
  /* line 1609, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation--page ul {
    display: block !important;
  }
  /* line 1612, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation--page ul li {
    display: inline-block;
    margin-top: 0;
  }
  /* line 1616, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation--page ul li:not(:last-child) {
    margin-right: 20px;
  }
  /* line 1622, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation--page a {
    display: inline-block;
    border-bottom: 1px solid #979797;
    color: #1D1D1D;
    font-weight: 500;
    text-transform: uppercase;
  }
  /* line 1629, app/assets/stylesheets/shoryu/client/_style.scss */
  .navigation--page a:hover, .navigation--page a.active {
    color: #AA9966;
  }
  /* line 1635, app/assets/stylesheets/shoryu/client/_style.scss */
  .bg--black .navigation--page {
    background-color: transparent;
  }
  /* line 1638, app/assets/stylesheets/shoryu/client/_style.scss */
  .bg--black .navigation--page a {
    border-bottom-color: #FFFFFF;
    color: #FFFFFF;
  }
  /* line 1642, app/assets/stylesheets/shoryu/client/_style.scss */
  .bg--black .navigation--page a:hover {
    border-bottom-color: #AA9966;
    color: #AA9966;
  }
}

/* line 1653, app/assets/stylesheets/shoryu/client/_style.scss */
.banner {
  height: 150vw;
  background: transparent none no-repeat scroll center center;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 1653, app/assets/stylesheets/shoryu/client/_style.scss */
  .banner {
    height: calc(100vh - 56.25px);
  }
}

/* line 1663, app/assets/stylesheets/shoryu/client/_style.scss */
.homepage-banner {
  height: 150vw;
  background: transparent none no-repeat scroll center center;
  background-size: 400%;
  background-position: 58% 50%;
}

/* line 1671, app/assets/stylesheets/shoryu/client/_style.scss */
.sidepanel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  transition: visibility 0s .6s;
  will-change: visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1029;
}

/* line 1691, app/assets/stylesheets/shoryu/client/_style.scss */
.sidepanel > div {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 70px;
  background: #FFFFFF;
  overflow: auto;
  transform: translate3d(100%, 0, 0);
  transition: transform .3s ease-in;
  transition-delay: 0.3s;
  z-index: 1029;
}

/* line 1711, app/assets/stylesheets/shoryu/client/_style.scss */
.sidepanel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

/* line 1715, app/assets/stylesheets/shoryu/client/_style.scss */
.sidepanel.is-visible > div {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

@media (min-width: 768px) {
  /* line 1722, app/assets/stylesheets/shoryu/client/_style.scss */
  .sidepanel > div {
    left: 50%;
  }
}

/* line 1728, app/assets/stylesheets/shoryu/client/_style.scss */
.controls button {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 1738, app/assets/stylesheets/shoryu/client/_style.scss */
.controls button:focus {
  outline: none;
}

/* line 1742, app/assets/stylesheets/shoryu/client/_style.scss */
.controls button::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #979797;
  content: '';
}

/* line 1752, app/assets/stylesheets/shoryu/client/_style.scss */
.controls button:hover, .controls button.mixitup-control-active {
  color: #AA9966;
}

/* line 1756, app/assets/stylesheets/shoryu/client/_style.scss */
.controls button:hover::after, .controls button.mixitup-control-active::after {
  border-bottom-color: #AA9966;
}

/* line 1763, app/assets/stylesheets/shoryu/client/_style.scss */
main {
  display: block;
  min-height: 100vh;
  position: relative;
  padding-top: 70px;
}

@media (min-width: 768px) {
  /* line 1763, app/assets/stylesheets/shoryu/client/_style.scss */
  main {
    padding-top: 50px;
  }
}

/* line 1775, app/assets/stylesheets/shoryu/client/_style.scss */
.columns {
  display: flex;
  flex-wrap: wrap;
  margin-right: -22.5px;
  margin-left: -22.5px;
}

/* line 1781, app/assets/stylesheets/shoryu/client/_style.scss */
.columns > div {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
  padding-right: 22.5px;
  padding-left: 22.5px;
}

/*
.sticky-column {
min-height: calc(100vh - 56.25px);
}
 */
/* line 1798, app/assets/stylesheets/shoryu/client/_style.scss */
.content-text img,
.content-images img {
  max-width: 100%;
  height: auto;
}

/* line 1803, app/assets/stylesheets/shoryu/client/_style.scss */
.content-text {
  padding: 60px 15px 30px;
}

/* line 1806, app/assets/stylesheets/shoryu/client/_style.scss */
.content-text img {
  margin-bottom: 30px;
}

/* line 1810, app/assets/stylesheets/shoryu/client/_style.scss */
.content-text .list-inline a {
  color: #1D1D1D;
}

/* line 1813, app/assets/stylesheets/shoryu/client/_style.scss */
.content-text .list-inline a:hover {
  color: #AA9966;
}

@media (min-width: 768px) {
  /* line 1803, app/assets/stylesheets/shoryu/client/_style.scss */
  .content-text {
    padding-top: 60px;
    padding-right: 4.65vw;
    padding-bottom: 60px;
    padding-left: 4.65vw;
  }
  /* line 1824, app/assets/stylesheets/shoryu/client/_style.scss */
  .content-text:first-child {
    padding-top: 80px;
  }
}

/* line 1831, app/assets/stylesheets/shoryu/client/_style.scss */
.content-images img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1838, app/assets/stylesheets/shoryu/client/_style.scss */
  .content-images img:not(:last-child) {
    margin-bottom: 70px;
  }
}

/* line 1845, app/assets/stylesheets/shoryu/client/_style.scss */
.contact__filter select {
  border: black 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  background-position: right 5px center;
}

/* line 1854, app/assets/stylesheets/shoryu/client/_style.scss */
.contact_list .contact_item {
  padding: 13px 0;
}

/* line 1859, app/assets/stylesheets/shoryu/client/_style.scss */
.sticky-item {
  position: relative;
  overflow: hidden;
  z-index: 100;
}

@media (min-width: 768px) {
  /* line 1866, app/assets/stylesheets/shoryu/client/_style.scss */
  .sticky-item > .banner,
.sticky-item > picture,
.sticky-item > img,
.sticky-item > .carousel,
.sticky-item > .content-text,
.sticky-item > .content-images,
.sticky-item > .map {
    min-height: calc(100vh - 56.25px);
  }
  /* line 1878, app/assets/stylesheets/shoryu/client/_style.scss */
  .sticky-item > .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: auto;
  }
  /* line 1888, app/assets/stylesheets/shoryu/client/_style.scss */
  .sticky-item > .content-images img {
    height: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1859, app/assets/stylesheets/shoryu/client/_style.scss */
  .sticky-item {
    position: relative !important;
    top: 0 !important;
  }
}

/* line 1902, app/assets/stylesheets/shoryu/client/_style.scss */
.photo-text .content-text-wrap {
  height: 100%;
  padding: 30px 20px;
}

/* line 1906, app/assets/stylesheets/shoryu/client/_style.scss */
.photo-text .content-text-wrap .content-text {
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 1909, app/assets/stylesheets/shoryu/client/_style.scss */
.photo-text .content-text-wrap .content-text h1 {
  color: #AA9966;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 1918, app/assets/stylesheets/shoryu/client/_style.scss */
.our-menu-button {
  font-size: 150%;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0 !important;
}

/* line 1927, app/assets/stylesheets/shoryu/client/_style.scss */
.js-stickybit-parent {
  position: relative;
  margin-top: -50px;
}

/* line 1932, app/assets/stylesheets/shoryu/client/_style.scss */
.js-stickybit-parent .sticky-item.js-is-sticky {
  width: 50%;
}

/* line 1936, app/assets/stylesheets/shoryu/client/_style.scss */
.js-stickybit-parent .sticky-item.js-is-stuck {
  width: 100%;
}

/* line 1945, app/assets/stylesheets/shoryu/client/_style.scss */
.section-carousel,
.section-split,
.section-quotes,
.aside-promotion,
.aside-instagram,
.aside-gallery,
.sitefooter,
.notice-cookies {
  position: relative;
  z-index: 2;
}

/* line 1957, app/assets/stylesheets/shoryu/client/_style.scss */
.content-text.no-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  /* line 1965, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed {
    position: relative;
    width: 100%;
    height: calc(100vh - 56.25px);
    overflow: hidden;
  }
}

/* line 1974, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed > section,
.section-fixed > video {
  min-width: 100%;
  min-height: 100%;
}

@media (min-width: 768px) {
  /* line 1974, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed > section,
.section-fixed > video {
    position: fixed;
  }
}

/* line 1987, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--video video, .section-fixed--landing video, .section-fixed--ramen video {
  display: none;
}

/* line 1993, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--video .video-overlay h1,
.section-fixed--video .video-overlay h2,
.section-fixed--video .video-overlay h3,
.section-fixed--video .video-overlay p, .section-fixed--landing .video-overlay h1,
.section-fixed--landing .video-overlay h2,
.section-fixed--landing .video-overlay h3,
.section-fixed--landing .video-overlay p, .section-fixed--ramen .video-overlay h1,
.section-fixed--ramen .video-overlay h2,
.section-fixed--ramen .video-overlay h3,
.section-fixed--ramen .video-overlay p {
  color: #FFFFFF;
}

/* line 2000, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--video .video-overlay h1, .section-fixed--landing .video-overlay h1, .section-fixed--ramen .video-overlay h1 {
  margin-bottom: 20px;
}

/* line 2004, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--video .video-overlay ul.top-button, .section-fixed--landing .video-overlay ul.top-button, .section-fixed--ramen .video-overlay ul.top-button {
  display: flex;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  margin-right: -1px;
  margin-left: -1px;
  padding: 0;
}

/* line 2014, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--video .video-overlay ul.top-button li, .section-fixed--landing .video-overlay ul.top-button li, .section-fixed--ramen .video-overlay ul.top-button li {
  padding-right: 1px;
  padding-left: 1px;
}

@media (min-width: 768px) {
  /* line 1984, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--video, .section-fixed--landing, .section-fixed--ramen {
    height: calc(100vh - 56.25px);
    overflow: hidden;
  }
  /* line 2026, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--video video, .section-fixed--landing video, .section-fixed--ramen video {
    display: block;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    background: none no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: -100;
    transform: translate3d(-50%, -50%, 0);
  }
  /* line 2039, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--video .video-overlay, .section-fixed--landing .video-overlay, .section-fixed--ramen .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}

/* line 2051, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--video {
  padding: 120px 15px;
  background-color: #1D1D1D;
}

/* line 2055, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--video .video-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 2051, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--video {
    padding: 0;
    background-color: transparent;
  }
  /* line 2070, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--video .video-overlay ul.top-button {
    margin-right: -10px;
    margin-left: -10px;
  }
  /* line 2074, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--video .video-overlay ul.top-button li {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* line 2084, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--landing {
  position: relative;
  width: 100%;
  height: calc(90vh - 70px);
  overflow: hidden;
}

/* line 2091, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--landing video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  pointer-events: none;
  z-index: -100;
  transform: translate3d(-50%, -50%, 0);
}

/* line 2103, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--landing .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: transparent url(/assets/shoryu/client/symbol-42d140a4372f7576bff2ff42da179536b883dca47019c7f2da2b891da1867330.svg) no-repeat scroll center center;
  background-size: 230px 230px;
}

/* line 2114, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--landing .video-overlay nav,
.section-fixed--landing .video-overlay ul.top-button {
  height: 100%;
}

/* line 2120, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--landing .video-overlay ul.top-button li {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 2126, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--landing .video-overlay .btn-block {
  margin-bottom: 0;
  line-height: 42px;
}

/* line 2131, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--landing .video-overlay .scroll {
  display: none;
}

@media (min-width: 768px) {
  /* line 2084, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--landing {
    height: calc(100vh - 56.25px);
  }
  /* line 2139, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--landing video {
    position: fixed;
    height: auto;
  }
  /* line 2144, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--landing .video-overlay {
    background-size: 275px 275px;
  }
  /* line 2147, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--landing .video-overlay ul.top-button {
    justify-content: space-around;
    align-items: center;
  }
  /* line 2151, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--landing .video-overlay ul.top-button li {
    max-width: 220px;
  }
  /* line 2157, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--landing .video-overlay .btn-block {
    line-height: 30px;
  }
  /* line 2161, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--landing .video-overlay .scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
  }
}

/* line 2172, app/assets/stylesheets/shoryu/client/_style.scss */
.section-fixed--ramen {
  display: none;
}

@media (min-width: 768px) {
  /* line 2172, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--ramen {
    position: fixed;
    display: block;
    height: calc(100vh - 56.25px);
    /*
        .video-overlay {
        display: flex;
        top: 25%;
        right: 25%;
        bottom: 25%;
        left: 25%;
        height: auto;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: opacity .35s ease-in;
        z-index: 3;
        img {
        @include img-fluid;
        // 					max-width: 50vw;
        pointer-events: none;
        }
        &.hide {
        opacity: 0;
        z-index: 2;
        }
        }
         */
  }
  /* line 2204, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--ramen + .section-split {
    background: transparent;
  }
  /* line 2207, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-fixed--ramen + .section-split .btn-outline,
.section-fixed--ramen + .section-split .btn-outline-black {
    position: absolute;
    bottom: 40px;
    left: 4.65vw;
    z-index: 4;
  }
}

/* line 2219, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px 50px;
  background: #EEEEEE;
  overflow: hidden;
  z-index: 3;
}

/* line 2227, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item {
  position: relative;
  margin-bottom: 40px;
  z-index: 3;
}

/* line 2232, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item h3.font--northwell {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 2.5rem;
  transform: rotate(-5deg);
  transform-origin: bottom left;
}

/* line 2240, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item p {
  max-width: 80%;
}

/* line 2244, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 2248, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item img + p {
  margin-top: 20px;
}

/* line 2255, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
  transform: translate3d(50%, -50%, 0);
}

/* line 2267, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item:nth-child(3) img:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  transform: translate3d(30px, -40px, 0);
}

/* line 2275, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item:nth-child(3) img:nth-child(3) {
  display: none;
}

/* line 2281, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item:nth-child(4) {
  display: none;
}

/* line 2285, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item:nth-child(5) {
  margin-top: 100px;
}

/* line 2289, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item:nth-child(5) img:nth-child(1) {
  position: absolute;
  right: 0;
  transform: translate3d(50%, -50%, 0);
  z-index: -1;
}

/* line 2300, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item:nth-child(6) img:nth-child(1) {
  max-width: 80%;
}

/* line 2304, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item:nth-child(6) img:nth-child(2) {
  position: absolute;
  right: 0;
  max-width: 200px;
  transform: translate3d(60px, -75%, 0);
  z-index: -1;
}

/* line 2314, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item:last-child {
  margin-top: 50px;
  padding-right: 0;
  padding-left: 0;
}

/* line 2319, app/assets/stylesheets/shoryu/client/_style.scss */
.section-story__item:last-child img {
  width: 100%;
  transform: translateX(15px);
}

@media (min-width: 768px) {
  /* line 2327, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item {
    max-width: 500px;
  }
  /* line 2330, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(1), .section-story__item:nth-child(3), .section-story__item:nth-child(6), .section-story__item:nth-child(7) {
    margin-left: auto;
  }
  /* line 2337, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(5) {
    margin-left: 50px;
  }
  /* line 2341, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(3), .section-story__item:nth-child(6) {
    margin-right: auto;
  }
  /* line 2348, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(1) img:nth-child(2) {
    top: auto;
    right: auto;
    left: 50%;
    max-width: 200px;
    transform: translate3d(50%, -60%, 0);
  }
  /* line 2357, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:last-child {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 40px;
  }
  /* line 2363, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:last-child img {
    width: auto;
    margin-left: auto;
    transform: translateX(40px);
  }
}

@media (min-width: 992px) {
  /* line 2219, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story {
    padding: 70px 40px;
    justify-content: center;
  }
  /* line 2376, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item {
    flex: 0 0 50%;
    max-width: 650px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 100px;
    padding-right: 45px;
    padding-left: 45px;
  }
  /* line 2385, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item p {
    max-width: 400px;
  }
  /* line 2388, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item p:last-child {
    margin-bottom: 0;
  }
  /* line 2394, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(1), .section-story__item:nth-child(3), .section-story__item:nth-child(5), .section-story__item:nth-child(6), .section-story__item:nth-child(7) {
    margin-left: 0;
  }
  /* line 2402, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(3), .section-story__item:nth-child(6) {
    margin-right: 0;
  }
  /* line 2407, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(1) {
    flex: 0 0 100%;
    max-width: 1300px;
    margin-bottom: 240px;
  }
  /* line 2412, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(1) img:nth-child(2) {
    max-width: 300px;
    transform: translate3d(0, -60%, 0);
  }
  /* line 2418, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(2), .section-story__item:nth-child(3) {
    margin-bottom: 0;
  }
  /* line 2423, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(3) {
    margin-top: -200px;
  }
  /* line 2427, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(3) img:nth-child(1) {
    width: 160px;
    transform: translate3d(-70px, -100px, 0);
  }
  /* line 2432, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(3) img:nth-child(3) {
    display: block;
    position: absolute;
    right: 0;
    transform: translateY(-70%);
  }
  /* line 2441, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(4) {
    display: block;
    margin: 0;
  }
  /* line 2446, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(5) {
    margin-top: -250px;
  }
  /* line 2450, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(5) img:nth-child(1) {
    transform: translateY(-50%);
  }
  /* line 2458, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(6) img:nth-child(1) {
    position: absolute;
    bottom: 75px;
    left: 30px;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (min-width: 1930px) and (max-width: 2700px) {
  /* line 2458, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(6) img:nth-child(1) {
    padding-left: 14%;
  }
}

@media (min-width: 992px) {
  /* line 2466, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(6) img:nth-child(2) {
    position: relative;
    right: auto;
    margin-left: auto;
    max-width: 100%;
    transform: translateX(60px);
    z-index: -1;
  }
  /* line 2477, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-story__item:nth-child(7) {
    align-self: flex-end;
  }
}

/* line 2485, app/assets/stylesheets/shoryu/client/_style.scss */
.section-carousel {
  padding: 20px 15px 50px;
  background: #FFFFFF;
}

@media (min-width: 768px) {
  /* line 2485, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-carousel {
    padding: 70px 40px;
  }
}

/* line 2494, app/assets/stylesheets/shoryu/client/_style.scss */
.section-deals {
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 2494, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-deals {
    padding-bottom: 100px;
  }
}

/* line 2503, app/assets/stylesheets/shoryu/client/_style.scss */
.section-split {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  /*&.section-split--border {	border-bottom: 1px dashed #9013FE;	}*/
  /*
    &.section-split--gray { background-color: #EEEEEE; }

    &.section-split--dark {

    background: $black;

    }
     */
}

/* line 2508, app/assets/stylesheets/shoryu/client/_style.scss */
.section-split img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* line 2514, app/assets/stylesheets/shoryu/client/_style.scss */
.section-split .split3__item1 {
  order: 2;
}

/* line 2518, app/assets/stylesheets/shoryu/client/_style.scss */
.section-split .split3__item2 {
  order: 1;
}

/* line 2522, app/assets/stylesheets/shoryu/client/_style.scss */
.section-split .split3__item3 {
  order: 3;
}

@media (min-width: 768px) {
  /* line 2503, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-split {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: calc(100vh - 56.25px);
  }
  /* line 2534, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-split > div.split3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    order: initial;
  }
  /* line 2540, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-split > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 2544, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-split > div.desktop--right {
    order: 1;
  }
  /* line 2550, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-split > div > img,
.section-split > div .sticky-item > img,
.section-split > div .sticky-item > .content-images img {
    position: relative;
    right: 0;
    left: auto;
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* line 2563, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-split > div .sticky-item > .banner:not(:first-child) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform .3s ease-in;
  }
  /* line 2573, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-split > div .sticky-item > .banner.is-visible {
    transform: translateX(0);
  }
}

/* line 2593, app/assets/stylesheets/shoryu/client/_style.scss */
.section-quotes {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FFFFFF;
}

/* line 2598, app/assets/stylesheets/shoryu/client/_style.scss */
.section-quotes blockquote {
  position: relative;
  width: 75%;
  margin: 0 auto;
  background: #FFFFFF;
  text-align: center;
  z-index: 3;
}

/* line 2607, app/assets/stylesheets/shoryu/client/_style.scss */
.section-quotes .flickity-slider {
  display: flex;
  align-items: center;
}

/* line 2611, app/assets/stylesheets/shoryu/client/_style.scss */
.section-quotes .flickity-slider > div {
  width: 100%;
}

/* line 2617, app/assets/stylesheets/shoryu/client/_style.scss */
.section-quotes .flickity-prev-next-button {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

/* line 2622, app/assets/stylesheets/shoryu/client/_style.scss */
.section-quotes .flickity-prev-next-button.previous {
  left: 10px;
}

/* line 2626, app/assets/stylesheets/shoryu/client/_style.scss */
.section-quotes .flickity-prev-next-button.next {
  right: 10px;
}

/* line 2631, app/assets/stylesheets/shoryu/client/_style.scss */
.section-quotes::after {
  display: none;
  content: 'flickity';
}

@media (min-width: 768px) {
  /* line 2593, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-quotes {
    display: flex;
    position: relative;
    justify-content: center;
  }
  /* line 2641, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-quotes > div {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 2646, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-quotes blockquote {
    padding: 80px 0;
  }
  /* line 2650, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-quotes::after {
    position: absolute;
    top: -70px;
    bottom: 0;
    left: 50%;
    display: block;
    transform: translateX(-1px);
    border-left: 2px solid #AA9966;
    content: '';
    pointer-events: none;
  }
}

/* line 2664, app/assets/stylesheets/shoryu/client/_style.scss */
.section-gallery {
  background-color: #FFFFFF;
}

@media (min-width: 768px) {
  /* line 2664, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 2674, app/assets/stylesheets/shoryu/client/_style.scss */
.section-about--hakata {
  background: #EEEEEE;
}

/* line 2677, app/assets/stylesheets/shoryu/client/_style.scss */
.section-about--hakata .sticky-item > h2 {
  padding: 30px 15px 0;
}

/* line 2681, app/assets/stylesheets/shoryu/client/_style.scss */
.section-about--hakata .hakata-map,
.section-about--hakata .spacer1,
.section-about--hakata .spacer2 {
  display: none;
}

/* line 2687, app/assets/stylesheets/shoryu/client/_style.scss */
.section-about--hakata > ul {
  color: red;
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 2674, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-about--hakata {
    position: relative;
    padding: 0 0 100px;
    text-align: center;
    z-index: 3;
  }
  /* line 2698, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-about--hakata .sticky-item > h2 {
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 0;
  }
  /* line 2705, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-about--hakata .hakata-map {
    display: block;
    width: 65vw;
    height: 58vw;
    margin-left: auto;
    overflow: hidden;
  }
  /* line 2712, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-about--hakata .hakata-map > div {
    width: 100%;
    height: 100%;
    background: url(/assets/shoryu/client/map-d180c79a9436bc9319748ef72d1b0d3eb849cd5c984f8fd3c86bf4338ae5ed20.svg) no-repeat scroll bottom left;
    transform-origin: bottom left;
    transition: transform .65s ease;
  }
  /* line 2719, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-about--hakata .hakata-map > div.zoom {
    transform: scale(1.25);
  }
  /* line 2723, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-about--hakata .hakata-map > div.zoom.zoom-more {
    transform: scale(2) translateX(5vw);
  }
  /* line 2729, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-about--hakata .spacer1,
.section-about--hakata .spacer2 {
    display: block;
    height: 75vh;
  }
  /* line 2735, app/assets/stylesheets/shoryu/client/_style.scss */
  .section-about--hakata .content-text {
    max-width: 450px;
    margin-left: 40px;
    text-align: left;
  }
}

/* line 2748, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-promotion {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vw;
  padding: 15px;
  overflow: hidden;
  background: #FFFFFF none no-repeat scroll center center;
  background-size: cover;
  text-align: center;
}

/* line 2760, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-promotion video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  background: none no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: -100;
  transform: translate3d(-50%, -50%, 0);
}

/* line 2775, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-promotion .btn {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
  color: #AA9966;
}

/* line 2784, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-promotion h1 + p,
.aside-promotion h2 + p,
.aside-promotion h3 + p {
  margin-top: 30px;
}

/* line 2789, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-promotion p:last-child {
  margin: 0;
}

/* line 2793, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-promotion::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #777777;
  content: '';
  opacity: .17;
  pointer-events: none;
}

@media (min-width: 768px) {
  /* line 2748, app/assets/stylesheets/shoryu/client/_style.scss */
  .aside-promotion {
    height: 38.5vw;
    padding-right: 25vw;
    padding-left: 25vw;
  }
}

/* line 2812, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-instagram {
  background: #1D1D1D;
}

/* line 2815, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-instagram header {
  padding: 45px 15px;
  text-align: center;
}

/* line 2819, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-instagram header .list-inline {
  margin: 0;
}

/* line 2822, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-instagram header .list-inline a:hover {
  color: #AA9966;
}

/* line 2828, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-instagram > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 2835, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-instagram > ul li {
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #AA9966;
}

/* line 2840, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-instagram > ul li img {
  max-width: 100%;
  height: auto;
}

/* line 2844, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-instagram > ul li a {
  display: block;
  opacity: 1;
  transition: opacity 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 2850, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-instagram > ul li a:hover {
  opacity: .4;
}

/* line 2855, app/assets/stylesheets/shoryu/client/_style.scss */
.aside-instagram > ul li:nth-child(7), .aside-instagram > ul li:nth-child(8) {
  display: none;
}

@media (min-width: 768px) {
  /* line 2812, app/assets/stylesheets/shoryu/client/_style.scss */
  .aside-instagram {
    display: flex;
    align-items: center;
  }
  /* line 2867, app/assets/stylesheets/shoryu/client/_style.scss */
  .aside-instagram header {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 2872, app/assets/stylesheets/shoryu/client/_style.scss */
  .aside-instagram > ul {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 2876, app/assets/stylesheets/shoryu/client/_style.scss */
  .aside-instagram > ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 2880, app/assets/stylesheets/shoryu/client/_style.scss */
  .aside-instagram > ul li:nth-child(7), .aside-instagram > ul li:nth-child(8) {
    display: block;
  }
}

/* line 2891, app/assets/stylesheets/shoryu/client/_style.scss */
.sitefooter {
  padding-top: 20px;
  padding-bottom: 165px;
  background: #FFFFFF url(/assets/shoryu/client/men-footer-46b61647f50e5865722931ab0c00659866f6f2ab05f34de9268b93ce47a94428.svg) no-repeat scroll center 215px;
  background-size: 715px auto;
  border-top: 2px solid #EEEEEE;
  text-align: center;
}

/* line 2900, app/assets/stylesheets/shoryu/client/_style.scss */
.sitefooter .column:nth-child(2) {
  height: 100px;
  background: transparent url(/assets/shoryu/client/symbol-42d140a4372f7576bff2ff42da179536b883dca47019c7f2da2b891da1867330.svg) no-repeat scroll center 30px;
  background-size: 55px auto;
}

/* line 2907, app/assets/stylesheets/shoryu/client/_style.scss */
.sitefooter,
.sitefooter a {
  color: #1D1D1D;
}

/* line 2912, app/assets/stylesheets/shoryu/client/_style.scss */
.sitefooter a {
  font-weight: 500;
}

/* line 2915, app/assets/stylesheets/shoryu/client/_style.scss */
.sitefooter a:hover {
  color: #AA9966;
}

/* line 2920, app/assets/stylesheets/shoryu/client/_style.scss */
.sitefooter p {
  font-size: .875rem;
}

/* line 2923, app/assets/stylesheets/shoryu/client/_style.scss */
.sitefooter p a {
  font-weight: 100;
  color: rgba(170, 153, 102, 0.5);
}

@media (min-width: 768px) {
  /* line 2891, app/assets/stylesheets/shoryu/client/_style.scss */
  .sitefooter {
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px;
    padding-left: 40px;
    background-position: center 75px;
  }
  /* line 2936, app/assets/stylesheets/shoryu/client/_style.scss */
  .sitefooter .column {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 2940, app/assets/stylesheets/shoryu/client/_style.scss */
  .sitefooter .column:first-child {
    text-align: left;
  }
  /* line 2944, app/assets/stylesheets/shoryu/client/_style.scss */
  .sitefooter .column:nth-child(2) {
    height: auto;
    background: transparent none;
  }
  /* line 2948, app/assets/stylesheets/shoryu/client/_style.scss */
  .sitefooter .column:nth-child(2) .list-inline {
    transform: translateY(0);
  }
  /* line 2953, app/assets/stylesheets/shoryu/client/_style.scss */
  .sitefooter .column:last-child {
    text-align: right;
  }
}

/* line 2960, app/assets/stylesheets/shoryu/client/_style.scss */
.share {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px;
}

/* line 2967, app/assets/stylesheets/shoryu/client/_style.scss */
.share span {
  font-weight: 500;
  text-transform: uppercase;
}

/* line 2972, app/assets/stylesheets/shoryu/client/_style.scss */
.share a {
  color: #1D1D1D;
  font-size: 1.125rem;
}

/* line 2977, app/assets/stylesheets/shoryu/client/_style.scss */
.share span,
.share a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 2987, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list {
  padding-left: 0;
  list-style: none;
  text-align: left;
}

/* line 2991, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li {
  position: relative;
  padding: 15px;
}

/* line 2995, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li .img {
  display: block;
  height: 0;
  margin-bottom: .8125rem;
  padding-bottom: 74%;
  background-color: #AA9966;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 3004, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li .img img {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  min-width: 100%;
  transform: scale3d(1, 1, 1);
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 3015, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li h2 {
  margin-bottom: .75rem;
  font-size: 1.375rem;
  font-weight: 500;
}

/* line 3020, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li h2,
.locations--list li h2 a {
  color: #1D1D1D;
}

/* line 3026, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li p {
  margin-bottom: 0;
  line-height: 1.25;
}

/* line 3030, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li p a {
  display: inline-block;
  border-bottom: 1px solid #979797;
  color: #1D1D1D;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 3037, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li p a:hover, .locations--list li p a:active {
  color: #AA9966;
}

/* line 3043, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li p + p {
  margin-top: 30px;
}

/* line 3048, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li .btn {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

/* line 3055, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--list li:hover .img img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}

@media (min-width: 768px) {
  /* line 2987, app/assets/stylesheets/shoryu/client/_style.scss */
  .locations--list {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 3067, app/assets/stylesheets/shoryu/client/_style.scss */
  .locations--list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 3074, app/assets/stylesheets/shoryu/client/_style.scss */
.locations--map-link {
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 50px;
  background: transparent url(/assets/shoryu/client/icon-map-96ad9b02cdb802d6722e4e439f88e7c56632754bef4c53a2f50ce5b58ec091ea.svg) no-repeat scroll left center;
  color: #AA9966 !important;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 34px;
}

@media (min-width: 768px) {
  /* line 3074, app/assets/stylesheets/shoryu/client/_style.scss */
  .locations--map-link {
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-bottom: 0;
    transform: translateX(-50%);
  }
}

/* line 3096, app/assets/stylesheets/shoryu/client/_style.scss */
.location--introduction .delivery {
  margin-top: 40px;
}

/* line 3099, app/assets/stylesheets/shoryu/client/_style.scss */
.location--introduction .delivery ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

/* line 3104, app/assets/stylesheets/shoryu/client/_style.scss */
.location--introduction .delivery ul li {
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 3109, app/assets/stylesheets/shoryu/client/_style.scss */
.location--introduction .delivery ul li .btn {
  width: 140px;
}

@media (min-width: 768px) {
  /* line 3096, app/assets/stylesheets/shoryu/client/_style.scss */
  .location--introduction .delivery {
    position: relative;
    right: 0;
    bottom: 60px;
    left: 0;
  }
}

/* line 3123, app/assets/stylesheets/shoryu/client/_style.scss */
.location--introduction .link-back {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  color: #FFFFFF;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  z-index: 100;
}

@media (min-width: 768px) {
  /* line 3139, app/assets/stylesheets/shoryu/client/_style.scss */
  .location--introduction .link-back {
    top: 30px;
    right: auto;
    left: 30px;
    display: inline-block;
    line-height: 1;
    text-align: left;
  }
}

/* line 3152, app/assets/stylesheets/shoryu/client/_style.scss */
.location--details .container > div {
  padding: 30px;
  border-bottom: 1px solid #979797;
  text-align: center;
}

/* line 3159, app/assets/stylesheets/shoryu/client/_style.scss */
.location--details div[data-lbid] {
  border: 1px solid #1D1D1D;
}

/* line 3163, app/assets/stylesheets/shoryu/client/_style.scss */
.location--details h3 {
  font-size: 1.25rem;
  font-weight: 500;
}

/* line 3168, app/assets/stylesheets/shoryu/client/_style.scss */
.location--details address {
  margin: 0;
  font-weight: 500;
}

/* line 3173, app/assets/stylesheets/shoryu/client/_style.scss */
.location--details p a:not(.btn) {
  color: #1D1D1D;
}

/* line 3177, app/assets/stylesheets/shoryu/client/_style.scss */
.location--details .btn-block {
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
}

/* line 3184, app/assets/stylesheets/shoryu/client/_style.scss */
.location--details .delivery {
  margin: 30px 15px;
  padding: 20px 5px;
  border: 1px solid #AA9966;
  text-align: center;
}

/* line 3191, app/assets/stylesheets/shoryu/client/_style.scss */
.location--details .note {
  margin: 40px 15px 80px;
  font-size: .8125rem;
  text-align: center;
}

/* line 3196, app/assets/stylesheets/shoryu/client/_style.scss */
.location--details .note p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 3150, app/assets/stylesheets/shoryu/client/_style.scss */
  .location--details {
    padding: 50px 40px;
  }
  /* line 3204, app/assets/stylesheets/shoryu/client/_style.scss */
  .location--details .container {
    display: flex;
  }
  /* line 3207, app/assets/stylesheets/shoryu/client/_style.scss */
  .location--details .container > div {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 10px;
    border-bottom: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 3217, app/assets/stylesheets/shoryu/client/_style.scss */
  .location--details div[data-lbid] {
    border: none;
  }
  /* line 3221, app/assets/stylesheets/shoryu/client/_style.scss */
  .location--details .btn-block {
    width: 160px;
  }
  /* line 3225, app/assets/stylesheets/shoryu/client/_style.scss */
  .location--details .delivery {
    display: flex;
    align-items: center;
    width: 60%;
    margin: 50px auto 0;
    padding: 40px;
    border-width: 2px;
    text-align: left;
  }
  /* line 3234, app/assets/stylesheets/shoryu/client/_style.scss */
  .location--details .delivery .btn-block {
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
  /* line 3242, app/assets/stylesheets/shoryu/client/_style.scss */
  .location--details .note {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 3253, app/assets/stylesheets/shoryu/client/_style.scss */
.bookings--list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

/* line 3259, app/assets/stylesheets/shoryu/client/_style.scss */
.bookings--list li {
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid #AA9966;
  border-bottom: 1px solid #AA9966;
  position: relative;
  padding: 15px;
}

/* line 3269, app/assets/stylesheets/shoryu/client/_style.scss */
.bookings--list li h2 {
  margin-bottom: .75rem;
  font-size: 1.375rem;
  font-weight: 500;
}

/* line 3274, app/assets/stylesheets/shoryu/client/_style.scss */
.bookings--list li h2,
.bookings--list li h2 a {
  color: #1D1D1D;
}

/* line 3280, app/assets/stylesheets/shoryu/client/_style.scss */
.bookings--list li p {
  margin-bottom: 0;
  line-height: 1.25;
  color: #1D1D1D;
}

/* line 3285, app/assets/stylesheets/shoryu/client/_style.scss */
.bookings--list li p + p {
  margin-top: 30px;
}

/* line 3294, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information {
  position: relative;
  padding-top: 60px;
  text-align: left;
}

/* line 3296, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 3304, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information form fieldset {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 3311, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information form fieldset:last-child {
  flex: 0 0 30%;
  max-width: 30%;
}

/* line 3318, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information form fieldset label {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  display: block;
}

/* line 3328, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information form fieldset .name,
.deals--information form fieldset .birthday {
  display: inline-block;
  width: 47%;
}

/* line 3341, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

/* line 3347, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information h3 {
  font-size: 1rem;
  font-weight: 500;
}

/* line 3352, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}

/* line 3357, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information .list-columns {
  margin-bottom: 40px;
}

/* line 3360, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information .list-columns a {
  color: #1D1D1D;
}

/* line 3363, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information .list-columns a:hover {
  color: #AA9966;
}

/* line 3369, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--information .link-back {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #1D1D1D;
  color: #FFFFFF;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 3385, app/assets/stylesheets/shoryu/client/_style.scss */
  .deals--information .link-back {
    top: 15px;
    right: auto;
    left: 4.65vw;
    display: inline-block;
    background-color: transparent;
    color: #1D1D1D;
    line-height: 1;
    text-align: left;
  }
  /* line 3396, app/assets/stylesheets/shoryu/client/_style.scss */
  .deals--information.content-text:first-child {
    padding-top: 40px;
  }
}

/* line 3402, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--teaser {
  padding: 13px;
  background-color: #FFFFFF;
  text-align: left;
}

/* line 3414, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown .deals--teaser, .bg-paper--brown .deals--teaser h3, .bg-paper--brown .deals--teaser p, .bg-paper--brown .deals--teaser a, .bg-paper--brown .deals--teaser a [class^="icon-"], .bg-paper--brown .deals--teaser a [class*=" icon-"], .bg-paper--brown .deals--teaser .share {
  color: #1D1D1D;
}

/* line 3419, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--teaser small a {
  text-decoration: underline;
}

/* line 3422, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--teaser small a:hover {
  color: #AA9966;
}

/* line 3427, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--teaser .share {
  margin-top: 0;
}

/* line 3430, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--teaser .share span {
  text-transform: none;
}

/* line 3434, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--teaser .share a:hover {
  color: #AA9966;
}

/* line 3440, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--list {
  padding-left: 0;
  list-style: none;
}

/* line 3443, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--list li {
  position: relative;
  padding: 15px;
  text-align: left;
}

/* line 3448, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--list li .img {
  display: block;
  height: 0;
  margin-bottom: .8125rem;
  padding-bottom: 74%;
  background-color: #AA9966;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 3457, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--list li .img img {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  min-width: 100%;
  transform: scale3d(1, 1, 1);
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 3468, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--list li h2 {
  margin-bottom: .75rem;
  font-size: 1.375rem;
  font-weight: 500;
}

/* line 3473, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--list li h2,
.deals--list li h2 a {
  color: #1D1D1D;
}

/* line 3479, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--list li p {
  margin-bottom: 0;
  line-height: 1.25;
}

/* line 3483, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--list li p + p {
  margin-top: 30px;
}

/* line 3489, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--list li:hover .img img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}

@media (min-width: 768px) {
  /* line 3440, app/assets/stylesheets/shoryu/client/_style.scss */
  .deals--list {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 3500, app/assets/stylesheets/shoryu/client/_style.scss */
  .deals--list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 3507, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--filter {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

/* line 3514, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--filter select {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='8' viewBox='295 15 15 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M302.14 21.236l-6.048-6.048c-.25-.25-.654-.25-.904 0s-.25.654 0 .904l6.5 6.5c.123.127.288.19.45.19.165 0 .33-.063.455-.19l3.218-3.218 3.283-3.282c.25-.25.25-.654 0-.904-.252-.25-.657-.25-.907 0l-6.047 6.048z' fill='#AA9966' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: right 10px center;
  border: 1px solid #FFFFFF;
  color: #AA9966;
  text-align: center;
  text-transform: uppercase;
}

/* line 3527, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--filter .links {
  display: none;
}

/* line 3530, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--filter .links > div {
  display: flex;
  justify-content: space-between;
}

/* line 3534, app/assets/stylesheets/shoryu/client/_style.scss */
.deals--filter .links > div .btn {
  flex: 0 0 46.6%;
  max-width: 46.6%;
  background-color: #1D1D1D;
  border-color: #1D1D1D;
  color: #AA9966;
}

@media (min-width: 768px) {
  /* line 3527, app/assets/stylesheets/shoryu/client/_style.scss */
  .deals--filter .links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}

/* line 3556, app/assets/stylesheets/shoryu/client/_style.scss */
.events--list,
.private-dining--list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 3561, app/assets/stylesheets/shoryu/client/_style.scss */
.events--list li,
.private-dining--list li {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  text-align: left;
}

/* line 3567, app/assets/stylesheets/shoryu/client/_style.scss */
.events--list li > picture,
.events--list li > img,
.private-dining--list li > picture,
.private-dining--list li > img {
  order: -1;
  width: 100%;
  margin-bottom: 20px;
}

/* line 3574, app/assets/stylesheets/shoryu/client/_style.scss */
.events--list li .lead,
.private-dining--list li .lead {
  font-size: 1rem;
}

@media (min-width: 768px) {
  /* line 3561, app/assets/stylesheets/shoryu/client/_style.scss */
  .events--list li,
.private-dining--list li {
    display: block;
    padding: 40px 2.5vw 10px;
  }
  /* line 3582, app/assets/stylesheets/shoryu/client/_style.scss */
  .events--list li > picture,
.events--list li > img,
.private-dining--list li > picture,
.private-dining--list li > img {
    margin-bottom: 0;
  }
  /* line 3587, app/assets/stylesheets/shoryu/client/_style.scss */
  .events--list li .lead,
.private-dining--list li .lead {
    font-size: 1.25rem;
  }
}

/* line 3599, app/assets/stylesheets/shoryu/client/_style.scss */
.private-dining--list li form {
  display: none;
}

/* line 3602, app/assets/stylesheets/shoryu/client/_style.scss */
.private-dining--list li form + p {
  margin-bottom: 0;
}

/* line 3607, app/assets/stylesheets/shoryu/client/_style.scss */
.private-dining--list li .btn {
  width: 49%;
}

/* line 3610, app/assets/stylesheets/shoryu/client/_style.scss */
.private-dining--list li .btn.btn-block {
  display: inline-block;
  margin-bottom: 0;
}

/* line 3615, app/assets/stylesheets/shoryu/client/_style.scss */
.private-dining--list li .btn.is-send {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
  color: #AA9966;
}

/* line 3622, app/assets/stylesheets/shoryu/client/_style.scss */
.private-dining--list li + li {
  padding-top: 0;
}

@media (min-width: 768px) {
  /* line 3627, app/assets/stylesheets/shoryu/client/_style.scss */
  .private-dining--list li .btn {
    width: 100px;
  }
  /* line 3631, app/assets/stylesheets/shoryu/client/_style.scss */
  .private-dining--list li > picture,
.private-dining--list li > img {
    margin-top: 20px;
  }
  /* line 3636, app/assets/stylesheets/shoryu/client/_style.scss */
  .private-dining--list li + li {
    padding-top: 80px;
  }
}

/* line 3647, app/assets/stylesheets/shoryu/client/_style.scss */
.events--list li form.form-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  order: 1;
}

/* line 3654, app/assets/stylesheets/shoryu/client/_style.scss */
.events--list li form.form-cart .price {
  flex-shrink: 0;
  width: 100%;
}

/* line 3659, app/assets/stylesheets/shoryu/client/_style.scss */
.events--list li form.form-cart .qty {
  margin: 0;
}

/* line 3663, app/assets/stylesheets/shoryu/client/_style.scss */
.events--list li form.form-cart .btn {
  width: 70%;
}

@media (min-width: 768px) {
  /* line 3647, app/assets/stylesheets/shoryu/client/_style.scss */
  .events--list li form.form-cart {
    justify-content: flex-start;
  }
  /* line 3670, app/assets/stylesheets/shoryu/client/_style.scss */
  .events--list li form.form-cart .price,
.events--list li form.form-cart .btn {
    width: auto;
  }
}

/* line 3681, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary {
  text-align: left;
}

/* line 3684, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary h3 {
  color: #AA9966;
}

/* line 3688, app/assets/stylesheets/shoryu/client/_style.scss */
.sticky-item .checkout--summary {
  text-align: left;
}

/* line 3692, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table {
  font-size: 1.25rem;
}

/* line 3695, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table th,
.checkout--summary .table td {
  border: none;
}

/* line 3699, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table th:first-child,
.checkout--summary .table td:first-child {
  padding-left: 0;
}

/* line 3703, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table th:last-child,
.checkout--summary .table td:last-child {
  padding-right: 0;
}

/* line 3709, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table tbody td:first-child {
  width: 200px;
}

/* line 3712, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table tbody td:first-child img {
  max-width: 100%;
  height: auto;
}

/* line 3717, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table tbody td:last-child {
  width: 20px;
}

/* line 3721, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table tbody td:nth-child(2) {
  position: relative;
}

/* line 3724, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table tbody td:nth-child(2) a {
  position: absolute;
  bottom: .75rem;
  left: .75rem;
  display: block;
  font-size: .8125rem;
  font-weight: 500;
}

/* line 3734, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table tbody td:nth-child(3),
.checkout--summary .table tbody td:last-child {
  text-align: right;
}

/* line 3741, app/assets/stylesheets/shoryu/client/_style.scss */
.checkout--summary .table tfoot td {
  border-top: 1px solid #979797;
  font-weight: 500;
  text-align: right;
}

/* line 3751, app/assets/stylesheets/shoryu/client/_style.scss */
.map {
  width: 100%;
  height: calc(95vh - 70px);
  /* mobile fix */
}

/* line 3755, app/assets/stylesheets/shoryu/client/_style.scss */
.map .mapboxgl-canvas {
  left: 0;
}

@media (min-width: 768px) {
  /* line 3760, app/assets/stylesheets/shoryu/client/_style.scss */
  .map--location {
    height: 35vw;
  }
}

@media (min-width: 768px) {
  /* line 3766, app/assets/stylesheets/shoryu/client/_style.scss */
  .map--locations {
    height: 45vw;
  }
}

/* line 3772, app/assets/stylesheets/shoryu/client/_style.scss */
.map .marker {
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* line 3779, app/assets/stylesheets/shoryu/client/_style.scss */
.map .infobox {
  position: absolute;
  right: 15px;
  bottom: 20px;
  left: 15px;
  display: none;
  padding: 20px 30px;
  background: #1D1D1D;
  font-family: "museo-slab", serif;
  font-size: 1rem;
  text-align: left;
  z-index: 1029;
}

/* line 3792, app/assets/stylesheets/shoryu/client/_style.scss */
.map .infobox,
.map .infobox h3,
.map .infobox p,
.map .infobox a {
  color: #FFFFFF;
}

/* line 3799, app/assets/stylesheets/shoryu/client/_style.scss */
.map .infobox p {
  margin-bottom: 0;
  font-weight: 100;
  line-height: 1.25;
}

/* line 3804, app/assets/stylesheets/shoryu/client/_style.scss */
.map .infobox p a {
  display: inline-block;
  border-bottom: 1px solid #979797;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 3811, app/assets/stylesheets/shoryu/client/_style.scss */
.map .infobox p a:hover, .map .infobox p a:active {
  color: #AA9966;
}

/* line 3817, app/assets/stylesheets/shoryu/client/_style.scss */
.map .infobox p + p {
  margin-top: 30px;
}

/* line 3822, app/assets/stylesheets/shoryu/client/_style.scss */
.map .infobox button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  border: 0;
  border-radius: none;
  background-color: transparent;
  color: #FFFFFF;
  font: 400 20px system-ui;
  line-height: 1;
  cursor: pointer;
}

/* line 3835, app/assets/stylesheets/shoryu/client/_style.scss */
.map .infobox button:hover {
  opacity: .85;
}

/* line 3840, app/assets/stylesheets/shoryu/client/_style.scss */
.map .infobox .btn {
  position: absolute;
  right: 15px;
  bottom: 10px;
  line-height: 1;
}

@media (min-width: 768px) {
  /* line 3779, app/assets/stylesheets/shoryu/client/_style.scss */
  .map .infobox {
    bottom: 50px;
    left: 50px;
    width: 370px;
  }
}

/* line 3858, app/assets/stylesheets/shoryu/client/_style.scss */
.full-height .scroll {
  display: none;
}

/* line 3862, app/assets/stylesheets/shoryu/client/_style.scss */
.full-height--center {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3856, app/assets/stylesheets/shoryu/client/_style.scss */
  .full-height {
    position: relative;
    min-height: calc(100vh - 56.25px);
  }
  /* line 3870, app/assets/stylesheets/shoryu/client/_style.scss */
  .full-height .scroll {
    position: absolute;
    bottom: 40px;
    display: inline-block;
  }
  /* line 3876, app/assets/stylesheets/shoryu/client/_style.scss */
  .full-height--center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* line 3881, app/assets/stylesheets/shoryu/client/_style.scss */
  .full-height--center .scroll {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 3891, app/assets/stylesheets/shoryu/client/_style.scss */
.bg--grey {
  background: #EEEEEE url(/assets/shoryu/client/background-stone-d4b45f4e6b850a3ee1b4318c5288b8cc5b261b1bbd279c5ae540576a1a0aa4fc.jpg) repeat scroll center center;
}

/* line 3895, app/assets/stylesheets/shoryu/client/_style.scss */
.bg--black {
  background: #1D1D1D url(/assets/shoryu/client/background-2x3pattern-0620daa050d3fc793b72e2b6208f395565edda5bd53d505f5a3c4222d5969708.jpg);
  background-size: cover;
}

/* line 3900, app/assets/stylesheets/shoryu/client/_style.scss */
.bg--slate {
  background: #1D1D1D url(/assets/shoryu/client/background-slate-367f368443b598563fdfa97c2b3689231d58ddb17cd9e52d5437c2e4a80b1730.jpg);
  background-size: cover;
}

/* line 3905, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown, .bg-paper--grey {
  background: transparent none repeat scroll center top;
}

/* line 3910, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown {
  background-image: url(/assets/shoryu/client/background-brown-paper-b870374d29f64a493a6f6e81712333062dd40b3937a902755970a89d5043fb81.jpg);
  text-align: center;
  /*
    @include media-breakpoint-up(md) {
    text-align: left;
    }
     */
}

/* line 3920, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown.bg-paper--tear-top, .bg-paper--brown.bg-paper--tear-bottom {
  position: relative;
  z-index: 3;
}

/* line 3925, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown.bg-paper--tear-top::after, .bg-paper--brown.bg-paper--tear-bottom::after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  height: 33px;
  background: transparent none repeat-x scroll center top;
  background-size: auto 33px;
  content: '';
  pointer-events: none;
  z-index: 3;
}

@media (max-width: 767.98px) {
  /* line 3941, app/assets/stylesheets/shoryu/client/_style.scss */
  .bg-paper--brown.bg-paper--tear-bottom + * {
    padding-top: 50px;
  }
}

/* line 3947, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown.bg-paper--tear-top::after {
  top: -41px;
  height: 41px;
  background-image: url(/assets/shoryu/client/background-tear-top-2566ae3635964f6703ceb8fc04541b97aaf149c7022e8cde04a4030bd8446035.png);
  background-size: auto 41px;
}

/* line 3954, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown.bg-paper--tear-bottom::after {
  top: 100%;
  background-image: url(/assets/shoryu/client/background-tear-bottom-b4f07bb7b9e4555581a56e6bc0c2b92075a1b27f6df442a301c92cc3e1cfe4b4.png);
}

/* line 3960, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--grey {
  background-image: url(/assets/shoryu/client/background-grey-paper-395659c48d001211b9a277cf217fa3e7e59484e691065040cd51f4d71555dd88.jpg);
}

/* line 3964, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown, .bg--black, .bg--slate, .bg-inverse {
  /* .bg-inverse class is just in case */
  /* @TODO */
  /*
    .btn {
    background-color: $white;
    border-color: $white;
    color: $primary;
    transition: all .3s ease;
    &:hover {
    background-color: $black;
    border-color: $black;
    }
    }
     */
}

/* line 3970, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown h1,
.bg-paper--brown h2,
.bg-paper--brown h3,
.bg-paper--brown h5,
.bg-paper--brown p,
.bg-paper--brown a,
.bg-paper--brown nav > .list-inline a, .bg--black h1,
.bg--black h2,
.bg--black h3,
.bg--black h5,
.bg--black p,
.bg--black a,
.bg--black nav > .list-inline a, .bg--slate h1,
.bg--slate h2,
.bg--slate h3,
.bg--slate h5,
.bg--slate p,
.bg--slate a,
.bg--slate nav > .list-inline a, .bg-inverse h1,
.bg-inverse h2,
.bg-inverse h3,
.bg-inverse h5,
.bg-inverse p,
.bg-inverse a,
.bg-inverse nav > .list-inline a {
  color: #FFFFFF;
}

/* line 3981, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown nav > .list-inline:not(.quicklinks) a, .bg--black nav > .list-inline:not(.quicklinks) a, .bg--slate nav > .list-inline:not(.quicklinks) a, .bg-inverse nav > .list-inline:not(.quicklinks) a {
  color: #AA9966;
  border-bottom-color: #AA9966;
}

/* line 3986, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown h4, .bg--black h4, .bg--slate h4, .bg-inverse h4 {
  color: #AA9966;
}

/* line 3990, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown nav > .list-inline a:hover,
.bg-paper--brown nav > .list-inline a.active, .bg--black nav > .list-inline a:hover,
.bg--black nav > .list-inline a.active, .bg--slate nav > .list-inline a:hover,
.bg--slate nav > .list-inline a.active, .bg-inverse nav > .list-inline a:hover,
.bg-inverse nav > .list-inline a.active {
  color: #AA9966;
}

/* line 3995, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown .scroll svg g, .bg--black .scroll svg g, .bg--slate .scroll svg g, .bg-inverse .scroll svg g {
  fill: #FFFFFF;
}

/* line 3999, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown hr, .bg--black hr, .bg--slate hr, .bg-inverse hr {
  border-top-color: #AA9966;
}

/* line 4003, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown input[type="text"],
.bg-paper--brown input[type="email"],
.bg-paper--brown input[type="tel"],
.bg-paper--brown input[type="number"],
.bg-paper--brown textarea, .bg--black input[type="text"],
.bg--black input[type="email"],
.bg--black input[type="tel"],
.bg--black input[type="number"],
.bg--black textarea, .bg--slate input[type="text"],
.bg--slate input[type="email"],
.bg--slate input[type="tel"],
.bg--slate input[type="number"],
.bg--slate textarea, .bg-inverse input[type="text"],
.bg-inverse input[type="email"],
.bg-inverse input[type="tel"],
.bg-inverse input[type="number"],
.bg-inverse textarea {
  padding-right: 10px;
  padding-left: 10px;
  background: #FFFFFF;
  color: #AA9966;
}

/* line 4015, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown .form-checkboxes label, .bg--black .form-checkboxes label, .bg--slate .form-checkboxes label, .bg-inverse .form-checkboxes label {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4019, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown .form-checkboxes .form-check input:checked + label, .bg--black .form-checkboxes .form-check input:checked + label, .bg--slate .form-checkboxes .form-check input:checked + label, .bg-inverse .form-checkboxes .form-check input:checked + label {
  color: #FFFFFF;
}

/* line 4024, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown select, .bg--black select, .bg--slate select, .bg-inverse select {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='8' viewBox='295 15 15 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M302.14 21.236l-6.048-6.048c-.25-.25-.654-.25-.904 0s-.25.654 0 .904l6.5 6.5c.123.127.288.19.45.19.165 0 .33-.063.455-.19l3.218-3.218 3.283-3.282c.25-.25.25-.654 0-.904-.252-.25-.657-.25-.907 0l-6.047 6.048z' fill='#AA9966' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: right 10px center;
  color: #AA9966;
}

/* line 4033, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown form:not(.form-cart):not(.form-checkout) .btn, .bg--black form:not(.form-cart):not(.form-checkout) .btn, .bg--slate form:not(.form-cart):not(.form-checkout) .btn, .bg-inverse form:not(.form-cart):not(.form-checkout) .btn {
  background-color: #AA9966;
  border-color: #AA9966;
  color: #1D1D1D;
}

/* line 4052, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown .btn-outline, .bg--black .btn-outline, .bg--slate .btn-outline, .bg-inverse .btn-outline {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

/* line 4057, app/assets/stylesheets/shoryu/client/_style.scss */
.bg-paper--brown .btn-outline-black, .bg--black .btn-outline-black, .bg--slate .btn-outline-black, .bg-inverse .btn-outline-black {
  border-color: #1D1D1D;
  color: #1D1D1D;
}

@media (min-width: 768px) {
  /* line 4065, app/assets/stylesheets/shoryu/client/_style.scss */
  .hide--desktop {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  /* line 4071, app/assets/stylesheets/shoryu/client/_style.scss */
  .hide--mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 4078, app/assets/stylesheets/shoryu/client/_style.scss */
  .christmas_form {
    margin: 0 30%;
  }
}

@media (max-width: 767.98px) {
  /* line 4078, app/assets/stylesheets/shoryu/client/_style.scss */
  .christmas_form {
    margin: 0;
  }
}

/* line 4090, app/assets/stylesheets/shoryu/client/_style.scss */
.mobile--reveal-more .more {
  display: none;
}

/* line 4094, app/assets/stylesheets/shoryu/client/_style.scss */
.mobile--reveal-more .trigger {
  cursor: pointer;
}

@media (min-width: 768px) {
  /* line 4099, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--reveal-more .trigger {
    display: none;
  }
  /* line 4103, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--reveal-more .more {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  /* line 4109, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion {
    border-top: 1px solid #979797;
    text-align: left;
  }
  /* line 4114, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion > h2,
.mobile--accordion > h3,
.mobile--accordion > h5 {
    position: relative;
    margin: 0;
    padding: 25px 15px;
    line-height: 28px;
    cursor: pointer;
  }
  /* line 4123, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion > h2 small,
.mobile--accordion > h3 small,
.mobile--accordion > h5 small {
    display: block;
  }
  /* line 4127, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion > h2 span,
.mobile--accordion > h3 span,
.mobile--accordion > h5 span {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #AA9966;
    border-radius: 50%;
    pointer-events: none;
    transform: translateY(-50%);
  }
  /* line 4139, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion > h2 span::before, .mobile--accordion > h2 span::after,
.mobile--accordion > h3 span::before,
.mobile--accordion > h3 span::after,
.mobile--accordion > h5 span::before,
.mobile--accordion > h5 span::after {
    position: absolute;
    top: 13px;
    right: 6px;
    left: 6px;
    display: block;
    border-top: 1px solid #AA9966;
    content: '';
    pointer-events: none;
  }
  /* line 4151, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion > h2 span::after,
.mobile--accordion > h3 span::after,
.mobile--accordion > h5 span::after {
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
  }
  /* line 4158, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion > h2.open span::after,
.mobile--accordion > h3.open span::after,
.mobile--accordion > h5.open span::after {
    transform: rotate(0deg);
  }
  /* line 4164, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion .content-text {
    padding-top: 0;
    padding-bottom: 20px;
  }
  /* line 4169, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion > div {
    display: none;
  }
  /* line 4172, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion > div h2:first-child,
.mobile--accordion > div h3:first-child,
.mobile--accordion > div h5:first-child {
    display: none;
  }
  /* line 4179, app/assets/stylesheets/shoryu/client/_style.scss */
  .content-text .mobile--accordion {
    border-top: none;
  }
  /* line 4182, app/assets/stylesheets/shoryu/client/_style.scss */
  .content-text .mobile--accordion > h2,
.content-text .mobile--accordion > h3,
.content-text .mobile--accordion > h5 {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 4188, app/assets/stylesheets/shoryu/client/_style.scss */
  .content-text .mobile--accordion > h2 span,
.content-text .mobile--accordion > h3 span,
.content-text .mobile--accordion > h5 span {
    right: 0;
  }
}

@media (min-width: 768px) {
  /* line 4197, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion > h2,
.mobile--accordion > h3,
.mobile--accordion > h5 {
    display: none;
  }
  /* line 4203, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile--accordion > div {
    display: block !important;
  }
}

/* line 4210, app/assets/stylesheets/shoryu/client/_style.scss */
.notice-cookies {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 15px;
  background-color: #F2F2F2;
  border-top: 1px solid #E4E4E4;
  text-align: left;
  z-index: 999;
}

/* line 4221, app/assets/stylesheets/shoryu/client/_style.scss */
.notice-cookies p {
  font-size: .875rem;
  font-weight: 500;
}

/* line 4225, app/assets/stylesheets/shoryu/client/_style.scss */
.notice-cookies p a {
  color: #AA9966;
}

@media (min-width: 768px) {
  /* line 4210, app/assets/stylesheets/shoryu/client/_style.scss */
  .notice-cookies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }
  /* line 4236, app/assets/stylesheets/shoryu/client/_style.scss */
  .notice-cookies p {
    margin: 0;
  }
  /* line 4240, app/assets/stylesheets/shoryu/client/_style.scss */
  .notice-cookies p + button {
    min-width: 120px;
    margin-left: 15px;
    white-space: nowrap;
  }
}

/* line 4248, app/assets/stylesheets/shoryu/client/_style.scss */
.old-ie-warning {
  background-color: #FFFFFF;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 1050;
}

/* line 4260, app/assets/stylesheets/shoryu/client/_style.scss */
.old-ie-warning h3 {
  font-size: 50px;
  margin-bottom: 25px;
  padding-top: 100px;
}

/* line 4266, app/assets/stylesheets/shoryu/client/_style.scss */
.old-ie-warning p {
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}

/* line 4273, app/assets/stylesheets/shoryu/client/_style.scss */
.old-ie-warning p strong {
  font-weight: 400;
  text-decoration: underline;
}

/* fine tuning based on page */
/* line 4286, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images, body.welcome .section-split--gray .content-images {
  overflow: hidden;
}

/* line 4290, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images img, body.welcome .section-split--gray .content-images img {
  position: relative;
}

/* line 4293, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images img, body.home .section-split--gray .content-images img.lazyloaded, body.welcome .section-split--gray .content-images img, body.welcome .section-split--gray .content-images img.lazyloaded {
  opacity: 0;
  transform: translate3d(0, 20%, 0);
  transition: opacity .3s ease, transform .5s ease-in;
}

/* line 4300, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images img.is-visible, body.welcome .section-split--gray .content-images img.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 4306, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images .image-collage, body.welcome .section-split--gray .content-images .image-collage {
  position: relative;
}

/* line 4311, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images .image-collage:nth-child(1) img:nth-child(1), body.welcome .section-split--gray .content-images .image-collage:nth-child(1) img:nth-child(1) {
  max-width: 80%;
  margin-right: 20px;
  margin-left: auto;
}

/* line 4317, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images .image-collage:nth-child(1) img:nth-child(2), body.welcome .section-split--gray .content-images .image-collage:nth-child(1) img:nth-child(2) {
  position: absolute;
  top: 40%;
  left: 20px;
  max-width: 55%;
  z-index: 1;
}

/* line 4327, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images .image-collage:nth-child(2), body.welcome .section-split--gray .content-images .image-collage:nth-child(2) {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 4335, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images .image-collage:nth-child(2) img:nth-child(1), body.welcome .section-split--gray .content-images .image-collage:nth-child(2) img:nth-child(1) {
  max-width: 40%;
  margin-left: 0;
}

/* line 4340, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images .image-collage:nth-child(2) img:nth-child(2), body.welcome .section-split--gray .content-images .image-collage:nth-child(2) img:nth-child(2) {
  max-width: 40%;
}

/* line 4344, app/assets/stylesheets/shoryu/client/_style.scss */
body.home .section-split--gray .content-images .image-collage:nth-child(2) img:nth-child(3), body.welcome .section-split--gray .content-images .image-collage:nth-child(2) img:nth-child(3) {
  position: absolute;
  bottom: -50px;
  left: 30%;
  max-width: 40%;
  z-index: -1;
}

@media (min-width: 768px) {
  /* line 4358, app/assets/stylesheets/shoryu/client/_style.scss */
  body.home .bg-paper--tear-bottom + .section-split .content-images, body.welcome .bg-paper--tear-bottom + .section-split .content-images {
    padding-top: 70px;
  }
  /* line 4364, app/assets/stylesheets/shoryu/client/_style.scss */
  body.home .section-split--gray .content-images, body.welcome .section-split--gray .content-images {
    padding: 70px 40px;
    position: relative;
  }
  /* line 4370, app/assets/stylesheets/shoryu/client/_style.scss */
  body.home .section-split--gray .content-images .image-collage:nth-child(1) img:nth-child(2), body.welcome .section-split--gray .content-images .image-collage:nth-child(1) img:nth-child(2) {
    left: 40px;
  }
  /* line 4375, app/assets/stylesheets/shoryu/client/_style.scss */
  body.home .section-split--gray .content-images .image-collage:nth-child(2), body.welcome .section-split--gray .content-images .image-collage:nth-child(2) {
    margin-top: 0;
    margin-bottom: 70px;
  }
  /* line 4379, app/assets/stylesheets/shoryu/client/_style.scss */
  body.home .section-split--gray .content-images .image-collage:nth-child(2) img:nth-child(3), body.welcome .section-split--gray .content-images .image-collage:nth-child(2) img:nth-child(3) {
    bottom: 20px;
  }
}

/* line 4390, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text .thankyou {
  padding: 50px;
  background-color: rgba(170, 153, 102, 0.8);
}

/* line 4394, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text .thankyou h3 {
  font-weight: lighter;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #FFFFFF;
}

/* line 4402, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text h1 {
  margin-bottom: 0.2em;
}

/* line 4406, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text h3 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 4411, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text h4 {
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-weight: bold;
}

/* line 4417, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text button {
  margin-top: 30px;
  color: #1D1D1D;
}

/* line 4423, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text .name {
  width: 49%;
  display: inline-block;
}

/* line 4428, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text label {
  display: block;
  width: 100%;
}

/* line 4433, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text .birthday {
  width: 49%;
  display: inline-block;
}

/* line 4438, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text #subscriber_birthday_dd {
  margin-right: 1.9%;
}

/* line 4443, app/assets/stylesheets/shoryu/client/_style.scss */
body.club .content-text .border {
  padding: 20px;
  border: 1px solid #FFFFFF;
}

/* line 4455, app/assets/stylesheets/shoryu/client/_style.scss */
body.private_parties .new_party_enquiry .date select {
  width: 31%;
  float: left;
  display: inline-block;
  margin-right: 3%;
}

/* line 4462, app/assets/stylesheets/shoryu/client/_style.scss */
body.private_parties .new_party_enquiry .date select:last-child {
  margin-right: 0px;
}

/* line 4472, app/assets/stylesheets/shoryu/client/_style.scss */
body.ramen .full-height img, body.the_perfect_ramen .full-height img {
  max-width: 100%;
  height: auto;
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

/* line 4481, app/assets/stylesheets/shoryu/client/_style.scss */
body.ramen .full-height .btn, body.the_perfect_ramen .full-height .btn {
  display: none;
}

/* line 4485, app/assets/stylesheets/shoryu/client/_style.scss */
body.ramen .full-height .scroll, body.the_perfect_ramen .full-height .scroll {
  display: block;
  position: relative;
  top: 20px;
}

/* line 4492, app/assets/stylesheets/shoryu/client/_style.scss */
body.ramen .section-split, body.the_perfect_ramen .section-split {
  z-index: 3;
}

/* line 4496, app/assets/stylesheets/shoryu/client/_style.scss */
body.ramen .spacer, body.the_perfect_ramen .spacer {
  display: none;
}

@media (min-width: 768px) {
  /* line 4502, app/assets/stylesheets/shoryu/client/_style.scss */
  body.ramen .full-height img, body.the_perfect_ramen .full-height img {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 35%;
    margin-bottom: 0;
    z-index: 5;
    opacity: 1;
    transition: opacity .35s ease-in;
    transform: translate3d(-50%, -50%, 0);
  }
  /* line 4513, app/assets/stylesheets/shoryu/client/_style.scss */
  body.ramen .full-height img.hide, body.the_perfect_ramen .full-height img.hide {
    opacity: 0;
    z-index: 2;
  }
  /* line 4519, app/assets/stylesheets/shoryu/client/_style.scss */
  body.ramen .full-height .scroll, body.the_perfect_ramen .full-height .scroll {
    display: none;
  }
  /* line 4523, app/assets/stylesheets/shoryu/client/_style.scss */
  body.ramen .full-height .btn, body.the_perfect_ramen .full-height .btn {
    display: inline-block;
  }
  /* line 4528, app/assets/stylesheets/shoryu/client/_style.scss */
  body.ramen .section-split, body.the_perfect_ramen .section-split {
    z-index: 2;
  }
  /* line 4532, app/assets/stylesheets/shoryu/client/_style.scss */
  body.ramen .section-split div[data-inview-image] p, body.the_perfect_ramen .section-split div[data-inview-image] p {
    max-width: 400px;
    margin-left: auto;
  }
  /* line 4539, app/assets/stylesheets/shoryu/client/_style.scss */
  body.ramen .spacer, body.the_perfect_ramen .spacer {
    display: block;
    height: 200vh;
  }
}

@media (min-width: 768px) {
  /* line 4548, app/assets/stylesheets/shoryu/client/_style.scss */
  body.about .bg-paper--brown img {
    max-width: 440px;
  }
  /* line 4553, app/assets/stylesheets/shoryu/client/_style.scss */
  body.about .bg-paper--brown::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url(/assets/shoryu/client/bowl-1fd6fb6e3b3e6b3d83ec35c48dfae8be43a75a7712e48577687a3bc413111219.png) no-repeat scroll left bottom;
    background-size: 300px auto;
    content: '';
    pointer-events: none;
  }
  /* line 4565, app/assets/stylesheets/shoryu/client/_style.scss */
  body.about .bg-paper--brown img {
    max-width: 440px;
  }
}

@media (min-width: 992px) {
  /* line 4572, app/assets/stylesheets/shoryu/client/_style.scss */
  body.about .bg-paper--brown::before {
    background-size: 400px auto;
  }
}

/* line 4579, app/assets/stylesheets/shoryu/client/_style.scss */
body.jobs .full-height + .content-text {
  margin-top: -30px;
  padding-top: 0;
}

/* line 4583, app/assets/stylesheets/shoryu/client/_style.scss */
body.jobs .full-height + .content-text ul {
  font-weight: 500;
}

/* line 4586, app/assets/stylesheets/shoryu/client/_style.scss */
body.jobs .full-height + .content-text ul li {
  margin-bottom: 8px;
}

/* line 4590, app/assets/stylesheets/shoryu/client/_style.scss */
body.jobs .full-height + .content-text ul::before {
  display: inline-block;
  margin-bottom: 30px;
  content: '\2014';
}

/* line 4599, app/assets/stylesheets/shoryu/client/_style.scss */
body.jobs .bg-paper--brown blockquote {
  text-align: left;
}

/* line 4602, app/assets/stylesheets/shoryu/client/_style.scss */
body.jobs .bg-paper--brown blockquote cite {
  color: #1D1D1D;
}

/* line 4607, app/assets/stylesheets/shoryu/client/_style.scss */
body.jobs .bg-paper--brown .content-text {
  overflow: hidden;
}

/* line 4610, app/assets/stylesheets/shoryu/client/_style.scss */
body.jobs .bg-paper--brown .content-text img {
  position: relative;
  left: -100%;
  max-width: none;
}

@media (min-width: 768px) {
  /* line 4619, app/assets/stylesheets/shoryu/client/_style.scss */
  body.jobs .full-height + .content-text {
    margin-top: 0;
    padding-top: 40px;
  }
  /* line 4626, app/assets/stylesheets/shoryu/client/_style.scss */
  body.jobs .bg-paper--brown blockquote {
    width: 430px;
  }
  /* line 4630, app/assets/stylesheets/shoryu/client/_style.scss */
  body.jobs .bg-paper--brown .content-text {
    position: relative;
    min-height: 510px;
  }
  /* line 4634, app/assets/stylesheets/shoryu/client/_style.scss */
  body.jobs .bg-paper--brown .content-text img {
    position: absolute;
    top: 70px;
    left: calc(4.65vw + 430px);
  }
  /* line 4642, app/assets/stylesheets/shoryu/client/_style.scss */
  body.jobs .bg-paper--brown + .section-split .mobile--accordion:first-child {
    padding-top: 70px;
  }
}

/* line 4651, app/assets/stylesheets/shoryu/client/_style.scss */
body.menus .mobile--accordion {
  border-bottom: 1px solid #979797;
}

/* line 4655, app/assets/stylesheets/shoryu/client/_style.scss */
body.menus .hide--desktop .btn-block {
  max-width: 70%;
  margin: 40px auto;
}

/* line 4661, app/assets/stylesheets/shoryu/client/_style.scss */
body.menus .section-fixed p:last-child {
  margin-top: 80px;
  margin-bottom: 0;
}

/* line 4666, app/assets/stylesheets/shoryu/client/_style.scss */
body.menus .section-fixed .btn-outline,
body.menus .section-fixed .btn-outline-black {
  border-color: #1D1D1D;
  color: #1D1D1D;
}

/* line 4675, app/assets/stylesheets/shoryu/client/_style.scss */
body.wagon #find + .content-text {
  padding-top: 0;
}

@media (min-width: 768px) {
  /* line 4680, app/assets/stylesheets/shoryu/client/_style.scss */
  body.wagon .full-height + .content-text {
    padding-top: 90px;
  }
  /* line 4684, app/assets/stylesheets/shoryu/client/_style.scss */
  body.wagon .section-split > .bg-black {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* line 4693, app/assets/stylesheets/shoryu/client/_style.scss */
.feedr-logo {
  width: 200px;
}

@media (max-width: 767px) {
  /* line 4698, app/assets/stylesheets/shoryu/client/_style.scss */
  .desktop-content {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 4704, app/assets/stylesheets/shoryu/client/_style.scss */
  .mobile-content {
    display: none;
  }
}

/* line 5, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter {
  position: relative;
  z-index: 2;
  padding: 40px 15px;
  background: #EEEEEE;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter {
    padding: 30px 40px 40px;
    background: #FFFFFF;
    text-align: left;
  }
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter {
    display: flex;
  }
}

/* line 20, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter__description-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter__description-container {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  /* line 20, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter__description-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 32, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter__description-logos {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  justify-content: space-evenly;
  order: 2;
}

@media (min-width: 768px) {
  /* line 32, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter__description-logos {
    order: initial;
    justify-content: initial;
    margin-bottom: 5px;
  }
}

/* line 46, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter__description-logo--shoryu {
  width: 20%;
  max-width: 44px;
}

@media (min-width: 768px) {
  /* line 46, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter__description-logo--shoryu {
    width: 44px;
  }
}

/* line 53, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter__description-logo--jal {
  width: 70%;
  max-width: 300px;
  margin-left: 20px;
}

@media (min-width: 768px) {
  /* line 53, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter__description-logo--jal {
    max-width: initial;
    width: initial;
    height: 30px;
  }
}

/* line 65, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter__description-wrapper {
  order: 1;
}

@media (min-width: 768px) {
  /* line 65, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter__description-wrapper {
    order: initial;
  }
}

/* line 72, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter h3 {
  font-weight: 500;
  font-size: 28px;
}

@media (min-width: 768px) {
  /* line 72, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter h3 {
    margin-bottom: 5px;
  }
}

/* line 80, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter fieldset {
  margin: 0;
}

@media (min-width: 768px) {
  /* line 80, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter fieldset {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 92, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter label {
  position: static;
  display: block;
  width: auto;
  height: auto;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  text-align: left;
  white-space: normal;
}

/* line 103, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter select.birthday {
  display: inline-block;
  width: 47%;
}

/* line 107, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter select.birthday + select.birthday {
  margin-left: 2%;
}

/* line 112, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter input.name {
  display: inline-block;
  width: 47%;
}

/* line 117, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter .form-check {
  margin-bottom: 15px;
}

/* line 120, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter .form-check label {
  font-size: .875rem;
  line-height: 1.5;
  color: #1D1D1D;
}

@media (min-width: 768px) {
  /* line 117, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter .form-check {
    margin-bottom: 0;
    margin-left: 15px;
  }
  /* line 129, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter .form-check label {
    line-height: 2;
  }
}

/* line 135, app/assets/stylesheets/shoryu/client/_newsletter.scss */
.aside-newsletter form:not(.form-cart):not(.form-checkout) .btn {
  width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  position: relative;
  top: 5px;
}

@media (min-width: 768px) {
  /* line 135, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter form:not(.form-cart):not(.form-checkout) .btn {
    width: auto;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 148, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  /* line 148, app/assets/stylesheets/shoryu/client/_newsletter.scss */
  .aside-newsletter form {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 1, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

/* line 9, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 30, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

/* line 41, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 45, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

/* line 58, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 64, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 74, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("/assets/lightbox/loading-225aa88b6ab02c06222ec9468d62e15fa188e39cdb9431d1f55401ad380753ed.gif") no-repeat;
}

/* line 82, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 91, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 95, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 100, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 106, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("/assets/lightbox/prev-7fd9273f20fdb1229c224341271a119020a5eee74ccf6b4605730917c864caf2.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

/* line 119, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 124, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("/assets/lightbox/next-15b869b02c6fbaa8c6c26445a2dd2d9bad80fd27b1409f8179e5dd89dc89d90a.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

/* line 137, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 142, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 151, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 157, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 162, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 169, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 175, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-caption a {
  color: #4ae;
}

/* line 179, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 187, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("/assets/lightbox/close-5d62e6c90005bfb71f6abb440f9e4753681cb23bbd5e60477ab6f442d2f0e69c.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

/* line 203, ../usr/local/bundle/bundler/gems/lightbox2-rails-7a741d473725/vendor/assets/stylesheets/lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 1, app/assets/stylesheets/shoryu/client/_onetrust_overrides.scss */
.otnotice-section-header {
  margin-top: 2em;
}
