/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
/* line 34, app/assets/stylesheets/bootstrap-select.scss */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 39, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

/* line 43, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

/* line 48, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

/* line 54, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

/* line 65, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

/* line 75, app/assets/stylesheets/bootstrap-select.scss */
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 80, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 84, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

/* line 88, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 95, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 100, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

/* line 104, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

/* line 111, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 122, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group.dropdown-menu-right[class*="col-"], .row .bootstrap-select.btn-group.dropdown-menu-right[class*="col-"] {
  float: right;
}

/* line 127, app/assets/stylesheets/bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 133, app/assets/stylesheets/bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

/* line 140, app/assets/stylesheets/bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

/* line 144, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

/* line 148, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

/* line 153, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}

/* line 156, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

/* line 163, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* line 170, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 179, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

/* line 184, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 188, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 198, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 201, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

/* line 205, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 209, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 216, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 221, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 225, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 230, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 235, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 251, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 259, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

/* line 263, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 271, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

/* line 278, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 285, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

/* line 290, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 301, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 314, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 321, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

/* line 330, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 335, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 342, app/assets/stylesheets/bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 349, app/assets/stylesheets/bootstrap-select.scss */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 355, app/assets/stylesheets/bootstrap-select.scss */
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 359, app/assets/stylesheets/bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 364, app/assets/stylesheets/bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 369, app/assets/stylesheets/bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 375, app/assets/stylesheets/bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 379, app/assets/stylesheets/bootstrap-select.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*










*/
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 173, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/* line 305, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

/* line 379, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/fonts/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/fonts/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/fonts/bootstrap/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2) format("woff2"), url(/assets/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/fonts/bootstrap/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/fonts/bootstrap/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/fonts/bootstrap/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

/* line 93, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

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

/* line 52, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

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

/* line 62, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

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

/* line 83, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

/* line 167, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/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 218, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

/* line 10, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

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

/* line 52, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/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 78, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

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

/* line 96, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 204, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 323, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 349, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 601, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

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

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

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

/* line 26, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

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

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

/* line 125, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

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

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

/* line 183, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

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

@media (min-width: 768px) {
  /* line 204, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

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

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

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 105, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

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

/* line 172, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

/* line 31, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

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

/* line 78, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

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

/* line 118, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

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

/* line 146, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

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

/* line 92, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

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

/* line 173, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

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

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

/* line 563, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

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

/* line 650, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

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

/* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

/* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_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 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_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 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

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

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/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/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

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

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

/* line 45, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

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

/* line 44, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

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

/* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

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

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

/* line 26, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

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

/* line 16, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

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

/* line 24, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

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

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

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

/* line 15, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

/* line 11, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

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

/* line 73, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

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

/* line 90, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

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

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

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

/* line 125, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

/* line 33, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/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 46, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

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

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

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

/* line 74, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

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

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

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

/* line 105, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

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

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

/* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

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

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

/* line 22, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

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

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

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

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

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

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

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

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

/* line 93, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

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

/* line 128, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

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

/* line 45, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 4, app/assets/stylesheets/layouts/landing_main.scss */
body {
  font-size: 16px;
  line-height: 1.428571429;
  color: #1c2233;
  background-color: #f9f9f9;
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-style: normal;
  font-weight: 400;
  margin-top: 0px;
}

/* line 15, app/assets/stylesheets/layouts/landing_main.scss */
.container {
  padding: 0px 10px;
}

/* line 18, app/assets/stylesheets/layouts/landing_main.scss */
.mobile_header, .footer_menu {
  display: none;
}

/* line 22, app/assets/stylesheets/layouts/landing_main.scss */
.sa_user_dropdown .bootstrap-select .btn-default {
  padding: 10px 15px;
  font-size: 16px;
}

/* line 27, app/assets/stylesheets/layouts/landing_main.scss */
.main-cont {
  overflow: visible;
}

