@charset "UTF-8";
/*
 * We don't use manifest file.
 *
 */
/*
 * Variables
 */
/*
 * Bootstrap Variables
 */
/*
 * Original
 */
/*
 * Form
 */
/*
 * Listing Page for PC
 */
/*
 * Mixins
 *
 */
/*
 * Bootstrap Variables
 */
/*
 * Original
 */
/*
 * Form
 */
/*
 * Listing Page for PC
 */
@media (max-width: 900px) {
  /* line 4, app/assets/stylesheets/mixins/responsive.scss */
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 901px) {
  /* line 9, app/assets/stylesheets/mixins/responsive.scss */
  .only-sp {
    display: none !important;
  }
}

/**
* BrakePointのミックスイン
* @params pc / tab / sp / min-width[px], max-width[px] / ls / pt ...
*/
@media (max-width: 900px) {
  /* line 73, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container {
    width: calc(100% - 32px);
  }
  /* line 77, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .listings-page-header ul.listing-breadcrumb {
    padding: 0;
  }
  /* line 81, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container h2 {
    margin-bottom: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }
  /* line 89, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .muted {
    line-height: 150%;
  }
}

@media (min-width: tab) {
  /* line 73, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container {
    width: calc(100% - 32px);
  }
  /* line 77, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .listings-page-header ul.listing-breadcrumb {
    padding: 0;
  }
  /* line 81, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container h2 {
    margin-bottom: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }
  /* line 89, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .muted {
    line-height: 150%;
  }
}

/*
 * Bootstrap v2.3.2
 */
/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 91, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 100, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 113, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 118, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 139, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 155, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 162, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 167, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 171, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 176, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 182, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 188, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  thead {
    display: table-header-group;
  }
  /* line 192, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 197, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 205, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 212, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_reset.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #08c;
  text-decoration: none;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 500px;
}

/* line 567, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row:after {
  clear: both;
}

/* line 572, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 579, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

/* line 614, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid:after {
  clear: both;
}

/* line 617, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595745%;
  *margin-left: 2.0744680851%;
}

/* line 623, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 628, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.1276595745%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span1 {
  width: 6.3829787234%;
  *width: 6.329787234%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span2 {
  width: 14.8936170213%;
  *width: 14.8404255319%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span3 {
  width: 23.4042553191%;
  *width: 23.3510638298%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span4 {
  width: 31.914893617%;
  *width: 31.8617021277%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span5 {
  width: 40.4255319149%;
  *width: 40.3723404255%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span6 {
  width: 48.9361702128%;
  *width: 48.8829787234%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span7 {
  width: 57.4468085106%;
  *width: 57.3936170213%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span8 {
  width: 65.9574468085%;
  *width: 65.9042553191%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span9 {
  width: 74.4680851064%;
  *width: 74.414893617%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span10 {
  width: 82.9787234043%;
  *width: 82.9255319149%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span11 {
  width: 91.4893617021%;
  *width: 91.4361702128%;
}

/* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.9468085106%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 10.6382978723%;
  *margin-left: 10.5319148936%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.5106382979%;
  *margin-left: 8.4042553191%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.1489361702%;
  *margin-left: 19.0425531915%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.0212765957%;
  *margin-left: 16.914893617%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 27.6595744681%;
  *margin-left: 27.5531914894%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.5319148936%;
  *margin-left: 25.4255319149%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.170212766%;
  *margin-left: 36.0638297872%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.0425531915%;
  *margin-left: 33.9361702128%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.6808510638%;
  *margin-left: 44.5744680851%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914894%;
  *margin-left: 42.4468085106%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.1914893617%;
  *margin-left: 53.085106383%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.0638297872%;
  *margin-left: 50.9574468085%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.7021276596%;
  *margin-left: 61.5957446809%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.5744680851%;
  *margin-left: 59.4680851064%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574%;
  *margin-left: 70.1063829787%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.085106383%;
  *margin-left: 67.9787234043%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234042553%;
  *margin-left: 78.6170212766%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.5957446809%;
  *margin-left: 76.4893617021%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.2340425532%;
  *margin-left: 87.1276595745%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787%;
  *margin-left: 85%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 95.7446808511%;
  *margin-left: 95.6382978723%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.6170212766%;
  *margin-left: 93.5106382979%;
}

/* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 104.2553191489%;
  *margin-left: 104.1489361702%;
}

/* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.1276595745%;
  *margin-left: 102.0212765957%;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_grid.scss */
.hide[class*="span"],
.row-fluid .hide[class*="span"] {
  display: none;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_grid.scss */
.pull-right[class*="span"],
.row-fluid .pull-right[class*="span"] {
  float: right;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
small {
  font-size: 85%;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
em {
  font-style: italic;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.muted {
  color: #999;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.muted:hover,
a.muted:focus {
  color: gray;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-success {
  color: #468847;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 {
  font-size: 38.5px;
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 {
  font-size: 31.5px;
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 {
  font-size: 24.5px;
}

/* line 80, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 {
  font-size: 17.5px;
}

/* line 81, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h5 {
  font-size: 14px;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h6 {
  font-size: 11.9px;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h1 small {
  font-size: 24.5px;
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h2 small {
  font-size: 17.5px;
}

/* line 86, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h3 small {
  font-size: 14px;
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
h4 small {
  font-size: 14px;
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #efefef;
}

/* line 105, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

/* line 109, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 115, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
li {
  line-height: 20px;
}

/* line 120, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.unstyled, ul.boxed-link-list, ul.link-list,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 127, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 131, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-bottom: 20px;
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 20px;
}

/* line 147, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 150, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 10px;
}

/* line 154, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 163, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #fff;
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 186, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 192, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #efefef;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 202, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}

/* line 206, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 212, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #efefef;
  border-left: 0;
}

/* line 218, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 223, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 226, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 234, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 242, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_type.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 3px;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th {
  font-weight: bold;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 2px;
}

/* line 80, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 2px;
}

/* line 103, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 2px;
}

/* line 109, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 2px;
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 2px;
}

/* line 126, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}

/* line 129, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}

/* line 134, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 2px;
}

/* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 2px;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 171, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 183, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 210, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 216, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 226, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 229, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 232, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 70, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

/* line 88, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 99, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0);
}

/* line 111, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

/* line 128, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open {
  *z-index: 1000;
}

/* line 133, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 151, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 163, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

/* line 169, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 178, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 182, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}

/* line 189, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 194, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 5px 5px 5px 0;
}

/* line 203, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 216, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 221, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 227, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

/* line 237, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 244, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 2px;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-large {
  padding: 24px;
  border-radius: 4px;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_wells.scss */
.well-small {
  padding: 9px;
  border-radius: 1px;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 11px;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 12px;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 18px;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 103, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 110, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 116, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 120, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 131, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 137, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #009ee5;
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 146, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 149, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #23ae4b;
}

/* line 152, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 155, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 167, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 170, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 193, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 204, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 208, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}

/* line 214, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 218, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child {
  border-radius: 2px 2px 0 0;
}

/* line 221, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 224, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  border-radius: 4px 4px 0 0;
}

/* line 227, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 2px;
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin: 0;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success h4 {
  color: #468847;
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #efefef;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 68, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 83, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 113, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 121, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 127, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: #efefef #efefef #ddd;
}

/* line 133, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 148, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}

/* line 157, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}

/* line 170, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 173, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 178, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 181, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}

/* line 185, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 188, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 191, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 198, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 201, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 210, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills .dropdown-menu {
  border-radius: 6px;
}

/* line 220, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

/* line 225, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */
/* line 231, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 237, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 241, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 248, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 255, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 263, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 273, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

/* line 288, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabbable {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 291, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 296, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 303, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 307, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 316, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 319, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 323, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

/* line 325, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 331, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 341, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 345, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 353, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 358, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}

/* line 362, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #efefef #ddd #efefef #efefef;
}

/* line 366, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 374, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 379, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}

/* line 383, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #efefef #efefef #efefef #ddd;
}

/* line 387, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 400, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 404, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .brand:hover, .navbar .brand:focus {
  text-decoration: none;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-link {
  color: #777;
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-link:hover, .navbar-link:focus {
  color: #333;
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 98, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-form:after {
  clear: both;
}

/* line 111, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 123, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 128, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 132, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 140, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 145, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  border-radius: 15px;
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 161, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top .navbar-inner {
  border-radius: 0;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 184, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 187, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 203, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 208, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 214, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 216, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 226, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 233, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 237, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 242, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 250, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 255, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

/* line 263, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 274, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 283, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 291, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 302, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

/* line 313, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 326, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}

/* line 333, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 342, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 349, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

/* line 355, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

/* line 359, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 367, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 371, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

/* line 375, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

/* line 379, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}

/* line 394, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}

/* line 399, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 403, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}

/* line 409, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .brand {
  color: #999;
}

/* line 413, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999;
}

/* line 417, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}

/* line 423, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}

/* line 431, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 433, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
  color: #fff;
}

/* line 440, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}

/* line 446, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}

/* line 452, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff;
}

/* line 457, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

/* line 461, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 470, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: none;
}

/* line 83, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

/* line 86, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

/* line 479, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

/* line 493, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: black;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb .active {
  color: #999;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  margin: 20px 0;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 70, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 80, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 18px;
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 98, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}

/* line 102, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

/* line 110, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12px;
}

/* line 118, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 11px;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade {
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade.in {
  top: 10%;
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.modal-footer:after {
  clear: both;
}

/* line 83, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 88, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block, .modal-footer .fb-btn + .btn-block, .modal-footer .btn-block + .fb-btn, .modal-footer .fb-btn + .fb-btn {
  margin-left: 0;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title:empty {
  display: none;
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 96, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 103, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 110, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 118, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  transition: all 0.2s ease-in-out;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label {
  border-radius: 3px;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important {
  background-color: #b94a48;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-important[href] {
  background-color: #953b39;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning {
  background-color: #f89406;
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-warning[href] {
  background-color: #c67605;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success {
  background-color: #468847;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-success[href] {
  background-color: #356635;
}

/* line 63, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info {
  background-color: #3a87ad;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-info[href] {
  background-color: #2d6987;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse {
  background-color: #333;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.label-inverse[href] {
  background-color: #1a1a1a;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important {
  background-color: #b94a48;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-important[href] {
  background-color: #953b39;
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning {
  background-color: #f89406;
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-warning[href] {
  background-color: #c67605;
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success {
  background-color: #468847;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635;
}

/* line 63, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad;
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse {
  background-color: #333;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_labels-badges.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  transition: width 0.6s ease;
}

/* line 68, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .bar {
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 109, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 120, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 96, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 102, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 112, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 120, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

/* line 131, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 139, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 148, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

/* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 156, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #efefef;
  border-radius: 6px;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_hero-unit.scss */
.hero-unit li {
  line-height: 30px;
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }
  /* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 57, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print {
    display: inherit !important;
  }
  /* line 58, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  /* line 567, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 572, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  /* line 579, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 60px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 140px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 220px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 300px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 380px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 460px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 540px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 620px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 700px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 780px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 860px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 940px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 100px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 180px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 260px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 340px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 420px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 500px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 580px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 660px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 740px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 820px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 900px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 980px;
  }
  /* line 614, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.1276595745%;
    *margin-left: 2.0744680851%;
  }
  /* line 623, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.1276595745%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 6.3829787234%;
    *width: 6.329787234%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.8936170213%;
    *width: 14.8404255319%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 23.4042553191%;
    *width: 23.3510638298%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.914893617%;
    *width: 31.8617021277%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.4255319149%;
    *width: 40.3723404255%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.9361702128%;
    *width: 48.8829787234%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.4468085106%;
    *width: 57.3936170213%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.9574468085%;
    *width: 65.9042553191%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.4680851064%;
    *width: 74.414893617%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.9787234043%;
    *width: 82.9255319149%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.4893617021%;
    *width: 91.4361702128%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 10.6382978723%;
    *margin-left: 10.5319148936%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.5106382979%;
    *margin-left: 8.4042553191%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.1489361702%;
    *margin-left: 19.0425531915%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.0212765957%;
    *margin-left: 16.914893617%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 27.6595744681%;
    *margin-left: 27.5531914894%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.5319148936%;
    *margin-left: 25.4255319149%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.170212766%;
    *margin-left: 36.0638297872%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.0425531915%;
    *margin-left: 33.9361702128%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 44.6808510638%;
    *margin-left: 44.5744680851%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.5531914894%;
    *margin-left: 42.4468085106%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.1914893617%;
    *margin-left: 53.085106383%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.0638297872%;
    *margin-left: 50.9574468085%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 61.7021276596%;
    *margin-left: 61.5957446809%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.5744680851%;
    *margin-left: 59.4680851064%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.2127659574%;
    *margin-left: 70.1063829787%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.085106383%;
    *margin-left: 67.9787234043%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 78.7234042553%;
    *margin-left: 78.6170212766%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.5957446809%;
    *margin-left: 76.4893617021%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 87.2340425532%;
    *margin-left: 87.1276595745%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.1063829787%;
    *margin-left: 85%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 95.7446808511%;
    *margin-left: 95.6382978723%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 93.6170212766%;
    *margin-left: 93.5106382979%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 104.2553191489%;
    *margin-left: 104.1489361702%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.1276595745%;
    *margin-left: 102.0212765957%;
  }
  /* line 669, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 676, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -20px;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 20px;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 567, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 572, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  /* line 579, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 60px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 140px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 220px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 300px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 380px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 460px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 540px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 620px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 700px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 780px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 860px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 940px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 100px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 180px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 260px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 340px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 420px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 500px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 580px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 660px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 740px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 820px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 900px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 980px;
  }
  /* line 614, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.1276595745%;
    *margin-left: 2.0744680851%;
  }
  /* line 623, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.1276595745%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 6.3829787234%;
    *width: 6.329787234%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.8936170213%;
    *width: 14.8404255319%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 23.4042553191%;
    *width: 23.3510638298%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.914893617%;
    *width: 31.8617021277%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.4255319149%;
    *width: 40.3723404255%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.9361702128%;
    *width: 48.8829787234%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.4468085106%;
    *width: 57.3936170213%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.9574468085%;
    *width: 65.9042553191%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.4680851064%;
    *width: 74.414893617%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.9787234043%;
    *width: 82.9255319149%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.4893617021%;
    *width: 91.4361702128%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 10.6382978723%;
    *margin-left: 10.5319148936%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.5106382979%;
    *margin-left: 8.4042553191%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.1489361702%;
    *margin-left: 19.0425531915%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.0212765957%;
    *margin-left: 16.914893617%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 27.6595744681%;
    *margin-left: 27.5531914894%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.5319148936%;
    *margin-left: 25.4255319149%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.170212766%;
    *margin-left: 36.0638297872%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.0425531915%;
    *margin-left: 33.9361702128%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 44.6808510638%;
    *margin-left: 44.5744680851%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.5531914894%;
    *margin-left: 42.4468085106%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.1914893617%;
    *margin-left: 53.085106383%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.0638297872%;
    *margin-left: 50.9574468085%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 61.7021276596%;
    *margin-left: 61.5957446809%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.5744680851%;
    *margin-left: 59.4680851064%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.2127659574%;
    *margin-left: 70.1063829787%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.085106383%;
    *margin-left: 67.9787234043%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 78.7234042553%;
    *margin-left: 78.6170212766%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.5957446809%;
    *margin-left: 76.4893617021%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 87.2340425532%;
    *margin-left: 87.1276595745%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.1063829787%;
    *margin-left: 85%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 95.7446808511%;
    *margin-left: 95.6382978723%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 93.6170212766%;
    *margin-left: 93.5106382979%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 104.2553191489%;
    *margin-left: 104.1489361702%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.1276595745%;
    *margin-left: 102.0212765957%;
  }
  /* line 669, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 676, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
  }
}

@media (max-width: 767px) {
  /* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container {
    width: auto;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row,
.thumbnails {
    margin-left: 0;
  }
  /* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  /* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  [class*="span"],
.uneditable-input[class*="span"],
.row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  /* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .span12,
.row-fluid .span12 {
    width: 100%;
    box-sizing: border-box;
  }
  /* line 74, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  /* line 81, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
  }
  /* line 91, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-prepend input,
.input-append input,
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  /* line 98, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  /* line 103, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 110, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 111, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  /* line 124, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 129, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  /* line 135, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #ccc;
  }
  /* line 142, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 149, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 157, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 165, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media .pull-left,
.media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 178, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  /* line 183, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  /* line 189, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  /* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    position: static;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }
  /* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }
  /* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  /* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  /* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    border-radius: 3px;
  }
  /* line 75, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 2px;
  }
  /* line 80, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  /* line 83, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  /* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  /* line 93, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus,
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  /* line 100, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  /* line 105, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 119, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  /* line 123, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
    display: none;
  }
  /* line 127, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  /* line 131, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  /* line 137, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
.nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 146, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  /* line 152, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  /* line 157, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse,
.nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  /* line 163, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }
  /* line 169, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 980px) {
  /* line 184, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
/* line 8, app/assets/stylesheets/lib/pickadate/classic.css.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
}

/**
 * The picker input element.
 */
/* line 19, app/assets/stylesheets/lib/pickadate/classic.css.scss */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
/* line 25, app/assets/stylesheets/lib/pickadate/classic.css.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
/* line 31, app/assets/stylesheets/lib/pickadate/classic.css.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
/* line 45, app/assets/stylesheets/lib/pickadate/classic.css.scss */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
/* line 51, app/assets/stylesheets/lib/pickadate/classic.css.scss */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

/**
 * When the picker opens...
 */
/* line 78, app/assets/stylesheets/lib/pickadate/classic.css.scss */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 7, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
/* line 13, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
/* line 21, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 28, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
/* line 36, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__select--month,
.picker__select--year {
  font-size: .8em;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: .5em .25em;
  margin-left: .25em;
  margin-right: .25em;
  margin-top: -0.5em;
}

/* line 46, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__select--month {
  width: 35%;
}

/* line 49, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__select--year {
  width: 22.5%;
}

/* line 52, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
/* line 59, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: -0.33em;
  padding: .5em 1.33em;
  width: 1em;
  height: 1em;
}

/* line 67, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.5em;
}

/* line 71, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.5em;
}

/* line 75, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 86, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

/* line 90, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* line 96, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
/* line 108, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  /* line 119, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
  .picker__table {
    margin-bottom: .75em;
  }
}

/* line 123, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
/* line 130, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 140, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
/* line 147, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

/* line 152, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day--today {
  color: #0089ec;
  position: relative;
}

/* line 156, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

/* line 166, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}

/* line 170, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day--highlighted {
  background: #b1dcfb;
}

/* line 173, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

/* line 176, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day--outfocus {
  color: #dddddd;
}

/* line 179, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* line 185, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #0089ec;
  color: #ffffff;
}

/* line 190, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 197, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today" and "clear" buttons.
 */
/* line 204, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__footer {
  text-align: center;
}

/* line 207, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 218, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 225, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

/* line 231, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 237, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 245, app/assets/stylesheets/lib/pickadate/classic.date.css.scss */
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* line 12, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget {
  z-index: 2000;
}

/* line 16, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker {
  position: relative;
}

/* line 19, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

/* line 23, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

/* line 27, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

/* line 31, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker .add-on {
  cursor: pointer;
}

/* line 34, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 39, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

/* line 42, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 53, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 61, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

/* line 64, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

/* line 67, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

/* line 70, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

/* line 73, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

/* line 76, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

/* line 79, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 84, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

/* line 89, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}

/* line 93, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 97, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

/* line 103, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

/* line 106, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td span {
  width: 100%;
}

/* line 109, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

/* line 118, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}

/* line 126, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

/* line 130, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td input {
  width: 39px;
  height: 30px;
  margin: 0;
  text-align: center;
}

/* line 136, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  /* line 140, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  /* line 146, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
  .bootstrap-timepicker {
    width: 100%;
  }
  /* line 149, app/assets/stylesheets/lib/timepicker/bootstrap-timepicker.scss */
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

/*
 * Common Libs
 *
 */
/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/font-awesome/fontawesome-webfont-9d01024203089772db5cb2bf168715d05f5ce9ac331ac1046cdda734a1427353.eot?v=4.6.2);
  src: url(/assets/font-awesome/fontawesome-webfont-9d01024203089772db5cb2bf168715d05f5ce9ac331ac1046cdda734a1427353.eot?v=4.6.2#iefix) format("embedded-opentype"), url(/assets/font-awesome/fontawesome-webfont-8a423480d3193b3a9a3132971813c22f1126062c956c9990ec5cfc1de0e125bb.woff2?v=4.6.2) format("woff2"), url(/assets/font-awesome/fontawesome-webfont-c0ecaa1fc394d854fbd4aa8624e06702800663a433d7a3f65836be75a6d7a4e1.woff?v=4.6.2) format("woff"), url(/assets/font-awesome/fontawesome-webfont-6cc6468b4173c7bcd49a269f47c71937e0074ca36caa1e93b54cca7a6604d4ea.ttf?v=4.6.2) format("truetype"), url(/assets/font-awesome/fontawesome-webfont-b49584473800e8ee7a338592a67122de23c4628d5e341dfa0218f81b12811812.svg?v=4.6.2#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_core.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 5, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 558, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 614, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 4, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, vendor/bundle/ruby/3.4.0/gems/font-awesome-sass-4.6.2/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 3, app/assets/stylesheets/common/my-scaffolding.css.scss */
body {
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

/* line 3, app/assets/stylesheets/common/type.css.scss */
.small {
  font-size: 85%;
}

/*
 * Color
 *
 */
/* line 9, app/assets/stylesheets/common/type.css.scss */
.tx-green {
  color: #46a546;
}

/* line 10, app/assets/stylesheets/common/type.css.scss */
.tx-blue {
  color: #049cdb;
}

/* line 11, app/assets/stylesheets/common/type.css.scss */
.tx-gray {
  color: #555;
}

/* line 12, app/assets/stylesheets/common/type.css.scss */
.tx-gray-light {
  color: #999;
}

/* line 13, app/assets/stylesheets/common/type.css.scss */
.tx-yellow-green {
  color: #A3B119;
}

/* line 14, app/assets/stylesheets/common/type.css.scss */
.tx-ccc {
  color: #ccc;
}

/* line 15, app/assets/stylesheets/common/type.css.scss */
.tx-lighter {
  color: #efefef;
}

/* line 16, app/assets/stylesheets/common/type.css.scss */
.tx-red {
  color: #9d261d;
}

/* line 17, app/assets/stylesheets/common/type.css.scss */
.tx-pink {
  color: #d6207c;
}

/* line 18, app/assets/stylesheets/common/type.css.scss */
.tx-orange {
  color: #f89406;
}

/* line 19, app/assets/stylesheets/common/type.css.scss */
.tx-white {
  color: #fff;
}

/*
 * Weight
 */
/* line 26, app/assets/stylesheets/common/type.css.scss */
.strong {
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/common/type.css.scss */
.normal {
  font-weight: normal;
}

/*
 * Section Title
 */
/* line 37, app/assets/stylesheets/common/type.css.scss */
.section-title-light-blue {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABEwAAAAlCAMAAABva4wJAAAAGXRF…RTtgbFzrA3k4aJaglR81ZopYnQieFoATpz+YUK/8XYACUbsDYxnVDAwAAAABJRU5ErkJggg==") center bottom;
}

/* line 41, app/assets/stylesheets/common/type.css.scss */
.icon-1-5x {
  font-size: 1.5em;
}

/* line 45, app/assets/stylesheets/common/type.css.scss */
.tx0-8 {
  font-size: 11px;
}

/* line 46, app/assets/stylesheets/common/type.css.scss */
.tx0-9 {
  font-size: 12px;
}

/* line 47, app/assets/stylesheets/common/type.css.scss */
.tx-semi-small {
  font-size: 13px;
}

/* line 48, app/assets/stylesheets/common/type.css.scss */
.tx1-2 {
  font-size: 14px;
}

/* line 49, app/assets/stylesheets/common/type.css.scss */
.tx1-4 {
  font-size: 20px;
}

/* line 52, app/assets/stylesheets/common/type.css.scss */
h1 {
  font-size: 34px;
}

/* line 55, app/assets/stylesheets/common/type.css.scss */
.tx-truncated {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 110%;
}

/* line 63, app/assets/stylesheets/common/type.css.scss */
.quoted-green {
  border-left: 5px solid #46a546;
  padding-left: 5px;
}

/* line 68, app/assets/stylesheets/common/type.css.scss */
.tx-plan {
  color: #049cdb;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 74, app/assets/stylesheets/common/type.css.scss */
.tx-req {
  color: #cc0000;
  font-size: 10px;
}

/* line 81, app/assets/stylesheets/common/type.css.scss */
.stars-holder i {
  color: #f89406;
}

/* line 86, app/assets/stylesheets/common/type.css.scss */
a.dot-light {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

/* line 91, app/assets/stylesheets/common/type.css.scss */
.char-overlay {
  font-family: 'Helvetica';
  /* Your font family */
  font-weight: bold;
}

/*
 * Bootstrap Variables
 */
/*
 * Original
 */
/*
 * Form
 */
/*
 * Listing Page for PC
 */
/*
 * Bootstrap Variables
 */
/*
 * Original
 */
/*
 * Form
 */
/*
 * Listing Page for PC
 */
@media (max-width: 900px) {
  /* line 4, app/assets/stylesheets/mixins/responsive.scss */
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 901px) {
  /* line 9, app/assets/stylesheets/mixins/responsive.scss */
  .only-sp {
    display: none !important;
  }
}

/**
* BrakePointのミックスイン
* @params pc / tab / sp / min-width[px], max-width[px] / ls / pt ...
*/
@media (max-width: 900px) {
  /* line 73, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container {
    width: calc(100% - 32px);
  }
  /* line 77, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .listings-page-header ul.listing-breadcrumb {
    padding: 0;
  }
  /* line 81, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container h2 {
    margin-bottom: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }
  /* line 89, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .muted {
    line-height: 150%;
  }
}

@media (min-width: tab) {
  /* line 73, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container {
    width: calc(100% - 32px);
  }
  /* line 77, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .listings-page-header ul.listing-breadcrumb {
    padding: 0;
  }
  /* line 81, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container h2 {
    margin-bottom: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }
  /* line 89, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .muted {
    line-height: 150%;
  }
}

/* line 3, app/assets/stylesheets/common/list.css.scss */
ul.no-indent {
  margin: 0;
}

/* line 7, app/assets/stylesheets/common/list.css.scss */
ul.fit-bottom {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/common/list.css.scss */
ul.list-fitted {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 16, app/assets/stylesheets/common/list.css.scss */
ul.list-no-bottom-margin {
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/common/list.css.scss */
ul.border-bottom li {
  padding: 7px 0;
  border-bottom: 1px dotted #e6e6e6;
}

/* line 25, app/assets/stylesheets/common/list.css.scss */
ul.border-bottom li:last-child {
  border-bottom: none;
}

/* line 32, app/assets/stylesheets/common/list.css.scss */
ul.no-border li {
  padding: 0;
  border: none !important;
}

/* line 39, app/assets/stylesheets/common/list.css.scss */
ul.list-half li {
  display: block;
  width: 50%;
  float: left;
}

/* line 46, app/assets/stylesheets/common/list.css.scss */
.link-list-shell {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}

/* line 49, app/assets/stylesheets/common/list.css.scss */
.link-list-shell a {
  display: block;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px;
}

/* line 53, app/assets/stylesheets/common/list.css.scss */
.link-list-shell a:last-child {
  border-bottom: none;
}

/* line 59, app/assets/stylesheets/common/list.css.scss */
ul.link-list {
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/common/list.css.scss */
ul.link-list li {
  border-bottom: 1px solid #d4d4d4;
}

/* line 64, app/assets/stylesheets/common/list.css.scss */
ul.link-list li:last-child {
  border-bottom: none;
}

/* line 68, app/assets/stylesheets/common/list.css.scss */
ul.link-list li a {
  display: block;
  padding: 10px;
}

/* line 77, app/assets/stylesheets/common/list.css.scss */
ul.link-list-plain li a {
  color: #333;
}

/* line 83, app/assets/stylesheets/common/list.css.scss */
ul.boxed-link-list {
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/common/list.css.scss */
ul.boxed-link-list.top-bordered {
  border-top: 1px solid #dfdfdf;
}

/* line 91, app/assets/stylesheets/common/list.css.scss */
ul.boxed-link-list li {
  display: block;
  border-bottom: 1px solid #d4d4d4;
}

/* line 94, app/assets/stylesheets/common/list.css.scss */
ul.boxed-link-list li:last-child {
  border-bottom: none;
}

/* line 98, app/assets/stylesheets/common/list.css.scss */
ul.boxed-link-list li a {
  padding: 10px;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  box-align: center;
  position: relative;
}

/* line 103, app/assets/stylesheets/common/list.css.scss */
ul.boxed-link-list li a:hover, ul.boxed-link-list li a:active, ul.boxed-link-list li a:focus {
  text-decoration: none;
}

/* line 106, app/assets/stylesheets/common/list.css.scss */
ul.boxed-link-list li a:active {
  background: #efefef;
}

/* line 110, app/assets/stylesheets/common/list.css.scss */
ul.boxed-link-list li a span.link-content {
  /* Firefox */
  /* Safari and Chrome */
  /* Internet Explorer 10 */
  box-flex: 1;
  display: block;
}

/* line 114, app/assets/stylesheets/common/list.css.scss */
ul.boxed-link-list li a i {
  line-height: 22px;
  vertical-align: middle;
  color: #ccc;
}

/* line 123, app/assets/stylesheets/common/list.css.scss */
.link-list-horizontal {
  *zoom: 1;
  text-align: center;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.link-list-horizontal:before, .link-list-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.link-list-horizontal:after {
  clear: both;
}

/* line 126, app/assets/stylesheets/common/list.css.scss */
.link-list-horizontal a {
  display: inline-block;
  padding: 10px;
}

/* line 131, app/assets/stylesheets/common/list.css.scss */
.link-list-horizontal.border-top {
  border-top: 1px solid #efefef;
}

/* line 137, app/assets/stylesheets/common/list.css.scss */
.link-list-light a {
  color: #999;
}

/* line 144, app/assets/stylesheets/common/list.css.scss */
ul.list-inline li {
  display: inline;
  padding-right: 3px;
}

/* line 150, app/assets/stylesheets/common/list.css.scss */
ul.list-pipe {
  margin: 0 0 10px 0;
}

/* line 153, app/assets/stylesheets/common/list.css.scss */
ul.list-pipe li {
  border-right: 1px solid #cdcdcd;
  padding-right: 10px;
  margin-right: 5px;
}

/* line 159, app/assets/stylesheets/common/list.css.scss */
ul.list-pipe li.last-li {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

/* line 165, app/assets/stylesheets/common/list.css.scss */
ul.list-pipe-r {
  margin: 0 0 10px 0;
}

/* line 168, app/assets/stylesheets/common/list.css.scss */
ul.list-pipe-r li {
  border-left: 1px solid #cdcdcd;
  padding-left: 10px;
  margin-left: 5px;
}

/* line 174, app/assets/stylesheets/common/list.css.scss */
ul.list-pipe-r li.first-li {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

/* line 180, app/assets/stylesheets/common/list.css.scss */
ul.link-group {
  display: flex;
  flex-wrap: wrap;
  list-style: outside none none;
  margin: 0;
}

/* line 186, app/assets/stylesheets/common/list.css.scss */
ul.link-group li.link {
  margin-right: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 191, app/assets/stylesheets/common/list.css.scss */
ul.link-group li.link a {
  color: #000;
}

@media (max-width: 900px) {
  /* line 191, app/assets/stylesheets/common/list.css.scss */
  ul.link-group li.link a {
    text-decoration: none;
  }
}

@media (min-width: tab) {
  /* line 191, app/assets/stylesheets/common/list.css.scss */
  ul.link-group li.link a {
    text-decoration: none;
  }
}

/* line 196, app/assets/stylesheets/common/list.css.scss */
ul.link-group li.link a:hover {
  color: #1d98d6;
}

/* line 1, app/assets/stylesheets/common/layout.css.scss */
.p1 {
  padding: 1em;
}

/* line 5, app/assets/stylesheets/common/layout.css.scss */
.p-v1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

/* line 10, app/assets/stylesheets/common/layout.css.scss */
.mt1 {
  margin-top: 10px;
}

/* line 11, app/assets/stylesheets/common/layout.css.scss */
.mt1_5 {
  margin-top: 15px;
}

/* line 12, app/assets/stylesheets/common/layout.css.scss */
.mt2 {
  margin-top: 20px;
}

/* line 13, app/assets/stylesheets/common/layout.css.scss */
.mt4 {
  margin-top: 40px;
}

/* line 14, app/assets/stylesheets/common/layout.css.scss */
.mt5 {
  margin-top: 50px;
}

/* line 16, app/assets/stylesheets/common/layout.css.scss */
.mb2 {
  margin-bottom: 20px;
}

/* line 17, app/assets/stylesheets/common/layout.css.scss */
.mb4 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 20, app/assets/stylesheets/common/layout.css.scss */
  .mt1-xs {
    margin-top: 10px;
  }
}

/* line 23, app/assets/stylesheets/common/layout.css.scss */
.hidden {
  display: none !important;
}

/* line 24, app/assets/stylesheets/common/layout.css.scss */
.al-c {
  text-align: center;
}

/* line 25, app/assets/stylesheets/common/layout.css.scss */
.al-r {
  text-align: right;
}

/* line 27, app/assets/stylesheets/common/layout.css.scss */
.abs {
  position: absolute;
}

/* line 28, app/assets/stylesheets/common/layout.css.scss */
.rel {
  position: relative;
}

/* line 30, app/assets/stylesheets/common/layout.css.scss */
.hidden {
  display: none;
}

/* line 31, app/assets/stylesheets/common/layout.css.scss */
.skip-margin {
  margin: 0px !important;
}

/* line 34, app/assets/stylesheets/common/layout.css.scss */
.btn-group-collapse .btn {
  margin-right: 7px;
}

/* line 36, app/assets/stylesheets/common/layout.css.scss */
.btn-group-collapse .btn:last-child {
  margin-right: 0;
}

/* line 42, app/assets/stylesheets/common/layout.css.scss */
.all-initial {
  all: initial !important;
}

/* line 9, app/assets/stylesheets/common/form.css.scss */
form {
  margin: 0 0 20px;
}

/* line 13, app/assets/stylesheets/common/form.css.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, app/assets/stylesheets/common/form.css.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, app/assets/stylesheets/common/form.css.scss */
legend small {
  font-size: 15px;
  color: #999;
}

/* line 39, app/assets/stylesheets/common/form.css.scss */
label,
button,
input,
textarea,
select {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 52, app/assets/stylesheets/common/form.css.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 60, app/assets/stylesheets/common/form.css.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 69, app/assets/stylesheets/common/form.css.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  border-radius: 2px;
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/common/form.css.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
  line-height: 30px;
  height: 30px;
}

/* line 107, app/assets/stylesheets/common/form.css.scss */
input,
textarea,
.uneditable-input {
  width: 226px;
}

/* line 113, app/assets/stylesheets/common/form.css.scss */
textarea {
  height: auto;
}

/* line 117, app/assets/stylesheets/common/form.css.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  outline: 0;
  -webkit-appearance: none;
}

/* line 140, app/assets/stylesheets/common/form.css.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 151, app/assets/stylesheets/common/form.css.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 0 0 3px 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 160, app/assets/stylesheets/common/form.css.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 171, app/assets/stylesheets/common/form.css.scss */
select,
input[type="file"],
input[type="number"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

/* line 180, app/assets/stylesheets/common/form.css.scss */
select {
  width: 180px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 187, app/assets/stylesheets/common/form.css.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 193, app/assets/stylesheets/common/form.css.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 204, app/assets/stylesheets/common/form.css.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 214, app/assets/stylesheets/common/form.css.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 220, app/assets/stylesheets/common/form.css.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

/* line 86, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

/* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 238, app/assets/stylesheets/common/form.css.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

/* line 243, app/assets/stylesheets/common/form.css.scss */
.radio input[type="radio"] {
  float: left;
  margin-left: -20px;
}

@media screen and (max-width: 480px) {
  /* line 248, app/assets/stylesheets/common/form.css.scss */
  .checkbox input[type="checkbox"] {
    position: initial !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 248, app/assets/stylesheets/common/form.css.scss */
  .checkbox input[type="checkbox"] {
    position: initial !important;
  }
}

/* line 258, app/assets/stylesheets/common/form.css.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 265, app/assets/stylesheets/common/form.css.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 272, app/assets/stylesheets/common/form.css.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 281, app/assets/stylesheets/common/form.css.scss */
.input-mini {
  width: 60px;
}

/* line 282, app/assets/stylesheets/common/form.css.scss */
.input-small {
  width: 90px;
}

/* line 283, app/assets/stylesheets/common/form.css.scss */
.input-medium {
  width: 150px;
}

/* line 284, app/assets/stylesheets/common/form.css.scss */
.input-large {
  width: 210px;
}

/* line 285, app/assets/stylesheets/common/form.css.scss */
.input-xlarge {
  width: 270px;
}

/* line 286, app/assets/stylesheets/common/form.css.scss */
.input-xxlarge {
  width: 400px;
}

/* line 289, app/assets/stylesheets/common/form.css.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 302, app/assets/stylesheets/common/form.css.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 669, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 676, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 322, app/assets/stylesheets/common/form.css.scss */
.controls-row {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 327, app/assets/stylesheets/common/form.css.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 333, app/assets/stylesheets/common/form.css.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 342, app/assets/stylesheets/common/form.css.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #efefef;
}

/* line 352, app/assets/stylesheets/common/form.css.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 168, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 186, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 168, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 186, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 168, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 186, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 162, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 168, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 175, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 180, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

/* line 186, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 381, app/assets/stylesheets/common/form.css.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 386, app/assets/stylesheets/common/form.css.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 395, app/assets/stylesheets/common/form.css.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/common/form.css.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 412, app/assets/stylesheets/common/form.css.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

/* line 417, app/assets/stylesheets/common/form.css.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 428, app/assets/stylesheets/common/form.css.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

/* line 437, app/assets/stylesheets/common/form.css.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}

/* line 445, app/assets/stylesheets/common/form.css.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 2px 2px 0;
}

/* line 459, app/assets/stylesheets/common/form.css.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 30px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #efefef;
  border: 1px solid #ccc;
}

/* line 473, app/assets/stylesheets/common/form.css.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}

/* line 479, app/assets/stylesheets/common/form.css.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 486, app/assets/stylesheets/common/form.css.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 490, app/assets/stylesheets/common/form.css.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 2px 0 0 2px;
}

/* line 498, app/assets/stylesheets/common/form.css.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 2px 0 0 2px;
}

/* line 502, app/assets/stylesheets/common/form.css.scss */
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 2px 2px 0;
}

/* line 506, app/assets/stylesheets/common/form.css.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 511, app/assets/stylesheets/common/form.css.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 2px 2px 0;
}

/* line 520, app/assets/stylesheets/common/form.css.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}

/* line 524, app/assets/stylesheets/common/form.css.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 2px 2px 0;
}

/* line 528, app/assets/stylesheets/common/form.css.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 2px 0 0 2px;
}

/* line 533, app/assets/stylesheets/common/form.css.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 2px 2px 0;
}

/* line 538, app/assets/stylesheets/common/form.css.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 546, app/assets/stylesheets/common/form.css.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 556, app/assets/stylesheets/common/form.css.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0;
}

/* line 560, app/assets/stylesheets/common/form.css.scss */
.form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}

/* line 563, app/assets/stylesheets/common/form.css.scss */
.form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}

/* line 566, app/assets/stylesheets/common/form.css.scss */
.form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}

/* line 569, app/assets/stylesheets/common/form.css.scss */
.form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}

/* line 582, app/assets/stylesheets/common/form.css.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 595, app/assets/stylesheets/common/form.css.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 599, app/assets/stylesheets/common/form.css.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 606, app/assets/stylesheets/common/form.css.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 613, app/assets/stylesheets/common/form.css.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 622, app/assets/stylesheets/common/form.css.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 632, app/assets/stylesheets/common/form.css.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 637, app/assets/stylesheets/common/form.css.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 647, app/assets/stylesheets/common/form.css.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 652, app/assets/stylesheets/common/form.css.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 659, app/assets/stylesheets/common/form.css.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 666, app/assets/stylesheets/common/form.css.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 671, app/assets/stylesheets/common/form.css.scss */
.form-horizontal .controls .no-input-block {
  padding-top: 5px;
}

/* line 676, app/assets/stylesheets/common/form.css.scss */
.form-horizontal .controls .input-block-terms {
  margin-bottom: 8px;
  padding: 16px 8px;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5;
  min-height: 250px;
}

/* line 687, app/assets/stylesheets/common/form.css.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 697, app/assets/stylesheets/common/form.css.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

/* line 702, app/assets/stylesheets/common/form.css.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 708, app/assets/stylesheets/common/form.css.scss */
form .req {
  color: #9d261d;
  font-weight: bold;
}

/*
 * For Datetime Picker
 */
/* line 717, app/assets/stylesheets/common/form.css.scss */
.for-picker {
  cursor: default !important;
  background-color: #fff !important;
}

/*
 * Clickable Cell
*/
/* line 5, app/assets/stylesheets/common/cells.css.scss */
ul.list-cells {
  margin: 0;
}

/* line 9, app/assets/stylesheets/common/cells.css.scss */
ul.list-cells li {
  display: block;
  border-bottom: 1px solid #ddd;
}

/* line 15, app/assets/stylesheets/common/cells.css.scss */
ul.list-cells.bd-top li:first-child {
  border-top: 1px solid #ddd;
}

/* line 21, app/assets/stylesheets/common/cells.css.scss */
ul.list-cells a {
  width: 100%;
  text-decoration: none !important;
  /* @include display-box; */
  box-align: center;
  position: relative;
  color: #333;
  padding: 5px 0;
}

/* line 33, app/assets/stylesheets/common/cells.css.scss */
ul.list-cells.tall-cells a {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 40, app/assets/stylesheets/common/cells.css.scss */
ul.list-cells.xtall-cells a {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 50, app/assets/stylesheets/common/cells.css.scss */
.list-cell-inner {
  padding: 0 10px;
  /* Firefox */
  /* Safari and Chrome */
  /* Internet Explorer 10 */
  box-flex: 1;
  display: block;
}

/* line 55, app/assets/stylesheets/common/cells.css.scss */
.list-cell-inner.fit-x {
  padding-left: 0;
  padding-right: 0;
}

/* line 61, app/assets/stylesheets/common/cells.css.scss */
.list-cell-inner .cell-item {
  display: flex;
}

/* line 65, app/assets/stylesheets/common/cells.css.scss */
.list-cell-inner .cell-item-image-shell {
  /* Firefox */
  /* Safari and Chrome */
  /* Internet Explorer 10 */
  box-flex: 1;
  display: inline-block;
  margin-right: 10px;
}

/* line 70, app/assets/stylesheets/common/cells.css.scss */
.list-cell-inner .cell-item-image-shell .image {
  display: block;
}

/* line 75, app/assets/stylesheets/common/cells.css.scss */
.list-cell-inner .cell-item-text {
  /* Firefox */
  /* Safari and Chrome */
  /* Internet Explorer 10 */
  box-flex: 2;
  vertical-align: top;
  display: block;
}

/* line 81, app/assets/stylesheets/common/cells.css.scss */
.cell-item-caption {
  display: block;
  font-weight: bold;
  color: #08c;
  padding-bottom: 2px;
}

/* line 88, app/assets/stylesheets/common/cells.css.scss */
.cell-item-caption-plain {
  display: block;
  font-weight: bold;
  color: #333;
  padding-bottom: 2px;
}

/* line 95, app/assets/stylesheets/common/cells.css.scss */
.cell-item-sub-caption {
  color: #555;
  display: block;
  padding-bottom: 2px;
}

/* line 101, app/assets/stylesheets/common/cells.css.scss */
.cell-item-price {
  color: #555;
  display: block;
  padding-bottom: 2px;
  text-indent: -3em;
  padding-left: 3em;
}

/* line 111, app/assets/stylesheets/common/cells.css.scss */
.cell-item-desc {
  color: #777;
  font-size: 12px !important;
  display: block;
  padding-bottom: 2px;
}

/* line 118, app/assets/stylesheets/common/cells.css.scss */
.list-cell-acc {
  line-height: 22px;
  vertical-align: middle;
  color: #999;
}

/*
  Cell Image
 */
/* line 130, app/assets/stylesheets/common/cells.css.scss */
.cell-item-image-shell.sq5 {
  width: 50px;
  height: 50px;
}

/* line 134, app/assets/stylesheets/common/cells.css.scss */
.cell-item-image-shell.sq5 img {
  width: 50px;
  height: 50px;
}

/*
  Cell Style
*/
/* line 144, app/assets/stylesheets/common/cells.css.scss */
.cell-style-grad {
  background-color: #f3f3f3;
  background-image: linear-gradient(to bottom, #fbfbfb, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBFBFB', endColorstr='#FFE6E6E6', GradientType=0);
}

/* line 148, app/assets/stylesheets/common/cells.css.scss */
.cell-style-white {
  background: white;
}

/*
 * Block Padding
 */
/* line 156, app/assets/stylesheets/common/cells.css.scss */
.normal-cell {
  padding: 10px 0;
}

/* line 26, app/assets/stylesheets/common/photoframe.css.scss */
.photoframe-sq3 {
  width: 30px;
  height: 30px;
  display: block;
  background: white;
  border: 1px solid #ddd;
  border-bottom: 1px solid #999;
}

/* line 8, app/assets/stylesheets/common/photoframe.css.scss */
.photoframe-sq3 img {
  width: 28px;
  height: 28px;
  display: block;
  margin: 1px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

/* line 30, app/assets/stylesheets/common/photoframe.css.scss */
.photoframe-sq5 {
  width: 50px;
  height: 50px;
  display: block;
  background: white;
  border: 1px solid #ddd;
  border-bottom: 1px solid #999;
}

/* line 8, app/assets/stylesheets/common/photoframe.css.scss */
.photoframe-sq5 img {
  width: 46px;
  height: 46px;
  display: block;
  margin: 2px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

/* line 34, app/assets/stylesheets/common/photoframe.css.scss */
.photoframe-sq7 {
  width: 70px;
  height: 70px;
  display: block;
  background: white;
  border: 1px solid #ddd;
  border-bottom: 1px solid #999;
}

/* line 8, app/assets/stylesheets/common/photoframe.css.scss */
.photoframe-sq7 img {
  width: 64px;
  height: 64px;
  display: block;
  margin: 3px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

/* line 38, app/assets/stylesheets/common/photoframe.css.scss */
.photoframe-sq10 {
  width: 100px;
  height: 100px;
  display: block;
  background: white;
  border: 1px solid #ddd;
  border-bottom: 1px solid #999;
}

/* line 8, app/assets/stylesheets/common/photoframe.css.scss */
.photoframe-sq10 img {
  width: 94px;
  height: 94px;
  display: block;
  margin: 3px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

/* line 42, app/assets/stylesheets/common/photoframe.css.scss */
.photoframe-rect30 {
  width: 400px;
  height: 240px;
  display: block;
  background: white;
  border: 1px solid #ddd;
  border-bottom: 1px solid #999;
}

/* line 8, app/assets/stylesheets/common/photoframe.css.scss */
.photoframe-rect30 img {
  width: 390px;
  height: 230px;
  display: block;
  margin: 5px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

/*
 * Module
 *
 */
/* line 8, app/assets/stylesheets/common/module.css.scss */
.mod-border-box {
  box-sizing: border-box;
}

/* line 12, app/assets/stylesheets/common/module.css.scss */
.mod-shell {
  overflow: hidden;
}

/*
 * Module - Styles
 */
/* line 21, app/assets/stylesheets/common/module.css.scss */
.mod-default {
  background: white;
  border: 1px solid #ccc;
}

/* line 26, app/assets/stylesheets/common/module.css.scss */
.mod-lighter1x {
  background: #f6f6f6;
  border: 1px solid #ccc;
}

/* line 31, app/assets/stylesheets/common/module.css.scss */
.mod-lighter2x {
  background: #f9f9f9;
  border: 1px solid #ccc;
}

/* line 36, app/assets/stylesheets/common/module.css.scss */
.mod-lighter-grad {
  border: 1px solid #ccc;
  background-color: #fbfbfb;
  background-image: linear-gradient(to bottom, #fcfcfc, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCFCFC', endColorstr='#FFF9F9F9', GradientType=0);
}

/* line 41, app/assets/stylesheets/common/module.css.scss */
.mod-lighter {
  background: #efefef;
}

/* line 45, app/assets/stylesheets/common/module.css.scss */
.mod-light {
  background: #dddddd;
}

/* line 49, app/assets/stylesheets/common/module.css.scss */
.mod-shell-brand-light {
  border: 5px solid #e0f6fd;
}

/*
 * Module - Shapes
 */
/* line 57, app/assets/stylesheets/common/module.css.scss */
.mod-round {
  border-radius: 4px;
}

/*
 * Inner Module Group
 */
/* line 66, app/assets/stylesheets/common/module.css.scss */
.inner-mods-group .inner-mod:not(:last-child) {
  padding-bottom: 0 !important;
}

/*
 * Inner Module
 */
/* line 76, app/assets/stylesheets/common/module.css.scss */
.mod .inner-mod {
  padding: 10px;
}

/* line 80, app/assets/stylesheets/common/module.css.scss */
.mod-wide .inner-mod:not(.skip-padding) {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 87, app/assets/stylesheets/common/module.css.scss */
.mod-semi-wide .inner-mod:not(.skip-padding) {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 94, app/assets/stylesheets/common/module.css.scss */
.mod-tall .inner-mod:not(.skip-padding) {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 101, app/assets/stylesheets/common/module.css.scss */
.mod-short .inner-mod:not(.skip-padding) {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*
 * Module Header
 */
/* line 110, app/assets/stylesheets/common/module.css.scss */
.mod-header {
  border-bottom: 1px solid #ddd;
}

/* line 113, app/assets/stylesheets/common/module.css.scss */
.mod-header h1 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

/* line 120, app/assets/stylesheets/common/module.css.scss */
.mod-header h6 {
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

/* line 128, app/assets/stylesheets/common/module.css.scss */
.mod-header.has-button h1, .mod-header.has-button h2, .mod-header.has-button h3, .mod-header.has-button h4, .mod-header.has-button h5 {
  padding: 0;
  margin: 0;
  line-height: 30px;
}

/* line 138, app/assets/stylesheets/common/module.css.scss */
.mod-header-lighter {
  background: #efefef;
}

/* line 142, app/assets/stylesheets/common/module.css.scss */
.mod-footer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/*
 * Mod Group
 */
/* line 152, app/assets/stylesheets/common/module.css.scss */
.mod-group .mod {
  margin-bottom: 20px;
}

/*
 * Mod Label
 */
/* line 161, app/assets/stylesheets/common/module.css.scss */
.mod h4.mod-label {
  font-size: 16px;
}

/* line 163, app/assets/stylesheets/common/module.css.scss */
.mod.label-mod {
  margin-bottom: 0;
}

/* line 166, app/assets/stylesheets/common/module.css.scss */
.mod.label-mod.left-wide {
  margin-left: 20px;
}

/* line 170, app/assets/stylesheets/common/module.css.scss */
.mod.label-mod h2, .mod.label-mod h3, .mod.label-mod h4 {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.3;
}

/* line 176, app/assets/stylesheets/common/module.css.scss */
.mod.label-mod h2 {
  font-size: 22px;
}

/* line 179, app/assets/stylesheets/common/module.css.scss */
.mod.label-mod h3 {
  font-size: 18px;
}

/* line 182, app/assets/stylesheets/common/module.css.scss */
.mod.label-mod h4 {
  font-size: 16px;
}

/* line 187, app/assets/stylesheets/common/module.css.scss */
.mod .mod-label {
  margin-bottom: -10px;
}

/* line 190, app/assets/stylesheets/common/module.css.scss */
.mod .mod-label.left-wide {
  margin-left: 20px;
}

/*
 * Wells
 */
/* line 21, app/assets/stylesheets/common/style.css.scss */
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 25, app/assets/stylesheets/common/style.css.scss */
.border-right {
  border-right: 1px solid #ccc;
}

/* line 26, app/assets/stylesheets/common/style.css.scss */
.border-left {
  border-left: 1px solid #ccc;
}

/* line 27, app/assets/stylesheets/common/style.css.scss */
.margin-top10px {
  margin-top: 10px;
}

/* line 29, app/assets/stylesheets/common/style.css.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 2, app/assets/stylesheets/common/label.css.scss */
.section-label {
  border-radius: 3px;
  font-weight: bold;
  padding: 5px;
  line-height: 1.3;
}

/* line 9, app/assets/stylesheets/common/label.css.scss */
.label-yellow-vivid {
  background: #fde85e;
}

/* line 13, app/assets/stylesheets/common/label.css.scss */
.label-yellow {
  background: #ffc40d;
}

/* line 17, app/assets/stylesheets/common/label.css.scss */
.label-yellow-light {
  background: #fdf9dd;
  color: #656458;
  text-shadow: 0 -1px 0 white;
}

/* line 1, app/assets/stylesheets/common/alert.css.scss */
.alert-abs {
  position: absolute;
  z-index: 100;
  min-height: 20px;
  overflow: auto;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 13, app/assets/stylesheets/common/alert.css.scss */
.alert-shell {
  min-height: 20px;
  width: 60%;
  margin: 0 auto;
  position: relative;
}

/* line 20, app/assets/stylesheets/common/alert.css.scss */
.alert-shell-fixed {
  position: fixed;
  top: 30px;
  left: 10%;
  width: 80%;
  bottom: auto;
  max-height: 50%;
  overflow: auto;
  z-index: 100;
}

/* line 31, app/assets/stylesheets/common/alert.css.scss */
.alert-shell-fixed > .alert {
  width: 50%;
  min-width: 150px;
  margin: 0 auto;
  text-align: center;
}

/* line 39, app/assets/stylesheets/common/alert.css.scss */
.confirm-modal .modal {
  height: 300px;
}

/* line 45, app/assets/stylesheets/common/alert.css.scss */
.alert.alert-no-margin {
  margin: 0;
}

/* line 48, app/assets/stylesheets/common/alert.css.scss */
.alert ul {
  margin: 0 0 0 25px;
}

/*
 * Bootstrap v2.3.2
 */
/* line 11, app/assets/stylesheets/common/button.css.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 2px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:active, .btn.active {
  background-color: #cccccc \9;
}

/* line 61, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 30, app/assets/stylesheets/common/button.css.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

/* line 42, app/assets/stylesheets/common/button.css.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 47, app/assets/stylesheets/common/button.css.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 55, app/assets/stylesheets/common/button.css.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 67, app/assets/stylesheets/common/button.css.scss */
.btn-semi-large {
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 2px;
}

/* line 74, app/assets/stylesheets/common/button.css.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 18px;
  border-radius: 4px;
}

/* line 80, app/assets/stylesheets/common/button.css.scss */
.btn-super-large {
  padding: 22px 36px;
  font-size: 22px;
  border-radius: 6px;
}

/* line 86, app/assets/stylesheets/common/button.css.scss */
.btn-large [class^='icon-'],
.btn-large [class*=' icon-'] {
  margin-top: 4px;
}

/* line 92, app/assets/stylesheets/common/button.css.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 1px;
}

/* line 97, app/assets/stylesheets/common/button.css.scss */
.btn-small [class^='icon-'],
.btn-small [class*=' icon-'] {
  margin-top: 0;
}

/* line 101, app/assets/stylesheets/common/button.css.scss */
.btn-mini [class^='icon-'],
.btn-mini [class*=' icon-'] {
  margin-top: -1px;
}

/* line 107, app/assets/stylesheets/common/button.css.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 11px;
  border-radius: 1px;
}

/* line 116, app/assets/stylesheets/common/button.css.scss */
.btn-stress {
  font-weight: bold !important;
}

/* line 120, app/assets/stylesheets/common/button.css.scss */
.btn-block, .fb-btn {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

/* line 129, app/assets/stylesheets/common/button.css.scss */
.btn-block + .btn-block, .fb-btn + .btn-block, .btn-block + .fb-btn, .fb-btn + .fb-btn {
  margin-top: 5px;
}

/* line 137, app/assets/stylesheets/common/button.css.scss */
input.btn-block[type='submit'], .fb-btn[type='submit'],
input.btn-block[type='reset'],
.fb-btn[type='reset'],
input.btn-block[type='button'],
.fb-btn[type='button'] {
  width: 100%;
}

/* line 146, app/assets/stylesheets/common/button.css.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 157, app/assets/stylesheets/common/button.css.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #00a9f5;
  background-image: linear-gradient(to bottom, #00b0ff, #009ee5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00B0FF', endColorstr='#FF009EE5', GradientType=0);
  border-color: #009ee5 #009ee5 #006999;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #009ee5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background-color: #009ee5;
  *background-color: #008ccc;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #007bb2 \9;
}

/* line 161, app/assets/stylesheets/common/button.css.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

/* line 165, app/assets/stylesheets/common/button.css.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 169, app/assets/stylesheets/common/button.css.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #27c053;
  background-image: linear-gradient(to bottom, #29cc58, #23ae4b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF29CC58', endColorstr='#FF23AE4B', GradientType=0);
  border-color: #23ae4b #23ae4b #166f30;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #23ae4b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #fff;
  background-color: #23ae4b;
  *background-color: #1f9942;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #1a8439 \9;
}

/* line 173, app/assets/stylesheets/common/button.css.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 177, app/assets/stylesheets/common/button.css.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

/* line 180, app/assets/stylesheets/common/button.css.scss */
.btn-facebook {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4b66a0;
  background-image: linear-gradient(to bottom, #3b5998, #627aad);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B5998', endColorstr='#FF627AAD', GradientType=0);
  border-color: #627aad #627aad #435680;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #627aad;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .btn-facebook.disabled, .btn-facebook[disabled] {
  color: #fff;
  background-color: #627aad;
  *background-color: #546da1;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-facebook:active, .btn-facebook.active {
  background-color: #4b6291 \9;
}

/* line 183, app/assets/stylesheets/common/button.css.scss */
.btn-google {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d65342;
  background-image: linear-gradient(to bottom, #d34836, #d96353);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD34836', endColorstr='#FFD96353', GradientType=0);
  border-color: #d96353 #d96353 #b83928;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d96353;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .btn-google.disabled, .btn-google[disabled] {
  color: #fff;
  background-color: #d96353;
  *background-color: #d5503e;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-google:active, .btn-google.active {
  background-color: #cd3f2d \9;
}

/* line 186, app/assets/stylesheets/common/button.css.scss */
.btn-reserve {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #eb0f0f;
  background-image: linear-gradient(to bottom, #ff1a1a, #cc0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF1A1A', endColorstr='#FFCC0000', GradientType=0);
  border-color: #cc0000 #cc0000 maroon;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #cc0000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-reserve:hover, .btn-reserve:focus, .btn-reserve:active, .btn-reserve.active, .btn-reserve.disabled, .btn-reserve[disabled] {
  color: #fff;
  background-color: #cc0000;
  *background-color: #b30000;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-reserve:active, .btn-reserve.active {
  background-color: #990000 \9;
}

/* line 193, app/assets/stylesheets/common/button.css.scss */
button.btn,
input.btn[type='submit'] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 196, app/assets/stylesheets/common/button.css.scss */
button.btn::-moz-focus-inner,
input.btn[type='submit']::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 205, app/assets/stylesheets/common/button.css.scss */
button.btn.btn-large,
input.btn.btn-large[type='submit'] {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 209, app/assets/stylesheets/common/button.css.scss */
button.btn.btn-small,
input.btn.btn-small[type='submit'] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 213, app/assets/stylesheets/common/button.css.scss */
button.btn.btn-mini,
input.btn.btn-mini[type='submit'] {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 223, app/assets/stylesheets/common/button.css.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 230, app/assets/stylesheets/common/button.css.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  border-radius: 0;
}

/* line 236, app/assets/stylesheets/common/button.css.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 242, app/assets/stylesheets/common/button.css.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

/* line 252, app/assets/stylesheets/common/button.css.scss */
.button-control .btn {
  margin-right: 5px;
}

/* line 254, app/assets/stylesheets/common/button.css.scss */
.button-control .btn:last-child {
  margin-right: 0;
}

/* line 260, app/assets/stylesheets/common/button.css.scss */
.bg-white {
  background: white;
}

/* line 263, app/assets/stylesheets/common/button.css.scss */
.bg-lighter {
  background: #efefef;
}

/*
 * Buttons
 */
/* line 270, app/assets/stylesheets/common/button.css.scss */
.btn-apply {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fadd53;
  background-image: linear-gradient(to bottom, #feec7e, #f3c613);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEEC7E', endColorstr='#FFF3C613', GradientType=0);
  border-color: #f3c613 #f3c613 #b18f09;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f3c613;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #555;
  text-shadow: none !important;
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-apply:hover, .btn-apply:focus, .btn-apply:active, .btn-apply.active, .btn-apply.disabled, .btn-apply[disabled] {
  color: #fff;
  background-color: #f3c613;
  *background-color: #e1b60b;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-apply:active, .btn-apply.active {
  background-color: #c9a30a \9;
}

/* line 275, app/assets/stylesheets/common/button.css.scss */
.btn-apply:hover, .btn-apply:active, .btn-apply:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fadd53;
  background-image: linear-gradient(to bottom, #feec7e, #f3c613);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEEC7E', endColorstr='#FFF3C613', GradientType=0);
  border-color: #f3c613 #f3c613 #b18f09;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f3c613;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-apply:hover:hover, .btn-apply:hover:focus, .btn-apply:hover:active, .btn-apply.active:hover, .btn-apply.disabled:hover, .btn-apply[disabled]:hover, .btn-apply:active:hover, .btn-apply:active:focus, .btn-apply:active:active, .btn-apply.active:active, .btn-apply.disabled:active, .btn-apply[disabled]:active, .btn-apply:focus:hover, .btn-apply:focus:focus, .btn-apply:focus:active, .btn-apply.active:focus, .btn-apply.disabled:focus, .btn-apply[disabled]:focus {
  color: #fff;
  background-color: #f3c613;
  *background-color: #e1b60b;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-apply:hover:active, .btn-apply.active:hover, .btn-apply:active:active, .btn-apply.active:active, .btn-apply:focus:active, .btn-apply.active:focus {
  background-color: #c9a30a \9;
}

/* line 282, app/assets/stylesheets/common/button.css.scss */
.btn-light {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f6f6f6;
  background-image: linear-gradient(to bottom, #f6f6f6, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFF6F6F6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f6f6f6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #555;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #fff;
  background-color: #f6f6f6;
  *background-color: #e9e9e9;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-light:active, .btn-light.active {
  background-color: #dddddd \9;
}

/* line 289, app/assets/stylesheets/common/button.css.scss */
.btn-light span {
  border-top-color: #555 !important;
  border-bottom-color: #555 !important;
}

/* line 294, app/assets/stylesheets/common/button.css.scss */
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.focus {
  color: #555;
  text-decoration: none;
}

/* line 301, app/assets/stylesheets/common/button.css.scss */
.btn-light:hover span, .btn-light:active span, .btn-light:focus span, .btn-light.focus span {
  border-top-color: #555 !important;
  border-bottom-color: #555 !important;
}

/* line 308, app/assets/stylesheets/common/button.css.scss */
.btn-lighter {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f6f6f6;
  background-image: linear-gradient(to bottom, #f6f6f6, #f6f6f6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFF6F6F6', GradientType=0);
  border-color: #f6f6f6 #f6f6f6 #d0d0d0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f6f6f6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #999;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
}

/* line 513, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-lighter:hover, .btn-lighter:focus, .btn-lighter:active, .btn-lighter.active, .btn-lighter.disabled, .btn-lighter[disabled] {
  color: #fff;
  background-color: #f6f6f6;
  *background-color: #e9e9e9;
}

/* line 520, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.btn-lighter:active, .btn-lighter.active {
  background-color: #dddddd \9;
}

/* line 315, app/assets/stylesheets/common/button.css.scss */
.btn-lighter span {
  border-top-color: #999 !important;
  border-bottom-color: #999 !important;
}

/* line 320, app/assets/stylesheets/common/button.css.scss */
.btn-lighter:hover, .btn-lighter:active, .btn-lighter:focus, .btn-lighter.focus {
  color: #999;
  text-decoration: none;
}

/* line 327, app/assets/stylesheets/common/button.css.scss */
.btn-lighter:hover span, .btn-lighter:active span, .btn-lighter:focus span, .btn-lighter.focus span {
  border-top-color: #999 !important;
  border-bottom-color: #999 !important;
}

/*  2020春 パステルカラー ボタン  */
/* line 378, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary {
  background-color: #f77777;
  border: 2px solid #f77777;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 0.8rem 0.7rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary:focus {
  color: #fff;
  text-decoration: none;
}

/* line 392, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary-s {
  background-color: #f77777;
  border: 2px solid #f77777;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 0.4rem 0.5rem 0.3rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary-s:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary-s:focus {
  color: #fff;
  text-decoration: none;
}

/* line 406, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary-outline {
  background-color: #fff;
  border: 2px solid #f77777;
  color: #f77777;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 0.8rem 0.7rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary-outline:hover {
  color: #f77777;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary-outline:focus {
  color: #f77777;
  text-decoration: none;
}

/* line 420, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary-outline-s {
  background-color: #fff;
  border: 2px solid #f77777;
  color: #f77777;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 0.4rem 0.5rem 0.3rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary-outline-s:hover {
  color: #f77777;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-pink-primary-outline-s:focus {
  color: #f77777;
  text-decoration: none;
}

/* line 434, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary {
  background-color: #ffcc4c;
  border: 2px solid #ffcc4c;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 0.8rem 0.7rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary:focus {
  color: #fff;
  text-decoration: none;
}

/* line 448, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary-s {
  background-color: #ffcc4c;
  border: 2px solid #ffcc4c;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 0.4rem 0.5rem 0.3rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary-s:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary-s:focus {
  color: #fff;
  text-decoration: none;
}

/* line 462, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary-outline {
  background-color: #fff;
  border: 2px solid #ffcc4c;
  color: #f7be30;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 0.8rem 0.7rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary-outline:hover {
  color: #f7be30;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary-outline:focus {
  color: #f7be30;
  text-decoration: none;
}

/* line 476, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary-outline-s {
  background-color: #fff;
  border: 2px solid #ffcc4c;
  color: #f7be30;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 0.4rem 0.5rem 0.3rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary-outline-s:hover {
  color: #f7be30;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-yellow-primary-outline-s:focus {
  color: #f7be30;
  text-decoration: none;
}

/* line 490, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary {
  background-color: #6fc6cc;
  border: 2px solid #6fc6cc;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 0.8rem 0.7rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary:focus {
  color: #fff;
  text-decoration: none;
}

/* line 504, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary-s {
  background-color: #6fc6cc;
  border: 2px solid #6fc6cc;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 0.4rem 0.5rem 0.3rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary-s:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary-s:focus {
  color: #fff;
  text-decoration: none;
}

/* line 518, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary-outline {
  background-color: #fff;
  border: 2px solid #6fc6cc;
  color: #6fc6cc;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 0.8rem 0.7rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary-outline:hover {
  color: #6fc6cc;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary-outline:focus {
  color: #6fc6cc;
  text-decoration: none;
}

/* line 532, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary-outline-s {
  background-color: #fff;
  border: 2px solid #6fc6cc;
  color: #6fc6cc;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 0.4rem 0.5rem 0.3rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary-outline-s:hover {
  color: #6fc6cc;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-blue-primary-outline-s:focus {
  color: #6fc6cc;
  text-decoration: none;
}

/* line 546, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary {
  background-color: #ccc;
  border: 2px solid #ccc;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 0.8rem 0.7rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary:focus {
  color: #fff;
  text-decoration: none;
}

/* line 560, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary-s {
  background-color: #ccc;
  border: 2px solid #ccc;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 0.4rem 0.5rem 0.3rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary-s:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary-s:focus {
  color: #fff;
  text-decoration: none;
}

/* line 574, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary-outline {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  color: #ccc;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 0.8rem 0.7rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary-outline:hover {
  color: #ccc;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary-outline:focus {
  color: #ccc;
  text-decoration: none;
}

/* line 588, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary-outline-s {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  color: #ccc;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  padding: 0.4rem 0.5rem 0.3rem;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary-outline-s:hover {
  color: #ccc;
  opacity: 0.8;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/common/button.css.scss */
.btn-gray-primary-outline-s:focus {
  color: #ccc;
  text-decoration: none;
}

/* ここまで 2020春 パステルカラー ボタン */
/* line 604, app/assets/stylesheets/common/button.css.scss */
.btn-text-shadow {
  text-shadow: 0.3px -0.3px 0.3px #9c9c9c;
}

/* line 608, app/assets/stylesheets/common/button.css.scss */
.sns-login {
  margin-bottom: 5px;
}

/* line 610, app/assets/stylesheets/common/button.css.scss */
.sns-login .sns-btn {
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: content-box;
  height: 1.4em;
}

/* line 623, app/assets/stylesheets/common/button.css.scss */
.sns-login .sns-btn img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  display: inline-block;
}

/* line 634, app/assets/stylesheets/common/button.css.scss */
.sns-login .facebook-btn {
  background-image: url(/assets/background_fb-37b81203c4738c6928d9ea7a04183bbda5b20dfaf94e7c99532c4006f654c1ea.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 11px 10px 9px;
}

/* line 640, app/assets/stylesheets/common/button.css.scss */
.sns-login .facebook-btn .logo-fb {
  width: 19px;
  height: 19px;
  margin-top: 0px;
  margin-bottom: 3px;
}

/* line 648, app/assets/stylesheets/common/button.css.scss */
.sns-login .google-btn {
  color: #626262;
  padding: 9px 10px 11px;
  border: solid 1px #767778;
}

/* line 653, app/assets/stylesheets/common/button.css.scss */
.sns-login .google-btn .logo-gg {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  margin-bottom: 0px;
}

/* line 659, app/assets/stylesheets/common/button.css.scss */
.sns-login .google-btn span {
  margin-left: 5px;
  vertical-align: middle;
}

/* line 664, app/assets/stylesheets/common/button.css.scss */
.sns-login .apple-btn {
  color: #626262;
  padding: 9px 10px 11px;
  border: solid 1px #767778;
}

/* line 669, app/assets/stylesheets/common/button.css.scss */
.sns-login .apple-btn .logo-apple {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  margin-bottom: 0px;
}

/* line 675, app/assets/stylesheets/common/button.css.scss */
.sns-login .apple-btn span {
  margin-left: 5px;
  vertical-align: middle;
}

/* line 680, app/assets/stylesheets/common/button.css.scss */
.sns-login .machipass-btn {
  color: #626262;
  padding: 9px 10px 11px;
  border: solid 1px #767778;
}

/* line 685, app/assets/stylesheets/common/button.css.scss */
.sns-login .machipass-btn .logo-machipass {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  margin-bottom: 0px;
}

/* line 691, app/assets/stylesheets/common/button.css.scss */
.sns-login .machipass-btn span {
  margin-left: 5px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  /* line 700, app/assets/stylesheets/common/button.css.scss */
  .sns-login .sns-btn {
    margin: 5px 5px 8px;
  }
}

/* line 731, app/assets/stylesheets/common/button.css.scss */
.sns-smart-login {
  margin-top: 31px;
}

/* line 734, app/assets/stylesheets/common/button.css.scss */
.sns-smart-login .sns-smart-btn {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 26px;
  line-height: 44px;
  display: block;
  border-radius: 3px;
  font-weight: bold;
  position: relative;
}

/* line 746, app/assets/stylesheets/common/button.css.scss */
.sns-smart-login .sns-smart-btn img {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 9px;
  left: 18px;
}

/* line 755, app/assets/stylesheets/common/button.css.scss */
.sns-smart-login .facebook-smart-btn {
  border: 2px solid #1877f2;
  border-radius: 3px;
  color: #1877f2;
}

/* line 761, app/assets/stylesheets/common/button.css.scss */
.sns-smart-login .google-smart-btn {
  border: 2px solid #807b77;
  border-radius: 3px;
  color: #575653;
}

/* line 767, app/assets/stylesheets/common/button.css.scss */
.sns-smart-login .apple-smart-btn {
  border: 2px solid #807b77;
  border-radius: 3px;
  color: #575653;
}

/* line 773, app/assets/stylesheets/common/button.css.scss */
.sns-smart-login .machipass-smart-btn {
  border: 2px solid #807b77;
  border-radius: 3px;
  color: #575653;
}

/* line 1, app/assets/stylesheets/common/table.css.scss */
.table-small {
  font-size: 13px;
}

/* line 5, app/assets/stylesheets/common/table.css.scss */
table.table-fit {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/common/table.css.scss */
table.table-sky-blue-light th {
  background: #eefafe;
}

/* line 16, app/assets/stylesheets/common/table.css.scss */
table.table-tall th, table.table-tall td {
  padding: 12px;
}

/* line 22, app/assets/stylesheets/common/table.css.scss */
th.skip-border, td.skip-border {
  border-left: 0;
}

/* line 28, app/assets/stylesheets/common/table.css.scss */
table.pre-booking-mod th, table.pre-booking-mod td {
  border-top: 0;
  padding: 3px;
}

/* line 32, app/assets/stylesheets/common/table.css.scss */
table.pre-booking-mod th {
  width: 70px;
  text-align: right;
}

/* line 7, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 16, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 17, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 18, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 19, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 20, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px;
}

/* line 35, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 50, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 57, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 64, app/assets/stylesheets/common/tooltip.css.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 2, app/assets/stylesheets/common/box.css.scss */
.box-container {
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  width: 100%;
}

/* line 4, app/assets/stylesheets/common/box.css.scss */
.box-container.bx-al-c {
  box-align: center;
}

/* line 10, app/assets/stylesheets/common/box.css.scss */
.box-container .box-flex {
  /* Firefox */
  /* Safari and Chrome */
  /* Internet Explorer 10 */
  box-flex: 1;
  display: block;
}

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/* line 15, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 23, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 28, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 33, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 34, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }
  /* line 38, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 44, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }
  /* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}

/* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 57, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print {
    display: inherit !important;
  }
  /* line 58, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  /* line 567, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 572, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  /* line 579, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 60px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 140px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 220px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 300px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 380px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 460px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 540px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 620px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 700px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 780px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 860px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 940px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 100px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 180px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 260px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 340px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 420px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 500px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 580px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 660px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 740px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 820px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 900px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 980px;
  }
  /* line 614, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.1276595745%;
    *margin-left: 2.0744680851%;
  }
  /* line 623, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.1276595745%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 6.3829787234%;
    *width: 6.329787234%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.8936170213%;
    *width: 14.8404255319%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 23.4042553191%;
    *width: 23.3510638298%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.914893617%;
    *width: 31.8617021277%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.4255319149%;
    *width: 40.3723404255%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.9361702128%;
    *width: 48.8829787234%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.4468085106%;
    *width: 57.3936170213%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.9574468085%;
    *width: 65.9042553191%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.4680851064%;
    *width: 74.414893617%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.9787234043%;
    *width: 82.9255319149%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.4893617021%;
    *width: 91.4361702128%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 10.6382978723%;
    *margin-left: 10.5319148936%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.5106382979%;
    *margin-left: 8.4042553191%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.1489361702%;
    *margin-left: 19.0425531915%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.0212765957%;
    *margin-left: 16.914893617%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 27.6595744681%;
    *margin-left: 27.5531914894%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.5319148936%;
    *margin-left: 25.4255319149%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.170212766%;
    *margin-left: 36.0638297872%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.0425531915%;
    *margin-left: 33.9361702128%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 44.6808510638%;
    *margin-left: 44.5744680851%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.5531914894%;
    *margin-left: 42.4468085106%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.1914893617%;
    *margin-left: 53.085106383%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.0638297872%;
    *margin-left: 50.9574468085%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 61.7021276596%;
    *margin-left: 61.5957446809%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.5744680851%;
    *margin-left: 59.4680851064%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.2127659574%;
    *margin-left: 70.1063829787%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.085106383%;
    *margin-left: 67.9787234043%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 78.7234042553%;
    *margin-left: 78.6170212766%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.5957446809%;
    *margin-left: 76.4893617021%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 87.2340425532%;
    *margin-left: 87.1276595745%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.1063829787%;
    *margin-left: 85%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 95.7446808511%;
    *margin-left: 95.6382978723%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 93.6170212766%;
    *margin-left: 93.5106382979%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 104.2553191489%;
    *margin-left: 104.1489361702%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.1276595745%;
    *margin-left: 102.0212765957%;
  }
  /* line 669, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 676, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
  }
  /* line 18, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -20px;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 20px;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 567, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row:after {
    clear: both;
  }
  /* line 572, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  /* line 579, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span1 {
    width: 60px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span2 {
    width: 140px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span3 {
    width: 220px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span4 {
    width: 300px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span5 {
    width: 380px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span6 {
    width: 460px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span7 {
    width: 540px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span8 {
    width: 620px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span9 {
    width: 700px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span10 {
    width: 780px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span11 {
    width: 860px;
  }
  /* line 593, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .span12 {
    width: 940px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 100px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 180px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 260px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 340px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 420px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 500px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 580px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 660px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 740px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 820px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 900px;
  }
  /* line 599, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 980px;
  }
  /* line 614, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 617, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.1276595745%;
    *margin-left: 2.0744680851%;
  }
  /* line 623, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 628, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.1276595745%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span1 {
    width: 6.3829787234%;
    *width: 6.329787234%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span2 {
    width: 14.8936170213%;
    *width: 14.8404255319%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span3 {
    width: 23.4042553191%;
    *width: 23.3510638298%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span4 {
    width: 31.914893617%;
    *width: 31.8617021277%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span5 {
    width: 40.4255319149%;
    *width: 40.3723404255%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span6 {
    width: 48.9361702128%;
    *width: 48.8829787234%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span7 {
    width: 57.4468085106%;
    *width: 57.3936170213%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span8 {
    width: 65.9574468085%;
    *width: 65.9042553191%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span9 {
    width: 74.4680851064%;
    *width: 74.414893617%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span10 {
    width: 82.9787234043%;
    *width: 82.9255319149%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span11 {
    width: 91.4893617021%;
    *width: 91.4361702128%;
  }
  /* line 640, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1 {
    margin-left: 10.6382978723%;
    *margin-left: 10.5319148936%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.5106382979%;
    *margin-left: 8.4042553191%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2 {
    margin-left: 19.1489361702%;
    *margin-left: 19.0425531915%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.0212765957%;
    *margin-left: 16.914893617%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3 {
    margin-left: 27.6595744681%;
    *margin-left: 27.5531914894%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.5319148936%;
    *margin-left: 25.4255319149%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4 {
    margin-left: 36.170212766%;
    *margin-left: 36.0638297872%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.0425531915%;
    *margin-left: 33.9361702128%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5 {
    margin-left: 44.6808510638%;
    *margin-left: 44.5744680851%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.5531914894%;
    *margin-left: 42.4468085106%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6 {
    margin-left: 53.1914893617%;
    *margin-left: 53.085106383%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.0638297872%;
    *margin-left: 50.9574468085%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7 {
    margin-left: 61.7021276596%;
    *margin-left: 61.5957446809%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.5744680851%;
    *margin-left: 59.4680851064%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8 {
    margin-left: 70.2127659574%;
    *margin-left: 70.1063829787%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.085106383%;
    *margin-left: 67.9787234043%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9 {
    margin-left: 78.7234042553%;
    *margin-left: 78.6170212766%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.5957446809%;
    *margin-left: 76.4893617021%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10 {
    margin-left: 87.2340425532%;
    *margin-left: 87.1276595745%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.1063829787%;
    *margin-left: 85%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11 {
    margin-left: 95.7446808511%;
    *margin-left: 95.6382978723%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset11:first-child {
    margin-left: 93.6170212766%;
    *margin-left: 93.5106382979%;
  }
  /* line 646, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12 {
    margin-left: 104.2553191489%;
    *margin-left: 104.1489361702%;
  }
  /* line 647, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.1276595745%;
    *margin-left: 102.0212765957%;
  }
  /* line 669, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 676, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
  }
  /* line 686, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
  }
}

@media (max-width: 767px) {
  /* line 9, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0;
  }
  /* line 29, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 35, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }
  /* line 43, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .container {
    width: auto;
  }
  /* line 47, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 51, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row,
.thumbnails {
    margin-left: 0;
  }
  /* line 55, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  /* line 60, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  [class*="span"],
.uneditable-input[class*="span"],
.row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }
  /* line 69, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .span12,
.row-fluid .span12 {
    width: 100%;
    box-sizing: border-box;
  }
  /* line 74, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  /* line 81, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
  }
  /* line 91, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .input-prepend input,
.input-append input,
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  /* line 98, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  /* line 103, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 110, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 111, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  /* line 124, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 129, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  /* line 135, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #ccc;
  }
  /* line 142, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 149, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 153, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 157, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 165, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media .pull-left,
.media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  /* line 172, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 178, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  /* line 183, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  /* line 189, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-767px-max.scss */
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  /* line 13, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  body {
    padding-top: 0;
  }
  /* line 17, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    position: static;
  }
  /* line 21, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  /* line 24, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  /* line 27, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  /* line 31, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }
  /* line 36, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  /* line 45, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse {
    clear: both;
  }
  /* line 49, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  /* line 53, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none;
  }
  /* line 56, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  /* line 59, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  /* line 62, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  /* line 67, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    border-radius: 3px;
  }
  /* line 75, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    border-radius: 2px;
  }
  /* line 80, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  /* line 83, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  /* line 89, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  /* line 93, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus,
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  /* line 100, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  /* line 105, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  /* line 119, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  /* line 123, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
    display: none;
  }
  /* line 127, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  /* line 131, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  /* line 137, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
.nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 146, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  /* line 152, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  /* line 157, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse,
.nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  /* line 163, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block;
  }
  /* line 169, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 980px) {
  /* line 184, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 767px) {
  /* line 2, app/assets/stylesheets/common/responsive.css.scss */
  body {
    padding: 0 !important;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/common/responsive.css.scss */
  .container {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 13, app/assets/stylesheets/common/responsive.css.scss */
  .container.fit-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 24, app/assets/stylesheets/common/responsive.css.scss */
  .navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner,
.navbar-static-top .navbar-inner,
.navbar-header .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 29, app/assets/stylesheets/common/responsive.css.scss */
  .card-wrapper {
    padding: 0 0 9px 0;
    background-color: #ededed;
  }
  /* line 32, app/assets/stylesheets/common/responsive.css.scss */
  .card-wrapper.has-padding-top {
    padding: 9px 0;
  }
  /* line 35, app/assets/stylesheets/common/responsive.css.scss */
  .card-wrapper .card-container {
    background-color: #fff;
  }
  /* line 38, app/assets/stylesheets/common/responsive.css.scss */
  .card-wrapper .container-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
  }
  /* line 44, app/assets/stylesheets/common/responsive.css.scss */
  .card-wrapper .container-action {
    padding: 23px 20px 19px;
  }
  /* line 47, app/assets/stylesheets/common/responsive.css.scss */
  .card-wrapper .action-list {
    margin: 0;
    list-style: none;
  }
  /* line 51, app/assets/stylesheets/common/responsive.css.scss */
  .card-wrapper .action-list .action-item a {
    display: block;
    padding: 10px 0;
  }
  /* line 55, app/assets/stylesheets/common/responsive.css.scss */
  .card-wrapper .action-list .action-item i {
    margin-right: 10px;
    margin-left: 5px;
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  /* line 66, app/assets/stylesheets/common/responsive.css.scss */
  body {
    background: url(/assets/furley_bg-23f2e61ef01e9a40a5095d13f08d5d2c02e18ea824e1d66178b2a0ec629973de.png) !important;
  }
  /* line 70, app/assets/stylesheets/common/responsive.css.scss */
  .master-div {
    width: 620px;
    margin: 10px auto;
    border: 1px solid #d6d6d6;
    border-top: none;
    overflow: hidden;
    background: white;
  }
  /* line 79, app/assets/stylesheets/common/responsive.css.scss */
  .container {
    width: 620px;
  }
  /* line 83, app/assets/stylesheets/common/responsive.css.scss */
  .misc-page {
    padding: 20px;
  }
}

/* line 89, app/assets/stylesheets/common/responsive.css.scss */
.disable-auto-tel a[href^='tel:'] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/mobile/buttons.css.scss */
.share-buttons-list {
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  background: white;
  box-shadow: 0 2px 2px, rgba(0, 0, 0, 0.2);
  *zoom: 1;
  overflow: hidden;
  margin: 0 !important;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.share-buttons-list:before, .share-buttons-list:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.share-buttons-list:after {
  clear: both;
}

/* line 10, app/assets/stylesheets/mobile/buttons.css.scss */
.share-buttons-list li {
  list-style: none;
  box-sizing: border-box;
  float: left;
  width: 50%;
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fff, #efefef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEFEFEF', GradientType=0);
}

/* line 18, app/assets/stylesheets/mobile/buttons.css.scss */
.share-buttons-list li:first-child {
  border-right: 1px solid #e6e6e6;
}

/* line 24, app/assets/stylesheets/mobile/buttons.css.scss */
a.share-button {
  color: #555;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 1px 1px white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding: 7px 0;
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/mobile/buttons.css.scss */
a.share-button img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
}

/* line 49, app/assets/stylesheets/mobile/buttons.css.scss */
.block-buttons-group .btn {
  margin-bottom: 10px;
}

/* line 51, app/assets/stylesheets/mobile/buttons.css.scss */
.block-buttons-group .btn:last-child {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/mobile/buttons.css.scss */
.large-space-btn-block + .large-space-btn-block {
  margin-top: 15px;
}

/* line 5, app/assets/stylesheets/mobile/navbar.css.scss */
.fixed-header {
  position: fixed;
  height: 2.5rem;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* line 13, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-brand {
  margin-top: 42px-1.3, 46px/2/2;
  width: 83px;
  height: 1.3, 46px/2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: url(/assets/logos/logo-header-mobile-27012d50bc4d6d786ac41bc57d3900de1f421e3ba62520f1dd40b88a0b3dbf31.png);
  background-repeat: no-repeat;
  background-size: 83px 1.3, 46px/2;
  text-indent: -9999px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 13, app/assets/stylesheets/mobile/navbar.css.scss */
  .navbar-brand {
    background-size: 83px 1.3, 46px / 2;
  }
}

/* line 31, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-brand-text {
  color: #379edb;
  display: block;
  line-height: 42px;
  font-weight: bold;
  text-shadow: 0 1px 0 white;
  font-size: 18px;
  text-align: center;
  margin: 0 50px;
}

/* line 42, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-header {
  margin-bottom: 0;
  z-index: 1000;
  position: relative;
}

/* line 44, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-header .navbar-inner {
  border-bottom: 0.1em solid #d7d7d7;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

/* line 49, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-header .navbar-top-fixed {
  background-color: #f9fafb;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  height: 40px;
  border-bottom: 1px solid #d8d8d8;
}

/* line 63, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-right-btn {
  position: absolute;
  right: 10px;
  top: 4px;
}

/* line 69, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-left-btn {
  position: absolute;
  left: 10px;
  top: 4px;
}

/* line 75, app/assets/stylesheets/mobile/navbar.css.scss */
.nav-menu-holder {
  background: #efefef;
}

/* line 78, app/assets/stylesheets/mobile/navbar.css.scss */
.nav-menu-holder ul.nav li a {
  padding: 12px 10px;
}

/* line 82, app/assets/stylesheets/mobile/navbar.css.scss */
.nav-menu-holder ul.nav li:not(.btn-li) {
  border-bottom: 1px solid #dfdfdf;
}

/* line 86, app/assets/stylesheets/mobile/navbar.css.scss */
.nav-menu-holder ul.nav li.btn-li {
  padding: 12px 10px;
}

/* line 88, app/assets/stylesheets/mobile/navbar.css.scss */
.nav-menu-holder ul.nav li.btn-li form {
  margin: 0 !important;
}

/* line 95, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed {
  align-items: center;
  background-color: #f9fafb;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  height: 2.5rem;
  left: 0;
  margin-bottom: 1rem;
  padding: 0.2rem 0;
  top: 0;
  width: 100%;
  z-index: 1050;
}

/* line 109, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a,
.navbar-top-fixed button {
  display: block;
  text-decoration: none;
}

/* line 113, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a span,
.navbar-top-fixed button span {
  display: block;
}

/* line 116, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .head-icon,
.navbar-top-fixed button .head-icon {
  text-align: center;
}

/* line 118, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .head-icon i,
.navbar-top-fixed button .head-icon i {
  color: #b9b9b9;
  font-size: 160%;
  padding: 0.1rem 0;
}

/* line 122, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .head-icon i .checked,
.navbar-top-fixed button .head-icon i .checked {
  color: #f77777;
}

/* line 125, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .head-icon i.fa-bars,
.navbar-top-fixed button .head-icon i.fa-bars {
  padding: 0.2rem 0 0;
}

/* line 128, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .head-icon i.fa-folder-open,
.navbar-top-fixed button .head-icon i.fa-folder-open {
  font-size: 130%;
}

/* line 131, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .head-icon i.fa-search,
.navbar-top-fixed button .head-icon i.fa-search {
  font-size: 135%;
}

/* line 134, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .head-icon i.fa-heart,
.navbar-top-fixed button .head-icon i.fa-heart {
  font-size: 140%;
}

/* line 140, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a.logo svg path.style-1,
.navbar-top-fixed button.logo svg path.style-1 {
  fill: #b9b9b9;
}

/* line 142, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a.logo svg path.style-1:hover,
.navbar-top-fixed button.logo svg path.style-1:hover {
  fill: #ff735a;
}

/* line 146, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a.logo svg path.style-2,
.navbar-top-fixed button.logo svg path.style-2 {
  fill: #fff;
}

/* line 150, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-icon,
.navbar-top-fixed button .side-icon {
  text-align: center;
}

/* line 152, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-icon i,
.navbar-top-fixed button .side-icon i {
  color: #6e615c;
  font-size: 160%;
  padding: 0.1rem 0.4rem;
}

/* line 156, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-icon i .checked,
.navbar-top-fixed button .side-icon i .checked {
  color: #f77777;
}

/* line 159, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-icon i.fa-search,
.navbar-top-fixed button .side-icon i.fa-search {
  font-size: 70%;
}

/* line 162, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-icon i.fa-heart,
.navbar-top-fixed button .side-icon i.fa-heart {
  font-size: 62%;
}

/* line 165, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-icon i.fa-user,
.navbar-top-fixed button .side-icon i.fa-user {
  font-size: 75%;
}

/* line 168, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-icon i.fa-building,
.navbar-top-fixed button .side-icon i.fa-building {
  font-size: 70%;
}

/* line 171, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-icon i.fa-star,
.navbar-top-fixed button .side-icon i.fa-star {
  font-size: 65%;
}

/* line 174, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-icon i.fa-question,
.navbar-top-fixed button .side-icon i.fa-question {
  font-size: 94%;
}

/* line 177, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-icon i.fa-caret-down,
.navbar-top-fixed button .side-icon i.fa-caret-down {
  font-size: 95%;
}

/* line 182, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .head-title,
.navbar-top-fixed button .head-title {
  color: #b9b9b9;
  font-size: 60%;
  padding: 0.1rem 0;
}

/* line 187, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a .side-title,
.navbar-top-fixed button .side-title {
  color: #232120;
  font-size: 60%;
  padding: 0.1rem 0;
}

/* line 193, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a:hover i,
.navbar-top-fixed button:hover i {
  color: #ff735a;
}

/* line 196, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a:hover .head-title,
.navbar-top-fixed button:hover .head-title {
  color: #ff735a;
}

/* line 199, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a:hover .side-title,
.navbar-top-fixed button:hover .side-title {
  color: #ff735a;
}

/* line 204, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a.active i,
.navbar-top-fixed button.active i {
  color: #f77777;
}

/* line 207, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a.active .head-title,
.navbar-top-fixed button.active .head-title {
  color: #e05858;
}

/* line 210, app/assets/stylesheets/mobile/navbar.css.scss */
.navbar-top-fixed a.active .side-title,
.navbar-top-fixed button.active .side-title {
  color: #f77777;
}

/* line 218, app/assets/stylesheets/mobile/navbar.css.scss */
#drawer-menu span {
  display: inline-block;
}

/* line 222, app/assets/stylesheets/mobile/navbar.css.scss */
#drawer-menu .icon i {
  padding: 0.1rem 0.4rem;
}

/* line 227, app/assets/stylesheets/mobile/navbar.css.scss */
#menu-btn {
  background: transparent;
  border: none;
  display: block;
}

/* line 233, app/assets/stylesheets/mobile/navbar.css.scss */
#curtain {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  left: 0;
  height: 100%;
  position: fixed;
  transition: all 0.5s ease;
  top: 2.9rem;
  width: 100%;
}

/* line 247, app/assets/stylesheets/mobile/navbar.css.scss */
nav.menu {
  background: #fff;
  box-shadow: -3px 0px 3px -3px rgba(0, 0, 0, 0.4);
  height: 100%;
  position: fixed;
  right: 0;
  text-align: left;
  top: 2.9rem;
  transform: translateX(275px);
  transition: 0.4s all;
  width: 270px;
  z-index: 1;
}

/* line 259, app/assets/stylesheets/mobile/navbar.css.scss */
nav.menu ul {
  background: #fff;
  display: block;
  margin: 0.3rem 0.4rem 1rem 0.4rem;
  text-align: left;
}

/* line 264, app/assets/stylesheets/mobile/navbar.css.scss */
nav.menu ul li {
  list-style: none;
  padding: 0;
  transition: all 0.5s;
}

/* line 268, app/assets/stylesheets/mobile/navbar.css.scss */
nav.menu ul li:hover {
  background: #fff;
}

/* line 271, app/assets/stylesheets/mobile/navbar.css.scss */
nav.menu ul li a {
  color: #6e615c;
  display: block;
  padding: 0.9rem 0.2rem;
  font-size: 1.6rem;
}

/* line 276, app/assets/stylesheets/mobile/navbar.css.scss */
nav.menu ul li a:hover {
  background-color: #fffbfb;
  border-radius: 4px;
  color: #4a413d;
  font-weight: bold;
}

/* line 282, app/assets/stylesheets/mobile/navbar.css.scss */
nav.menu ul li a.active {
  background-color: #fff5f5;
  border-radius: 4px;
  color: #4a413d;
  font-weight: bold;
}

/* line 289, app/assets/stylesheets/mobile/navbar.css.scss */
nav.menu ul li ul {
  margin: 0.1rem 0 0.1rem 1.5rem;
}

/* line 297, app/assets/stylesheets/mobile/navbar.css.scss */
.menu-open #curtain {
  background-color: rgba(0, 0, 0, 0.55);
  display: block;
  transition: all 0.5s ease;
}

/* line 305, app/assets/stylesheets/mobile/navbar.css.scss */
.menu-open .menu {
  transform: translateX(0);
}

/* line 310, app/assets/stylesheets/mobile/navbar.css.scss */
.master-div {
  min-height: 30vh;
  overflow-x: hidden;
}

/* line 1, app/assets/stylesheets/mobile/form.css.scss */
textarea,
input[type='text'] {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* line 18, app/assets/stylesheets/mobile/form.css.scss */
.form-horizontal-striped label {
  font-size: 13px;
}

/* line 22, app/assets/stylesheets/mobile/form.css.scss */
.form-horizontal-striped .control-group:nth-child(odd) {
  background: #f6f6f6;
}

/* line 26, app/assets/stylesheets/mobile/form.css.scss */
.form-horizontal-striped .control-group {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal-striped .control-group:before, .form-horizontal-striped .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.form-horizontal-striped .control-group:after {
  clear: both;
}

/* line 33, app/assets/stylesheets/mobile/form.css.scss */
.form-horizontal-striped .control-label {
  float: left;
  width: 80px;
  padding-top: 5px;
  text-align: right;
}

/* line 40, app/assets/stylesheets/mobile/form.css.scss */
.form-horizontal-striped .controls {
  *display: inline-block;
  *padding-left: 10px;
  margin-left: 90px;
  *margin-left: 0;
}

/* line 47, app/assets/stylesheets/mobile/form.css.scss */
.form-horizontal-striped .controls:first-child {
  *padding-left: 90px;
}

/* line 52, app/assets/stylesheets/mobile/form.css.scss */
.form-horizontal-striped .help-block {
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/mobile/form.css.scss */
.form-horizontal-striped input + .help-block,
.form-horizontal-striped select + .help-block,
.form-horizontal-striped textarea + .help-block,
.form-horizontal-striped .uneditable-input + .help-block,
.form-horizontal-striped .input-prepend + .help-block,
.form-horizontal-striped .input-append + .help-block {
  margin-top: 10px;
}

/* line 68, app/assets/stylesheets/mobile/form.css.scss */
.form-horizontal-striped .form-actions {
  padding-left: 90px;
}

/* line 72, app/assets/stylesheets/mobile/form.css.scss */
.form-horizontal-striped .input-date {
  width: 80%;
}

/* line 77, app/assets/stylesheets/mobile/form.css.scss */
.field_with_errors {
  color: #b94a48;
}

/* line 2, app/assets/stylesheets/mobile/top.css.scss */
.top-hero-section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ccc;
  height: 180px;
  background-position: center center;
  background-color: #333;
  background-image: url(/assets/landing-cover-mobile-60d7528ca9f9bce3cb403ef514e00e39a84d526ff83337df9bff23d5bf14c8d1.jpg);
  background-size: 320px 180px;
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
  /* line 2, app/assets/stylesheets/mobile/top.css.scss */
  .top-hero-section {
    background-size: 320px 180px;
  }
}

/* line 30, app/assets/stylesheets/mobile/top.css.scss */
.top-hero-inner {
  margin: 30px 10px 0;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

/* line 40, app/assets/stylesheets/mobile/top.css.scss */
.top-hero-inner h1 {
  margin: 0;
  padding: 15px 10px;
  font-size: 16px;
  line-height: 1.6;
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* line 49, app/assets/stylesheets/mobile/top.css.scss */
.top-hero-inner h1 span {
  color: #ff99cd;
}

/* line 55, app/assets/stylesheets/mobile/top.css.scss */
.top-hero-inner .button-row {
  margin-top: 10px;
}

/* line 61, app/assets/stylesheets/mobile/top.css.scss */
.sub-tagline {
  font-size: 12px;
}

/* line 66, app/assets/stylesheets/mobile/top.css.scss */
.top-news-well {
  padding: 10px 5px;
}

/* line 69, app/assets/stylesheets/mobile/top.css.scss */
.top-news-well .well-icon-group {
  float: left;
  width: 25px;
  display: block;
}

/* line 75, app/assets/stylesheets/mobile/top.css.scss */
.top-news-well .icon-top {
  font-size: 1.2em;
}

/* line 79, app/assets/stylesheets/mobile/top.css.scss */
.top-news-well .well-content {
  font-size: 13px;
  display: block;
  margin-left: 35px;
}

/* line 87, app/assets/stylesheets/mobile/top.css.scss */
.ld-social-group {
  padding: 10px 0;
  background: #eefafe;
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.ld-social-group:before, .ld-social-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.ld-social-group:after {
  clear: both;
}

/* line 92, app/assets/stylesheets/mobile/top.css.scss */
.ld-social-group .col {
  width: 30%;
  float: left;
  text-align: center;
}

/* line 99, app/assets/stylesheets/mobile/top.css.scss */
.img-center {
  text-align: center;
  border-radius: 50%;
  -webkit-clip-path: circle();
          clip-path: circle();
  overflow: hidden;
}

/* line 106, app/assets/stylesheets/mobile/top.css.scss */
.provider-display-name {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

/* line 113, app/assets/stylesheets/mobile/top.css.scss */
.provider-description {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  overflow-wrap: anywhere;
}

/* line 121, app/assets/stylesheets/mobile/top.css.scss */
.container-90 {
  width: 90%;
  margin: auto;
}

/* line 126, app/assets/stylesheets/mobile/top.css.scss */
.provider-section {
  width: 90%;
  margin: auto;
}

/* line 1, app/assets/stylesheets/mobile/type.css.scss */
h1 {
  font-size: 16.8px;
}

/* line 5, app/assets/stylesheets/mobile/type.css.scss */
h3 {
  font-size: 16.8px;
  line-height: 18.2px;
}

/* line 11, app/assets/stylesheets/mobile/type.css.scss */
.group-header h1 {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}

/* line 17, app/assets/stylesheets/mobile/type.css.scss */
.group-header h4, .group-header h6 {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}

/* line 23, app/assets/stylesheets/mobile/type.css.scss */
.group-header p {
  margin: 0;
  padding: 5px 0 0;
  font-size: 12px;
}

/* line 30, app/assets/stylesheets/mobile/type.css.scss */
.group-header-default {
  padding: 10px 10px;
}

/* line 34, app/assets/stylesheets/mobile/type.css.scss */
.group-header-short {
  padding: 7px 10px;
}

/* line 36, app/assets/stylesheets/mobile/type.css.scss */
.group-header-short h1 {
  font-size: 14px;
  line-height: 1;
}

/* line 42, app/assets/stylesheets/mobile/type.css.scss */
.group-header-dark {
  background-color: #474747;
  background-image: linear-gradient(to bottom, #555, #333);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF555555', endColorstr='#FF333333', GradientType=0);
  color: white;
}

/* line 45, app/assets/stylesheets/mobile/type.css.scss */
.group-header-dark h1 {
  text-shadow: 0 -1px 0 black;
}

/* line 48, app/assets/stylesheets/mobile/type.css.scss */
.group-header-dark p {
  color: rgba(255, 255, 255, 0.8);
}

/* line 53, app/assets/stylesheets/mobile/type.css.scss */
.group-header-brand {
  color: white;
  background: #00b0ff;
}

/* line 56, app/assets/stylesheets/mobile/type.css.scss */
.group-header-brand h1 {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* line 59, app/assets/stylesheets/mobile/type.css.scss */
.group-header-brand p {
  color: rgba(255, 255, 255, 0.8);
}

/* line 64, app/assets/stylesheets/mobile/type.css.scss */
.group-header-light {
  background-color: #d9d9d9;
  background-image: linear-gradient(to bottom, #d7d7d7, #dbdbdb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD7D7D7', endColorstr='#FFDBDBDB', GradientType=0);
  box-shadow: inset 0 1px 0 #dfdfdf, inset 0 -1px 0 #efefef;
  border-bottom: 1px solid #b1b1b1;
  border-top: 1px solid #b1b1b1;
  color: #777;
}

/* line 72, app/assets/stylesheets/mobile/type.css.scss */
.group-header-brand {
  background-color: #c20000;
  background-image: linear-gradient(to bottom, #cc0000, #b30000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC0000', endColorstr='#FFB30000', GradientType=0);
  color: #fff;
}

/* line 77, app/assets/stylesheets/mobile/type.css.scss */
.group-header-lighter {
  background: #efefef;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  color: #777;
}

/* line 85, app/assets/stylesheets/mobile/type.css.scss */
p.group-guide {
  font-size: 13px;
  padding: 7px 10px;
  margin: 0;
  line-height: 1.6;
}

/* line 92, app/assets/stylesheets/mobile/type.css.scss */
p.group-guide-muted-lighter {
  background: #edf5f8;
  color: #555;
  border-bottom: 1px solid #dbebf1;
}

/* line 98, app/assets/stylesheets/mobile/type.css.scss */
.type-with-btn-small {
  padding: 0;
  margin: 0;
  line-height: 28px;
  display: inline-block;
}

/* line 2, app/assets/stylesheets/mobile/misc.css.scss */
.long-passage h4 {
  font-size: 14px;
  margin: 5px;
}

/* line 7, app/assets/stylesheets/mobile/misc.css.scss */
.long-passage p {
  color: #555;
  font-size: 12px;
  padding-bottom: 15px;
}

/* line 13, app/assets/stylesheets/mobile/misc.css.scss */
td.td1 {
  width: 100px;
}

/* line 1, app/assets/stylesheets/mobile/cells.css.scss */
.list-group {
  border-top: 1px solid #e6e6e6;
}

/* line 4, app/assets/stylesheets/mobile/cells.css.scss */
.list-group .list-row {
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: thin solid #a0a0a0;
}

/*
  Listing Cell
*/
/* line 19, app/assets/stylesheets/mobile/cells.css.scss */
.block {
  display: block;
}

/* line 23, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

/* line 26, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .cell-caption {
  padding-bottom: 5px;
  color: #333;
  display: block;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 36, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .cell-item-caption {
  padding-bottom: 5px;
  color: #333;
}

/* line 41, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .item-footer {
  display: -webkit-box;
  -webkit-box-align: center;
  position: relative;
}

/* line 47, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .cell-item-desc-top {
  padding-top: 5px;
}

/* line 55, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .item-capacity .capacity-tag,
.listing-cell .item-footer-content .capacity-tag {
  padding: 3px 4px;
  display: inline-block;
  border-radius: 2px;
  background: #e1eef3;
  color: #6b9cb2;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  text-shadow: none;
}

/* line 77, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .item-capacity .invoice-registration-confirmed,
.listing-cell .item-capacity .is-auto-approve,
.listing-cell .item-footer-content .invoice-registration-confirmed,
.listing-cell .item-footer-content .is-auto-approve {
  font-weight: bold;
  font-size: 0.9em;
}

/* line 84, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .item-price-row {
  margin-bottom: 5px;
  color: #d6448e;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

/* line 92, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .item-price-row .suf {
  font-size: 13px;
}

/* line 97, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .item-price {
  text-align: right;
  color: #d6207c;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

/* line 106, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .item-price .suf {
  color: #d67eab;
  display: block;
  font-size: 12px;
}

/* line 113, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .item-price .distance {
  color: #777;
  display: block;
  font-size: 12px;
}

/* line 120, app/assets/stylesheets/mobile/cells.css.scss */
.listing-cell .item-chevron {
  padding-left: 10px;
  color: #ccc;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
}

/* line 131, app/assets/stylesheets/mobile/cells.css.scss */
.cell-item-caption-plain {
  line-height: 30px;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*
  Collection Cell
*/
/* line 142, app/assets/stylesheets/mobile/cells.css.scss */
.collection-cells {
  margin: .4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 148, app/assets/stylesheets/mobile/cells.css.scss */
.collection-cells .collection-cell {
  margin-top: 20px;
  width: 300px;
  height: 200px;
}

/* line 153, app/assets/stylesheets/mobile/cells.css.scss */
.collection-cells .collection-cell .cell-item-image {
  text-align: center;
}

/* line 157, app/assets/stylesheets/mobile/cells.css.scss */
.collection-cells .collection-cell .cell-item-text {
  padding: .4rem;
}

/* line 160, app/assets/stylesheets/mobile/cells.css.scss */
.collection-cells .collection-cell .cell-item-text p {
  margin: 0;
}

/* line 167, app/assets/stylesheets/mobile/cells.css.scss */
.neighborhood-cells {
  margin: .4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 173, app/assets/stylesheets/mobile/cells.css.scss */
.neighborhood-cells .neighborhood-cell {
  margin-top: 20px;
  width: 300px;
  height: 200px;
}

/* line 178, app/assets/stylesheets/mobile/cells.css.scss */
.neighborhood-cells .neighborhood-cell .neighborhood-item-image {
  text-align: center;
}

/* line 182, app/assets/stylesheets/mobile/cells.css.scss */
.neighborhood-cells .neighborhood-cell .neighborhood-item-text {
  padding: .4rem;
}

/* line 185, app/assets/stylesheets/mobile/cells.css.scss */
.neighborhood-cells .neighborhood-cell .neighborhood-item-text p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/mobile/layouts.css.scss */
.pad-11 {
  padding: 11px;
}

/* line 5, app/assets/stylesheets/mobile/layouts.css.scss */
.app-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 10, app/assets/stylesheets/mobile/layouts.css.scss */
.app-inner-tall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 15, app/assets/stylesheets/mobile/layouts.css.scss */
.map-container {
  width: 80%;
  margin: auto;
}

/* line 20, app/assets/stylesheets/mobile/layouts.css.scss */
.top-container {
  margin-top: 10px;
}

/* line 24, app/assets/stylesheets/mobile/layouts.css.scss */
.last-container {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 20px;
}

/* line 30, app/assets/stylesheets/mobile/layouts.css.scss */
.last-container2 {
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 35, app/assets/stylesheets/mobile/layouts.css.scss */
.pre-booking-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 40, app/assets/stylesheets/mobile/layouts.css.scss */
.container .container-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 46, app/assets/stylesheets/mobile/layouts.css.scss */
.table td.span8 {
  height: 37px;
}

/* line 50, app/assets/stylesheets/mobile/layouts.css.scss */
.two-cols {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.two-cols:before, .two-cols:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.two-cols:after {
  clear: both;
}

/* line 52, app/assets/stylesheets/mobile/layouts.css.scss */
.two-cols .col {
  float: left;
  width: 50%;
}

/* line 57, app/assets/stylesheets/mobile/layouts.css.scss */
.two-cols .col-inner-odd {
  margin-right: 5px;
}

/* line 61, app/assets/stylesheets/mobile/layouts.css.scss */
.two-cols .col-inner-even {
  margin-left: 5px;
}

/* line 67, app/assets/stylesheets/mobile/layouts.css.scss */
.two-cols-guttered {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.two-cols-guttered:before, .two-cols-guttered:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.two-cols-guttered:after {
  clear: both;
}

/* line 69, app/assets/stylesheets/mobile/layouts.css.scss */
.two-cols-guttered .col {
  float: left;
  width: 47%;
}

/* line 72, app/assets/stylesheets/mobile/layouts.css.scss */
.two-cols-guttered .col:nth-child(odd) {
  margin-right: 3%;
}

/* line 75, app/assets/stylesheets/mobile/layouts.css.scss */
.two-cols-guttered .col:nth-child(even) {
  margin-left: 3%;
}

/* line 3, app/assets/stylesheets/mobile/pre_bookings.css.scss */
form.form-prebooking legend {
  font-size: 16px;
}

/* line 7, app/assets/stylesheets/mobile/pre_bookings.css.scss */
form.form-prebooking .form-guide {
  font-size: 13px;
}

/* line 12, app/assets/stylesheets/mobile/pre_bookings.css.scss */
form.form-prebooking .controls.date select, form.form-prebooking .controls.time select {
  display: inline;
  width: auto;
}

/* line 18, app/assets/stylesheets/mobile/pre_bookings.css.scss */
form.form-prebooking .button-controls {
  text-align: center;
}

/* line 24, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.refund-link {
  width: 100%;
  overflow-wrap: anywhere;
}

/* line 29, app/assets/stylesheets/mobile/pre_bookings.css.scss */
table.prebooking-info-table {
  table-layout: fixed;
  font-size: 13px;
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* line 35, app/assets/stylesheets/mobile/pre_bookings.css.scss */
table.prebooking-info-table.no-margin {
  margin: 0;
}

/* line 39, app/assets/stylesheets/mobile/pre_bookings.css.scss */
table.prebooking-info-table th {
  border-left: none;
  background: #f6f6f6;
}

/* line 44, app/assets/stylesheets/mobile/pre_bookings.css.scss */
table.prebooking-info-table th.template-head {
  width: 65px;
}

/* line 47, app/assets/stylesheets/mobile/pre_bookings.css.scss */
table.prebooking-info-table .mail-template {
  overflow: scroll;
  height: 100px;
}

/* line 53, app/assets/stylesheets/mobile/pre_bookings.css.scss */
table.prebooking-info-table tr:first-child th {
  border-top-left-radius: 0 !important;
}

/* line 58, app/assets/stylesheets/mobile/pre_bookings.css.scss */
table.prebooking-info-table tr:first-child td {
  border-radius: 0;
}

/* line 63, app/assets/stylesheets/mobile/pre_bookings.css.scss */
table.prebooking-info-table tr:last-child th {
  border-bottom-left-radius: 0 !important;
}

/* line 71, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.alert.alert-info.user-top {
  margin-bottom: 10px !important;
}

/* line 74, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.looking-for-space-mobile {
  margin-bottom: 10px;
}

/* line 77, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.controls.time {
  margin-top: 10px;
}

/* line 81, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.pre-booking-summary {
  font-size: 13px;
}

/* line 83, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.pre-booking-summary label {
  color: #999;
  font-weight: normal;
  font-size: 13px;
  line-height: 8px;
  padding-right: 5px;
}

/* line 91, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.pre-booking-summary label.summary-label {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 13px;
}

/* line 97, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.pre-booking-summary span {
  color: #555;
  font-weight: bold;
}

/* line 102, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.pre-booking-summary p {
  font-size: 18px;
  color: #555;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 110, app/assets/stylesheets/mobile/pre_bookings.css.scss */
p.cancel-policy {
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #f6f6f6;
  overflow: scroll;
  padding: 10px;
  max-height: 200px;
}

/* line 119, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.pre-booking-total-price {
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
}

/* line 125, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.pre-booking-mod-margin {
  margin-top: 20px;
}

/* line 129, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.before-use-ticket {
  min-height: 30px;
}

/* line 132, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.before-use-points {
  min-height: 50px;
}

/* line 137, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.before-use-ticket.ticket-error,
.before-use-points.points-error {
  display: none;
}

/* line 141, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.use-ticket,
.use-points {
  display: none;
}

/* line 145, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.use-ticket.ticket-error,
.use-points.points-error {
  display: block;
}

/* line 149, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.use-ticket .controls,
.use-points .controls {
  margin-left: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  /* line 155, app/assets/stylesheets/mobile/pre_bookings.css.scss */
  .use-ticket .controls input, .use-ticket .controls a,
.use-points .controls input, .use-points .controls a {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  /* line 161, app/assets/stylesheets/mobile/pre_bookings.css.scss */
  .use-ticket .controls input,
.use-points .controls input {
    display: block;
  }
  /* line 165, app/assets/stylesheets/mobile/pre_bookings.css.scss */
  .use-ticket .controls a,
.use-points .controls a {
    display: inline-block;
  }
  /* line 169, app/assets/stylesheets/mobile/pre_bookings.css.scss */
  .use-ticket .controls input, .use-ticket .controls a,
.use-points .controls input, .use-points .controls a {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* line 175, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.coupon-discount .span4 {
  min-height: 0;
}

/* line 178, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.coupon-discount .span4 > :first-child:after {
  content: ':';
}

/* line 181, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.coupon-discount .span4 > :last-child {
  font-weight: bold;
  font-size: 13px;
}

/* line 185, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.coupon-discount .span4 > div {
  display: inline-block;
}

/* line 188, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.line-share {
  margin-bottom: 10px;
}

/* line 192, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.sticky-section {
  overflow: hidden;
  background-color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0px 28px 0px;
}

/* line 206, app/assets/stylesheets/mobile/pre_bookings.css.scss */
.btn-h1t {
  flex: 1 0 0;
  padding: 10px 0px 10px 0px;
  margin: 0px 10px 0px 10px;
  background: linear-gradient(180deg, #82D384 0%, #54AB57 100%), linear-gradient(180deg, #FDFDFD 0%, #E7E7E7 100%);
}

/* line 1, app/assets/stylesheets/mobile/listing_card.css.scss */
.listing-card {
  *zoom: 1;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.listing-card:before, .listing-card:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.listing-card:after {
  clear: both;
}

/* line 3, app/assets/stylesheets/mobile/listing_card.css.scss */
.listing-card .card-image-shell {
  /* Firefox */
  /* Safari and Chrome */
  /* Internet Explorer 10 */
  box-flex: 1;
  margin-bottom: 10px;
}

/* line 8, app/assets/stylesheets/mobile/listing_card.css.scss */
.listing-card .card-image-shell img {
  width: 50px;
  height: 50px;
}

/* line 13, app/assets/stylesheets/mobile/listing_card.css.scss */
.listing-card .card-context {
  margin-bottom: 10px;
}

/* line 16, app/assets/stylesheets/mobile/listing_card.css.scss */
.listing-card .card-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.2;
}

/* line 23, app/assets/stylesheets/mobile/listing_card.css.scss */
.listing-card h4 {
  margin: 5px 0 5px;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-action-group {
  padding: 1em 10px 1em 10px;
  text-align: center;
  background: #efefef;
}

/* line 6, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-action-group .btn {
  display: inline-block;
  min-width: 7.5em;
}

/* line 11, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-action-group .btn:first-child {
  margin-right: 0.5em;
}

/* line 15, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-action-group .btn:last-child {
  margin-left: 0.5em;
}

/* line 20, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form, form.ls-form {
  margin-bottom: 0 !important;
}

/* line 22, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form *, form.ls-form * {
  box-sizing: border-box;
}

/* line 28, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form label, form.ls-form label {
  font-size: 12px;
}

/* line 32, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form .input-append,
.ls-form select,
.ls-form input, form.ls-form .input-append,
form.ls-form select,
form.ls-form input {
  margin-bottom: 0 !important;
  font-size: 13px;
}

/* line 39, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form label, form.ls-form label {
  color: #999;
  font-weight: bold;
}

/* line 44, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form .control-group:last-child, form.ls-form .control-group:last-child {
  margin-bottom: 0 !important;
}

/* line 48, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form .controls, form.ls-form .controls {
  margin-right: 10px;
}

/* line 52, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form .select-time, form.ls-form .select-time {
  width: 55px;
  display: inline;
}

/* line 57, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form .select-hours, form.ls-form .select-hours {
  width: 120px;
}

/* line 61, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form .select-neighborhood, form.ls-form .select-neighborhood {
  width: 120px;
}

/* line 65, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form .input-party, form.ls-form .input-party {
  width: 50px;
}

/* line 69, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form .input-short, form.ls-form .input-short {
  width: 50px;
}

/* line 73, app/assets/stylesheets/mobile/listing_search.css.scss */
.ls-form .add-on, form.ls-form .add-on {
  margin-left: -5px;
}

/* line 78, app/assets/stylesheets/mobile/listing_search.css.scss */
.picker__holder-listing-search {
  right: 0 !important;
}

/* line 83, app/assets/stylesheets/mobile/listing_search.css.scss */
.picker-listing-search {
  right: 0 !important;
}

/* line 2, app/assets/stylesheets/mobile/modal.css.scss */
.modal-header h4 {
  margin: 0;
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/mobile/modal.css.scss */
.modal-header .close {
  padding: 4px 10px;
}

/* line 11, app/assets/stylesheets/mobile/modal.css.scss */
.modal-search-body {
  padding-left: 0;
  padding-right: 0;
  max-height: 450px;
}

/* line 15, app/assets/stylesheets/mobile/modal.css.scss */
.modal-search-body .btn {
  display: inline;
}

/* line 2, app/assets/stylesheets/mobile/coworking_stays.css.scss */
.coworking-stays-container h2 {
  font-size: 24px;
}

/* line 5, app/assets/stylesheets/mobile/coworking_stays.css.scss */
.coworking-stays-container h3 {
  font-size: 20px;
}

/* line 9, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-main {
  position: relative;
}

/* line 12, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-main .scheduler-time-frame {
  background: #f6f6f6;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 3;
}

/* line 22, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-main .scheduler-time-frame .scheduler-rows-shell {
  position: relative;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 28, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-main .scheduler-time-frame .scheduler-rows-shell.disabled {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 43, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows {
  width: 100%;
  height: auto;
}

/* line 47, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows .hour-group {
  border: 1px solid #ccc;
  border-top: none;
}

/* line 51, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows .hour-group:first-child {
  border-top: 1px solid #ccc;
}

/* line 56, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows .th {
  background: #efefef;
}

/* line 60, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows .th-hour {
  width: 45px;
  height: 59px;
  float: left;
}

/* line 65, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows .th-hour .th-hour-label {
  color: #555;
  font-size: 12px;
  padding: 5px;
}

/* line 73, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows .hour-group .slot-group:last-child {
  border-bottom: none;
}

/* line 78, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows .slot-group {
  margin-left: 45px;
  height: 14px;
  *zoom: 1;
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #efefef;
}

/* line 14, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.scheduler-rows .slot-group:before, .scheduler-rows .slot-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, vendor/bundle/ruby/3.4.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.scheduler-rows .slot-group:after {
  clear: both;
}

/* line 87, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows .slot-group .th-slot {
  position: relative;
  width: 30px;
  height: 100%;
  float: left;
}

/* line 94, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows .slot-group .td-slot {
  margin-left: 100px;
  height: 100%;
}

/* line 99, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-rows .slot-group .th-slot-label {
  position: absolute;
  left: 0;
  top: -7px;
  z-index: 10;
  font-size: 10px;
  line-height: 1;
  color: #999;
  background: #efefef;
  padding-right: 5px;
}

/* line 114, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-event-canvas {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 80px;
  z-index: 2;
  background: transparent;
}

/* line 124, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-event-canvas .no-slots {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #999;
}

/* line 129, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-event-canvas .no-slots h3 {
  font-size: 36px;
  margin: 0 0 20px;
}

/* line 133, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-event-canvas .no-slots h4 {
  font-size: 16px;
}

/* line 140, app/assets/stylesheets/mobile/scheduler.css.scss */
.slot-closing {
  background: rgba(153, 153, 153, 0.3);
  z-index: 4;
  width: 100px;
  height: 14px;
}

/* line 147, app/assets/stylesheets/mobile/scheduler.css.scss */
.slot-block {
  position: absolute;
  z-index: 4;
}

/* line 154, app/assets/stylesheets/mobile/scheduler.css.scss */
.slot-select-block {
  position: absolute;
  z-index: 5;
  min-height: 5px;
  cursor: pointer;
}

/* line 161, app/assets/stylesheets/mobile/scheduler.css.scss */
.block-focus {
  background: rgba(175, 233, 251, 0.8);
}

/* line 163, app/assets/stylesheets/mobile/scheduler.css.scss */
.block-focus:focus, .block-focus:active {
  background: rgba(126, 220, 249, 0.8);
}

/* line 168, app/assets/stylesheets/mobile/scheduler.css.scss */
.block-available {
  background: rgba(198, 226, 179, 0.8);
  color: #507f30;
}

/* line 171, app/assets/stylesheets/mobile/scheduler.css.scss */
.block-available.touched {
  background: rgba(175, 233, 251, 0.8);
}

/* line 177, app/assets/stylesheets/mobile/scheduler.css.scss */
.block-inner {
  padding: 3px 5px;
  font-size: 12px;
  position: relative;
}

/* line 182, app/assets/stylesheets/mobile/scheduler.css.scss */
.block-inner .block-heading {
  font-size: 12px !important;
  line-height: 1;
  padding: 0;
  margin: 0 20px 3px 0 !important;
}

/* line 189, app/assets/stylesheets/mobile/scheduler.css.scss */
.block-inner .block-content {
  margin: 0 20px 0 0 !important;
}

/* line 191, app/assets/stylesheets/mobile/scheduler.css.scss */
.block-inner .block-content a {
  color: #333;
}

/* line 196, app/assets/stylesheets/mobile/scheduler.css.scss */
.block-inner .block-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* line 208, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-toolbar .day-label {
  font-size: 13px;
  line-height: 26px;
}

/* line 213, app/assets/stylesheets/mobile/scheduler.css.scss */
.scheduler-toolbar .change-button-area {
  float: right;
}

/* line 221, app/assets/stylesheets/mobile/scheduler.css.scss */
.av-result {
  padding: 10px 15px;
}

/* line 224, app/assets/stylesheets/mobile/scheduler.css.scss */
.av-result-true {
  padding: 10px 15px;
  background: #dff0d8;
  border-top: 1px solid #d6e9c6;
  border-bottom: 1px solid #d6e9c6;
  text-align: center;
}

/* line 232, app/assets/stylesheets/mobile/scheduler.css.scss */
.av-result-true .total-price-group .yen {
  color: #666;
  padding-right: 5px;
}

/* line 237, app/assets/stylesheets/mobile/scheduler.css.scss */
.av-result-true .total-price-group .suf {
  padding-left: 5px;
  color: #666;
}

/* line 244, app/assets/stylesheets/mobile/scheduler.css.scss */
.av-result-true .total-price {
  font-size: 18px;
  font-weight: bold;
}

/* line 250, app/assets/stylesheets/mobile/scheduler.css.scss */
.av-result-false {
  background: #fcf8e3;
  border-top: 1px solid #fbeed5;
  border-bottom: 1px solid #fbeed5;
  color: #c09853;
  font-weight: bold;
  text-align: center;
}

/* line 260, app/assets/stylesheets/mobile/scheduler.css.scss */
.bookingtime-modal-select select {
  width: 55px;
  display: inline;
}

/* line 264, app/assets/stylesheets/mobile/scheduler.css.scss */
.bookingtime-modal-select .add-on {
  margin-left: -2px !important;
}

/* line 3, app/assets/stylesheets/mobile/scheduler_android.css.scss */
body.android-old .scheduler-rows-shell {
  overflow: visible;
}

/* line 7, app/assets/stylesheets/mobile/scheduler_android.css.scss */
body.android-old .scheduler-rows {
  position: absolute;
}

/* line 11, app/assets/stylesheets/mobile/scheduler_android.css.scss */
body.android-old .scheduler-event-canvas {
  position: relative;
}

/* line 15, app/assets/stylesheets/mobile/scheduler_android.css.scss */
body.android-old .scheduler-time-frame {
  position: relative;
  float: left;
}

/* line 1, app/assets/stylesheets/mobile/users.css.scss */
.mobile-accounts {
  font-size: 13px !important;
}

/* line 5, app/assets/stylesheets/mobile/users.css.scss */
.account-info th {
  background-color: #efefef;
  width: 100px;
}

/* line 11, app/assets/stylesheets/mobile/users.css.scss */
input.face-picture-input[type="file"] {
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}

/* line 17, app/assets/stylesheets/mobile/users.css.scss */
.consumable-point {
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
}

/* line 23, app/assets/stylesheets/mobile/users.css.scss */
.points-see-all {
  text-align: center;
}

/* line 28, app/assets/stylesheets/mobile/users.css.scss */
.signin-wrapper .alert {
  margin: 0;
}

/* line 33, app/assets/stylesheets/mobile/users.css.scss */
.signin-container {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-top: 30px;
  padding-left: 0px;
  padding-bottom: 100px;
  padding-right: 0px;
  background: #f6f6f6;
}

/* line 42, app/assets/stylesheets/mobile/users.css.scss */
.signin-container .box-title {
  margin-bottom: 13px;
  font-size: 14px;
  text-align: center;
}

/* line 47, app/assets/stylesheets/mobile/users.css.scss */
.signin-container .box-title.big {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}

/* line 55, app/assets/stylesheets/mobile/users.css.scss */
.signin-container .signup-box {
  margin-left: 28px;
  margin-right: 29px;
  margin-bottom: 42px;
  font-size: 14px;
  box-sizing: border-box;
}

/* line 63, app/assets/stylesheets/mobile/users.css.scss */
.signin-container .inner-box {
  margin-left: 12px;
  margin-right: 13px;
  margin-bottom: 39px;
  border: 0.5px solid #c4c4c4;
  background: #ffffff;
  box-sizing: border-box;
}

/* line 72, app/assets/stylesheets/mobile/users.css.scss */
.signin-container .remind-box,
.signin-container .remember-box,
.signin-container .provider-login-box {
  text-align: center;
}

/* line 77, app/assets/stylesheets/mobile/users.css.scss */
.signin-container .remind-box a,
.signin-container .remember-box a,
.signin-container .provider-login-box a {
  color: #ee1e1e;
}

/* line 82, app/assets/stylesheets/mobile/users.css.scss */
.signin-container .form-signin {
  margin-left: 16px;
  margin-right: 16px;
}

/* line 86, app/assets/stylesheets/mobile/users.css.scss */
.signin-container .form-signin .form-title {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}

/* line 93, app/assets/stylesheets/mobile/users.css.scss */
.signin-container .form-signin input.login-input[type="password"],
.signin-container .form-signin input.login-input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #e5e5e5;
  box-shadow: none;
  border-radius: 0;
}

/* line 104, app/assets/stylesheets/mobile/users.css.scss */
.signin-container a.btn-login,
.signin-container input.btn-login {
  padding: 0px 0px;
  border: 1px solid #ee1e1e;
  border-radius: 3px;
  background: #ffffff;
  box-sizing: border-box;
  color: #ee1e1e;
  font-weight: bold;
  font-size: 14px;
  line-height: 44px;
}

/* line 118, app/assets/stylesheets/mobile/users.css.scss */
.d-none {
  display: none;
}

/* line 122, app/assets/stylesheets/mobile/users.css.scss */
.d-inline {
  display: inline;
}

/* line 126, app/assets/stylesheets/mobile/users.css.scss */
.d-inline-block {
  display: inline-block;
}

/* line 130, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-center {
  display: flex;
  justify-content: center;
}

/* line 135, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-between {
  display: flex;
  justify-content: space-between;
}

/* line 140, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-end {
  display: flex;
  justify-content: flex-end;
}

/* line 145, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

/* line 150, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-wrap-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 156, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-wrap-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 162, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-c {
  align-items: center;
  display: flex;
}

/* line 167, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-center-c {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 173, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-between-c {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 179, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-center-e {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

/* line 185, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-between-e {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

/* line 191, app/assets/stylesheets/mobile/users.css.scss */
.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

/* line 196, app/assets/stylesheets/mobile/users.css.scss */
.acount-space {
  padding: 0 0.5rem;
}

/* line 198, app/assets/stylesheets/mobile/users.css.scss */
.acount-space button {
  margin: 0.5rem 0.3rem;
}

/* line 201, app/assets/stylesheets/mobile/users.css.scss */
.acount-space h2 {
  color: #676767;
  font-size: 110%;
  font-weight: normal;
}

/* line 206, app/assets/stylesheets/mobile/users.css.scss */
.acount-space h3,
.acount-space h4 {
  color: #676767;
  font-size: 140%;
  font-weight: normal;
}

/* line 214, app/assets/stylesheets/mobile/users.css.scss */
.r-box2 {
  border: 2px solid #e4e4e4;
  border-radius: 10px;
  margin-top: 0.8rem;
  padding: 0.7rem;
}

/* line 221, app/assets/stylesheets/mobile/users.css.scss */
.border-db2 {
  border-bottom: 2px dashed #e4e4e4;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 227, app/assets/stylesheets/mobile/users.css.scss */
.flex-row2 {
  background-color: #fffdfd;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 232, app/assets/stylesheets/mobile/users.css.scss */
.flex-row2 .f-item-f {
  flex-basis: 88%;
  margin: 0.4rem 0.7rem;
}

/* line 235, app/assets/stylesheets/mobile/users.css.scss */
.flex-row2 .f-item-f form {
  margin: 0;
}

/* line 238, app/assets/stylesheets/mobile/users.css.scss */
.flex-row2 .f-item-f input {
  line-height: 1;
  padding: 0.5rem;
  width: 100%;
}

/* line 244, app/assets/stylesheets/mobile/users.css.scss */
.flex-row2 .f-item {
  flex-basis: 40%;
  margin: 0.4rem 0.7rem;
}

/* line 247, app/assets/stylesheets/mobile/users.css.scss */
.flex-row2 .f-item form {
  margin: 0;
}

/* line 250, app/assets/stylesheets/mobile/users.css.scss */
.flex-row2 .f-item input {
  line-height: 1;
  width: 100%;
}

/* line 257, app/assets/stylesheets/mobile/users.css.scss */
.font-small70 {
  font-size: 70%;
}

/* line 261, app/assets/stylesheets/mobile/users.css.scss */
.font-large110 {
  font-size: 110%;
}

/* line 265, app/assets/stylesheets/mobile/users.css.scss */
.font-large130 {
  font-size: 130%;
}

/* line 269, app/assets/stylesheets/mobile/users.css.scss */
.font-large140 {
  font-size: 140%;
}

/* line 273, app/assets/stylesheets/mobile/users.css.scss */
.font-gray2 {
  color: #4c4c4c;
}

/* line 277, app/assets/stylesheets/mobile/users.css.scss */
.font-gray3 {
  color: #676767;
}

/* line 281, app/assets/stylesheets/mobile/users.css.scss */
.font-gray5 {
  color: #b9b9b9;
}

/* line 285, app/assets/stylesheets/mobile/users.css.scss */
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 290, app/assets/stylesheets/mobile/users.css.scss */
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 295, app/assets/stylesheets/mobile/users.css.scss */
.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 300, app/assets/stylesheets/mobile/users.css.scss */
.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 305, app/assets/stylesheets/mobile/users.css.scss */
.pb-3 {
  padding-bottom: 1rem;
}

/* line 309, app/assets/stylesheets/mobile/users.css.scss */
.mx-1 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

/* line 314, app/assets/stylesheets/mobile/users.css.scss */
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 319, app/assets/stylesheets/mobile/users.css.scss */
.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 324, app/assets/stylesheets/mobile/users.css.scss */
.my-1 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

/* line 329, app/assets/stylesheets/mobile/users.css.scss */
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 334, app/assets/stylesheets/mobile/users.css.scss */
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 339, app/assets/stylesheets/mobile/users.css.scss */
.mt-1 {
  margin-top: 0.2rem;
}

/* line 343, app/assets/stylesheets/mobile/users.css.scss */
.mt-2 {
  margin-top: 0.5rem;
}

/* line 347, app/assets/stylesheets/mobile/users.css.scss */
.mt-3 {
  margin-top: 1rem;
}

/* line 351, app/assets/stylesheets/mobile/users.css.scss */
.mt-4 {
  margin-top: 1.5rem;
}

/* line 355, app/assets/stylesheets/mobile/users.css.scss */
.mt-5 {
  margin-top: 2rem;
}

/* line 359, app/assets/stylesheets/mobile/users.css.scss */
.mt-6 {
  margin-top: 3rem;
}

/* line 363, app/assets/stylesheets/mobile/users.css.scss */
.mt-7 {
  margin-top: 5rem;
}

/* line 367, app/assets/stylesheets/mobile/users.css.scss */
.mb-2 {
  margin-bottom: 0.5rem;
}

/* line 371, app/assets/stylesheets/mobile/users.css.scss */
.mb-3 {
  margin-bottom: 1rem;
}

/* line 375, app/assets/stylesheets/mobile/users.css.scss */
.mb-5 {
  margin-bottom: 2rem;
}

/* line 379, app/assets/stylesheets/mobile/users.css.scss */
.w50 {
  width: 50px;
}

/* line 383, app/assets/stylesheets/mobile/users.css.scss */
.w70 {
  width: 70px;
}

/* line 387, app/assets/stylesheets/mobile/users.css.scss */
.w100 {
  width: 100px !important;
}

/* line 391, app/assets/stylesheets/mobile/users.css.scss */
.w120 {
  width: 120px;
}

/* line 395, app/assets/stylesheets/mobile/users.css.scss */
.w150 {
  width: 150px !important;
}

/* line 399, app/assets/stylesheets/mobile/users.css.scss */
.w200 {
  width: 200px;
}

/* line 403, app/assets/stylesheets/mobile/users.css.scss */
.w250 {
  width: 250px;
}

/* line 407, app/assets/stylesheets/mobile/users.css.scss */
.w300 {
  width: 300px;
}

/* line 411, app/assets/stylesheets/mobile/users.css.scss */
.n-caption {
  font-weight: normal;
}

/* line 415, app/assets/stylesheets/mobile/users.css.scss */
.btn-simple2-g {
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  color: #5c606e;
  display: inline-block;
  font-size: 80%;
  padding: 0.5rem 0rem;
  text-align: center;
  text-decoration-line: none;
  width: 100%;
}

/* line 426, app/assets/stylesheets/mobile/users.css.scss */
.btn-simple2-g:hover {
  color: #5c606e;
  opacity: 0.6;
  text-decoration-line: none;
}

/* line 433, app/assets/stylesheets/mobile/users.css.scss */
.btn-simple2-r {
  background-color: #fffdfd;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  color: #6e615c;
  display: inline-block;
  font-size: 130%;
  padding: 0.5rem 3rem;
  text-align: center;
  text-decoration-line: none;
}

/* line 443, app/assets/stylesheets/mobile/users.css.scss */
.btn-simple2-r:hover {
  background-color: #fff5f5;
  color: #6e615c;
  text-decoration-line: none;
}

/* line 450, app/assets/stylesheets/mobile/users.css.scss */
.u-container {
  margin: 0 auto;
}

/* line 452, app/assets/stylesheets/mobile/users.css.scss */
.u-container .content-space {
  padding: 0;
}

/* line 454, app/assets/stylesheets/mobile/users.css.scss */
.u-container .content-space .px-normal {
  padding: 0 0.7rem;
}

/* line 458, app/assets/stylesheets/mobile/users.css.scss */
.u-container .content-space .billing-form form {
  max-width: 450px;
  width: 100%;
}

/* line 461, app/assets/stylesheets/mobile/users.css.scss */
.u-container .content-space .billing-form form input {
  width: 90%;
}

/* line 469, app/assets/stylesheets/mobile/users.css.scss */
.user-top-title {
  border-bottom: 4px double #cecdcd;
  color: #676767;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 0.5rem 0;
  padding: 0 0.5rem;
  text-align: center;
}

/* line 479, app/assets/stylesheets/mobile/users.css.scss */
.text-bg-red {
  background-color: #fff5f5;
  border-radius: 8px;
  color: #676767;
  display: inline-block;
  font-size: 110%;
  font-weight: bold;
  margin: 0.3rem 0;
  padding: 0.5rem;
}

/* line 490, app/assets/stylesheets/mobile/users.css.scss */
.sub-title-g {
  background-color: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #676767;
  font-size: 115%;
  margin: 1.8rem 0 1.2rem;
  padding: 0.8rem 0.7rem;
}

/* line 500, app/assets/stylesheets/mobile/users.css.scss */
.sub-text-g {
  color: #676767;
  line-height: 1.35rem;
}

/* line 505, app/assets/stylesheets/mobile/users.css.scss */
.acount-s-title {
  color: #676767;
  font-size: 140%;
  margin: 2rem 0 0;
  padding: 0 0.5rem;
  text-align: center;
}

/* line 513, app/assets/stylesheets/mobile/users.css.scss */
table.with-total {
  margin-bottom: 10px;
}

/* line 516, app/assets/stylesheets/mobile/users.css.scss */
table.with-total th {
  background: #f6f6f6;
}

/* line 521, app/assets/stylesheets/mobile/users.css.scss */
table.with-total tr.total td {
  background: #f6f6f6;
  width: 150px;
}

/*
 * Bootstrap Variables
 */
/*
 * Original
 */
/*
 * Form
 */
/*
 * Listing Page for PC
 */
/*
 * Bootstrap Variables
 */
/*
 * Original
 */
/*
 * Form
 */
/*
 * Listing Page for PC
 */
@media (max-width: 900px) {
  /* line 4, app/assets/stylesheets/mixins/responsive.scss */
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 901px) {
  /* line 9, app/assets/stylesheets/mixins/responsive.scss */
  .only-sp {
    display: none !important;
  }
}

/**
* BrakePointのミックスイン
* @params pc / tab / sp / min-width[px], max-width[px] / ls / pt ...
*/
@media (max-width: 900px) {
  /* line 73, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container {
    width: calc(100% - 32px);
  }
  /* line 77, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .listings-page-header ul.listing-breadcrumb {
    padding: 0;
  }
  /* line 81, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container h2 {
    margin-bottom: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }
  /* line 89, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .muted {
    line-height: 150%;
  }
}

@media (min-width: tab) {
  /* line 73, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container {
    width: calc(100% - 32px);
  }
  /* line 77, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .listings-page-header ul.listing-breadcrumb {
    padding: 0;
  }
  /* line 81, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container h2 {
    margin-bottom: 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }
  /* line 89, app/assets/stylesheets/mixins/responsive.scss */
  .responsive-container .muted {
    line-height: 150%;
  }
}

/* line 3, app/assets/stylesheets/_pagination.scss */
.pagination {
  margin: 40px auto;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  list-style-type: none;
  border-radius: 0;
}

@media (max-width: 900px) {
  /* line 3, app/assets/stylesheets/_pagination.scss */
  .pagination {
    max-width: 100%;
    overflow: auto;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

@media (min-width: tab) {
  /* line 3, app/assets/stylesheets/_pagination.scss */
  .pagination {
    max-width: 100%;
    overflow: auto;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}

/* line 19, app/assets/stylesheets/_pagination.scss */
.pagination .pagination-prev a,
.pagination .pagination-next a {
  display: block;
  padding: 0;
  width: 48px;
  height: 48px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/_pagination.scss */
.pagination .pagination-prev a {
  background: transparent url(/assets/icons/triangle-left-2ff6d3e604c7b2f74f5e80ea6bab5e119270a423b6f77050c8614de6c5025654.svg) no-repeat 50% 50%;
}

/* line 32, app/assets/stylesheets/_pagination.scss */
.pagination .pagination-next a {
  background: transparent url(/assets/icons/triangle-right-385265f5e746b9e24a0ef87d1c922d6857c860e1667c3d134f5300406d6106a1.svg) no-repeat 50% 50%;
}

@media (max-width: 900px) {
  /* line 35, app/assets/stylesheets/_pagination.scss */
  .pagination .active + li + li:not(.pagination-next),
.pagination .pagination-prev + li + .disabled + li:not(.pagination-next) {
    display: none;
  }
}

@media (min-width: tab) {
  /* line 35, app/assets/stylesheets/_pagination.scss */
  .pagination .active + li + li:not(.pagination-next),
.pagination .pagination-prev + li + .disabled + li:not(.pagination-next) {
    display: none;
  }
}

/* line 43, app/assets/stylesheets/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

/* line 60, app/assets/stylesheets/_pagination.scss */
.pagination > li > span {
  width: 31px;
}

/* line 64, app/assets/stylesheets/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 71, app/assets/stylesheets/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 77, app/assets/stylesheets/_pagination.scss */
.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #eeeeee;
}

/* line 82, app/assets/stylesheets/_pagination.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #CC0000;
  border-color: #CC0000;
}

/* line 95, app/assets/stylesheets/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: not-allowed;
  border: 0;
  background-color: transparent;
}

/* line 106, app/assets/stylesheets/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 112, app/assets/stylesheets/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 118, app/assets/stylesheets/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 124, app/assets/stylesheets/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 130, app/assets/stylesheets/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 136, app/assets/stylesheets/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 2, app/assets/stylesheets/mobile/map.css.scss */
div.listing-summary {
  position: absolute;
  z-index: 1000;
  background-color: white;
  display: block;
  height: 100px;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  top: auto;
}

/* line 15, app/assets/stylesheets/mobile/map.css.scss */
div.listing-summary ul.list-cells a {
  display: block !important;
  background-color: white;
}

/* line 21, app/assets/stylesheets/mobile/map.css.scss */
div.listing-summary .list-cell-inner {
  width: 90%;
  float: left;
  margin-top: 8px;
}

/* line 27, app/assets/stylesheets/mobile/map.css.scss */
div.listing-summary .item-price {
  width: 30%;
  float: left;
}

/* line 32, app/assets/stylesheets/mobile/map.css.scss */
div.listing-summary .cell-item-desc-top {
  width: 80%;
}

/* line 36, app/assets/stylesheets/mobile/map.css.scss */
div.listing-summary .cell-item-desc {
  padding-bottom: 4px;
  padding-bottom: 6px;
}

/* line 42, app/assets/stylesheets/mobile/map.css.scss */
div.listing-summary .list-cell-inner .item-price {
  width: 30%;
  display: block;
  float: left;
}

/* line 47, app/assets/stylesheets/mobile/map.css.scss */
div.listing-summary .list-cell-inner .capacity-tag {
  padding-bottom: 4px;
  padding-top: 4px;
}

/* line 52, app/assets/stylesheets/mobile/map.css.scss */
div.listing-summary .list-cell-inner .cell-item-image-shell {
  display: block;
  float: left;
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/mobile/favorite.css.scss */
.toggle-favorite .fa-stack {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
/* line 13, app/assets/stylesheets/jquery.fileupload/jquery.fileupload.css */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* line 18, app/assets/stylesheets/jquery.fileupload/jquery.fileupload.css */
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  /* line 32, app/assets/stylesheets/jquery.fileupload/jquery.fileupload.css */
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */
/* line 13, app/assets/stylesheets/jquery.fileupload/style.css */
#progress {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 17, app/assets/stylesheets/jquery.fileupload/style.css */
#progress .progress-bar {
  background-color: #26c052;
  height: 100%;
  width: 0%;
}

/* line 1, app/assets/stylesheets/common/hide_show_password.css.scss */
::-ms-reveal,
::-ms-clear {
  display: none !important;
}

/* line 6, app/assets/stylesheets/common/hide_show_password.css.scss */
.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url(/assets/wink-50be476d5e7fed03963949c3e0f5fee036aa69b48782201cc9eaf454297f8e6b.png);
  /* fallback */
  background-image: url(/assets/wink-1c13740a8f7f6d9f1fa8c1cee57833440f3416a3535d4cc80b1165072f990494.svg), none;
  background-position: 0 center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 100%;
  height: 16px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: -999em;
  width: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 27, app/assets/stylesheets/common/hide_show_password.css.scss */
.hideShowPassword-toggle-hide {
  background-position: -44px center;
}

/* line 31, app/assets/stylesheets/common/hide_show_password.css.scss */
.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
  border-color: #0088cc;
  outline: transparent;
}

/* line 3, app/assets/stylesheets/common/subscription.css.scss */
.subscription .modal-body {
  max-height: 500px;
}

/* line 9, app/assets/stylesheets/common/subscription.css.scss */
.subscription .payment-selection table tr.selected {
  background-color: #ffffe0;
}

/* line 15, app/assets/stylesheets/common/subscription.css.scss */
.subscription .submit-block {
  margin-top: 20px;
}

/* line 18, app/assets/stylesheets/common/subscription.css.scss */
.subscription .submit-btn {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  background: #F0BA32;
  border-radius: 5px;
  box-shadow: 0 3px #d4b305;
  position: relative;
  display: inline-block;
  top: -2px;
  padding: 15px;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/common/subscription.css.scss */
.d-block {
  display: block;
}

@media (max-width: 767px) {
  /* line 44, app/assets/stylesheets/common/subscription.css.scss */
  .subscription .plan-selection {
    margin-left: 5px;
  }
  /* line 47, app/assets/stylesheets/common/subscription.css.scss */
  .subscription .plan-selection .plan-selection-elem h3 {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 52, app/assets/stylesheets/common/subscription.css.scss */
  .subscription .plan-selection .plan-selection-elem .plan-price {
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 59, app/assets/stylesheets/common/subscription.css.scss */
  .subscription .plan-selection .plan-selection-elem .description {
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* line 77, app/assets/stylesheets/common/subscription.css.scss */
.subscription {
  width: 100%;
}

/* line 79, app/assets/stylesheets/common/subscription.css.scss */
.subscription section {
  padding: 0px 36px;
}

/* line 81, app/assets/stylesheets/common/subscription.css.scss */
.subscription section h2 {
  font-size: 26px;
  line-height: 42px;
  font-weight: normal;
}

/* line 86, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans {
  margin-top: 55px;
}

/* line 88, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans h3 {
  font-size: 30px;
  padding-bottom: 20px;
  line-height: 48px;
  border-bottom: 2px solid #000000;
}

/* line 94, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-block {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 106, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item {
  width: 32%;
}

/* line 108, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item .plan-name {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  background: #807B77;
  padding: 44.5px 0;
}

/* line 116, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item .plan-name.color1 {
  background: #CC0000;
}

/* line 119, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item .plan-name.color2 {
  background: #463F2D;
}

/* line 123, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item .item-child {
  padding: 0 10px 0px 10px;
  border: 1px solid #8E8E8E;
  border-top: 0;
}

/* line 128, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #E5E5E5;
}

/* line 132, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl:first-child {
  border: none;
}

/* line 135, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl:nth-child(3) {
  padding-top: 15px;
}

/* line 138, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl:last-child {
  padding: 0;
}

/* line 140, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl:last-child .form-group {
  margin: 45px auto;
}

/* line 144, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl dt {
  color: #8E8E8E;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}

/* line 149, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl dt span {
  font-weight: normal;
  font-size: 16px;
  margin-left: 5px;
}

/* line 155, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl dd {
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  color: #000;
}

/* line 160, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl dd span {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
}

/* line 166, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl dd .gray-dt {
  color: #8E8E8E;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

/* line 172, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl dd .t1 {
  font-weight: bold;
  font-size: 18px;
}

/* line 176, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .plan-item dl dd .txt:first-child {
  margin-top: 10px;
}

/* line 182, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .form-group {
  width: 100%;
  margin: 0 auto;
  padding: 12.5px 0;
  border-radius: 5px;
  display: block;
  background: #CC0000;
}

/* line 189, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .form-group label {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer;
}

/* line 196, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .form-group label::before {
  content: "";
  -webkit-appearance: none;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  width: 25px;
  height: 25px;
  top: -2px;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  left: 12px;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

/* line 215, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/* line 216, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 20px;
  width: 8px;
  height: 18px;
  border: solid #CC0000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* line 238, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .note {
  margin-top: 15px;
}

/* line 240, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .plans .note li {
  list-style: none;
  font-size: 20px;
  line-height: 32px;
  color: #463F2D;
}

/* line 248, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .btn-block, .subscription section .fb-btn {
  text-align: center;
  margin-top: 70px;
  padding: 0 0;
}

/* line 252, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .btn-block button, .subscription section .fb-btn button {
  font-size: 24px;
  font-weight: bold;
  width: 445px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background: #CC0000;
  border-radius: 5px;
  padding: 27px 0;
}

/* line 262, app/assets/stylesheets/common/subscription.css.scss */
.subscription section .btn-block button:hover, .subscription section .fb-btn button:hover {
  opacity: 0.7;
}

/* line 268, app/assets/stylesheets/common/subscription.css.scss */
.subscription #checkboxErr {
  font-size: 18px;
  color: #EE1E1E;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

@media only screen and (min-width: 1100px) {
  /* line 280, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section {
    padding: 0px 96px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 288, app/assets/stylesheets/common/subscription.css.scss */
  .subscription {
    min-width: 100%;
    box-sizing: border-box;
  }
  /* line 291, app/assets/stylesheets/common/subscription.css.scss */
  .subscription .request_content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  /* line 296, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section {
    padding: 0 0;
  }
  /* line 298, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section h2 {
    font-size: 16px;
    line-height: 26px;
  }
  /* line 302, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans {
    margin-top: 24px;
  }
  /* line 304, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans h3 {
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 10px;
  }
  /* line 309, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .plan-block {
    display: block;
  }
  /* line 312, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .plan-item {
    width: 100%;
  }
  /* line 314, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .plan-item .plan-name {
    font-size: 20px;
    line-height: 1.5;
    padding: 28px 0;
  }
  /* line 319, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .plan-item .item-child {
    padding: 0 20px 20px 20px;
  }
  /* line 322, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .plan-item dl {
    padding: 20px 0;
    margin-top: 0px;
  }
  /* line 325, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .plan-item dl dt span {
    font-size: 13px;
  }
  /* line 328, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .plan-item dl dd {
    font-size: 20px;
    line-height: 32px;
  }
  /* line 331, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .plan-item dl dd .gray-dt {
    color: #8E8E8E;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
  }
  /* line 340, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .form-group {
    width: 100%;
  }
  /* line 342, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .form-group label {
    font-size: 20px;
    display: block;
  }
  /* line 345, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .form-group label::before {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 20px;
    top: 0px;
  }
  /* line 353, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .form-group input:checked + label:after {
    top: 0px;
    left: 26px;
  }
  /* line 358, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .plans .note li {
    font-size: 10px;
    line-height: 16px;
  }
  /* line 363, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .btn {
    margin-top: 40px;
  }
  /* line 365, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .btn button {
    font-size: 20px;
    width: 100%;
    padding: 22.5px 0;
  }
  /* line 372, app/assets/stylesheets/common/subscription.css.scss */
  .subscription section .btn-block button, .subscription section .fb-btn button {
    width: 100%;
  }
  /* line 377, app/assets/stylesheets/common/subscription.css.scss */
  .subscription #checkboxErr {
    font-size: 14px;
  }
}

/* line 1, app/assets/stylesheets/mobile/_navigation.scss */
.header-container {
  width: 100%;
}

/* line 3, app/assets/stylesheets/mobile/_navigation.scss */
.header-container * {
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/mobile/_navigation.scss */
.header-container.is-fixed {
  border-bottom: 1px solid #d7d7d7;
  position: sticky;
  top: 0;
  z-index: 200;
}

/* line 12, app/assets/stylesheets/mobile/_navigation.scss */
.header-container.is-fixed .header-content {
  position: sticky;
  top: 0;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}

/* line 18, app/assets/stylesheets/mobile/_navigation.scss */
.header-container .header-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  background: #fafafa;
  position: relative;
  width: 100%;
  z-index: 200;
}

/* line 34, app/assets/stylesheets/mobile/_navigation.scss */
.header-container .header-content .header-content-button {
  cursor: pointer;
  position: absolute;
  left: 15px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

/* line 42, app/assets/stylesheets/mobile/_navigation.scss */
.header-container .header-content .header-content-button span {
  display: block;
  width: 24px;
  margin-top: 2px;
  border: 2px solid #ee1e1e;
}

/* line 49, app/assets/stylesheets/mobile/_navigation.scss */
.header-container .header-content .header-content-logo {
  margin: 0;
  padding: 0;
  height: 64px;
}

/* line 53, app/assets/stylesheets/mobile/_navigation.scss */
.header-container .header-content .header-content-logo a {
  display: flex;
}

/* line 58, app/assets/stylesheets/mobile/_navigation.scss */
.header-container .header-content .header-content-logo .icon-logo {
  margin-top: auto;
  background: none;
  width: 120px;
  height: 64px;
}

/* line 65, app/assets/stylesheets/mobile/_navigation.scss */
.header-container .header-content .header-content-login {
  margin: 0;
  position: absolute;
  right: 15px;
}

/* line 69, app/assets/stylesheets/mobile/_navigation.scss */
.header-container .header-content .header-content-login a {
  font-weight: bold;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #000;
  background: none;
}

/* line 81, app/assets/stylesheets/mobile/_navigation.scss */
.navigation-container {
  position: fixed;
  top: 0;
  left: -1px;
  bottom: 0;
  z-index: 700;
  margin: 0 auto;
  max-height: none;
  width: 66%;
  height: auto;
  background-color: #000000;
  transition: transform 0.3s;
  transform: translateX(-100%);
}

/* line 97, app/assets/stylesheets/mobile/_navigation.scss */
.navigation-container .navigation-list {
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

/* line 103, app/assets/stylesheets/mobile/_navigation.scss */
.navigation-container .navigation-list li {
  border-bottom: 1px solid #cc0000;
}

/* line 107, app/assets/stylesheets/mobile/_navigation.scss */
.navigation-container .btn-link {
  padding: 5px 10px;
  display: block;
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 44px;
}

/* line 115, app/assets/stylesheets/mobile/_navigation.scss */
.navigation-container .navigation-select {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 119, app/assets/stylesheets/mobile/_navigation.scss */
.navigation-container .navigation-select p {
  margin: 0 0 5px 10px;
  color: #fff;
  font-size: 12px;
}

/* line 125, app/assets/stylesheets/mobile/_navigation.scss */
.navigation-container .navigation-select-station {
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 46px;
  border-radius: 0;
  background: #fff url(/assets/caret-gray-ab0015f426b39de11b635e516af1b0d4b3ffed1f53070c1eb9a9d3e3b6267e22.svg) right 10px top 50% no-repeat;
  background-size: 10px;
  color: #b5b6b6;
  font-size: 14px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
}

/* line 140, app/assets/stylesheets/mobile/_navigation.scss */
.navigation-container + .navigation-shield {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 150, app/assets/stylesheets/mobile/_navigation.scss */
.navigation-container .navigation-logout {
  margin: 0;
  padding: 0;
}

/* line 156, app/assets/stylesheets/mobile/_navigation.scss */
.menu-opened .navigation-container {
  transform: translateX(0);
}

/* line 161, app/assets/stylesheets/mobile/_navigation.scss */
.menu-opened .navigation-shield {
  display: block;
}

/* line 1, app/assets/stylesheets/provider_form.css.scss */
#image-placeholder {
  border-radius: 50%;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/provider_form.css.scss */
img#preview, #image-placeholder {
  width: 100px;
  height: 100px;
}

/* line 11, app/assets/stylesheets/provider_form.css.scss */
.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}

/* line 16, app/assets/stylesheets/provider_form.css.scss */
.cropper-view-box {
  outline: 0;
  box-shadow: 0 0 0 1px #39f;
}

/* line 22, app/assets/stylesheets/provider_form.css.scss */
.modal .buttonContainer {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 31, app/assets/stylesheets/provider_form.css.scss */
#modalCloseButton {
  margin: 20px;
  position: absolute;
  color: white;
  right: 0;
  top: 0;
  z-index: 200;
  font-size: 25px;
  cursor: pointer;
}

/* line 42, app/assets/stylesheets/provider_form.css.scss */
textarea {
  resize: vertical;
}

/* line 46, app/assets/stylesheets/provider_form.css.scss */
.birth-year {
  min-width: 70px;
}

/* line 44, app/assets/stylesheets/mobile_app.css.scss */
body {
  background: white;
  width: 100%;
}