/* line 31, app/assets/stylesheets/layouts/landing_main.scss */
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 36, app/assets/stylesheets/layouts/landing_main.scss */
.container-fluid {
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}

/* line 42, app/assets/stylesheets/layouts/landing_main.scss */
.bg-white {
  background-color: white;
}

/* line 46, app/assets/stylesheets/layouts/landing_main.scss */
.row {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 50, app/assets/stylesheets/layouts/landing_main.scss */
#pagewrap {
  background: #fafafa;
  padding: 0px;
  min-height: 100vh;
}

/* line 56, app/assets/stylesheets/layouts/landing_main.scss */
.container > nav {
  float: right;
}

/* line 60, app/assets/stylesheets/layouts/landing_main.scss */
.nav > li > a:focus {
  background-color: white;
}

/* line 64, app/assets/stylesheets/layouts/landing_main.scss */
.nav-pills li a.selected,
.nav-pills li.selected a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li span.user-img a#myprofile:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #333333;
}

/* line 75, app/assets/stylesheets/layouts/landing_main.scss */
.bg-dark {
  background-color: #121529;
  border-radius: 0px;
}

/* line 80, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav.top-nav-bar.admin-bar > li > a:hover,
.navbar-inverse .navbar-nav.top-nav-bar.admin-bar > li > a:focus,
.navbar-inverse .navbar-nav.top-nav-bar.admin-bar > li > a:active,
.navbar-inverse .navbar-nav.top-nav-bar.admin-bar > li > a.selected {
  color: white;
}

/* line 87, app/assets/stylesheets/layouts/landing_main.scss */
.top-nav-bar li a.selected {
  color: #333333;
}

/* line 90, app/assets/stylesheets/layouts/landing_main.scss */
.navbar {
  margin-bottom: 0px;
}

/* line 93, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}

/* line 96, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse {
  background: #ffffff;
  border-bottom: 1px solid #dde1e5;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  min-height: 61px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* line 105, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li > a,
.nav.nav-pills li > a {
  font-family: "Whitney SSm A", "Whitney SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-left: 20px;
  text-transform: uppercase;
  margin-left: 0px;
}

/* line 115, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li > a:selected {
  font-weight: bold;
}

/* line 118, app/assets/stylesheets/layouts/landing_main.scss */
.sign-up-main {
  padding: 8px 15px;
}

/* line 122, app/assets/stylesheets/layouts/landing_main.scss */
i.fa.fa-chevron-right {
  font-size: 18px;
  position: relative;
  bottom: 0px;
}

/* line 127, app/assets/stylesheets/layouts/landing_main.scss */
i.fa.fa-chevron-left {
  font-size: 18px;
  position: relative;
  bottom: 0px;
}

/* line 133, app/assets/stylesheets/layouts/landing_main.scss */
.fa {
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 0px;
  cursor: pointer;
}

/* line 142, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li > a i.fa.fa-bars {
  font-size: 18px;
  margin: 4px 0px 0px 0px;
}

/* line 146, app/assets/stylesheets/layouts/landing_main.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 150, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
}

/* line 155, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li > a {
  padding: 5px 10px 5px 5px;
  text-decoration: none;
  width: 100%;
  float: left;
}

/* line 161, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li span a {
  padding: 5px 20px 5px 0px;
  text-decoration: none;
}

/* line 165, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li span a {
  text-transform: uppercase;
  color: #6f7c82;
}

/* line 170, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li span.user-img a.nav-prof-img {
  padding: 0px;
}

/* line 173, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li span.user-img a {
  padding: 0px;
}

/* line 177, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li span.user-img a img {
  margin-top: 2px;
}

/* line 181, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li span.user-img a#myprofile {
  padding: 5px 20px 5px 0px;
  font-size: 14px;
  color: #777;
}

/* line 186, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li > a span {
  height: 15px;
  width: 15px;
}

/* line 191, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li > a span img {
  border-radius: 10px;
}

/* line 195, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav {
  margin-top: 8px;
  margin-bottom: 10px;
}

/* line 199, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li.photo-btn > a {
  color: #fff;
}

/* line 202, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-inverse .navbar-nav > li > a.sign-up-main {
  color: #fff;
  cursor: pointer;
  background-color: #cc1d2a;
  border-radius: 5px;
  padding: 8px;
}

/* line 210, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  float: right;
}

/* line 216, app/assets/stylesheets/layouts/landing_main.scss */
.container > nav {
  float: right;
  width: 100%;
}

/* line 220, app/assets/stylesheets/layouts/landing_main.scss */
a {
  color: #008489;
}

/* line 223, app/assets/stylesheets/layouts/landing_main.scss */
a:hover, a:focus {
  color: #17888c;
  text-decoration: none;
}

/* line 228, app/assets/stylesheets/layouts/landing_main.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse,
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  padding-right: 0;
  padding-left: 0;
}

/* line 237, app/assets/stylesheets/layouts/landing_main.scss */
.container.header-nav {
  width: 100% !important;
}

/* line 241, app/assets/stylesheets/layouts/landing_main.scss */
.logo-div {
  margin-top: 15px;
  float: left;
}

/* line 246, app/assets/stylesheets/layouts/landing_main.scss */
.nav.navbar-nav.navbar-right.sidebar-nav.top-nav-bar li:first-child {
  max-width: 330px;
}

/* line 250, app/assets/stylesheets/layouts/landing_main.scss */
.nav.navbar-nav.navbar-right.sidebar-nav.top-nav-bar
li
ul.dropdown-menu
li:first-child {
  left: 0px;
  max-width: auto;
  position: relative;
  width: 100%;
}

/* line 260, app/assets/stylesheets/layouts/landing_main.scss */
.top-marg {
  margin-top: 4px;
}

/* line 264, app/assets/stylesheets/layouts/landing_main.scss */
li.top-marg.dropdown:hover ul {
  display: block;
  position: absolute;
  top: 0px;
  left: -170px;
  max-width: 180px;
}

/* line 272, app/assets/stylesheets/layouts/landing_main.scss */
a.logo.place-order {
  background: #cc1d2a;
  border-radius: 3px;
  margin: 0px 3px;
  padding: 5px 10px !important;
  text-align: center;
  color: white !important;
}

/* line 281, app/assets/stylesheets/layouts/landing_main.scss */
a.logo.place-order:hover {
  background: #de202e !important;
  color: white !important;
}

/* line 288, app/assets/stylesheets/layouts/landing_main.scss */
.top-nav-bar ul.dropdown-menu li {
  margin: 0px;
}

/* line 292, app/assets/stylesheets/layouts/landing_main.scss */
.top-nav-bar ul.dropdown-menu li a {
  text-decoration: none;
}

/* line 296, app/assets/stylesheets/layouts/landing_main.scss */
.nav.navbar-nav.navbar-right.sidebar-nav.top-nav-bar
li
ul.dropdown-menu
li:first-child {
  left: 0px;
  max-width: auto;
  position: relative;
  width: 100%;
}

/* line 306, app/assets/stylesheets/layouts/landing_main.scss */
.container.main-cont {
  margin-bottom: 5px;
}

/* line 310, app/assets/stylesheets/layouts/landing_main.scss */
.bootstrap-select {
  width: 100px !important;
}

/* line 314, app/assets/stylesheets/layouts/landing_main.scss */
.lSSlideWrapper ul li {
  position: relative;
  margin: 0px;
  padding: 0px;
}

/* line 320, app/assets/stylesheets/layouts/landing_main.scss */
.model-img-width {
  width: 100%;
}

/* line 324, app/assets/stylesheets/layouts/landing_main.scss */
.lSSlideOuter .lSPager.lSpg > li a {
  width: 18px !important;
  height: 18px !important;
  background: transparent !important;
  border: 1px solid #ccc;
}

/* line 331, app/assets/stylesheets/layouts/landing_main.scss */
.lSSlideOuter .lSPager.lSpg > li.active a {
  background: #e5e5e5 !important;
}

/* line 334, app/assets/stylesheets/layouts/landing_main.scss */
.lSSlideOuter .lSPager.lSpg li::before,
li.clone.right::before {
  display: none;
}

/* line 338, app/assets/stylesheets/layouts/landing_main.scss */
.inner-fullwidth-slide .hp5-homepage-container {
  padding: 0px;
}

/* line 341, app/assets/stylesheets/layouts/landing_main.scss */
.inner-fullwidth-slide .hp5-homepage {
  padding: 0px;
}

/* line 345, app/assets/stylesheets/layouts/landing_main.scss */
ul.list-items li:first-child {
  width: 30%;
}

/* line 349, app/assets/stylesheets/layouts/landing_main.scss */
ul.list-items li {
  display: inline-block;
}

/* line 352, app/assets/stylesheets/layouts/landing_main.scss */
ul.list-items {
  padding: 10px;
  margin: 0px;
}

/* line 357, app/assets/stylesheets/layouts/landing_main.scss */
ul.image-section-area li {
  list-style: none;
  padding: 0;
  width: 40%;
}

/* line 363, app/assets/stylesheets/layouts/landing_main.scss */
ul.image-section-area {
  float: left;
  width: 100%;
  padding: 0px;
}

/* line 367, app/assets/stylesheets/layouts/landing_main.scss */
ul.image-section-area ul.list-items li:first-child {
  font-weight: 400;
  width: 40%;
}

/* line 373, app/assets/stylesheets/layouts/landing_main.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

@media (max-width: 1302px) {
  /* line 378, app/assets/stylesheets/layouts/landing_main.scss */
  .navbar-inverse .navbar-nav > li > a {
    padding: 5px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  /* line 386, app/assets/stylesheets/layouts/landing_main.scss */
  .navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
    padding: 0px 5px;
  }
  /* line 391, app/assets/stylesheets/layouts/landing_main.scss */
  a.logo.place-order {
    margin: -4px 3px;
  }
  /* line 395, app/assets/stylesheets/layouts/landing_main.scss */
  ul.nav.navbar-nav.navbar-right.sidebar-nav.top-nav-bar {
    margin-top: 12px;
  }
  /* line 399, app/assets/stylesheets/layouts/landing_main.scss */
  .top-marg {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 406, app/assets/stylesheets/layouts/landing_main.scss */
  .navbar-inverse .navbar-nav > li > a {
    padding: 0px 5px 0px 5px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  /* line 414, app/assets/stylesheets/layouts/landing_main.scss */
  .nav > li {
    display: block;
    float: left;
    padding: 5px 0;
    position: relative;
    width: 100%;
  }
  /* line 422, app/assets/stylesheets/layouts/landing_main.scss */
  .mobile_header, .footer_menu {
    display: block;
    position: fixed;
  }
  /* line 423, app/assets/stylesheets/layouts/landing_main.scss */
  header.navbar.navbar-fixed-top.navbar-inverse {
    display: none;
  }
  /* line 427, app/assets/stylesheets/layouts/landing_main.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 999999;
    height: 59px;
  }
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 


.lSSlideWrapper {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    text-align: center;
}
li.lslide.active::before, li.lslide::before {
    display: none;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 20px 0 20px 0 !important;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 10px auto !important;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border:1px solid #a58956;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(/assets/controls-e5459239727525459909d9c20fafdb2563eacd1e4e51934d723325dbc4ff18a1.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 0px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 0px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*
Copyright (C) 2011-2016 Hoefler & Co.
This software is the property of Hoefler & Co. (H&Co).
Your right to access and use this software is subject to the
applicable License Agreement, or Terms of Service, that exists
between you and H&Co. If no such agreement exists, you may not
access or use this software for any purpose.
This software may only be hosted at the locations specified in
the applicable License Agreement or Terms of Service, and only
for the purposes expressly set forth therein. You may not copy,
modify, convert, create derivative works from or distribute this
software in any way, or make it accessible to any third party,
without first obtaining the written permission of H&Co.
For more information, please visit us at http://typography.com.
280751-103617-20160428
*/

@font-face{ font-family: "Whitney SSm A"; src: url(data:application/x-font-woff;base64,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); font-weight:400; font-style:normal; } @font-face{ font-family: "Whitney SSm B"; src: url(data:application/x-font-woff;base64,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); font-weight:400; font-style:normal; } @font-face{ font-family: "Whitney SSm A"; src: url(data:application/x-font-woff;base64,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); font-weight:400; font-style:italic; } @font-face{ font-family: "Whitney SSm B"; src: url(data:application/x-font-woff;base64,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); font-weight:400; font-style:italic; } @font-face{ font-family: "Whitney SSm A"; src: url(data:application/x-font-woff;base64,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); font-weight:700; font-style:normal; } @font-face{ font-family: "Whitney SSm B"; src: url(data:application/x-font-woff;base64,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); font-weight:700; font-style:normal;font-display: swap; } 
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.active-menu i,
.menu-list li a.selected,
.footer-menu-content a.selected,
.footer-menu-content a.selected i {
  color: #25aa33;
}

.vs-navbar-option li a.selected {
  color: #25aa33;
}

.mobile-menu-bold{
  font-weight: 600;
  font-size: 20px;
}

.menu-list li a .footer-menu-content a,
.footer-menu-content a {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}
.footer-menu-content .menu-icon-wrap{padding:0px;}
.mobile_header_container {
  position: sticky;
  top:0;
  left:0;
  width: 100%;
  height:auto;
  z-index: 101;
}
ul.list-unstyled{
margin-bottom: 0px;
}
.mobile_header {
  padding: 10px;
  background: #fff;
  z-index: 100;
  border: 1px solid #ececec;
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
}

.menu_footer {
  background: #fff;
  border: 1px solid #ececec;
  padding: 15px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 100;
}
.mobile_menu_bars,
.mobile_header .add_photo_btn {
  font-size: 28px;
  color: #000;
}

body.no-scroll {
  overflow: hidden;
}
.footer_menu {
  position: fixed;
  background: #fff;
  width: 100%;
  bottom: 0px;
  border: 1px solid #ececec;
  z-index: 100;
  color: #000;
}
.footer-menu-content {
  padding: 7px 5px 2px 5px;
}
.footer-menu-content span i {
  font-size: 16px;
  color: #333333;
}
.footer-menu-content > span {
  text-transform: uppercase;
  position: relative;
}

.menu_options {
  background: #fff;
  z-index: 101;
  overflow-y: scroll;
  display: none;
  position: relative;
  float: left;
  width: 100%;
  right:-450px;
}

.menu-list li {
  padding: 10px;
  text-transform: none;
}
.menu-list li a {
  color: #000;
}

.menu-list li strong {
  font-size: 20px;
}

.menu-list li:first-child {
  margin-top: 10px;
}

.menu-list .nav-prof-img img {
  height: 40px;
}
.mobile-phone-number{font-size: 28px;margin-right: 20px;color: #333;}
.white-bg {
  background: #fff;
  height: 94%;
  float: left;
}
.mobile-logo{
  width: auto;
}
.nav-mobile-logo-responsive {
  margin-block-start: 1px;
}

.mobile-phone-wrap{text-align:right;}
.mb_notification_count{top: 0px; left: 10px; position: relative; padding: 3px 6px;}

.vs-navbar-option .logo{
  color: black;
  font-size: 14px;
}



.vs-navbar-option .logo {
  color: black;
}

.vs-order-desktop{
  display: block;
  position: sticky;
  right: 0;
  left: 0;
  z-index: 1;
}

.vs-order-mobile{
  display: none;
}

.mobile-header-menu-wapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-header-menu-wapper::before , .mobile-header-menu-wapper::after {
  display: none;
}

.menu_options{display: none;}
@media (max-width: 1024px){

  .vs-order-navbar {
    position: fixed;
  }

  .vs-order-desktop{
    margin-top: 10px;
  }

  .menu_options {
    z-index: 101;
    height: calc(100vh - 70x);
    display: block;
  }

  .mobile-header-icon{
    color: #000 !important;
  }
  
  .mobile-menu-option{
    display: none;
  }
  
  .mobile-menu-icon{
    float: right;
  }
  
  .mobile-menu-arrow{
    transform: rotate(90deg);
  }
  
  .mobile-menu-btn{
    cursor: pointer;
    background-color: #cc1d2a;
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: 100%
  }
  
  .mobile-menu-btn:hover{
    background-color: #de202e;
    color: #fff;
  }
  .mobile-btn-contact{
    margin-top: 10px;
    width: 100%;
    padding: 10px;
  }
  
  .mobile-menu-btn-wapper{
    box-shadow: 0px -15px 20px rgb(0 0 0 / 20%);
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    padding: 15px !important;
    background-color: #fff;
  }


  
  .mobile-menu-head strong{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
  }

  .mobile-menu-head{
    margin: 0px;
  }

  .custom-navbar{
    display: none;
  }

  .mobile_header_container {
    position: fixed;
    width: 100%;
    z-index: 101;
    /* background-color: #fff; */
    height: auto;
    clear: both;
    
  }
  .mobile_header_container_open, .mobile_header_container_close{ height: 100%;}

  .menu_options {
    background: #fff;
    z-index: 101;
    overflow-y: scroll;
    position: absolute;
    float: left;
    width: 100%;
    right: -1024px;
    transition: all 0.5s ease;
    height: calc(100vh - 62px);
    top: 67px;
  }
  .menu_options.main {
    right: 0;
    top: 70px;
    background: #fff;
    z-index: 999999;
    overflow: hidden;
  }
  .main-cont{ padding-top: 67px;}
}

@media (max-width: 768px){
  .vs-order-desktop{
    display: none;
  }
  
  .vs-order-mobile{
    display: block;
    position: sticky;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: 1px solid #dde1e5;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    margin-top: 10px;
    width: calc(100% + 20px);
  }
  .vs-order-mobile li.top-marg {float: none!important;}
  .vs-order-navbar {
    position: sticky;
  }
  .vs-order-navbar{
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-top: 10px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .funnel-navbar-margin {
    margin-top: 70px !important;
  }
}


@media (max-width: 360px){

  .vs-order-navbar {
    margin-bottom: -15px;

  }
}

@media (max-width: 320px){
  
  .mobile-vs-order-menu-buttons {
    font-size: 12px !important;
  }

}

@media (max-width: 280px){
  
  .vs-order-navbar {
    margin-bottom: -15px;
  }
  .mobile-vs-order-menu-buttons {
    font-size: 8px !important;
  }
}


@media (max-width: 230px){
  .mobile-vs-order-menu-buttons {
    font-size: 6px !important;
  }
}
/* line 7, vendor/bundle/ruby/2.7.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu {
  line-height: 40px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  text-align: center;
  border-top: 1px solid #E4E4E4;
  background: #F2F2F2;
}

@media (max-width: 767px) {
  /* line 7, vendor/bundle/ruby/2.7.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
  .cookies-eu {
    font-size: 12px;
    line-height: 30px;
    position: initial;
  }
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-content-holder {
  display: inline-block;
  padding: 0 20px;
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder {
  display: inline-block;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  min-width: 26px;
  margin-right: 5px;
  padding: 2px 11px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  border: 0;
  outline: none;
  background-color: #4D90FE;
}
