@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:300");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,600");
@import url("https://fonts.googleapis.com/css?family=Muli:100,300,400,600,800,900");
@import url("https://fonts.googleapis.com/css?family=Lora:400i");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Oswald:300");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,600");
@import url("https://fonts.googleapis.com/css?family=Muli:100,300,400,600,800,900");
@import url("https://fonts.googleapis.com/css?family=Lora:400i");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor {
  display: block;
  border: 1px solid #ddd;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor .md-footer, .md-editor > .md-header {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor > .md-header {
  margin: 0;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor > .md-preview {
  background: #fff;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  min-height: 10px;
  overflow: auto;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor > textarea {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: 14px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-radius: 0;
  box-shadow: none;
  background: #eee;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor > textarea:focus {
  box-shadow: none;
  background: #fff;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.active {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor .md-controls {
  float: right;
  padding: 3px;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor .md-controls .md-control:hover {
  color: #333;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .md-footer {
  display: none;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border: 0 !important;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .md-input:focus, .md-editor.md-fullscreen-mode .md-input:hover {
  color: #333;
  background: #fff !important;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .md-header {
  background: 0 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .btn-group, .md-editor.md-fullscreen-mode .radio_buttons.buttons .controls, .radio_buttons.buttons .md-editor.md-fullscreen-mode .controls {
  float: none;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .btn, .md-editor.md-fullscreen-mode #fb-sign-in {
  border: 0;
  background: 0 0;
  color: #b3b3b3;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .btn.active, .md-editor.md-fullscreen-mode #fb-sign-in.active, .md-editor.md-fullscreen-mode .btn:active, .md-editor.md-fullscreen-mode #fb-sign-in:active, .md-editor.md-fullscreen-mode .btn:focus, .md-editor.md-fullscreen-mode #fb-sign-in:focus, .md-editor.md-fullscreen-mode .btn:hover, .md-editor.md-fullscreen-mode #fb-sign-in:hover {
  box-shadow: none;
  color: #333;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-editor .md-fullscreen-controls {
  display: none;
}

/* line 1, vendor/assets/stylesheets/bootstrap-markdown.css */
.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/** Font Awesome*/
/* v4 */
/* v5 */
/* line 1, app/assets/stylesheets/partials/_fonts.css.sass */
.fa {
  font-family: "FontAwesome";
}

/***/
@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/_responsive.css.sass */
  .downfrom-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/_responsive.css.sass */
  .upto-tablet {
    display: none;
  }
}

/*!
 * 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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

/* line 165, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

/* line 293, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

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

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

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

/* line 424, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret, #fb-sign-in > .caret,
.dropup > .btn > .caret,
.dropup > #fb-sign-in > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../.rvm/gems/ruby-2.7.5/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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 24, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 22, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #377898;
  text-decoration: none;
}

/* line 52, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #234c60;
  text-decoration: underline;
}

/* line 58, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

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

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

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

/* line 93, ../.rvm/gems/ruby-2.7.5/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;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

/* line 113, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

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

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

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

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

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

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

/* line 62, ../.rvm/gems/ruby-2.7.5/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: 480px) {
  /* line 62, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* line 5, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #377898;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #295a73;
}

/* line 5, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #70B008;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #517f06;
}

/* line 5, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #168ec1;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #116c93;
}

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

/* line 8, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #FF5F69;
}

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

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

/* line 5, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #377898;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #295a73;
}

/* line 5, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: rgba(112, 176, 8, 0.2);
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: rgba(81, 127, 6, 0.2);
}

/* line 5, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: rgba(32, 190, 237, 0.2);
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: rgba(16, 159, 202, 0.2);
}

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

/* line 8, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: rgba(255, 95, 105, 0.2);
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgba(255, 44, 57, 0.2);
}

/* line 138, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

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

/* line 177, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

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

/* line 14, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

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

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

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

/* line 241, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

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

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

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

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

/* line 30, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

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

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

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

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

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

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

/* line 11, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 21, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

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

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

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

/* line 96, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

/* line 9, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: rgba(112, 176, 8, 0.2);
}

/* line 17, ../.rvm/gems/ruby-2.7.5/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: rgba(96, 152, 7, 0.2);
}

/* line 9, ../.rvm/gems/ruby-2.7.5/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: rgba(32, 190, 237, 0.2);
}

/* line 17, ../.rvm/gems/ruby-2.7.5/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: rgba(18, 178, 225, 0.2);
}

/* line 9, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: rgba(255, 95, 105, 0.2);
}

/* line 17, ../.rvm/gems/ruby-2.7.5/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: rgba(255, 70, 81, 0.2);
}

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

@media screen and (max-width: 479px) {
  /* line 171, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 61, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

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

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

/* line 95, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control, .file .controls, .form-group.date .input-group .overlay, .form-group.datetime .input-group .overlay {
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus, .file .controls:focus, .form-group.date .input-group .overlay:focus, .form-group.datetime .input-group .overlay:focus {
  border-color: #168ec1;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(22, 142, 193, 0.6);
}

/* line 103, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder, .file .controls::-moz-placeholder, .form-group.date .input-group .overlay::-moz-placeholder, .form-group.datetime .input-group .overlay::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder, .file .controls:-ms-input-placeholder, .form-group.date .input-group .overlay:-ms-input-placeholder, .form-group.datetime .input-group .overlay:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder, .file .controls::-webkit-input-placeholder, .form-group.date .input-group .overlay::-webkit-input-placeholder, .form-group.datetime .input-group .overlay::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand, .file .controls::-ms-expand, .form-group.date .input-group .overlay::-ms-expand, .form-group.datetime .input-group .overlay::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .file .controls[disabled], .form-group.date .input-group .overlay[disabled], .form-group.datetime .input-group .overlay[disabled], .form-control[readonly], .file .controls[readonly], .form-group.date .input-group .overlay[readonly], .form-group.datetime .input-group .overlay[readonly], fieldset[disabled] .form-control, fieldset[disabled] .file .controls, .file fieldset[disabled] .controls, fieldset[disabled] .form-group.date .input-group .overlay, .form-group.date .input-group fieldset[disabled] .overlay, fieldset[disabled] .form-group.datetime .input-group .overlay, .form-group.datetime .input-group fieldset[disabled] .overlay {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .file .controls[disabled], .form-group.date .input-group .overlay[disabled], .form-group.datetime .input-group .overlay[disabled], fieldset[disabled] .form-control, fieldset[disabled] .file .controls, .file fieldset[disabled] .controls, fieldset[disabled] .form-group.date .input-group .overlay, .form-group.date .input-group fieldset[disabled] .overlay, fieldset[disabled] .form-group.datetime .input-group .overlay, .form-group.datetime .input-group fieldset[disabled] .overlay {
  cursor: not-allowed;
}

/* line 181, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control, .file textarea.controls, .form-group.date .input-group textarea.overlay, .form-group.datetime .input-group textarea.overlay {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"], .file .controls[type="date"], .form-group.date .input-group .overlay[type="date"], .form-group.datetime .input-group .overlay[type="date"],
input.form-control[type="time"],
.file .controls[type="time"],
.form-group.date .input-group .overlay[type="time"],
.form-group.datetime .input-group .overlay[type="time"],
input.form-control[type="datetime-local"],
.file .controls[type="datetime-local"],
.form-group.date .input-group .overlay[type="datetime-local"],
.form-group.datetime .input-group .overlay[type="datetime-local"],
input.form-control[type="month"],
.file .controls[type="month"],
.form-group.date .input-group .overlay[type="month"],
.form-group.datetime .input-group .overlay[type="month"] {
    line-height: 34px;
  }
  /* line 204, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"], .file .input-group-sm > .controls[type="date"], .form-group.date .input-group .input-group-sm > .overlay[type="date"], .form-group.datetime .input-group .input-group-sm > .overlay[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"],
.input-group-sm > .input-group-btn > #fb-sign-in[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.file .input-group-sm > .controls[type="time"],
.form-group.date .input-group .input-group-sm > .overlay[type="time"],
.form-group.datetime .input-group .input-group-sm > .overlay[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"],
.input-group-sm > .input-group-btn > #fb-sign-in[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.file .input-group-sm > .controls[type="datetime-local"],
.form-group.date .input-group .input-group-sm > .overlay[type="datetime-local"],
.form-group.datetime .input-group .input-group-sm > .overlay[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-group-btn > #fb-sign-in[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.file .input-group-sm > .controls[type="month"],
.form-group.date .input-group .input-group-sm > .overlay[type="month"],
.form-group.datetime .input-group .input-group-sm > .overlay[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"],
.input-group-sm > .input-group-btn > #fb-sign-in[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"], .file .input-group-lg > .controls[type="date"], .form-group.date .input-group .input-group-lg > .overlay[type="date"], .form-group.datetime .input-group .input-group-lg > .overlay[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"],
.input-group-lg > .input-group-btn > #fb-sign-in[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.file .input-group-lg > .controls[type="time"],
.form-group.date .input-group .input-group-lg > .overlay[type="time"],
.form-group.datetime .input-group .input-group-lg > .overlay[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"],
.input-group-lg > .input-group-btn > #fb-sign-in[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.file .input-group-lg > .controls[type="datetime-local"],
.form-group.date .input-group .input-group-lg > .overlay[type="datetime-local"],
.form-group.datetime .input-group .input-group-lg > .overlay[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-group-btn > #fb-sign-in[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.file .input-group-lg > .controls[type="month"],
.form-group.date .input-group .input-group-lg > .overlay[type="month"],
.form-group.datetime .input-group .input-group-lg > .overlay[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"],
.input-group-lg > .input-group-btn > #fb-sign-in[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

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

/* line 231, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .file .input-group-lg > .form-control-static.controls, .form-group.date .input-group .input-group-lg > .form-control-static.overlay, .form-group.datetime .input-group .input-group-lg > .form-control-static.overlay,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > #fb-sign-in.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .file .input-group-sm > .form-control-static.controls, .form-group.date .input-group .input-group-sm > .form-control-static.overlay, .form-group.datetime .input-group .input-group-sm > .form-control-static.overlay,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > #fb-sign-in.form-control-static {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control, .file .input-group-sm > .controls, .form-group.date .input-group .input-group-sm > .overlay, .form-group.datetime .input-group .input-group-sm > .overlay,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > #fb-sign-in {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control, .file .input-group-sm > select.controls, .form-group.date .input-group .input-group-sm > select.overlay, .form-group.datetime .input-group .input-group-sm > select.overlay,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select#fb-sign-in {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control, .file .input-group-sm > textarea.controls, .form-group.date .input-group .input-group-sm > textarea.overlay, .form-group.datetime .input-group .input-group-sm > textarea.overlay,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea#fb-sign-in,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.file .input-group-sm > .controls[multiple],
.form-group.date .input-group .input-group-sm > .overlay[multiple],
.form-group.datetime .input-group .input-group-sm > .overlay[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple],
.input-group-sm > .input-group-btn > #fb-sign-in[multiple] {
  height: auto;
}

/* line 323, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control, .form-group-sm .file .controls, .file .form-group-sm .controls, .form-group-sm .form-group.date .input-group .overlay, .form-group.date .input-group .form-group-sm .overlay, .form-group-sm .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .form-group-sm .overlay {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control, .form-group-sm .file select.controls, .file .form-group-sm select.controls, .form-group-sm .form-group.date .input-group select.overlay, .form-group.date .input-group .form-group-sm select.overlay, .form-group-sm .form-group.datetime .input-group select.overlay, .form-group.datetime .input-group .form-group-sm select.overlay {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control, .form-group-sm .file textarea.controls, .file .form-group-sm textarea.controls, .form-group-sm .form-group.date .input-group textarea.overlay, .form-group.date .input-group .form-group-sm textarea.overlay, .form-group-sm .form-group.datetime .input-group textarea.overlay, .form-group.datetime .input-group .form-group-sm textarea.overlay,
.form-group-sm select.form-control[multiple],
.form-group-sm .file .controls[multiple],
.file .form-group-sm .controls[multiple],
.form-group-sm .form-group.date .input-group .overlay[multiple],
.form-group.date .input-group .form-group-sm .overlay[multiple],
.form-group-sm .form-group.datetime .input-group .overlay[multiple],
.form-group.datetime .input-group .form-group-sm .overlay[multiple] {
  height: auto;
}

/* line 338, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control, .file .input-group-lg > .controls, .form-group.date .input-group .input-group-lg > .overlay, .form-group.datetime .input-group .input-group-lg > .overlay,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > #fb-sign-in {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control, .file .input-group-lg > select.controls, .form-group.date .input-group .input-group-lg > select.overlay, .form-group.datetime .input-group .input-group-lg > select.overlay,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select#fb-sign-in {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control, .file .input-group-lg > textarea.controls, .form-group.date .input-group .input-group-lg > textarea.overlay, .form-group.datetime .input-group .input-group-lg > textarea.overlay,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea#fb-sign-in,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.file .input-group-lg > .controls[multiple],
.form-group.date .input-group .input-group-lg > .overlay[multiple],
.form-group.datetime .input-group .input-group-lg > .overlay[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple],
.input-group-lg > .input-group-btn > #fb-sign-in[multiple] {
  height: auto;
}

/* line 349, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control, .form-group-lg .file .controls, .file .form-group-lg .controls, .form-group-lg .form-group.date .input-group .overlay, .form-group.date .input-group .form-group-lg .overlay, .form-group-lg .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .form-group-lg .overlay {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control, .form-group-lg .file select.controls, .file .form-group-lg select.controls, .form-group-lg .form-group.date .input-group select.overlay, .form-group.date .input-group .form-group-lg select.overlay, .form-group-lg .form-group.datetime .input-group select.overlay, .form-group.datetime .input-group .form-group-lg select.overlay {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control, .form-group-lg .file textarea.controls, .file .form-group-lg textarea.controls, .form-group-lg .form-group.date .input-group textarea.overlay, .form-group.date .input-group .form-group-lg textarea.overlay, .form-group-lg .form-group.datetime .input-group textarea.overlay, .form-group.datetime .input-group .form-group-lg textarea.overlay,
.form-group-lg select.form-control[multiple],
.form-group-lg .file .controls[multiple],
.file .form-group-lg .controls[multiple],
.form-group-lg .form-group.date .input-group .overlay[multiple],
.form-group.date .input-group .form-group-lg .overlay[multiple],
.form-group-lg .form-group.datetime .input-group .overlay[multiple],
.form-group.datetime .input-group .form-group-lg .overlay[multiple] {
  height: auto;
}

/* line 364, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control, .has-feedback .file .controls, .file .has-feedback .controls, .has-feedback .form-group.date .input-group .overlay, .form-group.date .input-group .has-feedback .overlay, .has-feedback .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .has-feedback .overlay {
  padding-right: 42.5px;
}

/* line 388, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .file .input-group-lg > .controls + .form-control-feedback, .form-group.date .input-group .input-group-lg > .overlay + .form-control-feedback, .form-group.datetime .input-group .input-group-lg > .overlay + .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 > .input-group-btn > #fb-sign-in + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .file .controls + .form-control-feedback,
.file .form-group-lg .controls + .form-control-feedback,
.form-group-lg .form-group.date .input-group .overlay + .form-control-feedback,
.form-group.date .input-group .form-group-lg .overlay + .form-control-feedback,
.form-group-lg .form-group.datetime .input-group .overlay + .form-control-feedback,
.form-group.datetime .input-group .form-group-lg .overlay + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .file .input-group-sm > .controls + .form-control-feedback, .form-group.date .input-group .input-group-sm > .overlay + .form-control-feedback, .form-group.datetime .input-group .input-group-sm > .overlay + .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 > .input-group-btn > #fb-sign-in + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .file .controls + .form-control-feedback,
.file .form-group-sm .controls + .form-control-feedback,
.form-group-sm .form-group.date .input-group .overlay + .form-control-feedback,
.form-group.date .input-group .form-group-sm .overlay + .form-control-feedback,
.form-group-sm .form-group.datetime .input-group .overlay + .form-control-feedback,
.form-group.datetime .input-group .form-group-sm .overlay + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/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: #70B008;
}

/* line 21, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control, .has-success .file .controls, .file .has-success .controls, .has-success .form-group.date .input-group .overlay, .form-group.date .input-group .has-success .overlay, .has-success .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .has-success .overlay {
  border-color: #70B008;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus, .has-success .file .controls:focus, .file .has-success .controls:focus, .has-success .form-group.date .input-group .overlay:focus, .form-group.date .input-group .has-success .overlay:focus, .has-success .form-group.datetime .input-group .overlay:focus, .form-group.datetime .input-group .has-success .overlay:focus {
  border-color: #517f06;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a7f529;
}

/* line 31, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #70B008;
  background-color: rgba(112, 176, 8, 0.2);
  border-color: #70B008;
}

/* line 37, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #70B008;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control, .has-warning .file .controls, .file .has-warning .controls, .has-warning .form-group.date .input-group .overlay, .form-group.date .input-group .has-warning .overlay, .has-warning .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .has-warning .overlay {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus, .has-warning .file .controls:focus, .file .has-warning .controls:focus, .has-warning .form-group.date .input-group .overlay:focus, .form-group.date .input-group .has-warning .overlay:focus, .has-warning .form-group.datetime .input-group .overlay:focus, .form-group.datetime .input-group .has-warning .overlay:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/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: #FF5F69;
}

/* line 21, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control, .has-error .file .controls, .file .has-error .controls, .has-error .form-group.date .input-group .overlay, .form-group.date .input-group .has-error .overlay, .has-error .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .has-error .overlay {
  border-color: #FF5F69;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus, .has-error .file .controls:focus, .file .has-error .controls:focus, .has-error .form-group.date .input-group .overlay:focus, .form-group.date .input-group .has-error .overlay:focus, .has-error .form-group.datetime .input-group .overlay:focus, .form-group.datetime .input-group .has-error .overlay:focus {
  border-color: #ff2c39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc5c9;
}

/* line 31, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #FF5F69;
  background-color: rgba(255, 95, 105, 0.2);
  border-color: #FF5F69;
}

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

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

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

/* line 443, ../.rvm/gems/ruby-2.7.5/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: 480px) {
  /* line 468, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .form-inline .file .controls, .file .form-inline .controls, .form-inline .form-group.date .input-group .overlay, .form-group.date .input-group .form-inline .overlay, .form-inline .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .form-inline .overlay {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../.rvm/gems/ruby-2.7.5/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,
.form-inline .input-group .file .controls,
.file .form-inline .input-group .controls,
.form-inline .form-group.date .input-group .overlay,
.form-group.date .form-inline .input-group .overlay,
.form-inline .form-group.datetime .input-group .overlay,
.form-group.datetime .form-inline .input-group .overlay {
    width: auto;
  }
  /* line 498, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .form-inline .file .input-group > .controls, .file .form-inline .input-group > .controls, .form-inline .form-group.date .input-group > .overlay, .form-group.date .form-inline .input-group > .overlay, .form-inline .form-group.datetime .input-group > .overlay, .form-group.datetime .form-inline .input-group > .overlay {
    width: 100%;
  }
  /* line 502, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

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

/* line 14, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 480px) {
  /* line 572, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 480px) {
  /* line 593, ../.rvm/gems/ruby-2.7.5/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: 480px) {
  /* line 601, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn, #fb-sign-in {
  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: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, #fb-sign-in:focus, .btn.focus, #fb-sign-in.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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, #fb-sign-in:hover, .btn:focus, #fb-sign-in:focus, .btn.focus, #fb-sign-in.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, #fb-sign-in:active, .btn.active, #fb-sign-in.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, #fb-sign-in.disabled, .btn[disabled], #fb-sign-in[disabled], fieldset[disabled] .btn, fieldset[disabled] #fb-sign-in {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

/* line 58, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, a#fb-sign-in.disabled, fieldset[disabled] a.btn, fieldset[disabled] a#fb-sign-in {
  pointer-events: none;
}

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

/* line 11, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #377898;
  border-color: #306985;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #295a73;
  border-color: #0e1f28;
}

/* line 17, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #295a73;
  border-color: #204658;
}

/* line 22, ../.rvm/gems/ruby-2.7.5/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: #295a73;
  background-image: none;
  border-color: #204658;
}

/* line 30, ../.rvm/gems/ruby-2.7.5/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: #204658;
  border-color: #0e1f28;
}

/* line 41, ../.rvm/gems/ruby-2.7.5/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: #377898;
  border-color: #306985;
}

/* line 49, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #377898;
  background-color: #fff;
}

/* line 75, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #70B008;
  border-color: #609807;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #517f06;
  border-color: #131e01;
}

/* line 17, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #517f06;
  border-color: #3b5d04;
}

/* line 22, ../.rvm/gems/ruby-2.7.5/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: #517f06;
  background-image: none;
  border-color: #3b5d04;
}

/* line 30, ../.rvm/gems/ruby-2.7.5/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: #3b5d04;
  border-color: #131e01;
}

/* line 41, ../.rvm/gems/ruby-2.7.5/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: #70B008;
  border-color: #609807;
}

/* line 49, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #70B008;
  background-color: #fff;
}

/* line 79, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #168ec1;
  border-color: #137daa;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #116c93;
  border-color: #062938;
}

/* line 17, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #116c93;
  border-color: #0d5573;
}

/* line 22, ../.rvm/gems/ruby-2.7.5/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: #116c93;
  background-image: none;
  border-color: #0d5573;
}

/* line 30, ../.rvm/gems/ruby-2.7.5/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: #0d5573;
  border-color: #062938;
}

/* line 41, ../.rvm/gems/ruby-2.7.5/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: #168ec1;
  border-color: #137daa;
}

/* line 49, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #168ec1;
  background-color: #fff;
}

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

/* line 11, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #FF5F69;
  border-color: #ff4651;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff2c39;
  border-color: #c5000c;
}

/* line 17, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #ff2c39;
  border-color: #ff0818;
}

/* line 22, ../.rvm/gems/ruby-2.7.5/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: #ff2c39;
  background-image: none;
  border-color: #ff0818;
}

/* line 30, ../.rvm/gems/ruby-2.7.5/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: #ff0818;
  border-color: #c5000c;
}

/* line 41, ../.rvm/gems/ruby-2.7.5/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: #FF5F69;
  border-color: #ff4651;
}

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

/* line 96, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #377898;
  border-radius: 0;
}

/* line 101, ../.rvm/gems/ruby-2.7.5/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;
  box-shadow: none;
}

/* line 109, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #234c60;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > #fb-sign-in {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

/* line 165, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

/* line 7, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

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

/* line 31, ../.rvm/gems/ruby-2.7.5/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;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

/* line 60, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: #377898;
  outline: 0;
}

/* line 100, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

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

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

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

/* line 150, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group, .radio_buttons.buttons .controls,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn, .radio_buttons.buttons .controls > .btn, .btn-group > #fb-sign-in, .radio_buttons.buttons .controls > #fb-sign-in,
.btn-group-vertical > .btn,
.btn-group-vertical > #fb-sign-in {
  position: relative;
  float: left;
}

/* line 15, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .radio_buttons.buttons .controls > .btn:hover, .btn-group > #fb-sign-in:hover, .radio_buttons.buttons .controls > #fb-sign-in:hover, .btn-group > .btn:focus, .radio_buttons.buttons .controls > .btn:focus, .btn-group > #fb-sign-in:focus, .radio_buttons.buttons .controls > #fb-sign-in:focus, .btn-group > .btn:active, .radio_buttons.buttons .controls > .btn:active, .btn-group > #fb-sign-in:active, .radio_buttons.buttons .controls > #fb-sign-in:active, .btn-group > .btn.active, .radio_buttons.buttons .controls > .btn.active, .btn-group > #fb-sign-in.active, .radio_buttons.buttons .controls > #fb-sign-in.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > #fb-sign-in:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > #fb-sign-in:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > #fb-sign-in:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > #fb-sign-in.active {
  z-index: 2;
}

/* line 26, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn, .radio_buttons.buttons .controls .btn + .btn, .btn-group #fb-sign-in + .btn, .radio_buttons.buttons .controls #fb-sign-in + .btn, .btn-group .btn + #fb-sign-in, .radio_buttons.buttons .controls .btn + #fb-sign-in, .btn-group #fb-sign-in + #fb-sign-in, .radio_buttons.buttons .controls #fb-sign-in + #fb-sign-in,
.btn-group .btn + .btn-group,
.radio_buttons.buttons .controls .btn + .btn-group,
.btn-group .radio_buttons.buttons .btn + .controls,
.radio_buttons.buttons .btn-group .btn + .controls,
.radio_buttons.buttons .controls .btn + .controls,
.btn-group #fb-sign-in + .btn-group,
.radio_buttons.buttons .controls #fb-sign-in + .btn-group,
.btn-group .radio_buttons.buttons #fb-sign-in + .controls,
.radio_buttons.buttons .btn-group #fb-sign-in + .controls,
.radio_buttons.buttons .controls #fb-sign-in + .controls,
.btn-group .btn-group + .btn,
.radio_buttons.buttons .controls .btn-group + .btn,
.btn-group .radio_buttons.buttons .controls + .btn,
.radio_buttons.buttons .btn-group .controls + .btn,
.radio_buttons.buttons .controls .controls + .btn,
.btn-group .btn-group + #fb-sign-in,
.radio_buttons.buttons .controls .btn-group + #fb-sign-in,
.btn-group .radio_buttons.buttons .controls + #fb-sign-in,
.radio_buttons.buttons .btn-group .controls + #fb-sign-in,
.radio_buttons.buttons .controls .controls + #fb-sign-in,
.btn-group .btn-group + .btn-group,
.radio_buttons.buttons .controls .btn-group + .btn-group,
.btn-group .radio_buttons.buttons .controls + .btn-group,
.radio_buttons.buttons .btn-group .controls + .btn-group,
.radio_buttons.buttons .controls .controls + .btn-group,
.btn-group .radio_buttons.buttons .btn-group + .controls,
.radio_buttons.buttons .btn-group .btn-group + .controls,
.radio_buttons.buttons .controls .btn-group + .controls,
.btn-group .radio_buttons.buttons .controls + .controls,
.radio_buttons.buttons .btn-group .controls + .controls,
.radio_buttons.buttons .controls .controls + .controls {
  margin-left: -1px;
}

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

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

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

/* line 39, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn, .btn-toolbar #fb-sign-in,
.btn-toolbar .btn-group,
.btn-toolbar .radio_buttons.buttons .controls,
.radio_buttons.buttons .btn-toolbar .controls,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn, .btn-toolbar > #fb-sign-in,
.btn-toolbar > .btn-group,
.radio_buttons.buttons .btn-toolbar > .controls,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .radio_buttons.buttons .controls > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > #fb-sign-in:not(:first-child):not(:last-child):not(.dropdown-toggle), .radio_buttons.buttons .controls > #fb-sign-in:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child, .radio_buttons.buttons .controls > .btn:first-child, .btn-group > #fb-sign-in:first-child, .radio_buttons.buttons .controls > #fb-sign-in:first-child {
  margin-left: 0;
}

/* line 58, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .radio_buttons.buttons .controls > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > #fb-sign-in:first-child:not(:last-child):not(.dropdown-toggle), .radio_buttons.buttons .controls > #fb-sign-in:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child), .radio_buttons.buttons .controls > .btn:last-child:not(:first-child), .btn-group > #fb-sign-in:last-child:not(:first-child), .radio_buttons.buttons .controls > #fb-sign-in:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.radio_buttons.buttons .controls > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group, .radio_buttons.buttons .controls > .btn-group, .radio_buttons.buttons .btn-group > .controls, .radio_buttons.buttons .controls > .controls {
  float: left;
}

/* line 72, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .radio_buttons.buttons .controls > .btn-group:not(:first-child):not(:last-child) > .btn, .radio_buttons.buttons .btn-group > .controls:not(:first-child):not(:last-child) > .btn, .radio_buttons.buttons .controls > .controls:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > #fb-sign-in, .radio_buttons.buttons .controls > .btn-group:not(:first-child):not(:last-child) > #fb-sign-in, .radio_buttons.buttons .btn-group > .controls:not(:first-child):not(:last-child) > #fb-sign-in, .radio_buttons.buttons .controls > .controls:not(:first-child):not(:last-child) > #fb-sign-in {
  border-radius: 0;
}

/* line 76, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .radio_buttons.buttons .controls > .btn-group:first-child:not(:last-child) > .btn:last-child, .radio_buttons.buttons .btn-group > .controls:first-child:not(:last-child) > .btn:last-child, .radio_buttons.buttons .controls > .controls:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > #fb-sign-in:last-child, .radio_buttons.buttons .controls > .btn-group:first-child:not(:last-child) > #fb-sign-in:last-child, .radio_buttons.buttons .btn-group > .controls:first-child:not(:last-child) > #fb-sign-in:last-child, .radio_buttons.buttons .controls > .controls:first-child:not(:last-child) > #fb-sign-in:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.radio_buttons.buttons .controls > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.radio_buttons.buttons .btn-group > .controls:first-child:not(:last-child) > .dropdown-toggle,
.radio_buttons.buttons .controls > .controls:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .radio_buttons.buttons .controls > .btn-group:last-child:not(:first-child) > .btn:first-child, .radio_buttons.buttons .btn-group > .controls:last-child:not(:first-child) > .btn:first-child, .radio_buttons.buttons .controls > .controls:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > #fb-sign-in:first-child, .radio_buttons.buttons .controls > .btn-group:last-child:not(:first-child) > #fb-sign-in:first-child, .radio_buttons.buttons .btn-group > .controls:last-child:not(:first-child) > #fb-sign-in:first-child, .radio_buttons.buttons .controls > .controls:last-child:not(:first-child) > #fb-sign-in:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active, .radio_buttons.buttons .controls .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.radio_buttons.buttons .open.controls .dropdown-toggle {
  outline: 0;
}

/* line 105, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, .radio_buttons.buttons .controls > .btn + .dropdown-toggle, .btn-group > #fb-sign-in + .dropdown-toggle, .radio_buttons.buttons .controls > #fb-sign-in + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .radio_buttons.buttons .controls > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .radio_buttons.buttons .btn-group-lg.controls > .btn + .dropdown-toggle, .btn-group-lg.btn-group > #fb-sign-in + .dropdown-toggle, .radio_buttons.buttons .btn-group-lg.controls > #fb-sign-in + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

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

/* line 120, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link, .radio_buttons.buttons .open.controls .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 127, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret, #fb-sign-in .caret {
  margin-left: 0;
}

/* line 131, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > #fb-sign-in .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > #fb-sign-in .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn, .btn-group-vertical > #fb-sign-in,
.btn-group-vertical > .btn-group,
.radio_buttons.buttons .btn-group-vertical > .controls,
.btn-group-vertical > .btn-group > .btn,
.radio_buttons.buttons .btn-group-vertical > .controls > .btn,
.btn-group-vertical > .btn-group > #fb-sign-in,
.radio_buttons.buttons .btn-group-vertical > .controls > #fb-sign-in {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .radio_buttons.buttons .btn-group-vertical > .controls:before, .btn-group-vertical > .btn-group:after, .radio_buttons.buttons .btn-group-vertical > .controls:after {
  display: table;
  content: " ";
}

/* line 19, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after, .radio_buttons.buttons .btn-group-vertical > .controls:after {
  clear: both;
}

/* line 157, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn, .radio_buttons.buttons .btn-group-vertical > .controls > .btn, .btn-group-vertical > .btn-group > #fb-sign-in, .radio_buttons.buttons .btn-group-vertical > .controls > #fb-sign-in {
  float: none;
}

/* line 162, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > #fb-sign-in + .btn, .btn-group-vertical > .btn + #fb-sign-in, .btn-group-vertical > #fb-sign-in + #fb-sign-in,
.btn-group-vertical > .btn + .btn-group,
.radio_buttons.buttons .btn-group-vertical > .btn + .controls,
.btn-group-vertical > #fb-sign-in + .btn-group,
.radio_buttons.buttons .btn-group-vertical > #fb-sign-in + .controls,
.btn-group-vertical > .btn-group + .btn,
.radio_buttons.buttons .btn-group-vertical > .controls + .btn,
.btn-group-vertical > .btn-group + #fb-sign-in,
.radio_buttons.buttons .btn-group-vertical > .controls + #fb-sign-in,
.btn-group-vertical > .btn-group + .btn-group,
.radio_buttons.buttons .btn-group-vertical > .controls + .btn-group,
.radio_buttons.buttons .btn-group-vertical > .btn-group + .controls,
.radio_buttons.buttons .btn-group-vertical > .controls + .controls {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > #fb-sign-in:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > #fb-sign-in:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > #fb-sign-in:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 184, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .radio_buttons.buttons .btn-group-vertical > .controls:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > #fb-sign-in, .radio_buttons.buttons .btn-group-vertical > .controls:not(:first-child):not(:last-child) > #fb-sign-in {
  border-radius: 0;
}

/* line 188, ../.rvm/gems/ruby-2.7.5/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, .radio_buttons.buttons .btn-group-vertical > .controls:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > #fb-sign-in:last-child, .radio_buttons.buttons .btn-group-vertical > .controls:first-child:not(:last-child) > #fb-sign-in:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.radio_buttons.buttons .btn-group-vertical > .controls:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../.rvm/gems/ruby-2.7.5/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, .radio_buttons.buttons .btn-group-vertical > .controls:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > #fb-sign-in:first-child, .radio_buttons.buttons .btn-group-vertical > .controls:last-child:not(:first-child) > #fb-sign-in:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn, .btn-group-justified > #fb-sign-in,
.btn-group-justified > .btn-group,
.radio_buttons.buttons .btn-group-justified > .controls {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn, .radio_buttons.buttons .btn-group-justified > .controls .btn, .btn-group-justified > .btn-group #fb-sign-in, .radio_buttons.buttons .btn-group-justified > .controls #fb-sign-in {
  width: 100%;
}

/* line 216, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu, .radio_buttons.buttons .btn-group-justified > .controls .dropdown-menu {
  left: auto;
}

/* line 237, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > #fb-sign-in input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > #fb-sign-in 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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control, .input-group .file .controls, .file .input-group .controls, .form-group.date .input-group .overlay, .form-group.datetime .input-group .overlay {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus, .input-group .file .controls:focus, .file .input-group .controls:focus, .form-group.date .input-group .overlay:focus, .form-group.datetime .input-group .overlay:focus {
  z-index: 3;
}

/* line 58, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .file .controls,
.file .input-group .controls,
.form-group.date .input-group .overlay,
.form-group.datetime .input-group .overlay {
  display: table-cell;
}

/* line 63, ../.rvm/gems/ruby-2.7.5/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),
.input-group .file .controls:not(:first-child):not(:last-child),
.file .input-group .controls:not(:first-child):not(:last-child),
.form-group.date .input-group .overlay:not(:first-child):not(:last-child),
.form-group.datetime .input-group .overlay:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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,
.input-group-sm > .input-group-btn > #fb-sign-in.input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../.rvm/gems/ruby-2.7.5/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,
.input-group-lg > .input-group-btn > #fb-sign-in.input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child, .input-group .file .controls:first-child, .file .input-group .controls:first-child, .form-group.date .input-group .overlay:first-child, .form-group.datetime .input-group .overlay:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > #fb-sign-in,
.input-group-btn:first-child > .btn-group > .btn,
.radio_buttons.buttons .input-group-btn:first-child > .controls > .btn,
.input-group-btn:first-child > .btn-group > #fb-sign-in,
.radio_buttons.buttons .input-group-btn:first-child > .controls > #fb-sign-in,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > #fb-sign-in:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.radio_buttons.buttons .input-group-btn:last-child > .controls:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > #fb-sign-in,
.radio_buttons.buttons .input-group-btn:last-child > .controls:not(:last-child) > #fb-sign-in {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* line 120, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child, .input-group .file .controls:last-child, .file .input-group .controls:last-child, .form-group.date .input-group .overlay:last-child, .form-group.datetime .input-group .overlay:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > #fb-sign-in,
.input-group-btn:last-child > .btn-group > .btn,
.radio_buttons.buttons .input-group-btn:last-child > .controls > .btn,
.input-group-btn:last-child > .btn-group > #fb-sign-in,
.radio_buttons.buttons .input-group-btn:last-child > .controls > #fb-sign-in,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > #fb-sign-in:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.radio_buttons.buttons .input-group-btn:first-child > .controls:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > #fb-sign-in,
.radio_buttons.buttons .input-group-btn:first-child > .controls:not(:first-child) > #fb-sign-in {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 135, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn, .input-group-btn > #fb-sign-in {
  position: relative;
}

/* line 146, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn, .input-group-btn > #fb-sign-in + .btn, .input-group-btn > .btn + #fb-sign-in, .input-group-btn > #fb-sign-in + #fb-sign-in {
  margin-left: -1px;
}

/* line 150, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > #fb-sign-in:hover, .input-group-btn > .btn:focus, .input-group-btn > #fb-sign-in:focus, .input-group-btn > .btn:active, .input-group-btn > #fb-sign-in:active {
  z-index: 2;
}

/* line 159, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > #fb-sign-in,
.input-group-btn:first-child > .btn-group,
.radio_buttons.buttons .input-group-btn:first-child > .controls {
  margin-right: -1px;
}

/* line 165, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > #fb-sign-in,
.input-group-btn:last-child > .btn-group,
.radio_buttons.buttons .input-group-btn:last-child > .controls {
  z-index: 2;
  margin-left: -1px;
}

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

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

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

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

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

/* line 23, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: #377898;
}

/* line 59, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

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

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

/* line 84, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

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

/* line 125, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../.rvm/gems/ruby-2.7.5/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: #377898;
}

/* line 144, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 480px) {
  /* line 177, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: 480px) {
  /* line 206, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../.rvm/gems/ruby-2.7.5/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;
  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: 480px) {
  /* line 468, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control, .navbar-form .file .controls, .file .navbar-form .controls, .navbar-form .form-group.date .input-group .overlay, .form-group.date .input-group .navbar-form .overlay, .navbar-form .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .navbar-form .overlay {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../.rvm/gems/ruby-2.7.5/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,
.navbar-form .input-group .file .controls,
.file .navbar-form .input-group .controls,
.navbar-form .form-group.date .input-group .overlay,
.form-group.date .navbar-form .input-group .overlay,
.navbar-form .form-group.datetime .input-group .overlay,
.form-group.datetime .navbar-form .input-group .overlay {
    width: auto;
  }
  /* line 498, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control, .navbar-form .file .input-group > .controls, .file .navbar-form .input-group > .controls, .navbar-form .form-group.date .input-group > .overlay, .form-group.date .navbar-form .input-group > .overlay, .navbar-form .form-group.datetime .input-group > .overlay, .form-group.datetime .navbar-form .input-group > .overlay {
    width: 100%;
  }
  /* line 502, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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;
    box-shadow: none;
  }
}

/* line 325, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > #fb-sign-in.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > #fb-sign-in.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../.rvm/gems/ruby-2.7.5/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: #377898;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../.rvm/gems/ruby-2.7.5/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: #234c60;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: #377898;
  border-color: #377898;
}

/* line 61, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label, #fb-sign-in .label {
  position: relative;
  top: -1px;
}

/* line 33, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #377898;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #295a73;
}

/* line 52, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #70B008;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #517f06;
}

/* line 56, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #168ec1;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #116c93;
}

/* line 60, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #FF5F69;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #ff2c39;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge, #fb-sign-in .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > #fb-sign-in .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #377898;
  background-color: #fff;
}

/* line 47, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 480px) {
  /* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../.rvm/gems/ruby-2.7.5/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;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #377898;
}

/* line 9, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #70B008;
  background-color: rgba(112, 176, 8, 0.2);
  border-color: #70B008;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #609807;
}

/* line 12, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #517f06;
}

/* line 63, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #168ec1;
  background-color: rgba(32, 190, 237, 0.2);
  border-color: #20beed;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #12b2e1;
}

/* line 12, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #116c93;
}

/* line 67, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #FF5F69;
  background-color: rgba(255, 95, 105, 0.2);
  border-color: #FF5F69;
}

/* line 8, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #ff4651;
}

/* line 12, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #ff2c39;
}

@-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, ../.rvm/gems/ruby-2.7.5/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;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../.rvm/gems/ruby-2.7.5/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: #377898;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* line 54, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../.rvm/gems/ruby-2.7.5/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;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #70B008;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #168ec1;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #FF5F69;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: #377898;
  border-color: #377898;
}

/* line 66, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: #b6d5e5;
}

/* line 83, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #70B008;
  background-color: rgba(112, 176, 8, 0.2);
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #70B008;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: #70B008;
  background-color: rgba(96, 152, 7, 0.2);
}

/* line 23, ../.rvm/gems/ruby-2.7.5/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: #70B008;
  border-color: #70B008;
}

/* line 4, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #168ec1;
  background-color: rgba(32, 190, 237, 0.2);
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #168ec1;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: #168ec1;
  background-color: rgba(18, 178, 225, 0.2);
}

/* line 23, ../.rvm/gems/ruby-2.7.5/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: #168ec1;
  border-color: #168ec1;
}

/* line 4, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #FF5F69;
  background-color: rgba(255, 95, 105, 0.2);
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #FF5F69;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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: #FF5F69;
  background-color: rgba(255, 70, 81, 0.2);
}

/* line 23, ../.rvm/gems/ruby-2.7.5/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: #FF5F69;
  border-color: #FF5F69;
}

/* line 121, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #377898;
}

/* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #377898;
  border-color: #377898;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #377898;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #377898;
  background-color: #fff;
}

/* line 20, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #377898;
}

/* line 260, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #70B008;
}

/* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #70B008;
  background-color: rgba(112, 176, 8, 0.2);
  border-color: #70B008;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #70B008;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: rgba(112, 176, 8, 0.2);
  background-color: #70B008;
}

/* line 20, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #70B008;
}

/* line 263, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #20beed;
}

/* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #168ec1;
  background-color: rgba(32, 190, 237, 0.2);
  border-color: #20beed;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #20beed;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: rgba(32, 190, 237, 0.2);
  background-color: #168ec1;
}

/* line 20, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #20beed;
}

/* line 266, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #FF5F69;
}

/* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #FF5F69;
  background-color: rgba(255, 95, 105, 0.2);
  border-color: #FF5F69;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF5F69;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: rgba(255, 95, 105, 0.2);
  background-color: #FF5F69;
}

/* line 20, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF5F69;
}

/* line 5, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

/* line 36, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 38, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../.rvm/gems/ruby-2.7.5/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;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn, .modal-footer #fb-sign-in + .btn, .modal-footer .btn + #fb-sign-in, .modal-footer #fb-sign-in + #fb-sign-in {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .radio_buttons.buttons .controls .btn + .btn, .radio_buttons.buttons .modal-footer .controls .btn + .btn, .modal-footer .btn-group #fb-sign-in + .btn, .modal-footer .radio_buttons.buttons .controls #fb-sign-in + .btn, .radio_buttons.buttons .modal-footer .controls #fb-sign-in + .btn, .modal-footer .btn-group .btn + #fb-sign-in, .modal-footer .radio_buttons.buttons .controls .btn + #fb-sign-in, .radio_buttons.buttons .modal-footer .controls .btn + #fb-sign-in, .modal-footer .btn-group #fb-sign-in + #fb-sign-in, .modal-footer .radio_buttons.buttons .controls #fb-sign-in + #fb-sign-in, .radio_buttons.buttons .modal-footer .controls #fb-sign-in + #fb-sign-in {
  margin-left: -1px;
}

/* line 119, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../.rvm/gems/ruby-2.7.5/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: 480px) {
  /* line 136, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 768px) {
  /* line 149, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 34, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../.rvm/gems/ruby-2.7.5/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 {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn, .carousel-caption #fb-sign-in {
  text-shadow: none;
}

@media screen and (min-width: 480px) {
  /* line 241, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../.rvm/gems/ruby-2.7.5/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: 479px) {
  /* line 3, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../.rvm/gems/ruby-2.7.5/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: 479px) {
  /* line 54, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  /* line 59, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  /* line 64, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 3, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../.rvm/gems/ruby-2.7.5/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: 480px) and (max-width: 767px) {
  /* line 73, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 78, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 83, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 3, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../.rvm/gems/ruby-2.7.5/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: 768px) and (max-width: 992px) {
  /* line 92, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 97, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 102, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) {
  /* line 3, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../.rvm/gems/ruby-2.7.5/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: 1024px) {
  /* line 111, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  /* line 116, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) {
  /* line 121, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  /* line 13, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 13, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 13, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  /* line 13, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../.rvm/gems/ruby-2.7.5/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, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../.rvm/gems/ruby-2.7.5/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/partials/_brand.css.sass */
.navbar-brand {
  display: inline-block;
  z-index: 2;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 6, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 9, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 15, vendor/assets/stylesheets/datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 20, vendor/assets/stylesheets/datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  /* line 25, vendor/assets/stylesheets/datetimepicker.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 29, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 35, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 43, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 50, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 58, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 65, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 69, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 73, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 76, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 79, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 82, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 90, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 93, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after, .bootstrap-datetimepicker-widget #fb-sign-in[data-action="incrementHours"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 104, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after, .bootstrap-datetimepicker-widget #fb-sign-in[data-action="incrementMinutes"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 115, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after, .bootstrap-datetimepicker-widget #fb-sign-in[data-action="decrementHours"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 126, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after, .bootstrap-datetimepicker-widget #fb-sign-in[data-action="decrementMinutes"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 137, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after, .bootstrap-datetimepicker-widget #fb-sign-in[data-action="showHours"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 148, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after, .bootstrap-datetimepicker-widget #fb-sign-in[data-action="showMinutes"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 159, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after, .bootstrap-datetimepicker-widget #fb-sign-in[data-action="togglePeriod"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 170, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]:after, .bootstrap-datetimepicker-widget #fb-sign-in[data-action="clear"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 181, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]:after, .bootstrap-datetimepicker-widget #fb-sign-in[data-action="today"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 192, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 195, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 206, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 213, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 218, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 222, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 227, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 232, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 235, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 241, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table th.prev:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 252, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table th.next:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 263, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 266, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 269, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 274, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

/* line 280, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 285, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 292, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 296, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 299, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 309, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 315, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 318, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 324, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 333, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 336, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 341, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 344, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 350, vendor/assets/stylesheets/datetimepicker.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 354, vendor/assets/stylesheets/datetimepicker.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 357, vendor/assets/stylesheets/datetimepicker.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1, app/assets/stylesheets/partials/_common.css.sass */
iframe {
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_common.css.sass */
.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/_common.css.sass */
h1, h2 {
  font-family: "Raleway", "Helvetica", "Arial";
}

/* line 1, app/assets/stylesheets/partials/_common.css.sass */
h3, h4, h5, h6 {
  font-family: "Oswald";
}

/* line 1, app/assets/stylesheets/partials/_common.css.sass */
.mb-0 {
  margin-bottom: 0 !important;
}

/** Font Awesome*/
/* v4 */
/* v5 */
/* line 1, app/assets/stylesheets/partials/_fonts.css.sass */
.fa {
  font-family: "FontAwesome";
}

/***/
@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/_responsive.css.sass */
  .downfrom-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/_responsive.css.sass */
  .upto-tablet {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel-heading {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel-heading .panel-title > .fa, .panel-heading .icon, .panel-heading .fa-stack {
  float: left;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel-heading .panel-title > .fa {
  font-size: 1.2em;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel-heading .panel-title {
  float: left;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel-heading .fa-stack {
  font-size: 0.6em;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel-heading .buttons {
  float: right;
  margin: -7px -10px -7px 0;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel > .list-group {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel-title input {
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/mixins/_inputs.css.sass */
.panel-title input::-webkit-input-placeholder {
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/mixins/_inputs.css.sass */
.panel-title input:-moz-placeholder {
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/mixins/_inputs.css.sass */
.panel-title input::-moz-placeholder {
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/mixins/_inputs.css.sass */
.panel-title input:-ms-input-placeholder {
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/mixins/_inputs.css.sass */
.panel-title input::-moz-placeholder {
  font-weight: normal;
}
.panel-title input:-ms-input-placeholder {
  font-weight: normal;
}
.panel-title input::placeholder {
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel .nopadding ul, .panel .nopadding table {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel-footer .pagination, td .pagination {
  letter-spacing: -0.31em;
  width: 100%;
  text-align: right;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel-footer .pagination > li > a, .panel-footer .pagination > li > span, td .pagination > li > a, td .pagination > li > span {
  float: none;
  letter-spacing: normal;
}

/* line 1, app/assets/stylesheets/partials/_panel.css.sass */
.panel-footer .pagination {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider {
  height: 100%;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.no-controls .slider-next, .slider.no-controls .slider-previous {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-next, .slider .slider-previous {
  z-index: 1;
  cursor: pointer;
  width: 80px;
  transition: background 0.3s;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.slider .slider-next:after, .slider .slider-previous:after {
  content: "";
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity 0.2s;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.slider .slider-next:before, .slider .slider-previous:before {
  content: "";
  z-index: 2;
  border-top: 1px solid white;
  border-left: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  display: block;
  width: 40px;
  height: 40px;
  transition: border-color 0.2s;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-next:hover::after, .slider .slider-previous:hover::after {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-next:hover::before, .slider .slider-previous:hover::before {
  border-color: white;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-previous::after {
  background-image: linear-gradient(left, rgba(221, 221, 221, 0.4), transparent);
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-previous::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-next::after {
  background-image: linear-gradient(left, transparent, rgba(221, 221, 221, 0.4));
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-previous {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-next {
  position: absolute;
  top: 0;
  left: initial;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-wrapper {
  overflow: hidden;
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-items {
  white-space: nowrap;
  height: 100%;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-item img {
  max-height: 100%;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-item p {
  white-space: normal;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider .slider-item a.btn, .slider .slider-item a#fb-sign-in {
  color: white;
  background: transparent;
  border-color: white;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider-loader {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider-loader .icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider-loader i {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  font-size: 40px;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider-thumbnails {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider-dots {
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: initial;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider-dots .slider-dot {
  background: #c4c4c4;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  width: 8px;
  height: 8px;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider-dots .slider-dot.active {
  background: #282627;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider-content {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-home {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-home p {
  margin: 20px 0;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-home img {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-home .slider-item {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.2s;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-home .slider-item.active {
  transition: opacity 0.3s ease 0.3s;
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-thumbnails {
  margin-top: 10px;
  border-top: 1px solid #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-thumbnails .slider-content {
  padding: 0 20px;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-thumbnails a {
  display: inline-block;
  width: 120px;
  height: 90px;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-thumbnails a::before {
  content: '';
  background: rgba(0, 0, 0, 0);
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: background-color 0.2s;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-thumbnails a.active::before {
  background: rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-thumbnails a img {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-thumbnails .slider-next, .slider.slider-thumbnails .slider-previous {
  top: 0;
  bottom: 0;
  font-size: 20px;
  height: auto;
  margin-top: 0;
  width: 20px;
}

/* line 1, app/assets/stylesheets/partials/_slider.css.sass */
.slider.slider-thumbnails .video::after {
  font-family: 'FontAwesome';
  line-height: 90px;
  text-align: center;
  font-size: 40px;
  color: #FF5F69;
  content: '\f16a';
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/_slider.css.sass */
  .slider-item {
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 1;
    pointer-events: none;
  }
  /* line 1, app/assets/stylesheets/partials/_slider.css.sass */
  .slider-item.active {
    pointer-events: all;
    opacity: 1;
    z-index: 10;
  }
}

/* line 1, app/assets/stylesheets/partials/_avatar.css.sass */
.avatar {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  display: inline-block;
}

/* line 1, app/assets/stylesheets/partials/_avatar.css.sass */
.avatar svg {
  fill: currentColor;
  width: 80%;
  color: #aaaa9d;
  position: absolute;
  top: 10%;
  left: 10%;
  bottom: 10%;
  right: 10%;
}

/* line 1, app/assets/stylesheets/partials/_avatar.css.sass */
.avatar.default {
  background: #F1F0EC;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/_cookies_info.css.sass */
.cookies-eu {
  color: #FF5F69;
  position: fixed;
  top: initial;
  left: 0;
  bottom: 0;
  right: initial;
  line-height: 40px;
  background: #F8F8F8;
  border-top: 1px solid #DDDDDD;
  width: 100%;
  z-index: 999;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/_cookies_info.css.sass */
.cookies-eu-content-holder {
  display: inline-block;
  padding: 0 20px;
  line-height: 26px;
}

/* line 1, app/assets/stylesheets/partials/_cookies_info.css.sass */
.cookies-eu-button-holder {
  display: inline-block;
  padding-right: 20px;
}

/* line 1, app/assets/stylesheets/partials/_cookies_info.css.sass */
.cookies-eu-ok {
  border: none;
  background-color: #377898;
  border-radius: 2px;
  color: #F8F8F8;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  line-height: 20px;
  margin-right: 0px;
  min-width: 26px;
  outline: 0;
  padding: 0 11px;
  text-align: center;
  white-space: nowrap;
  margin: 0 5px;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/_cookies_info.css.sass */
  .cookies-eu {
    position: absolute;
    top: initial;
    left: 0;
    bottom: 0;
    right: initial;
    font-size: 12px;
    line-height: 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/_cookies_info.css.sass */
.cookies-eu-content-holder {
  line-height: 16px;
  padding: 5px 20px;
}

/* line 1, app/assets/stylesheets/partials/_cookies_info.css.sass */
.cookies-eu-button-holder {
  padding-bottom: 5px;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn, #fb-sign-in {
  padding: .7em 1.4em;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-xs, #fb-sign-in.btn-xs, .btn-group-xs > .btn, .btn-group-xs > #fb-sign-in {
  padding: .175em .35em;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-sm, #fb-sign-in.btn-sm, .btn-group-sm > .btn, .btn-group-sm > #fb-sign-in {
  padding: .35em .7em;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn small, #fb-sign-in small {
  text-transform: none;
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-red, #fb-sign-in.btn-red {
  background: #FF5F69;
  color: white;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-red.btn-icon .fa, #fb-sign-in.btn-red.btn-icon .fa {
  color: #f80010;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-blue, #fb-sign-in.btn-blue {
  background: #28445a;
  color: white;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-blue.btn-icon .fa, #fb-sign-in.btn-blue.btn-icon .fa {
  color: #96B5C4;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-blue-light, #fb-sign-in.btn-blue-light {
  background: #96B5C4;
  color: white;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-blue-light.btn-icon .fa, #fb-sign-in.btn-blue-light.btn-icon .fa {
  color: #28445a;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-facebook, #fb-sign-in {
  background: #3b5998;
  color: white;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-twitter, #fb-sign-in.btn-twitter {
  background: #4099FF;
  color: white;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-grey, #fb-sign-in.btn-grey {
  background: #5C5859;
  color: white;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-grey-light, #fb-sign-in.btn-grey-light {
  background: #DDDDDD;
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-mail, #fb-sign-in.btn-mail {
  background: #DDDDDD;
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-small, #fb-sign-in.btn-small {
  font-size: 14px;
  padding: 4px 10px 5px;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-icon, #fb-sign-in.btn-icon {
  padding-right: 40px;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-icon .fa, #fb-sign-in.btn-icon .fa {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 30px;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: initial;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-block, #fb-sign-in.btn-block {
  padding-left: 0;
  padding-right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-share, #fb-sign-in.btn-share {
  line-height: 36px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  color: #DDDDDD;
  font-size: 1.2em;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  transition: color 0.2s, border-color 0.2s;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn.btn-share:hover, #fb-sign-in.btn-share:hover {
  color: #FF5F69;
  border-color: #FF5F69;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn-primary .notice, .btn-default .notice {
  font-size: .8em;
  margin-top: 1em;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn-primary {
  background-color: #c8703a;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.btn-default {
  background-color: #DDDDDD;
  color: black;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.session #fb-sign-in {
  margin-bottom: 10px;
  font-size: .75em;
  display: block;
}

/* line 1, app/assets/stylesheets/partials/front/_buttons.css.sass */
.orders.edit #fb-sign-in {
  margin-bottom: 20px;
  display: block;
}

/* line 3, app/assets/stylesheets/partials/front/_collections.sass */
.page.collections .text-content h1 + p, .page.kids .text-content h1 + p {
  margin-bottom: 40px;
  font-size: 16px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile {
  height: 634px;
  padding: 0 130px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile {
    max-height: none;
    padding: 0 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile .row {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile .row [class*="col-"] {
  padding: 0;
  height: 634px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile {
    height: auto;
    max-height: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile .row [class*="col-"] {
    height: auto;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile .actions {
  margin-top: 50px;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile .actions .btn, .tile .actions #fb-sign-in {
  padding: 10px 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile .video {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile .video {
    margin-top: 60px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile .video iframe {
  border: 10px solid white;
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile .video .shadow {
  z-index: 0;
  width: 100%;
  height: 22px;
  margin-top: -38px;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 20px 4px rgba(0, 0, 0, 0.3);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.hero {
  text-align: center;
  font-size: 1.6em;
  line-height: 1.2em;
  background-position: center center;
  font-family: "Muli";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h1, .tile.hero h2 {
  font-family: "Raleway", "Helvetica", "Arial";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h3, .tile.hero h4 {
  font-family: "Oswald";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h1, .tile.hero h2, .tile.hero h3, .tile.hero blockquote {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h1 {
  font-size: 2.2em;
  color: #DEAA8A;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h2 {
  font-size: 1.875em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h3 {
  font-size: 1.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h4, .tile.hero .subtitle {
  font-size: 0.8em;
  color: #FF5F69;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h4 + h3, .tile.hero h4 + h1, .tile.hero h4 + h2, .tile.hero .subtitle + h3, .tile.hero .subtitle + h1, .tile.hero .subtitle + h2 {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero img {
  margin: 0 auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h1 .label, .tile.hero h2 .label, .tile.hero h3 .label, .tile.hero h4 .label, .tile.hero h5 .label, .tile.hero h6 .label {
  font-size: 0.5em;
  border-radius: 0;
  display: block;
  float: left;
  margin-top: 0.2em;
  margin-right: 0.5em;
  padding: 0.4em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h1, .tile.hero h2, .tile.hero h3, .tile.hero h4, .tile.hero h5, .tile.hero h6, .tile.hero hr {
  margin: 40px 0 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero h1:first-child, .tile.hero h2:first-child, .tile.hero h3:first-child, .tile.hero h4:first-child, .tile.hero h5:first-child, .tile.hero h6:first-child, .tile.hero hr:first-child {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero ul, .tile.hero ol, .tile.hero p, .tile.hero table, .tile.hero blockquote, .tile.hero .well, .tile.hero .slider {
  margin: 10px 0 0;
  line-height: 1.6em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero ul + ul, .tile.hero ul + ol, .tile.hero ul + p, .tile.hero ul + table, .tile.hero ul + blockquote, .tile.hero ul + .well, .tile.hero ul + .slider, .tile.hero ol + ul, .tile.hero ol + ol, .tile.hero ol + p, .tile.hero ol + table, .tile.hero ol + blockquote, .tile.hero ol + .well, .tile.hero ol + .slider, .tile.hero p + ul, .tile.hero p + ol, .tile.hero p + p, .tile.hero p + table, .tile.hero p + blockquote, .tile.hero p + .well, .tile.hero p + .slider, .tile.hero table + ul, .tile.hero table + ol, .tile.hero table + p, .tile.hero table + table, .tile.hero table + blockquote, .tile.hero table + .well, .tile.hero table + .slider, .tile.hero blockquote + ul, .tile.hero blockquote + ol, .tile.hero blockquote + p, .tile.hero blockquote + table, .tile.hero blockquote + blockquote, .tile.hero blockquote + .well, .tile.hero blockquote + .slider, .tile.hero .well + ul, .tile.hero .well + ol, .tile.hero .well + p, .tile.hero .well + table, .tile.hero .well + blockquote, .tile.hero .well + .well, .tile.hero .well + .slider, .tile.hero .slider + ul, .tile.hero .slider + ol, .tile.hero .slider + p, .tile.hero .slider + table, .tile.hero .slider + blockquote, .tile.hero .slider + .well, .tile.hero .slider + .slider {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero ul li + li, .tile.hero ol li + li {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero ul, .tile.hero ol {
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero ul p, .tile.hero ol p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero ol li {
  position: relative;
  list-style: none;
  counter-increment: lis;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.hero ol li:before {
  content: counter(lis) ".";
  color: #aaaa9d;
  font-size: 1.4em;
  margin-left: -1em;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero ul li {
  position: relative;
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.hero ul li:before {
  content: "";
  color: #aaaa9d;
  font-family: 'FontAwesome';
  font-size: 1.4em;
  margin-left: -1em;
  margin-top: -0.1em;
  transform: rotate(270deg);
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero table {
  border-spacing: 3px;
  border-collapse: separate;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero table th, .tile.hero table td {
  padding: 10px;
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero table th {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero table td {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero blockquote {
  font-size: 1.6em;
  font-weight: 100;
  font-family: 'Georgia', serif;
  border: none;
  padding: 0 60px;
  text-align: center;
  position: relative;
  font-style: italic;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero blockquote * {
  font-family: 'Georgia', serif;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero blockquote p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero blockquote:before {
  font-style: normal;
  content: '“';
  font-family: serif;
  font-size: 4em;
  margin-left: -0.2em;
  position: absolute;
  top: initial;
  left: 50%;
  bottom: initial;
  right: initial;
  line-height: 0.1em;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
  .tile.hero blockquote {
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero figcaption p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .well {
  background: #F8F8F8;
  border: none;
  border-radius: 0;
  padding: 20px;
  font-size: 16px;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .well br:first-child, .tile.hero .well br:last-child {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .well.narrow {
  background: none;
  padding: 0;
  margin: 40px 10%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .well h3 + p, .tile.hero .well h4 + p, .tile.hero .well h5 + p, .tile.hero .well h6 + p {
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .well label {
  display: inline;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .well .field {
  font-size: 0.9em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .well .field + .field {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .lettrine {
  float: left;
  color: #FF5F69;
  line-height: 1em;
  margin-right: 0.2em;
  margin-bottom: -0.1em;
  font-family: 'Arial', sans;
  font-variant-numeric: lining-nums;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .lettrine.level1 {
  font-size: 3em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .lettrine.level2 {
  font-size: 4.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .lettrine.level3 {
  margin-right: 0.1em;
  font-size: 6.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.hero .lettrine.level4 {
  margin-right: 0.1em;
  font-size: 8.5em;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.hero blockquote, .tile.hero h1 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 100;
  border: none;
  padding: 0;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-family: "Muli";
  font-style: italic;
  color: #282627;
}

/* line 1, app/assets/stylesheets/partials/_mixins.css.sass */
.tile.hero blockquote *, .tile.hero h1 * {
  font-family: "Muli";
}

/* line 1, app/assets/stylesheets/partials/_mixins.css.sass */
.tile.hero blockquote:before, .tile.hero h1:before {
  content: '“';
  text-indent: 0;
  font-family: serif;
  font-size: 4em;
  font-style: normal;
  margin-left: 0;
  line-height: 0.1em;
  position: absolute;
  top: 0;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_mixins.css.sass */
.tile.hero blockquote:after, .tile.hero h1:after {
  font-family: serif;
  text-indent: 0;
  font-size: 2em;
  margin-left: -0.4em;
  font-style: normal;
  content: '”';
  position: absolute;
  top: initial;
  left: initial;
  bottom: -0.75em;
  right: initial;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.hero blockquote, .tile.hero h1 {
    font-size: 1.04em;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.hero blockquote, .tile.hero h1 {
    font-size: 0.78em;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.hero .actions {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.hero blockquote {
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.hero.overlay:before {
  content: "";
  background-image: linear-gradient(to top, rgba(221, 221, 221, 0.8) 0%, rgba(221, 221, 221, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.hero.negative {
  text-shadow: 0 0 6px #282627;
  -webkit-text-shadow: 0 0 6px #282627;
  -moz-text-shadow: 0 0 6px #282627;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.hero.negative, .tile.hero.negative h1, .tile.hero.negative h2, .tile.hero.negative h3, .tile.hero.negative blockquote {
  color: #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.hero.negative.overlay:before {
  content: "";
  background-image: linear-gradient(to top, rgba(40, 38, 39, 0.8) 0%, rgba(40, 38, 39, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.hero > .inner {
  width: 100%;
  z-index: 1;
  padding: 0 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.hero > .inner .horizontally {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.hero .map-slider {
  font-size: .625em;
  padding: 0;
  border: 5px white solid;
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.hero blockquote, .tile.hero h1 {
    font-size: 1.4em;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.hero {
    font-size: 1em;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.hero .inner {
    position: relative;
    left: 0;
    top: 0;
    padding: 40px 20px;
    transform: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.hero blockquote, .tile.hero h1 {
    font-size: 1.4em;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.text-image .row .col-sm-6:first-child, .tile.text-slider .row .col-sm-6:first-child {
    float: right;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.slider-home .slider .slider-next::before, .tile.slider-home .slider .slider-previous::before {
  top: 68%;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.slider-home .content {
  white-space: normal;
  display: block;
  text-align: center;
  padding: 60px 180px;
  width: 100%;
  position: absolute;
  top: 57%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
  font-family: "Muli";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h1, .tile.slider-home .content h2 {
  font-family: "Raleway", "Helvetica", "Arial";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h3, .tile.slider-home .content h4 {
  font-family: "Oswald";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h1, .tile.slider-home .content h2, .tile.slider-home .content h3, .tile.slider-home .content blockquote {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h1 {
  font-size: 2.2em;
  color: #DEAA8A;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h2 {
  font-size: 1.875em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h3 {
  font-size: 1.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h4, .tile.slider-home .content .subtitle {
  font-size: 0.8em;
  color: #FF5F69;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h4 + h3, .tile.slider-home .content h4 + h1, .tile.slider-home .content h4 + h2, .tile.slider-home .content .subtitle + h3, .tile.slider-home .content .subtitle + h1, .tile.slider-home .content .subtitle + h2 {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content img {
  margin: 0 auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h1 .label, .tile.slider-home .content h2 .label, .tile.slider-home .content h3 .label, .tile.slider-home .content h4 .label, .tile.slider-home .content h5 .label, .tile.slider-home .content h6 .label {
  font-size: 0.5em;
  border-radius: 0;
  display: block;
  float: left;
  margin-top: 0.2em;
  margin-right: 0.5em;
  padding: 0.4em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h1, .tile.slider-home .content h2, .tile.slider-home .content h3, .tile.slider-home .content h4, .tile.slider-home .content h5, .tile.slider-home .content h6, .tile.slider-home .content hr {
  margin: 40px 0 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content h1:first-child, .tile.slider-home .content h2:first-child, .tile.slider-home .content h3:first-child, .tile.slider-home .content h4:first-child, .tile.slider-home .content h5:first-child, .tile.slider-home .content h6:first-child, .tile.slider-home .content hr:first-child {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content ul, .tile.slider-home .content ol, .tile.slider-home .content p, .tile.slider-home .content table, .tile.slider-home .content blockquote, .tile.slider-home .content .well, .tile.slider-home .content .slider {
  margin: 10px 0 0;
  line-height: 1.6em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content ul + ul, .tile.slider-home .content ul + ol, .tile.slider-home .content ul + p, .tile.slider-home .content ul + table, .tile.slider-home .content ul + blockquote, .tile.slider-home .content ul + .well, .tile.slider-home .content ul + .slider, .tile.slider-home .content ol + ul, .tile.slider-home .content ol + ol, .tile.slider-home .content ol + p, .tile.slider-home .content ol + table, .tile.slider-home .content ol + blockquote, .tile.slider-home .content ol + .well, .tile.slider-home .content ol + .slider, .tile.slider-home .content p + ul, .tile.slider-home .content p + ol, .tile.slider-home .content p + p, .tile.slider-home .content p + table, .tile.slider-home .content p + blockquote, .tile.slider-home .content p + .well, .tile.slider-home .content p + .slider, .tile.slider-home .content table + ul, .tile.slider-home .content table + ol, .tile.slider-home .content table + p, .tile.slider-home .content table + table, .tile.slider-home .content table + blockquote, .tile.slider-home .content table + .well, .tile.slider-home .content table + .slider, .tile.slider-home .content blockquote + ul, .tile.slider-home .content blockquote + ol, .tile.slider-home .content blockquote + p, .tile.slider-home .content blockquote + table, .tile.slider-home .content blockquote + blockquote, .tile.slider-home .content blockquote + .well, .tile.slider-home .content blockquote + .slider, .tile.slider-home .content .well + ul, .tile.slider-home .content .well + ol, .tile.slider-home .content .well + p, .tile.slider-home .content .well + table, .tile.slider-home .content .well + blockquote, .tile.slider-home .content .well + .well, .tile.slider-home .content .well + .slider, .tile.slider-home .content .slider + ul, .tile.slider-home .content .slider + ol, .tile.slider-home .content .slider + p, .tile.slider-home .content .slider + table, .tile.slider-home .content .slider + blockquote, .tile.slider-home .content .slider + .well, .tile.slider-home .content .slider + .slider {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content ul li + li, .tile.slider-home .content ol li + li {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content ul, .tile.slider-home .content ol {
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content ul p, .tile.slider-home .content ol p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content ol li {
  position: relative;
  list-style: none;
  counter-increment: lis;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.slider-home .content ol li:before {
  content: counter(lis) ".";
  color: #aaaa9d;
  font-size: 1.4em;
  margin-left: -1em;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content ul li {
  position: relative;
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.slider-home .content ul li:before {
  content: "";
  color: #aaaa9d;
  font-family: 'FontAwesome';
  font-size: 1.4em;
  margin-left: -1em;
  margin-top: -0.1em;
  transform: rotate(270deg);
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content table {
  border-spacing: 3px;
  border-collapse: separate;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content table th, .tile.slider-home .content table td {
  padding: 10px;
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content table th {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content table td {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content blockquote {
  font-size: 1.6em;
  font-weight: 100;
  font-family: 'Georgia', serif;
  border: none;
  padding: 0 60px;
  text-align: center;
  position: relative;
  font-style: italic;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content blockquote * {
  font-family: 'Georgia', serif;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content blockquote p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content blockquote:before {
  font-style: normal;
  content: '“';
  font-family: serif;
  font-size: 4em;
  margin-left: -0.2em;
  position: absolute;
  top: initial;
  left: 50%;
  bottom: initial;
  right: initial;
  line-height: 0.1em;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
  .tile.slider-home .content blockquote {
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content figcaption p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .well {
  background: #F8F8F8;
  border: none;
  border-radius: 0;
  padding: 20px;
  font-size: 16px;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .well br:first-child, .tile.slider-home .content .well br:last-child {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .well.narrow {
  background: none;
  padding: 0;
  margin: 40px 10%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .well h3 + p, .tile.slider-home .content .well h4 + p, .tile.slider-home .content .well h5 + p, .tile.slider-home .content .well h6 + p {
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .well label {
  display: inline;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .well .field {
  font-size: 0.9em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .well .field + .field {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .lettrine {
  float: left;
  color: #FF5F69;
  line-height: 1em;
  margin-right: 0.2em;
  margin-bottom: -0.1em;
  font-family: 'Arial', sans;
  font-variant-numeric: lining-nums;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .lettrine.level1 {
  font-size: 3em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .lettrine.level2 {
  font-size: 4.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .lettrine.level3 {
  margin-right: 0.1em;
  font-size: 6.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.slider-home .content .lettrine.level4 {
  margin-right: 0.1em;
  font-size: 8.5em;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home .slider-item {
    position: relative;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home {
    width: 100%;
    height: inherit;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home .inner {
    height: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home .row {
    height: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home .row [class*='col-'] {
    height: inherit;
    max-height: inherit;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home .slider-item {
    height: inherit;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home {
    height: 360px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home figure {
    margin-bottom: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home .content {
    padding: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home .slider-item {
    height: 360px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home img {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: initial;
    right: initial;
    transform: translate(-50%);
    max-width: unset;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home .slider-previous, .tile.slider-home .slider-next {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.slider-home.center figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
  min-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.text-image .content, .tile.image-text .content, .tile.text-slider .content, .tile.slider-text .content, .tile.testimonials .content {
  padding: 60px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
  font-family: "Muli";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h1, .tile.text-image .content h2, .tile.image-text .content h1, .tile.image-text .content h2, .tile.text-slider .content h1, .tile.text-slider .content h2, .tile.slider-text .content h1, .tile.slider-text .content h2, .tile.testimonials .content h1, .tile.testimonials .content h2 {
  font-family: "Raleway", "Helvetica", "Arial";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h3, .tile.text-image .content h4, .tile.image-text .content h3, .tile.image-text .content h4, .tile.text-slider .content h3, .tile.text-slider .content h4, .tile.slider-text .content h3, .tile.slider-text .content h4, .tile.testimonials .content h3, .tile.testimonials .content h4 {
  font-family: "Oswald";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h1, .tile.text-image .content h2, .tile.text-image .content h3, .tile.text-image .content blockquote, .tile.image-text .content h1, .tile.image-text .content h2, .tile.image-text .content h3, .tile.image-text .content blockquote, .tile.text-slider .content h1, .tile.text-slider .content h2, .tile.text-slider .content h3, .tile.text-slider .content blockquote, .tile.slider-text .content h1, .tile.slider-text .content h2, .tile.slider-text .content h3, .tile.slider-text .content blockquote, .tile.testimonials .content h1, .tile.testimonials .content h2, .tile.testimonials .content h3, .tile.testimonials .content blockquote {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h1, .tile.image-text .content h1, .tile.text-slider .content h1, .tile.slider-text .content h1, .tile.testimonials .content h1 {
  font-size: 2.2em;
  color: #DEAA8A;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h2, .tile.image-text .content h2, .tile.text-slider .content h2, .tile.slider-text .content h2, .tile.testimonials .content h2 {
  font-size: 1.875em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h3, .tile.image-text .content h3, .tile.text-slider .content h3, .tile.slider-text .content h3, .tile.testimonials .content h3 {
  font-size: 1.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h4, .tile.text-image .content .subtitle, .tile.image-text .content h4, .tile.image-text .content .subtitle, .tile.text-slider .content h4, .tile.text-slider .content .subtitle, .tile.slider-text .content h4, .tile.slider-text .content .subtitle, .tile.testimonials .content h4, .tile.testimonials .content .subtitle {
  font-size: 0.8em;
  color: #FF5F69;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h4 + h3, .tile.text-image .content h4 + h1, .tile.text-image .content h4 + h2, .tile.text-image .content .subtitle + h3, .tile.text-image .content .subtitle + h1, .tile.text-image .content .subtitle + h2, .tile.image-text .content h4 + h3, .tile.image-text .content h4 + h1, .tile.image-text .content h4 + h2, .tile.image-text .content .subtitle + h3, .tile.image-text .content .subtitle + h1, .tile.image-text .content .subtitle + h2, .tile.text-slider .content h4 + h3, .tile.text-slider .content h4 + h1, .tile.text-slider .content h4 + h2, .tile.text-slider .content .subtitle + h3, .tile.text-slider .content .subtitle + h1, .tile.text-slider .content .subtitle + h2, .tile.slider-text .content h4 + h3, .tile.slider-text .content h4 + h1, .tile.slider-text .content h4 + h2, .tile.slider-text .content .subtitle + h3, .tile.slider-text .content .subtitle + h1, .tile.slider-text .content .subtitle + h2, .tile.testimonials .content h4 + h3, .tile.testimonials .content h4 + h1, .tile.testimonials .content h4 + h2, .tile.testimonials .content .subtitle + h3, .tile.testimonials .content .subtitle + h1, .tile.testimonials .content .subtitle + h2 {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content img, .tile.image-text .content img, .tile.text-slider .content img, .tile.slider-text .content img, .tile.testimonials .content img {
  margin: 0 auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h1 .label, .tile.text-image .content h2 .label, .tile.text-image .content h3 .label, .tile.text-image .content h4 .label, .tile.text-image .content h5 .label, .tile.text-image .content h6 .label, .tile.image-text .content h1 .label, .tile.image-text .content h2 .label, .tile.image-text .content h3 .label, .tile.image-text .content h4 .label, .tile.image-text .content h5 .label, .tile.image-text .content h6 .label, .tile.text-slider .content h1 .label, .tile.text-slider .content h2 .label, .tile.text-slider .content h3 .label, .tile.text-slider .content h4 .label, .tile.text-slider .content h5 .label, .tile.text-slider .content h6 .label, .tile.slider-text .content h1 .label, .tile.slider-text .content h2 .label, .tile.slider-text .content h3 .label, .tile.slider-text .content h4 .label, .tile.slider-text .content h5 .label, .tile.slider-text .content h6 .label, .tile.testimonials .content h1 .label, .tile.testimonials .content h2 .label, .tile.testimonials .content h3 .label, .tile.testimonials .content h4 .label, .tile.testimonials .content h5 .label, .tile.testimonials .content h6 .label {
  font-size: 0.5em;
  border-radius: 0;
  display: block;
  float: left;
  margin-top: 0.2em;
  margin-right: 0.5em;
  padding: 0.4em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h1, .tile.text-image .content h2, .tile.text-image .content h3, .tile.text-image .content h4, .tile.text-image .content h5, .tile.text-image .content h6, .tile.text-image .content hr, .tile.image-text .content h1, .tile.image-text .content h2, .tile.image-text .content h3, .tile.image-text .content h4, .tile.image-text .content h5, .tile.image-text .content h6, .tile.image-text .content hr, .tile.text-slider .content h1, .tile.text-slider .content h2, .tile.text-slider .content h3, .tile.text-slider .content h4, .tile.text-slider .content h5, .tile.text-slider .content h6, .tile.text-slider .content hr, .tile.slider-text .content h1, .tile.slider-text .content h2, .tile.slider-text .content h3, .tile.slider-text .content h4, .tile.slider-text .content h5, .tile.slider-text .content h6, .tile.slider-text .content hr, .tile.testimonials .content h1, .tile.testimonials .content h2, .tile.testimonials .content h3, .tile.testimonials .content h4, .tile.testimonials .content h5, .tile.testimonials .content h6, .tile.testimonials .content hr {
  margin: 40px 0 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content h1:first-child, .tile.text-image .content h2:first-child, .tile.text-image .content h3:first-child, .tile.text-image .content h4:first-child, .tile.text-image .content h5:first-child, .tile.text-image .content h6:first-child, .tile.text-image .content hr:first-child, .tile.image-text .content h1:first-child, .tile.image-text .content h2:first-child, .tile.image-text .content h3:first-child, .tile.image-text .content h4:first-child, .tile.image-text .content h5:first-child, .tile.image-text .content h6:first-child, .tile.image-text .content hr:first-child, .tile.text-slider .content h1:first-child, .tile.text-slider .content h2:first-child, .tile.text-slider .content h3:first-child, .tile.text-slider .content h4:first-child, .tile.text-slider .content h5:first-child, .tile.text-slider .content h6:first-child, .tile.text-slider .content hr:first-child, .tile.slider-text .content h1:first-child, .tile.slider-text .content h2:first-child, .tile.slider-text .content h3:first-child, .tile.slider-text .content h4:first-child, .tile.slider-text .content h5:first-child, .tile.slider-text .content h6:first-child, .tile.slider-text .content hr:first-child, .tile.testimonials .content h1:first-child, .tile.testimonials .content h2:first-child, .tile.testimonials .content h3:first-child, .tile.testimonials .content h4:first-child, .tile.testimonials .content h5:first-child, .tile.testimonials .content h6:first-child, .tile.testimonials .content hr:first-child {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content ul, .tile.text-image .content ol, .tile.text-image .content p, .tile.text-image .content table, .tile.text-image .content blockquote, .tile.text-image .content .well, .tile.text-image .content .slider, .tile.image-text .content ul, .tile.image-text .content ol, .tile.image-text .content p, .tile.image-text .content table, .tile.image-text .content blockquote, .tile.image-text .content .well, .tile.image-text .content .slider, .tile.text-slider .content ul, .tile.text-slider .content ol, .tile.text-slider .content p, .tile.text-slider .content table, .tile.text-slider .content blockquote, .tile.text-slider .content .well, .tile.text-slider .content .slider, .tile.slider-text .content ul, .tile.slider-text .content ol, .tile.slider-text .content p, .tile.slider-text .content table, .tile.slider-text .content blockquote, .tile.slider-text .content .well, .tile.slider-text .content .slider, .tile.testimonials .content ul, .tile.testimonials .content ol, .tile.testimonials .content p, .tile.testimonials .content table, .tile.testimonials .content blockquote, .tile.testimonials .content .well, .tile.testimonials .content .slider {
  margin: 10px 0 0;
  line-height: 1.6em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content ul + ul, .tile.text-image .content ul + ol, .tile.text-image .content ul + p, .tile.text-image .content ul + table, .tile.text-image .content ul + blockquote, .tile.text-image .content ul + .well, .tile.text-image .content ul + .slider, .tile.text-image .content ol + ul, .tile.text-image .content ol + ol, .tile.text-image .content ol + p, .tile.text-image .content ol + table, .tile.text-image .content ol + blockquote, .tile.text-image .content ol + .well, .tile.text-image .content ol + .slider, .tile.text-image .content p + ul, .tile.text-image .content p + ol, .tile.text-image .content p + p, .tile.text-image .content p + table, .tile.text-image .content p + blockquote, .tile.text-image .content p + .well, .tile.text-image .content p + .slider, .tile.text-image .content table + ul, .tile.text-image .content table + ol, .tile.text-image .content table + p, .tile.text-image .content table + table, .tile.text-image .content table + blockquote, .tile.text-image .content table + .well, .tile.text-image .content table + .slider, .tile.text-image .content blockquote + ul, .tile.text-image .content blockquote + ol, .tile.text-image .content blockquote + p, .tile.text-image .content blockquote + table, .tile.text-image .content blockquote + blockquote, .tile.text-image .content blockquote + .well, .tile.text-image .content blockquote + .slider, .tile.text-image .content .well + ul, .tile.text-image .content .well + ol, .tile.text-image .content .well + p, .tile.text-image .content .well + table, .tile.text-image .content .well + blockquote, .tile.text-image .content .well + .well, .tile.text-image .content .well + .slider, .tile.text-image .content .slider + ul, .tile.text-image .content .slider + ol, .tile.text-image .content .slider + p, .tile.text-image .content .slider + table, .tile.text-image .content .slider + blockquote, .tile.text-image .content .slider + .well, .tile.text-image .content .slider + .slider, .tile.image-text .content ul + ul, .tile.image-text .content ul + ol, .tile.image-text .content ul + p, .tile.image-text .content ul + table, .tile.image-text .content ul + blockquote, .tile.image-text .content ul + .well, .tile.image-text .content ul + .slider, .tile.image-text .content ol + ul, .tile.image-text .content ol + ol, .tile.image-text .content ol + p, .tile.image-text .content ol + table, .tile.image-text .content ol + blockquote, .tile.image-text .content ol + .well, .tile.image-text .content ol + .slider, .tile.image-text .content p + ul, .tile.image-text .content p + ol, .tile.image-text .content p + p, .tile.image-text .content p + table, .tile.image-text .content p + blockquote, .tile.image-text .content p + .well, .tile.image-text .content p + .slider, .tile.image-text .content table + ul, .tile.image-text .content table + ol, .tile.image-text .content table + p, .tile.image-text .content table + table, .tile.image-text .content table + blockquote, .tile.image-text .content table + .well, .tile.image-text .content table + .slider, .tile.image-text .content blockquote + ul, .tile.image-text .content blockquote + ol, .tile.image-text .content blockquote + p, .tile.image-text .content blockquote + table, .tile.image-text .content blockquote + blockquote, .tile.image-text .content blockquote + .well, .tile.image-text .content blockquote + .slider, .tile.image-text .content .well + ul, .tile.image-text .content .well + ol, .tile.image-text .content .well + p, .tile.image-text .content .well + table, .tile.image-text .content .well + blockquote, .tile.image-text .content .well + .well, .tile.image-text .content .well + .slider, .tile.image-text .content .slider + ul, .tile.image-text .content .slider + ol, .tile.image-text .content .slider + p, .tile.image-text .content .slider + table, .tile.image-text .content .slider + blockquote, .tile.image-text .content .slider + .well, .tile.image-text .content .slider + .slider, .tile.text-slider .content ul + ul, .tile.text-slider .content ul + ol, .tile.text-slider .content ul + p, .tile.text-slider .content ul + table, .tile.text-slider .content ul + blockquote, .tile.text-slider .content ul + .well, .tile.text-slider .content ul + .slider, .tile.text-slider .content ol + ul, .tile.text-slider .content ol + ol, .tile.text-slider .content ol + p, .tile.text-slider .content ol + table, .tile.text-slider .content ol + blockquote, .tile.text-slider .content ol + .well, .tile.text-slider .content ol + .slider, .tile.text-slider .content p + ul, .tile.text-slider .content p + ol, .tile.text-slider .content p + p, .tile.text-slider .content p + table, .tile.text-slider .content p + blockquote, .tile.text-slider .content p + .well, .tile.text-slider .content p + .slider, .tile.text-slider .content table + ul, .tile.text-slider .content table + ol, .tile.text-slider .content table + p, .tile.text-slider .content table + table, .tile.text-slider .content table + blockquote, .tile.text-slider .content table + .well, .tile.text-slider .content table + .slider, .tile.text-slider .content blockquote + ul, .tile.text-slider .content blockquote + ol, .tile.text-slider .content blockquote + p, .tile.text-slider .content blockquote + table, .tile.text-slider .content blockquote + blockquote, .tile.text-slider .content blockquote + .well, .tile.text-slider .content blockquote + .slider, .tile.text-slider .content .well + ul, .tile.text-slider .content .well + ol, .tile.text-slider .content .well + p, .tile.text-slider .content .well + table, .tile.text-slider .content .well + blockquote, .tile.text-slider .content .well + .well, .tile.text-slider .content .well + .slider, .tile.text-slider .content .slider + ul, .tile.text-slider .content .slider + ol, .tile.text-slider .content .slider + p, .tile.text-slider .content .slider + table, .tile.text-slider .content .slider + blockquote, .tile.text-slider .content .slider + .well, .tile.text-slider .content .slider + .slider, .tile.slider-text .content ul + ul, .tile.slider-text .content ul + ol, .tile.slider-text .content ul + p, .tile.slider-text .content ul + table, .tile.slider-text .content ul + blockquote, .tile.slider-text .content ul + .well, .tile.slider-text .content ul + .slider, .tile.slider-text .content ol + ul, .tile.slider-text .content ol + ol, .tile.slider-text .content ol + p, .tile.slider-text .content ol + table, .tile.slider-text .content ol + blockquote, .tile.slider-text .content ol + .well, .tile.slider-text .content ol + .slider, .tile.slider-text .content p + ul, .tile.slider-text .content p + ol, .tile.slider-text .content p + p, .tile.slider-text .content p + table, .tile.slider-text .content p + blockquote, .tile.slider-text .content p + .well, .tile.slider-text .content p + .slider, .tile.slider-text .content table + ul, .tile.slider-text .content table + ol, .tile.slider-text .content table + p, .tile.slider-text .content table + table, .tile.slider-text .content table + blockquote, .tile.slider-text .content table + .well, .tile.slider-text .content table + .slider, .tile.slider-text .content blockquote + ul, .tile.slider-text .content blockquote + ol, .tile.slider-text .content blockquote + p, .tile.slider-text .content blockquote + table, .tile.slider-text .content blockquote + blockquote, .tile.slider-text .content blockquote + .well, .tile.slider-text .content blockquote + .slider, .tile.slider-text .content .well + ul, .tile.slider-text .content .well + ol, .tile.slider-text .content .well + p, .tile.slider-text .content .well + table, .tile.slider-text .content .well + blockquote, .tile.slider-text .content .well + .well, .tile.slider-text .content .well + .slider, .tile.slider-text .content .slider + ul, .tile.slider-text .content .slider + ol, .tile.slider-text .content .slider + p, .tile.slider-text .content .slider + table, .tile.slider-text .content .slider + blockquote, .tile.slider-text .content .slider + .well, .tile.slider-text .content .slider + .slider, .tile.testimonials .content ul + ul, .tile.testimonials .content ul + ol, .tile.testimonials .content ul + p, .tile.testimonials .content ul + table, .tile.testimonials .content ul + blockquote, .tile.testimonials .content ul + .well, .tile.testimonials .content ul + .slider, .tile.testimonials .content ol + ul, .tile.testimonials .content ol + ol, .tile.testimonials .content ol + p, .tile.testimonials .content ol + table, .tile.testimonials .content ol + blockquote, .tile.testimonials .content ol + .well, .tile.testimonials .content ol + .slider, .tile.testimonials .content p + ul, .tile.testimonials .content p + ol, .tile.testimonials .content p + p, .tile.testimonials .content p + table, .tile.testimonials .content p + blockquote, .tile.testimonials .content p + .well, .tile.testimonials .content p + .slider, .tile.testimonials .content table + ul, .tile.testimonials .content table + ol, .tile.testimonials .content table + p, .tile.testimonials .content table + table, .tile.testimonials .content table + blockquote, .tile.testimonials .content table + .well, .tile.testimonials .content table + .slider, .tile.testimonials .content blockquote + ul, .tile.testimonials .content blockquote + ol, .tile.testimonials .content blockquote + p, .tile.testimonials .content blockquote + table, .tile.testimonials .content blockquote + blockquote, .tile.testimonials .content blockquote + .well, .tile.testimonials .content blockquote + .slider, .tile.testimonials .content .well + ul, .tile.testimonials .content .well + ol, .tile.testimonials .content .well + p, .tile.testimonials .content .well + table, .tile.testimonials .content .well + blockquote, .tile.testimonials .content .well + .well, .tile.testimonials .content .well + .slider, .tile.testimonials .content .slider + ul, .tile.testimonials .content .slider + ol, .tile.testimonials .content .slider + p, .tile.testimonials .content .slider + table, .tile.testimonials .content .slider + blockquote, .tile.testimonials .content .slider + .well, .tile.testimonials .content .slider + .slider {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content ul li + li, .tile.text-image .content ol li + li, .tile.image-text .content ul li + li, .tile.image-text .content ol li + li, .tile.text-slider .content ul li + li, .tile.text-slider .content ol li + li, .tile.slider-text .content ul li + li, .tile.slider-text .content ol li + li, .tile.testimonials .content ul li + li, .tile.testimonials .content ol li + li {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content ul, .tile.text-image .content ol, .tile.image-text .content ul, .tile.image-text .content ol, .tile.text-slider .content ul, .tile.text-slider .content ol, .tile.slider-text .content ul, .tile.slider-text .content ol, .tile.testimonials .content ul, .tile.testimonials .content ol {
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content ul p, .tile.text-image .content ol p, .tile.image-text .content ul p, .tile.image-text .content ol p, .tile.text-slider .content ul p, .tile.text-slider .content ol p, .tile.slider-text .content ul p, .tile.slider-text .content ol p, .tile.testimonials .content ul p, .tile.testimonials .content ol p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content ol li, .tile.image-text .content ol li, .tile.text-slider .content ol li, .tile.slider-text .content ol li, .tile.testimonials .content ol li {
  position: relative;
  list-style: none;
  counter-increment: lis;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.text-image .content ol li:before, .tile.image-text .content ol li:before, .tile.text-slider .content ol li:before, .tile.slider-text .content ol li:before, .tile.testimonials .content ol li:before {
  content: counter(lis) ".";
  color: #aaaa9d;
  font-size: 1.4em;
  margin-left: -1em;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content ul li, .tile.image-text .content ul li, .tile.text-slider .content ul li, .tile.slider-text .content ul li, .tile.testimonials .content ul li {
  position: relative;
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.text-image .content ul li:before, .tile.image-text .content ul li:before, .tile.text-slider .content ul li:before, .tile.slider-text .content ul li:before, .tile.testimonials .content ul li:before {
  content: "";
  color: #aaaa9d;
  font-family: 'FontAwesome';
  font-size: 1.4em;
  margin-left: -1em;
  margin-top: -0.1em;
  transform: rotate(270deg);
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content table, .tile.image-text .content table, .tile.text-slider .content table, .tile.slider-text .content table, .tile.testimonials .content table {
  border-spacing: 3px;
  border-collapse: separate;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content table th, .tile.text-image .content table td, .tile.image-text .content table th, .tile.image-text .content table td, .tile.text-slider .content table th, .tile.text-slider .content table td, .tile.slider-text .content table th, .tile.slider-text .content table td, .tile.testimonials .content table th, .tile.testimonials .content table td {
  padding: 10px;
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content table th, .tile.image-text .content table th, .tile.text-slider .content table th, .tile.slider-text .content table th, .tile.testimonials .content table th {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content table td, .tile.image-text .content table td, .tile.text-slider .content table td, .tile.slider-text .content table td, .tile.testimonials .content table td {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content blockquote, .tile.image-text .content blockquote, .tile.text-slider .content blockquote, .tile.slider-text .content blockquote, .tile.testimonials .content blockquote {
  font-size: 1.6em;
  font-weight: 100;
  font-family: 'Georgia', serif;
  border: none;
  padding: 0 60px;
  text-align: center;
  position: relative;
  font-style: italic;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content blockquote *, .tile.image-text .content blockquote *, .tile.text-slider .content blockquote *, .tile.slider-text .content blockquote *, .tile.testimonials .content blockquote * {
  font-family: 'Georgia', serif;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content blockquote p:last-child, .tile.image-text .content blockquote p:last-child, .tile.text-slider .content blockquote p:last-child, .tile.slider-text .content blockquote p:last-child, .tile.testimonials .content blockquote p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content blockquote:before, .tile.image-text .content blockquote:before, .tile.text-slider .content blockquote:before, .tile.slider-text .content blockquote:before, .tile.testimonials .content blockquote:before {
  font-style: normal;
  content: '“';
  font-family: serif;
  font-size: 4em;
  margin-left: -0.2em;
  position: absolute;
  top: initial;
  left: 50%;
  bottom: initial;
  right: initial;
  line-height: 0.1em;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
  .tile.text-image .content blockquote, .tile.image-text .content blockquote, .tile.text-slider .content blockquote, .tile.slider-text .content blockquote, .tile.testimonials .content blockquote {
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content figcaption p, .tile.image-text .content figcaption p, .tile.text-slider .content figcaption p, .tile.slider-text .content figcaption p, .tile.testimonials .content figcaption p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .well, .tile.image-text .content .well, .tile.text-slider .content .well, .tile.slider-text .content .well, .tile.testimonials .content .well {
  background: #F8F8F8;
  border: none;
  border-radius: 0;
  padding: 20px;
  font-size: 16px;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .well br:first-child, .tile.text-image .content .well br:last-child, .tile.image-text .content .well br:first-child, .tile.image-text .content .well br:last-child, .tile.text-slider .content .well br:first-child, .tile.text-slider .content .well br:last-child, .tile.slider-text .content .well br:first-child, .tile.slider-text .content .well br:last-child, .tile.testimonials .content .well br:first-child, .tile.testimonials .content .well br:last-child {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .well.narrow, .tile.image-text .content .well.narrow, .tile.text-slider .content .well.narrow, .tile.slider-text .content .well.narrow, .tile.testimonials .content .well.narrow {
  background: none;
  padding: 0;
  margin: 40px 10%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .well h3 + p, .tile.text-image .content .well h4 + p, .tile.text-image .content .well h5 + p, .tile.text-image .content .well h6 + p, .tile.image-text .content .well h3 + p, .tile.image-text .content .well h4 + p, .tile.image-text .content .well h5 + p, .tile.image-text .content .well h6 + p, .tile.text-slider .content .well h3 + p, .tile.text-slider .content .well h4 + p, .tile.text-slider .content .well h5 + p, .tile.text-slider .content .well h6 + p, .tile.slider-text .content .well h3 + p, .tile.slider-text .content .well h4 + p, .tile.slider-text .content .well h5 + p, .tile.slider-text .content .well h6 + p, .tile.testimonials .content .well h3 + p, .tile.testimonials .content .well h4 + p, .tile.testimonials .content .well h5 + p, .tile.testimonials .content .well h6 + p {
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .well label, .tile.image-text .content .well label, .tile.text-slider .content .well label, .tile.slider-text .content .well label, .tile.testimonials .content .well label {
  display: inline;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .well .field, .tile.image-text .content .well .field, .tile.text-slider .content .well .field, .tile.slider-text .content .well .field, .tile.testimonials .content .well .field {
  font-size: 0.9em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .well .field + .field, .tile.image-text .content .well .field + .field, .tile.text-slider .content .well .field + .field, .tile.slider-text .content .well .field + .field, .tile.testimonials .content .well .field + .field {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .lettrine, .tile.image-text .content .lettrine, .tile.text-slider .content .lettrine, .tile.slider-text .content .lettrine, .tile.testimonials .content .lettrine {
  float: left;
  color: #FF5F69;
  line-height: 1em;
  margin-right: 0.2em;
  margin-bottom: -0.1em;
  font-family: 'Arial', sans;
  font-variant-numeric: lining-nums;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .lettrine.level1, .tile.image-text .content .lettrine.level1, .tile.text-slider .content .lettrine.level1, .tile.slider-text .content .lettrine.level1, .tile.testimonials .content .lettrine.level1 {
  font-size: 3em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .lettrine.level2, .tile.image-text .content .lettrine.level2, .tile.text-slider .content .lettrine.level2, .tile.slider-text .content .lettrine.level2, .tile.testimonials .content .lettrine.level2 {
  font-size: 4.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .lettrine.level3, .tile.image-text .content .lettrine.level3, .tile.text-slider .content .lettrine.level3, .tile.slider-text .content .lettrine.level3, .tile.testimonials .content .lettrine.level3 {
  margin-right: 0.1em;
  font-size: 6.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.text-image .content .lettrine.level4, .tile.image-text .content .lettrine.level4, .tile.text-slider .content .lettrine.level4, .tile.slider-text .content .lettrine.level4, .tile.testimonials .content .lettrine.level4 {
  margin-right: 0.1em;
  font-size: 8.5em;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.text-image figure, .tile.image-text figure, .tile.text-slider figure, .tile.slider-text figure, .tile.testimonials figure {
    margin-bottom: 10px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.text-image figure img, .tile.image-text figure img, .tile.text-slider figure img, .tile.slider-text figure img, .tile.testimonials figure img {
  max-width: none;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.text-image.left figure img, .tile.image-text.left figure img, .tile.text-slider.left figure img, .tile.slider-text.left figure img, .tile.testimonials.left figure img {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: initial;
  right: initial;
  transform: translate(0, -50%);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.text-image.center figure img, .tile.image-text.center figure img, .tile.text-slider.center figure img, .tile.slider-text.center figure img, .tile.testimonials.center figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
  min-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.text-image.right figure img, .tile.image-text.right figure img, .tile.text-slider.right figure img, .tile.slider-text.right figure img, .tile.testimonials.right figure img {
  position: absolute;
  top: 50%;
  left: initial;
  bottom: initial;
  right: 0;
  transform: translate(0, -50%);
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.text-image, .tile.image-text, .tile.text-slider, .tile.slider-text, .tile.testimonials {
    height: auto;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.text-image .content, .tile.image-text .content, .tile.text-slider .content, .tile.slider-text .content, .tile.testimonials .content {
    padding: 0;
    position: static;
    transform: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.text-image figure img, .tile.text-image.left figure img, .tile.text-image.right figure img, .tile.text-image.center figure img, .tile.image-text figure img, .tile.image-text.left figure img, .tile.image-text.right figure img, .tile.image-text.center figure img, .tile.text-slider figure img, .tile.text-slider.left figure img, .tile.text-slider.right figure img, .tile.text-slider.center figure img, .tile.slider-text figure img, .tile.slider-text.left figure img, .tile.slider-text.right figure img, .tile.slider-text.center figure img, .tile.testimonials figure img, .tile.testimonials.left figure img, .tile.testimonials.right figure img, .tile.testimonials.center figure img {
    position: static;
    max-width: 100%;
    transform: none;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.text-image .content, .tile.text-slider .content {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.slider-home {
  padding: 0;
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home .slider-next {
    padding-right: 300px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.slider-home .slider-previous {
    padding-left: 300px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.image-text .content, .tile.slider-text .content {
  padding-right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials .content:before {
  content: '‘‘';
  font-family: serif;
  font-size: 75em;
  font-style: normal;
  color: #F8F8F8;
  z-index: 0;
  letter-spacing: -.1em;
  position: absolute;
  top: -0.35em;
  left: -0.07em;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials .content > * {
  position: relative;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials .content h3 {
  text-indent: -150px;
  margin-left: 150px;
  margin-bottom: 40px;
  font-size: 2.6em;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials .content .wrapper {
  overflow: hidden;
  margin: 0 -30px;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials .content .wrapper .testimonial {
  width: 50%;
  float: left;
  padding: 0 30px;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials .content .wrapper .testimonial h5 {
  margin: 10px 0 0;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials .content .wrapper .testimonial .text-content.ellipsis {
  max-height: 120px;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials .content .wrapper .testimonial .credentials {
  color: #aaaa9d;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials .content h3 {
    font-size: 1.6em;
    text-indent: 0;
    margin-left: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials .content .wrapper .testimonial {
    float: none;
    width: auto;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials .content .wrapper .testimonial + .testimonial {
    margin-top: 10px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover .row [class*='col-'], .tile.discover figure, .tile.discover .content, .tile.discover_bis .row [class*='col-'], .tile.discover_bis figure, .tile.discover_bis .content {
  height: 317px;
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover figure, .tile.discover_bis figure {
  text-align: center;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover figure img, .tile.discover_bis figure img {
  margin: 0 auto;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover figure.vertically img, .tile.discover_bis figure.vertically img {
  min-height: 100%;
  width: auto;
  min-height: auto;
  max-width: none;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover figure figcaption, .tile.discover_bis figure figcaption {
  position: absolute;
  top: initial;
  left: 0;
  bottom: 10px;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover .row:last-child .col-sm-6:first-child, .tile.discover_bis .row:last-child .col-sm-6:first-child {
  float: right;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover .content, .tile.discover_bis .content {
  position: relative;
  padding: 1px;
  font-family: "Muli";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h1, .tile.discover .content h2, .tile.discover_bis .content h1, .tile.discover_bis .content h2 {
  font-family: "Raleway", "Helvetica", "Arial";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h3, .tile.discover .content h4, .tile.discover_bis .content h3, .tile.discover_bis .content h4 {
  font-family: "Oswald";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h1, .tile.discover .content h2, .tile.discover .content h3, .tile.discover .content blockquote, .tile.discover_bis .content h1, .tile.discover_bis .content h2, .tile.discover_bis .content h3, .tile.discover_bis .content blockquote {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h1, .tile.discover_bis .content h1 {
  font-size: 2.2em;
  color: #DEAA8A;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h2, .tile.discover_bis .content h2 {
  font-size: 1.875em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h3, .tile.discover_bis .content h3 {
  font-size: 1.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h4, .tile.discover .content .subtitle, .tile.discover_bis .content h4, .tile.discover_bis .content .subtitle {
  font-size: 0.8em;
  color: #FF5F69;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h4 + h3, .tile.discover .content h4 + h1, .tile.discover .content h4 + h2, .tile.discover .content .subtitle + h3, .tile.discover .content .subtitle + h1, .tile.discover .content .subtitle + h2, .tile.discover_bis .content h4 + h3, .tile.discover_bis .content h4 + h1, .tile.discover_bis .content h4 + h2, .tile.discover_bis .content .subtitle + h3, .tile.discover_bis .content .subtitle + h1, .tile.discover_bis .content .subtitle + h2 {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content img, .tile.discover_bis .content img {
  margin: 0 auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h1 .label, .tile.discover .content h2 .label, .tile.discover .content h3 .label, .tile.discover .content h4 .label, .tile.discover .content h5 .label, .tile.discover .content h6 .label, .tile.discover_bis .content h1 .label, .tile.discover_bis .content h2 .label, .tile.discover_bis .content h3 .label, .tile.discover_bis .content h4 .label, .tile.discover_bis .content h5 .label, .tile.discover_bis .content h6 .label {
  font-size: 0.5em;
  border-radius: 0;
  display: block;
  float: left;
  margin-top: 0.2em;
  margin-right: 0.5em;
  padding: 0.4em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h1, .tile.discover .content h2, .tile.discover .content h3, .tile.discover .content h4, .tile.discover .content h5, .tile.discover .content h6, .tile.discover .content hr, .tile.discover_bis .content h1, .tile.discover_bis .content h2, .tile.discover_bis .content h3, .tile.discover_bis .content h4, .tile.discover_bis .content h5, .tile.discover_bis .content h6, .tile.discover_bis .content hr {
  margin: 40px 0 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content h1:first-child, .tile.discover .content h2:first-child, .tile.discover .content h3:first-child, .tile.discover .content h4:first-child, .tile.discover .content h5:first-child, .tile.discover .content h6:first-child, .tile.discover .content hr:first-child, .tile.discover_bis .content h1:first-child, .tile.discover_bis .content h2:first-child, .tile.discover_bis .content h3:first-child, .tile.discover_bis .content h4:first-child, .tile.discover_bis .content h5:first-child, .tile.discover_bis .content h6:first-child, .tile.discover_bis .content hr:first-child {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content ul, .tile.discover .content ol, .tile.discover .content p, .tile.discover .content table, .tile.discover .content blockquote, .tile.discover .content .well, .tile.discover .content .slider, .tile.discover_bis .content ul, .tile.discover_bis .content ol, .tile.discover_bis .content p, .tile.discover_bis .content table, .tile.discover_bis .content blockquote, .tile.discover_bis .content .well, .tile.discover_bis .content .slider {
  margin: 10px 0 0;
  line-height: 1.6em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content ul + ul, .tile.discover .content ul + ol, .tile.discover .content ul + p, .tile.discover .content ul + table, .tile.discover .content ul + blockquote, .tile.discover .content ul + .well, .tile.discover .content ul + .slider, .tile.discover .content ol + ul, .tile.discover .content ol + ol, .tile.discover .content ol + p, .tile.discover .content ol + table, .tile.discover .content ol + blockquote, .tile.discover .content ol + .well, .tile.discover .content ol + .slider, .tile.discover .content p + ul, .tile.discover .content p + ol, .tile.discover .content p + p, .tile.discover .content p + table, .tile.discover .content p + blockquote, .tile.discover .content p + .well, .tile.discover .content p + .slider, .tile.discover .content table + ul, .tile.discover .content table + ol, .tile.discover .content table + p, .tile.discover .content table + table, .tile.discover .content table + blockquote, .tile.discover .content table + .well, .tile.discover .content table + .slider, .tile.discover .content blockquote + ul, .tile.discover .content blockquote + ol, .tile.discover .content blockquote + p, .tile.discover .content blockquote + table, .tile.discover .content blockquote + blockquote, .tile.discover .content blockquote + .well, .tile.discover .content blockquote + .slider, .tile.discover .content .well + ul, .tile.discover .content .well + ol, .tile.discover .content .well + p, .tile.discover .content .well + table, .tile.discover .content .well + blockquote, .tile.discover .content .well + .well, .tile.discover .content .well + .slider, .tile.discover .content .slider + ul, .tile.discover .content .slider + ol, .tile.discover .content .slider + p, .tile.discover .content .slider + table, .tile.discover .content .slider + blockquote, .tile.discover .content .slider + .well, .tile.discover .content .slider + .slider, .tile.discover_bis .content ul + ul, .tile.discover_bis .content ul + ol, .tile.discover_bis .content ul + p, .tile.discover_bis .content ul + table, .tile.discover_bis .content ul + blockquote, .tile.discover_bis .content ul + .well, .tile.discover_bis .content ul + .slider, .tile.discover_bis .content ol + ul, .tile.discover_bis .content ol + ol, .tile.discover_bis .content ol + p, .tile.discover_bis .content ol + table, .tile.discover_bis .content ol + blockquote, .tile.discover_bis .content ol + .well, .tile.discover_bis .content ol + .slider, .tile.discover_bis .content p + ul, .tile.discover_bis .content p + ol, .tile.discover_bis .content p + p, .tile.discover_bis .content p + table, .tile.discover_bis .content p + blockquote, .tile.discover_bis .content p + .well, .tile.discover_bis .content p + .slider, .tile.discover_bis .content table + ul, .tile.discover_bis .content table + ol, .tile.discover_bis .content table + p, .tile.discover_bis .content table + table, .tile.discover_bis .content table + blockquote, .tile.discover_bis .content table + .well, .tile.discover_bis .content table + .slider, .tile.discover_bis .content blockquote + ul, .tile.discover_bis .content blockquote + ol, .tile.discover_bis .content blockquote + p, .tile.discover_bis .content blockquote + table, .tile.discover_bis .content blockquote + blockquote, .tile.discover_bis .content blockquote + .well, .tile.discover_bis .content blockquote + .slider, .tile.discover_bis .content .well + ul, .tile.discover_bis .content .well + ol, .tile.discover_bis .content .well + p, .tile.discover_bis .content .well + table, .tile.discover_bis .content .well + blockquote, .tile.discover_bis .content .well + .well, .tile.discover_bis .content .well + .slider, .tile.discover_bis .content .slider + ul, .tile.discover_bis .content .slider + ol, .tile.discover_bis .content .slider + p, .tile.discover_bis .content .slider + table, .tile.discover_bis .content .slider + blockquote, .tile.discover_bis .content .slider + .well, .tile.discover_bis .content .slider + .slider {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content ul li + li, .tile.discover .content ol li + li, .tile.discover_bis .content ul li + li, .tile.discover_bis .content ol li + li {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content ul, .tile.discover .content ol, .tile.discover_bis .content ul, .tile.discover_bis .content ol {
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content ul p, .tile.discover .content ol p, .tile.discover_bis .content ul p, .tile.discover_bis .content ol p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content ol li, .tile.discover_bis .content ol li {
  position: relative;
  list-style: none;
  counter-increment: lis;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.discover .content ol li:before, .tile.discover_bis .content ol li:before {
  content: counter(lis) ".";
  color: #aaaa9d;
  font-size: 1.4em;
  margin-left: -1em;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content ul li, .tile.discover_bis .content ul li {
  position: relative;
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.discover .content ul li:before, .tile.discover_bis .content ul li:before {
  content: "";
  color: #aaaa9d;
  font-family: 'FontAwesome';
  font-size: 1.4em;
  margin-left: -1em;
  margin-top: -0.1em;
  transform: rotate(270deg);
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content table, .tile.discover_bis .content table {
  border-spacing: 3px;
  border-collapse: separate;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content table th, .tile.discover .content table td, .tile.discover_bis .content table th, .tile.discover_bis .content table td {
  padding: 10px;
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content table th, .tile.discover_bis .content table th {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content table td, .tile.discover_bis .content table td {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content blockquote, .tile.discover_bis .content blockquote {
  font-size: 1.6em;
  font-weight: 100;
  font-family: 'Georgia', serif;
  border: none;
  padding: 0 60px;
  text-align: center;
  position: relative;
  font-style: italic;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content blockquote *, .tile.discover_bis .content blockquote * {
  font-family: 'Georgia', serif;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content blockquote p:last-child, .tile.discover_bis .content blockquote p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content blockquote:before, .tile.discover_bis .content blockquote:before {
  font-style: normal;
  content: '“';
  font-family: serif;
  font-size: 4em;
  margin-left: -0.2em;
  position: absolute;
  top: initial;
  left: 50%;
  bottom: initial;
  right: initial;
  line-height: 0.1em;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
  .tile.discover .content blockquote, .tile.discover_bis .content blockquote {
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content figcaption p, .tile.discover_bis .content figcaption p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .well, .tile.discover_bis .content .well {
  background: #F8F8F8;
  border: none;
  border-radius: 0;
  padding: 20px;
  font-size: 16px;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .well br:first-child, .tile.discover .content .well br:last-child, .tile.discover_bis .content .well br:first-child, .tile.discover_bis .content .well br:last-child {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .well.narrow, .tile.discover_bis .content .well.narrow {
  background: none;
  padding: 0;
  margin: 40px 10%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .well h3 + p, .tile.discover .content .well h4 + p, .tile.discover .content .well h5 + p, .tile.discover .content .well h6 + p, .tile.discover_bis .content .well h3 + p, .tile.discover_bis .content .well h4 + p, .tile.discover_bis .content .well h5 + p, .tile.discover_bis .content .well h6 + p {
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .well label, .tile.discover_bis .content .well label {
  display: inline;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .well .field, .tile.discover_bis .content .well .field {
  font-size: 0.9em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .well .field + .field, .tile.discover_bis .content .well .field + .field {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .lettrine, .tile.discover_bis .content .lettrine {
  float: left;
  color: #FF5F69;
  line-height: 1em;
  margin-right: 0.2em;
  margin-bottom: -0.1em;
  font-family: 'Arial', sans;
  font-variant-numeric: lining-nums;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .lettrine.level1, .tile.discover_bis .content .lettrine.level1 {
  font-size: 3em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .lettrine.level2, .tile.discover_bis .content .lettrine.level2 {
  font-size: 4.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .lettrine.level3, .tile.discover_bis .content .lettrine.level3 {
  margin-right: 0.1em;
  font-size: 6.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.discover .content .lettrine.level4, .tile.discover_bis .content .lettrine.level4 {
  margin-right: 0.1em;
  font-size: 8.5em;
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover .content .wrapper, .tile.discover_bis .content .wrapper {
    padding: 0 60px;
  }
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover .content .wrapper, .tile.discover_bis .content .wrapper {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: initial;
    right: initial;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover .content .wrapper, .tile.discover_bis .content .wrapper {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: initial;
    right: initial;
    transform: translate(-50%, -50%);
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover figure img, .tile.discover_bis figure img {
    max-width: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover, .tile.discover .row [class*='col-'], .tile.discover figure, .tile.discover .content, .tile.discover_bis, .tile.discover_bis .row [class*='col-'], .tile.discover_bis figure, .tile.discover_bis .content {
    height: auto;
    max-height: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover .row:last-child .col-sm-6:first-child, .tile.discover_bis .row:last-child .col-sm-6:first-child {
    float: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover .row .col-sm-6 figure, .tile.discover_bis .row .col-sm-6 figure {
    height: 200px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover figure img, .tile.discover_bis figure img {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover figure figcaption, .tile.discover_bis figure figcaption {
    bottom: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover .content, .tile.discover_bis .content {
    padding: 20px 40px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover .content, .tile.discover_bis .content {
    padding: 20px 0;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index figure, .tile.jewels-index .content {
  height: 310px;
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index figure {
  background: #F8F8F8;
  text-align: center;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index figure img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index figure.vertically img {
  height: 100%;
  width: auto;
  min-height: auto;
  max-width: none;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index figure figcaption {
  position: absolute;
  top: initial;
  left: 0;
  bottom: 10px;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index a {
  display: block;
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index a:hover {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index a:hover h2, .tile.jewels-index a:hover .text-danger {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index a:hover .content {
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index .content {
  position: relative;
  text-align: center;
  transition: background-color .2s;
  font-family: "Muli";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h1, .tile.jewels-index .content h2 {
  font-family: "Raleway", "Helvetica", "Arial";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h3, .tile.jewels-index .content h4 {
  font-family: "Oswald";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h1, .tile.jewels-index .content h2, .tile.jewels-index .content h3, .tile.jewels-index .content blockquote {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h1 {
  font-size: 2.2em;
  color: #DEAA8A;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h2 {
  font-size: 1.875em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h3 {
  font-size: 1.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h4, .tile.jewels-index .content .subtitle {
  font-size: 0.8em;
  color: #FF5F69;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h4 + h3, .tile.jewels-index .content h4 + h1, .tile.jewels-index .content h4 + h2, .tile.jewels-index .content .subtitle + h3, .tile.jewels-index .content .subtitle + h1, .tile.jewels-index .content .subtitle + h2 {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content img {
  margin: 0 auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h1 .label, .tile.jewels-index .content h2 .label, .tile.jewels-index .content h3 .label, .tile.jewels-index .content h4 .label, .tile.jewels-index .content h5 .label, .tile.jewels-index .content h6 .label {
  font-size: 0.5em;
  border-radius: 0;
  display: block;
  float: left;
  margin-top: 0.2em;
  margin-right: 0.5em;
  padding: 0.4em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h1, .tile.jewels-index .content h2, .tile.jewels-index .content h3, .tile.jewels-index .content h4, .tile.jewels-index .content h5, .tile.jewels-index .content h6, .tile.jewels-index .content hr {
  margin: 40px 0 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content h1:first-child, .tile.jewels-index .content h2:first-child, .tile.jewels-index .content h3:first-child, .tile.jewels-index .content h4:first-child, .tile.jewels-index .content h5:first-child, .tile.jewels-index .content h6:first-child, .tile.jewels-index .content hr:first-child {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content ul, .tile.jewels-index .content ol, .tile.jewels-index .content p, .tile.jewels-index .content table, .tile.jewels-index .content blockquote, .tile.jewels-index .content .well, .tile.jewels-index .content .slider {
  margin: 10px 0 0;
  line-height: 1.6em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content ul + ul, .tile.jewels-index .content ul + ol, .tile.jewels-index .content ul + p, .tile.jewels-index .content ul + table, .tile.jewels-index .content ul + blockquote, .tile.jewels-index .content ul + .well, .tile.jewels-index .content ul + .slider, .tile.jewels-index .content ol + ul, .tile.jewels-index .content ol + ol, .tile.jewels-index .content ol + p, .tile.jewels-index .content ol + table, .tile.jewels-index .content ol + blockquote, .tile.jewels-index .content ol + .well, .tile.jewels-index .content ol + .slider, .tile.jewels-index .content p + ul, .tile.jewels-index .content p + ol, .tile.jewels-index .content p + p, .tile.jewels-index .content p + table, .tile.jewels-index .content p + blockquote, .tile.jewels-index .content p + .well, .tile.jewels-index .content p + .slider, .tile.jewels-index .content table + ul, .tile.jewels-index .content table + ol, .tile.jewels-index .content table + p, .tile.jewels-index .content table + table, .tile.jewels-index .content table + blockquote, .tile.jewels-index .content table + .well, .tile.jewels-index .content table + .slider, .tile.jewels-index .content blockquote + ul, .tile.jewels-index .content blockquote + ol, .tile.jewels-index .content blockquote + p, .tile.jewels-index .content blockquote + table, .tile.jewels-index .content blockquote + blockquote, .tile.jewels-index .content blockquote + .well, .tile.jewels-index .content blockquote + .slider, .tile.jewels-index .content .well + ul, .tile.jewels-index .content .well + ol, .tile.jewels-index .content .well + p, .tile.jewels-index .content .well + table, .tile.jewels-index .content .well + blockquote, .tile.jewels-index .content .well + .well, .tile.jewels-index .content .well + .slider, .tile.jewels-index .content .slider + ul, .tile.jewels-index .content .slider + ol, .tile.jewels-index .content .slider + p, .tile.jewels-index .content .slider + table, .tile.jewels-index .content .slider + blockquote, .tile.jewels-index .content .slider + .well, .tile.jewels-index .content .slider + .slider {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content ul li + li, .tile.jewels-index .content ol li + li {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content ul, .tile.jewels-index .content ol {
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content ul p, .tile.jewels-index .content ol p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content ol li {
  position: relative;
  list-style: none;
  counter-increment: lis;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.jewels-index .content ol li:before {
  content: counter(lis) ".";
  color: #aaaa9d;
  font-size: 1.4em;
  margin-left: -1em;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content ul li {
  position: relative;
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.tile.jewels-index .content ul li:before {
  content: "";
  color: #aaaa9d;
  font-family: 'FontAwesome';
  font-size: 1.4em;
  margin-left: -1em;
  margin-top: -0.1em;
  transform: rotate(270deg);
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content table {
  border-spacing: 3px;
  border-collapse: separate;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content table th, .tile.jewels-index .content table td {
  padding: 10px;
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content table th {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content table td {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content blockquote {
  font-size: 1.6em;
  font-weight: 100;
  font-family: 'Georgia', serif;
  border: none;
  padding: 0 60px;
  text-align: center;
  position: relative;
  font-style: italic;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content blockquote * {
  font-family: 'Georgia', serif;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content blockquote p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content blockquote:before {
  font-style: normal;
  content: '“';
  font-family: serif;
  font-size: 4em;
  margin-left: -0.2em;
  position: absolute;
  top: initial;
  left: 50%;
  bottom: initial;
  right: initial;
  line-height: 0.1em;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
  .tile.jewels-index .content blockquote {
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content figcaption p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .well {
  background: #F8F8F8;
  border: none;
  border-radius: 0;
  padding: 20px;
  font-size: 16px;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .well br:first-child, .tile.jewels-index .content .well br:last-child {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .well.narrow {
  background: none;
  padding: 0;
  margin: 40px 10%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .well h3 + p, .tile.jewels-index .content .well h4 + p, .tile.jewels-index .content .well h5 + p, .tile.jewels-index .content .well h6 + p {
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .well label {
  display: inline;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .well .field {
  font-size: 0.9em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .well .field + .field {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .lettrine {
  float: left;
  color: #FF5F69;
  line-height: 1em;
  margin-right: 0.2em;
  margin-bottom: -0.1em;
  font-family: 'Arial', sans;
  font-variant-numeric: lining-nums;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .lettrine.level1 {
  font-size: 3em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .lettrine.level2 {
  font-size: 4.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .lettrine.level3 {
  margin-right: 0.1em;
  font-size: 6.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.tile.jewels-index .content .lettrine.level4 {
  margin-right: 0.1em;
  font-size: 8.5em;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index .content .wrapper {
  height: 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.jewels-index .content .text-danger {
  font-size: 1.2em;
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.jewels-index .content .wrapper {
    padding: 40px 60px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.jewels-index .content .wrapper {
    width: 100%;
    padding: 20px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.jewels-index figure img {
    max-width: none;
    min-height: 100%;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.jewels-index, .tile.jewels-index .row [class*='col-'], .tile.jewels-index figure, .tile.jewels-index .content {
    height: auto;
    max-height: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.jewels-index .row:last-child .col-sm-6:first-child {
    float: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.jewels-index figure img {
    height: auto;
    max-width: 100%;
    position: relative;
    top: initial;
    left: initial;
    transform: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.jewels-index figure figcaption {
    bottom: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.jewels-index .content {
    padding: 20px 40px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.concept-list {
  color: white;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.concept-list .inner {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.concept-list .content {
  font-size: 1.6em;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.concept-list h3 {
  font-size: 1.4em;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.concept-list h3:after {
  content: '';
  border-bottom: 3px solid #FF5F69;
  width: 60px;
  display: block;
  margin: 8px auto;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.concept-list ol li {
  list-style: none;
  counter-increment: lis;
  text-transform: uppercase;
  line-height: 1.1em;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.concept-list ol li:nth-child(2n) {
  padding-left: 50%;
  text-align: left;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.concept-list ol li:nth-child(2n+1) {
  padding-right: 50%;
  text-align: right;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.concept-list ol li:before {
  display: block;
  content: counter(lis);
  color: #FF5F69;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.concept-list .inner {
    position: static;
    padding: 20px 40px;
    transform: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.concept-list h3 {
    margin-bottom: 20px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.concept-list ol {
    padding: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.concept-list ol li {
    position: relative;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.concept-list ol li:nth-child(2n) {
    padding-left: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.concept-list ol li:nth-child(2n+1) {
    padding-right: 0;
    text-align: left;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.concept-list ol li:before {
    position: absolute;
    top: 0;
    left: -20px;
    bottom: initial;
    right: initial;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.concept-list ol li + li {
    margin-top: 10px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.block.cta {
  height: auto;
  padding: 8em 130px 30px;
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.block.cta .actions {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.block.cta {
    padding: 80px 60px 0;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.block.cta {
    padding: 40px 0 0;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover_bis figure {
  border-right: 5px white solid;
  border-top: 5px white solid;
  cursor: pointer;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover_bis .row + .row .col-md-6 {
    float: right;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover_bis a figure figcaption, .tile.triple-image-text a figure figcaption {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transition: opacity .1s;
  padding: 10px;
  transform: translate(-50%, -50%);
  color: black;
  z-index: 2;
  font-size: 1.5em;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover_bis a figure:after, .tile.triple-image-text a figure:after {
  opacity: 0;
  transition: opacity .1s;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.discover_bis a figure:hover figcaption, .tile.discover_bis a figure:hover:after, .tile.triple-image-text a figure:hover figcaption, .tile.triple-image-text a figure:hover:after {
  opacity: 1;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover_bis a figure figcaption, .tile.triple-image-text a figure figcaption {
    bottom: 0;
    transform: none;
    text-align: center;
    left: 0;
    right: 0;
    background: rgba(241, 240, 236, 0.9);
    top: auto;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover_bis a figure:after, .tile.triple-image-text a figure:after {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.discover_bis a figure figcaption, .tile.discover_bis a figure:after, .tile.triple-image-text a figure figcaption, .tile.triple-image-text a figure:after {
    opacity: 1;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.triple-image-text .top, .tile.triple-image-text .bottom {
  height: 317px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text figure img {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.triple-image-text .bottom {
  border-top: 5px solid white;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.triple-image-text .left {
  border-right: 2px solid white;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.triple-image-text .bottom:not(.left) {
  border-left: 3px solid white;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text {
    height: 400px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text .col-sm-6 {
    height: 400px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text .top, .tile.triple-image-text .bottom {
    height: 200px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text {
    height: auto;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text figure {
    margin: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text .row > .col-sm-6:last-child {
    padding: 20px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text .bottom {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text .bottom.left {
    display: block;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text .left, .tile.triple-image-text .right {
    border: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.triple-image-text .col-sm-6, .tile.triple-image-text .col-md-6, .tile.triple-image-text .top {
    height: auto;
    position: relative;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials.testimonials-only {
  height: 420px;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials.testimonials-only .content h3 {
  text-indent: 0;
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials.testimonials-only .content h3.top {
  text-align: left;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.testimonials.testimonials-only .content h3.bottom {
  padding-right: 50px;
  text-align: right;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials.testimonials-only {
    height: auto;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials.testimonials-only .content {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials.testimonials-only .content .col-md-6 {
    width: 100%;
    clear: both;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials.testimonials-only .content h3.top, .tile.testimonials.testimonials-only .content h3.bottom {
    display: block;
    padding: 0;
    text-align: center;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials.testimonials-only .content h3.bottom {
    margin-bottom: 20px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials.testimonials-only .content .wrapper .testimonial {
    float: left;
    width: 50%;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials.testimonials-only .content .wrapper .testimonial {
    float: none;
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.testimonials.testimonials-only .content .wrapper .testimonial + .testimonial {
    margin-top: 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.home.index .tile.text-image {
  background: #DEAA8A;
  color: white;
  overflow: visible;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.home.index .tile.text-image .row .col-sm-6:first-child {
  margin-top: -50px;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.home.index .tile.text-image .row .col-sm-6:first-child img {
  z-index: 2;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .home.index .tile.text-image {
    height: 360px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .home.index .tile.text-image .row .col-sm-6 {
    height: 360px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .home.index .tile.text-image .row .col-sm-6:first-child {
    margin-bottom: -50px;
    height: 460px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .home.index .tile.text-image .row .col-sm-6:first-child figure {
    width: 460px;
    height: 460px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .home.index .tile.text-image .row .col-sm-6:first-child figure img {
    min-height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .home.index .tile.text-image {
    padding-bottom: 2em;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.home.index .tile.text-image .content h2, .home.index .tile.text-image .content h3 {
  color: white;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.home.index .tile.text-image .content h2 {
  margin-top: 10px;
  font-size: 3em;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.home.index .tile.text-image .content a {
  background: rgba(255, 255, 255, 0.9);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection {
  background-color: #F8F8F8;
  height: auto;
  padding-bottom: 8em;
  padding-top: 5em;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
  .tile.collection {
    padding-top: 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection h2 {
  font-size: 3.5em;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection .col-md-4 {
  height: 300px;
  overflow: hidden;
  margin-top: 1em;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection .col-md-4 .inner {
  background: url(/assets/collection-1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection .col-md-4 + .col-md-4 .inner {
  background-image: url(/assets/collection-2.jpg);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection .col-md-4 + .col-md-4 + .col-md-4 .inner {
  background-image: url(/assets/collection-3.jpg);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection .col-md-4 strong {
  font-family: "Oswald";
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, 0);
  background-color: #377898;
  padding: 10px 40px;
  text-transform: uppercase;
  color: white;
  z-index: 2;
  font-size: 1.2em;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection .col-md-4 .details {
  z-index: 1;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 120, 152, 0.5);
  transition: top .2s;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection .col-md-4 .details a {
  background: white;
  font-family: "Oswald";
  padding: 10px 40px;
  text-transform: uppercase;
  color: #377898;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  width: 200px;
  text-align: center;
  transform: translate(-50%, -105%);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection .col-md-4 .details a:hover {
  background-color: #91c0d7;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection .col-md-4 .details a + a {
  transform: translate(-50%, 5%);
}

/* line 1, app/assets/stylesheets/partials/front/_tiles.css.sass */
.tile.collection .col-md-4:hover .details {
  top: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq-item-type {
  background: #aaaa9d;
  color: white;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.5em 1em;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq-items-list .faq-item + .faq-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq_toc {
  margin: 0 -40px;
  padding-right: 15px;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq_toc h4 {
  text-transform: uppercase;
  margin: 0 -20px 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq_toc ul {
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq_toc ul li {
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq_toc > ul > li > a {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq_toc > ul > li > ul {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq_toc > ul > li > ul li {
  padding-left: 10px;
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq_toc > ul > li > ul li .fa {
  position: absolute;
  top: 0.5em;
  left: 0;
  bottom: initial;
  right: initial;
  font-size: 0.8em;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq_toc > ul > li > ul li + li {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
.faq_toc > ul > li + li {
  margin-top: 20px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
  .faq_toc {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  /* line 1, app/assets/stylesheets/partials/front/_faq_items.css.sass */
  .faq_toc h4 {
    padding-top: 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.search-form {
  width: 50%;
  padding: 0 40px 10px;
  z-index: 10;
  transition: transform .5s;
  position: absolute;
  top: 170px;
  left: 0;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.search-form button {
  background-color: white;
  border: none;
  font-size: 1.2em;
  padding: 8px 12px;
  border-radius: 0;
  position: absolute;
  top: 1px;
  left: initial;
  bottom: initial;
  right: 50px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.search-form input {
  border: 1px solid black;
  background-color: white;
  display: inline-block;
  padding: 10px;
  color: black;
  font-size: 1em;
  outline: none;
  font-weight: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.search-form .error {
  color: #c8703a;
  margin-top: 12px;
  font-size: 0.8em;
  padding: 5px 0;
  text-align: center;
  display: none;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .search-form {
    width: 100%;
    top: 75px;
    padding: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .search-form button {
    right: 30px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .search-form {
    top: 115px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.search-form .step-1 {
  transform: translateX(0%);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.step-2 .search-form, .step-3 .search-form {
  transform: translateX(-100%);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.main.step-1 .content, .main.step-2 .content, .main.step-3 .content {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels h2 {
  margin: 0;
  padding: 20px 10px 50px;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels h2 {
    padding-bottom: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels form {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .radio_buttons label {
  width: 50%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .delay {
  float: right;
  font-size: 0.8em;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .radio_buttons.buttons.countries {
  background: #DEAA8A;
  margin: 0 -50px;
  padding: 10px 50px;
  color: white;
  font-size: 1.2em;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .radio_buttons.buttons.countries > label {
  font-family: Lora;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .radio_buttons.buttons.countries .controls {
  display: inline-block;
  width: 220px;
  margin: 0 0 0 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .radio_buttons.buttons.countries .controls label {
  color: #DEAA8A;
  width: 50%;
  padding: 10px;
  font-family: Oswald;
  -webkit-font-smoothing: antialiased;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .radio_buttons.buttons.countries .controls input[type="radio"]:checked + label {
  background-color: #c8703a;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .radio_buttons.buttons.countries {
    text-align: center;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .radio_buttons.buttons.countries .controls {
    margin: 10px 0 0 0;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .modal {
  background-color: rgba(248, 248, 248, 0.8);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .modal.visible {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
  max-width: 70%;
  background-color: white;
  padding: 20px;
  border: 3px solid #f0ede8;
  max-height: 90%;
  overflow-y: scroll;
  font-size: 0.8em;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .modal .inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    max-width: none;
    max-height: none;
    background-color: rgba(248, 248, 248, 0.8);
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .modal .inner .close {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  right: 10px;
  top: 10px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .modal .inner .close:before {
  content: "\f00d";
  font-family: FontAwesome;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step {
  transform: translateX(100%);
  transition: transform 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: initial;
  right: initial;
  width: 100%;
  background-color: white;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step.active {
  transform: translateX(0%);
  z-index: 2;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step.done {
  transform: translateX(-100%);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step.no-transition {
  transition: none !important;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step legend {
  font-size: 1em;
  width: auto;
  font-weight: bold;
  border: none;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step legend .col-md-2 {
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step legend .col-md-12 {
  margin-bottom: 12px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step legend .fa {
  font-size: 2em;
  margin-top: 12px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .head {
  padding: 20px 0;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .head .strong {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .head .breadcrumb {
  background: transparent;
  padding: 0;
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .head .breadcrumb a {
  color: #757374;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .head h2 {
  margin-top: 0;
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .head {
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .head h2, .custom_jewels .head p {
    padding: 0 50px;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .head {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .steps {
  padding: 10px 0px 10px 30px;
  background-color: #f0ede8;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .steps li {
  list-style-type: none;
  float: left;
  font-size: 0.85em;
  margin-left: 10px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .steps li a {
  color: #aa987c;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .steps li a.active {
  color: #c8703a;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .steps li a.done {
  color: #757374;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view, .custom_jewels .side-view {
  float: left;
  margin-top: 20px;
  width: 50%;
  height: 630px;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .steps-container, .custom_jewels .side-view .steps-container {
  position: relative;
  margin: 0 -50px;
  height: 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .steps-container .step, .custom_jewels .side-view .steps-container .step {
  padding: 0 50px;
  height: 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .number, .custom_jewels .side-view .number {
  text-align: center;
  font-size: 2em;
  border: 2px solid #ccc;
  border-radius: 50px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 1em;
  padding-top: 3px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view .number, .custom_jewels .side-view .number {
    margin-bottom: 10px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .side-view {
  padding: 0 50px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .side-view h4 {
  border-bottom: 1px solid #f0ede8;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .side-view {
    height: 700px;
  }
}

@media (max-width: 479px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .side-view {
    height: 780px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view {
  background-color: #f0ede8;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .info {
  height: 62px;
  font-weight: bold;
  font-size: 1em;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .info .col-md-2 {
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view legend {
  font-size: .8em;
  background-color: white;
  padding: 2px;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  width: 300px;
  margin-left: -150px;
  left: 50%;
  top: 87px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  z-index: 10;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view legend .col-md-1 {
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view legend .fa {
  font-size: 2em;
  margin-top: 13px;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view legend {
    text-align: center;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels a.zoom {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: initial;
  right: initial;
  z-index: 10;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels a.zoom .zoomed {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels a.zoom.zoomed .zoomed {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels a.zoom.zoomed .unzoomed {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #map {
  height: 568px;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels #map {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels #map {
    margin-top: 60px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .mask, .custom_jewels .outter-mask, .custom_jewels #render {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: initial;
  right: initial;
  height: 310px;
  width: 310px;
  transform: translateX(-50%);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .mask, .custom_jewels .outter-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: initial;
  right: initial;
  opacity: 0.5;
  z-index: -1;
  visibility: hidden;
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .pointer-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .coordinates {
  position: absolute;
  top: 10px;
  left: 50%;
  bottom: initial;
  right: initial;
  transition: transform 1s, background-color 0.3s;
  z-index: 11;
  width: 220px;
  margin-left: -110px;
  background-color: rgba(248, 248, 248, 0.8);
  background-image: url(/assets/pink-pointer.png);
  background-repeat: no-repeat;
  background-position: 50% 10px;
  text-align: center;
  padding: 50px 0px 10px;
  color: #5C5859;
  border-bottom: 1px solid #DDDDDD;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .coordinates {
    top: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #debug {
  display: none;
  background-color: #ffcccc;
  width: 500px;
  height: 500px;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #debug .debug-point {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
  margin-top: -1px;
  margin-left: -1px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #debug .x-axis {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  top: 50%;
  height: 1px;
  background-color: black;
  left: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #debug .y-axis {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: 50%;
  width: 1px;
  background-color: black;
  top: 0;
  bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-1 .render-container {
  height: 400px;
  background-color: #f8f8f8;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-1 .render-container:before {
  content: "";
  background-color: #f8f8f8;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: -1000px;
  bottom: -1000px;
  right: -50px;
  top: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .price-container {
  text-align: right;
  clear: both;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  bottom: 60px;
  right: 60px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .price-container .price {
  font-weight: bold;
  font-size: 1.5em;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .next-step {
  clear: both;
  overflow: hidden;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: 50px;
  right: 50px;
  bottom: 10px;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .next-step {
    padding: 0 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .next-step .btn, .custom_jewels .next-step #fb-sign-in, .custom_jewels .next-step a {
    float: right;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .next-step a {
    text-align: center;
    padding: 10px 0;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .next-step a {
  vertical-align: middle;
  display: inline-block;
  padding: 10px 17px;
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .next-step .btn, .custom_jewels .next-step #fb-sign-in {
    float: right;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .next-step {
    text-align: center;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .next-step a:not(.btn):not(#fb-sign-in) {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render {
  margin-top: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render img {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render img.bg-overlay {
  visibility: initial;
  position: absolute;
  top: 50%;
  left: 49.95%;
  width: 45.5%;
  transform: translate(-50%, -50%) scaleY(0.97);
  border-radius: 100%;
  mix-blend-mode: multiply;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render img.bg-overlay[src='undefined'] {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .frame {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  width: 70%;
  height: 73%;
  top: 12%;
  left: 12%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .frame__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  width: 38.4px;
  height: 57.6px;
  margin-left: -19.2px;
  margin-top: -57.6px;
  border-radius: 10px;
  transition: left 0.3s, top 0.3s, transform 0.3s;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer.candidate {
  background-size: 98% 88%;
  background-position: 50% 100%;
  z-index: 1;
  visibility: visible;
  background-image: url(/assets/pointer-candidate.svg);
  opacity: 0.2;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer.candidate:hover {
  opacity: 0.8;
  z-index: 3;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer.candidate.picked {
  z-index: 2;
  background-size: 98% 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer.candidate.picked.stopped {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer.candidate.picked.position-0 {
  background-image: url(/assets/pointer-0.png);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer.candidate.picked.position-1 {
  background-image: url(/assets/pointer-1.png);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer.candidate.picked.position-2 {
  background-image: url(/assets/pointer-2.png);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer.candidate.picked.position-3 {
  background-image: url(/assets/pointer-3.png);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer.candidate.picked.position-4 {
  background-image: url(/assets/pointer-4.png);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render .pointer.candidate.picked.position-5 {
  background-image: url(/assets/pointer-5.png);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render.leather {
  background-image: url(/assets/render-leather.jpg);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render.leather button {
  background-image: url(/assets/render_fr.jpg);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render.leather .pointer {
  background-image: url(/assets/pointer-leather.png);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render.zoomed {
  width: 300%;
  height: 300%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels #render.zoomed .pointer {
  width: 115.2px;
  height: 172.8px;
  margin-left: -57.6px;
  margin-top: -172.8px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: 20px;
  width: 83.5px;
  height: 83.5px;
  background: #ddd;
  box-shadow: 0 0 20px #000;
  border-radius: 83.5px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  margin-left: -6px;
  margin-top: -7px;
  opacity: 0.5;
  display: block;
  width: auto;
  -webkit-appearance: radio;
  transition: opacity .2s;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input:after {
  content: "";
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  top: -15%;
  left: -55%;
  width: 200%;
  height: 300%;
  background-image: url(/assets/pointer-leather.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 40% 0%;
  transform-origin: 50% 23%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input:checked {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input:checked:after {
  background-image: url(/assets/pointer.png);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-0 {
  top: 15%;
  left: 50%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-0:after {
  transform: rotate(0deg) translateY(-10%) scale(0.8);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-1 {
  top: 25.255%;
  left: 74.745%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-1:after {
  transform: rotate(45deg) translateY(-10%) scale(0.8);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-2 {
  top: 50%;
  left: 85%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-2:after {
  transform: rotate(90deg) translateY(-10%) scale(0.8);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-3 {
  top: 74.745%;
  left: 74.745%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-3:after {
  transform: rotate(135deg) translateY(-10%) scale(0.8);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-4 {
  top: 85%;
  left: 50%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-4:after {
  transform: rotate(180deg) translateY(-10%) scale(0.8);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-5 {
  top: 74.745%;
  left: 25.255%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-5:after {
  transform: rotate(225deg) translateY(-10%) scale(0.8);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-6 {
  top: 50%;
  left: 15%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-6:after {
  transform: rotate(270deg) translateY(-10%) scale(0.8);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-7 {
  top: 25.255%;
  left: 25.255%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .orientation input.orientation-7:after {
  transform: rotate(315deg) translateY(-10%) scale(0.8);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-1 .main-view legend {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-1 .coordinates .search {
  opacity: 1;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-1 .render-container {
    margin: 0 -20px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .form-group.order_jewel_option {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .kind-slaves {
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .finish {
  overflow: hidden;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-2.step .next-step a {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step h4 {
  font-size: 1em;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .images-select {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .images-select .option {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  float: left;
  margin: 10px 2% 0 0;
  background-color: #f8f8f8;
  text-align: center;
  padding: 10px 30px;
  color: #757374;
  width: 32%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .images-select .option:nth-child(3n) {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .images-select .option.selected:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  right: 5px;
  top: 5px;
  color: #c8703a;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step label {
  display: block;
  float: left;
  clear: both;
  color: #938060;
  font-weight: normal;
  padding: 10px 0;
  width: 180px;
}

@media (max-width: 479px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-2.step label {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .form-group.select .controls, .custom_jewels .step-2.step .form-group.string .controls {
  float: right;
  width: 180px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .form-group.select .controls select, .custom_jewels .step-2.step .form-group.string .controls select {
  width: 100%;
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-2.step .form-group.select .controls, .custom_jewels .step-2.step .form-group.string .controls {
    width: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-2.step .form-group.select .controls, .custom_jewels .step-2.step .form-group.string .controls {
    width: 480px;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-2.step .form-group.select .controls, .custom_jewels .step-2.step .form-group.string .controls {
    width: 300px;
  }
}

@media (max-width: 479px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-2.step .form-group.select .controls, .custom_jewels .step-2.step .form-group.string .controls {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-2.step .select2-container {
  float: right;
  color: #938060;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .step-2 .render-container, .custom_jewels .main-view .step-3 .render-container {
  height: 630px;
  background-color: #f8f8f8;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .step-2 .render-container .info, .custom_jewels .main-view .step-3 .render-container .info {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: #5C5859;
  font-size: .9em;
  font-weight: 100;
  height: auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .step-2 .render-container .info p, .custom_jewels .main-view .step-3 .render-container .info p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .step-2 .render-container .info > div, .custom_jewels .main-view .step-3 .render-container .info > div {
  flex: 1;
  -webkit-flex: 1;
  padding: 0 10px;
  float: left;
  width: 33%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .step-2 .render-container .info > div h3, .custom_jewels .main-view .step-3 .render-container .info > div h3 {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .step-2 .render-container .info > div + div, .custom_jewels .main-view .step-3 .render-container .info > div + div {
  border-left: 1px solid #aaaa9d;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view .step-2 .render-container .info, .custom_jewels .main-view .step-3 .render-container .info {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .step-2 .render-container #step2-render, .custom_jewels .main-view .step-2 .render-container #step3-render, .custom_jewels .main-view .step-3 .render-container #step2-render, .custom_jewels .main-view .step-3 .render-container #step3-render {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: initial;
  right: initial;
  width: 100%;
  transform: translateY(-50%);
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .step-2 .render-container #step2-render .bg, .custom_jewels .main-view .step-2 .render-container #step2-render .bg-overlay, .custom_jewels .main-view .step-2 .render-container #step3-render .bg, .custom_jewels .main-view .step-2 .render-container #step3-render .bg-overlay, .custom_jewels .main-view .step-3 .render-container #step2-render .bg, .custom_jewels .main-view .step-3 .render-container #step2-render .bg-overlay, .custom_jewels .main-view .step-3 .render-container #step3-render .bg, .custom_jewels .main-view .step-3 .render-container #step3-render .bg-overlay {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .step-2 .render-container #step2-render .bg-overlay, .custom_jewels .main-view .step-2 .render-container #step3-render .bg-overlay, .custom_jewels .main-view .step-3 .render-container #step2-render .bg-overlay, .custom_jewels .main-view .step-3 .render-container #step3-render .bg-overlay {
  position: absolute;
  top: 50%;
  left: 49.95%;
  width: 45.5%;
  transform: translate(-50%, -50%) scaleY(0.97);
  border-radius: 100%;
  mix-blend-mode: multiply;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .main-view .step-2 .render-container #step2-render .pointer, .custom_jewels .main-view .step-2 .render-container #step3-render .pointer, .custom_jewels .main-view .step-3 .render-container #step2-render .pointer, .custom_jewels .main-view .step-3 .render-container #step3-render .pointer {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -100%);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .right-coordinates {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 10px;
  margin-left: 0;
  text-align: left;
  width: auto;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .right-coordinates strong {
  font-weight: 100;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .alert-warning {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: .8em;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 #step3-render-thumb img {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 #step3-render-thumb .bg-overlay {
  position: absolute;
  top: 50%;
  left: 49.95%;
  width: 45.5%;
  transform: translate(-50%, -50%) scaleY(0.97);
  border-radius: 100%;
  mix-blend-mode: multiply;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .custom-name {
  border: 1px solid #d2c9ba;
  padding: 10px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 h3 {
  margin-bottom: 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 h3 .name {
  display: none;
  font-size: 0.8em;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .datasheet {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .show-datasheet {
  display: inline-block;
  font-size: 1.1em;
  padding-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .slider-items-pool .slider-item {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .slider-items-pool .slider-item img {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .slider .slider-item {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .slider .slider-item .visual {
  position: absolute;
  top: 50%;
  left: 0%;
  bottom: initial;
  right: initial;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .slider.slider-thumbnails {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 102px;
  background-color: #f0ede8;
  z-index: 20;
  padding: 10px 5px;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-3 .slider.slider-thumbnails {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .slider.slider-thumbnails .slider-next:before, .custom_jewels .step-3 .slider.slider-thumbnails .slider-previous:before {
  width: 16px;
  height: 16px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .slider.slider-thumbnails .slider-item {
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  border: 1px solid #f0ede8;
  text-align: center;
  font-size: 1.5em;
  overflow: hidden;
  background-color: #f8f8f8;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .step-3 .slider.slider-thumbnails .slider-item.active, .custom_jewels .step-3 .slider.slider-thumbnails .slider-item:hover {
  border: 1px solid #d2c9ba;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view, .custom_jewels .side-view {
    float: none;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view {
    background: transparent;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view .info {
    padding: 5px;
    margin: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view legend {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    transform: none;
    width: 100%;
    margin-left: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view .info, .custom_jewels .main-view legend {
    text-align: center;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .coordinates {
    position: relative;
    transition: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .coordinates div.search {
    margin-top: 10px;
  }
}

@media (max-width: 1023px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .coordinates div.search {
    height: 32px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .coordinates div.search input {
    padding: 6px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .coordinates div.search a {
    padding: 4px 12px;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels #map {
    height: 360px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels ul.steps {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-2 .main-view, .custom_jewels .step-3 .main-view {
    height: 358px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-3 .slider-header {
    margin-top: -80px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-3 label, .custom_jewels .step-3 input {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-3 .price-container {
    text-align: center;
    font-size: 2em;
    right: 40px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view {
    height: 488px;
    background-color: #f8f8f8;
    transition: height .4s;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view .step-2 .render-container, .custom_jewels .main-view .step-3 .render-container {
    height: 360px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .main-view .step-2 .render-container #step2-render, .custom_jewels .main-view .step-2 .render-container #step3-render, .custom_jewels .main-view .step-3 .render-container #step2-render, .custom_jewels .main-view .step-3 .render-container #step3-render {
    width: 312px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .side-view {
    padding: 0 20px;
    background: white;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .step-2 .kind-slaves {
    margin-bottom: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .form-group {
    margin-bottom: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .custom_jewels .next-step {
    margin: 0 -20px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.debug.custom_jewels #debug {
  z-index: 10;
  position: fixed;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.debug.custom_jewels .mask, .debug.custom_jewels .outter-mask {
  z-index: 10;
  visibility: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.debug.custom_jewels .candidate:not(.stopped) {
  background-color: red;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
.custom_jewels .wander #render {
  height: 400px;
  width: 400px;
}

@media (max-width: 479px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel.css.sass */
  .step-3 .price-container {
    bottom: 100px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel_card.css.sass */
.jewel-card {
  background: white;
  border: 1px solid #DDDDDD;
  padding: 0 0px 75px 0px;
  overflow: hidden;
  height: 100%;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel_card.css.sass */
.jewel-card img {
  display: block;
  margin: auto;
  height: 140px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel_card.css.sass */
  .jewel-card img {
    width: 100%;
    height: auto;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel_card.css.sass */
.jewel-card a, .jewel-card a:hover, .jewel-card a:visited, .jewel-card a:active {
  color: #c8703a;
  border: 1px solid #c8703a;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  padding: 10px;
  font-size: 1em;
  text-align: center;
  clear: both;
  text-decoration: none;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel_card.css.sass */
.jewel-card a:hover, .jewel-card a:hover:hover, .jewel-card a:visited:hover, .jewel-card a:active:hover {
  color: white;
  background-color: #c8703a;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel_card.css.sass */
  .jewel-card a, .jewel-card a:hover, .jewel-card a:visited, .jewel-card a:active {
    color: white;
    background-color: #c8703a;
    font-size: 0.9em;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel_card.css.sass */
.jewel-card .name {
  font-size: 1.4em;
  float: left;
  width: 65%;
  padding-left: 30px;
  margin-bottom: 20px;
  font-weight: 100;
  padding-top: 18px;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_jewel_card.css.sass */
  .jewel-card .name {
    padding-top: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_jewel_card.css.sass */
.jewel-card .price {
  width: 35%;
  float: left;
  margin-bottom: 20px;
  white-space: nowrap;
  padding-right: 30px;
}

/* line 1, app/assets/stylesheets/partials/front/_jewel_card.css.sass */
.jewel-card .price strong {
  display: block;
  font-size: 1.4em;
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-summary img {
  height: 50px;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-list {
  border: 1px solid #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.card.container-fluid .basket-list {
  border: none;
  border-bottom: 1px solid #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card {
  background: #F8F8F8;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card h3 {
  margin: 0;
  font-size: 1.4em;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card figure {
  width: 154px;
  height: 154px;
  float: left;
  margin: -20px 0;
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card figure .fa {
  display: none;
  margin-top: -0.5em;
  margin-left: -0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card figure img[src=""] {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card figure img[src=""] + .fa {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card h4, .basket-card .matter, .basket-card .size, .basket-card .coordinates {
  margin-left: 174px;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card .matter {
  margin-bottom: 30px;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card .pricing {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: bold;
  color: #aaaa9d;
  position: absolute;
  top: initial;
  left: initial;
  bottom: 20px;
  right: 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card .pricing.relative {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card .pricing.relative .number.total {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: 0;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
  .basket-card .pricing.relative .btn, .basket-card .pricing.relative #fb-sign-in {
    font-size: 0.75em;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card .pricing.center {
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card .pricing.center .btn, .basket-card .pricing.center #fb-sign-in {
  margin: auto;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card .pricing .number {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card .pricing .number.total {
  width: 145px;
  display: inline-block;
  text-align: left;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card.total .pricing {
  font-size: 2em;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card .btn-danger {
  position: absolute;
  top: 20px;
  left: initial;
  bottom: initial;
  right: 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
.basket-card + .basket-card {
  border-top: 1px dashed #F1F0EC;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
  .basket-card figure {
    margin: -10px 0;
    width: 80px;
    height: 80px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
  .basket-card h4, .basket-card .matter {
    margin: 0;
    margin-left: 100px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
  .basket-card .matter {
    margin-bottom: 20px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
  .basket-card .pricing {
    font-size: 1em;
  }
  /* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
  .basket-card .pricing .number.total {
    width: 60px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
  .basket-card.total .pricing {
    font-size: 1.2em;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_basket.css.sass */
  .orders.edit .basket-card .matter p, .orders.validate .basket-card .matter p {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
.orders.edit h2 {
  margin: 0 0 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
.orders.edit .radio label {
  position: relative;
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
.orders.edit .radio small {
  font-size: 1em;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
.orders.edit .radio .pricing {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  right: 0;
  color: #FF5F69;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
.order-list.table > tbody td.price {
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-list.table > tbody > tr {
    padding: 10px;
    position: relative;
    display: block;
    border: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-list.table > tbody > tr + tr {
    border-top: 1px solid #ddd;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-list.table > tbody > tr > td {
    padding: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-list.table > tbody > tr > td.status {
    position: absolute;
    top: 10px;
    left: initial;
    bottom: initial;
    right: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-list.table > tbody > tr > td.price {
    position: absolute;
    top: initial;
    left: initial;
    bottom: 10px;
    right: 10px;
    font-size: 1.2em;
  }
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status {
    border-radius: 3px;
    letter-spacing: -0.31em;
    font-size: 1em;
    margin: 60px 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label {
    height: auto;
    margin-left: -1px;
    padding: 0.5em 1em;
    overflow: visible;
    padding-left: 2.3em;
    position: relative;
    border: 1px solid #F1F0EC;
    background: white;
    letter-spacing: normal;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label:before, .order-status label:after {
    content: '';
    background: transparent;
    border: calc(1.25em + 1px) solid transparent;
    border-left-color: #F1F0EC;
    margin: 0;
    z-index: 3;
    border-radius: 0;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: 100%;
    bottom: initial;
    right: initial;
    transition: none;
    box-shadow: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label:after {
    border: 1.25em solid transparent;
    border-left-color: white;
    top: 0px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label:first-child {
    border-radius: 3px 0 0 3px !important;
    padding-left: 1em;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label:last-child {
    border-radius: 0 3px 3px 0 !important;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label:last-child:before, .order-status label:last-child:after {
    content: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='success'] {
    background: #70B008;
    border-color: #517f06;
    color: white;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='success']:before {
    border-left-color: #517f06;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='success']:after {
    border-left-color: #70B008;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='failure'] {
    background: #FF5F69;
    border-color: #ff2c39;
    color: white;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='failure']:before {
    border-left-color: #ff2c39;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='failure']:after {
    border-left-color: #FF5F69;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status {
    width: 480px;
    max-width: 100%;
    margin: 40px auto;
    padding: 0 20px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label {
    padding: 15px;
    display: block;
    border: 1px solid #F1F0EC;
    background: white;
    position: relative;
    font-size: 1.4em;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label + label {
    margin-top: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label:before, .order-status label:after {
    content: '';
    background: transparent;
    border: calc(0.625em + 1px) solid transparent;
    border-top-color: #F1F0EC;
    margin: 0;
    z-index: 3;
    border-radius: 0;
    margin-left: calc(-0.625em - 1px);
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    bottom: initial;
    right: initial;
    transition: none;
    box-shadow: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label:after {
    border: 0.625em solid transparent;
    border-top-color: white;
    margin-left: -0.625em;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label:last-child:before, .order-status label:last-child:after {
    content: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='success'] {
    background: #70B008;
    border-color: #517f06;
    color: white;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='success']:before {
    border-top-color: #517f06;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='success']:after {
    border-top-color: #70B008;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='failure'] {
    background: #FF5F69;
    border-color: #ff2c39;
    color: white;
  }
  /* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
  .order-status label[data-status='failure']:before, .order-status label[data-status='failure']:after {
    content: none;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
.orders.validate #paypal_checkout_button, .orders.purchase #paypal_checkout_button {
  background: #f39d36;
  color: white;
  display: none;
  border-color: #f39d36;
}

/* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
.orders.validate #paypal_later_checkout_button, .orders.purchase #paypal_later_checkout_button {
  background: #003087;
  color: white;
  text-decoration: none;
  padding: 11px;
}

/* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
.orders.validate .pay, .orders.purchase .pay {
  padding: 10px;
  font-size: 1.2em;
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
.orders.validate .pay strong, .orders.purchase .pay strong {
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/front/_orders.css.sass */
.orders.validate .or, .orders.purchase .or {
  padding: 10px;
  margin-top: 20px;
  border-top: 1px solid #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer {
  margin-top: 3em;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .row {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .row [class*="col-"] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer ul.menu, footer ul.menu-centered {
  padding: 0;
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer ul.menu li, footer ul.menu-centered li {
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer ul.menu li + li {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer ul.menu-centered {
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer ul.menu-centered li {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer ul.menu-centered li {
    display: inline-block;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer ul.menu-centered li:not(:last-child) {
    margin-right: 1rem;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer ul.menu-centered:first-of-type {
  text-transform: uppercase;
  font-family: "Muli";
  font-weight: bold;
  padding-bottom: 1.5rem;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer ul.menu-centered:first-of-type a {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer ul.menu-centered:first-of-type a:hover, footer ul.menu-centered:first-of-type a:focus {
  color: #c8703a;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row {
  color: black;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row .row:before, footer .first-row .row:after {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row__link, footer .first-row strong {
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 1.5rem;
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row small {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row small, footer .first-row strong {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row__col {
  float: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer .first-row__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer .first-row__col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row__icon {
  font-size: 2rem;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row__link {
  display: block;
  text-decoration: none;
  color: black;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row__link:hover, footer .first-row__link:focus {
  color: #5C5859;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .second-row {
  border-bottom: 1px solid #d1d1d1;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .second-row .row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .second-row strong {
  color: black;
  line-height: 1.6;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .second-row a {
  display: inline-block;
  color: black;
  margin: 4px 8px;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .second-row a:hover, footer .second-row a:focus {
  color: #5C5859;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer .second-row a {
    margin: 0 1rem;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .second-row .fa {
  font-size: 38px;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer .second-row .fa {
    font-size: 3.6rem;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .first-row, footer .second-row {
  letter-spacing: .05rem;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .second-row, footer .third-row {
  padding: 2rem;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .newsletter form {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer .newsletter form {
    margin-left: 1rem;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer .newsletter form {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .newsletter input {
  padding: 12px 15px;
  border: 1px solid #B7B7B7;
}

@media (min-width: 480px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer .newsletter input {
    border-right: none;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .newsletter button {
  background: black;
  border-color: black;
  text-transform: uppercase;
  padding: 0 20px;
  color: white;
  font-weight: 600;
  transition: all 0.075s ease-in-out;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .newsletter button:hover, footer .newsletter button:focus {
  background: #5C5859;
  border-color: #5C5859;
  color: white;
}

@media (min-width: 480px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer .newsletter button {
    position: absolute;
    top: 0;
    left: initial;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 479px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer .newsletter button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
  footer .first-row, footer .second-row, footer .third-row {
    padding: 1.5rem;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .endline {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .endline a {
  color: #5C5859;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/partials/front/_footer.css.sass */
footer .endline a:hover, footer .endline a:focus {
  color: #282627;
}

/* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
nav.navbar, #sidebar {
  background-color: transparent;
  border: none;
  margin: 0;
  z-index: 100;
}

/* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
nav.navbar .social-links a, #sidebar .social-links a {
  color: #DDDDDD;
  text-align: center;
  font-size: 1.4em;
}

/* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
nav.navbar a.logout, #sidebar a.logout {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
nav.navbar a.logout:hover, nav.navbar a.logout:focus, #sidebar a.logout:hover, #sidebar a.logout:focus {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
nav.navbar ul, #sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
nav.navbar .menu__sub-item, #sidebar .menu__sub-item {
  display: none;
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar, #sidebar {
    padding: 0;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: initial;
    right: initial;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .container-fluid, #sidebar .container-fluid {
    max-width: 1170px;
    margin: auto;
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .navbar-brand, #sidebar .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    display: flex;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .navbar-brand--rwd, #sidebar .navbar-brand--rwd {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .hamburger, #sidebar .hamburger {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .logo-mobile, #sidebar .logo-mobile {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .logo-desktop, #sidebar .logo-desktop {
    display: inline-block;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar ul, #sidebar ul {
    display: flex;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu, #sidebar .menu {
    font-size: .9em;
    display: flex;
    justify-content: center;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu__wrapper, #sidebar .menu__wrapper {
    text-align: center;
    margin-top: 55px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu__logo-link, #sidebar .menu__logo-link {
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu--aside, #sidebar .menu--aside {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #837d7f;
    justify-content: flex-end;
    align-items: center;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu--aside:before, #sidebar .menu--aside:before {
    content: "";
    position: absolute;
    background-color: #837d7f;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: -10000px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu--aside .menu__sub-item, #sidebar .menu--aside .menu__sub-item {
    padding: 0;
    display: block;
    position: relative;
    margin-right: auto;
    text-transform: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu--aside .menu__sub-link, #sidebar .menu--aside .menu__sub-link {
    color: white;
    font-size: 1rem;
    padding: 13px 15px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu--aside .menu__sub-link:hover, nav.navbar .menu--aside .menu__sub-link:focus, nav.navbar .menu--aside .menu__sub-link:active, #sidebar .menu--aside .menu__sub-link:hover, #sidebar .menu--aside .menu__sub-link:focus, #sidebar .menu--aside .menu__sub-link:active {
    color: white;
    text-decoration: underline;
    opacity: .85;
    transition: opacity 0.15s ease-in-out;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu__item--parent:hover > a, #sidebar .menu__item--parent:hover > a {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    overflow: visible;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu__item--parent:hover > a:before, #sidebar .menu__item--parent:hover > a:before {
    position: absolute;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    content: "";
    background-color: transparent;
    width: 0px;
    height: 0px;
    transform: rotate(-135deg) translateX(-50%);
    margin-left: -19px;
    margin-top: -11px;
    top: 100%;
    left: 50%;
    border-top: 10px solid white;
    border-left: 10px solid white;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 100;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li, #sidebar .menu li {
    text-transform: uppercase;
    padding: 6px 5px;
    font-weight: 600;
    background: transparent;
    border: none;
    text-align: center;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul, #sidebar .menu li > ul {
    display: none;
    position: absolute;
    top: 200px;
    height: 210px;
    left: 0;
    right: 0;
    background-color: #F4F4F4;
    padding: 15px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul:before, #sidebar .menu li > ul:before {
    content: "";
    border-top: 1px solid #ccc;
    position: absolute;
    background-color: #F4F4F4;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: -10000px;
    pointer-events: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul p, #sidebar .menu li > ul p {
    font-size: 42px;
    color: #DEAA8A;
    text-align: left;
    font-family: "Raleway", "Helvetica", "Arial";
    padding-left: 20px;
    text-transform: none;
    margin-top: 40px;
    min-width: 250px;
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li, #sidebar .menu li > ul li {
    flex: 1 1 0;
    flex-grow: 1;
    cursor: pointer;
    white-space: nowrap;
    font-size: 17px;
    padding: 0;
    text-align: left;
    float: none;
    display: block;
    padding: 15px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a, #sidebar .menu li > ul li a {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.collection-land, #sidebar .menu li > ul li a.collection-land {
    background-image: url(https://gemographic.s3-eu-west-1.amazonaws.com/images/collection-land-gemografic.jpg);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.collection-horizon, #sidebar .menu li > ul li a.collection-horizon {
    background-image: url(https://gemographic.s3-eu-west-1.amazonaws.com/images/collection-horizon-gemografic.jpg);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.collection-wander, #sidebar .menu li > ul li a.collection-wander {
    background-image: url(https://gemographic.s3-eu-west-1.amazonaws.com/images/collection-wander-gemografic.jpg);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.colliers, #sidebar .menu li > ul li a.colliers {
    background-image: url(https://gemographic.s3-eu-west-1.amazonaws.com/images/menu-pendentifs.png);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.bracelets, #sidebar .menu li > ul li a.bracelets {
    background-image: url(https://gemographic.s3-eu-west-1.amazonaws.com/images/menu-bracelets.png);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.bagues, #sidebar .menu li > ul li a.bagues {
    background-image: url(https://gemographic.s3-eu-west-1.amazonaws.com/images/menu-bagues.png);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.femme, #sidebar .menu li > ul li a.femme {
    background-image: url("/assets/menu-bijoux-femme.jpg");
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.homme, #sidebar .menu li > ul li a.homme {
    background-image: url(https://gemographic.s3-eu-west-1.amazonaws.com/uploads/slider_item/image/312/2Fbijoux-homme.jpg);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.enfant, #sidebar .menu li > ul li a.enfant {
    background-image: url(https://gemographic.s3-eu-west-1.amazonaws.com/uploads/slider_item/image/313/2Fbijoux-enfant.jpg);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.notre-histoire, #sidebar .menu li > ul li a.notre-histoire {
    background-image: url("/assets/menu-histoire.jpg");
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.concept, #sidebar .menu li > ul li a.concept {
    background-image: url("/assets/menu-concept.jpg");
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a.bijoux-made-in-france, #sidebar .menu li > ul li a.bijoux-made-in-france {
    background-image: url("/assets/menu-made-in-france.jpg");
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a:hover span, #sidebar .menu li > ul li a:hover span {
    bottom: 25px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a:hover:after, #sidebar .menu li > ul li a:hover:after {
    content: "";
    background: white;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > ul li a span, #sidebar .menu li > ul li a span {
    position: absolute;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    transition: bottom 0.1s;
    padding: 10px;
    color: white;
    text-shadow: 0 0 2px #5C5859;
    box-shadow: inset 0 0 2px #5C5859;
    border: 2px solid white;
    padding: 5px 10px;
    height: auto;
    margin: 0;
    display: block;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li:hover > ul, #sidebar .menu li:hover > ul {
    display: flex;
    padding: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > a, #sidebar .menu li > a {
    display: block;
    font-family: "Muli";
    font-size: 18px;
    padding: 14px 15px;
    color: #5C5859;
    text-decoration: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > a:hover, nav.navbar .menu li > a:focus, #sidebar .menu li > a:hover, #sidebar .menu li > a:focus {
    color: #c8703a;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > a.menu__link-icon, #sidebar .menu li > a.menu__link-icon {
    color: white;
    padding: 13px 15px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li > a.menu__link-icon:hover, nav.navbar .menu li > a.menu__link-icon:focus, nav.navbar .menu li > a.menu__link-icon:active, #sidebar .menu li > a.menu__link-icon:hover, #sidebar .menu li > a.menu__link-icon:focus, #sidebar .menu li > a.menu__link-icon:active {
    opacity: .85;
    transition: opacity 0.15s ease-in-out;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu li.active > a, #sidebar .menu li.active > a {
    color: #c8703a;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu__link-notif, #sidebar .menu__link-notif {
    padding: 2px 3px;
    display: inline-block;
    text-align: center;
    width: 20px;
    background-color: grey;
    border-radius: 50%;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu__item--panel, #sidebar .menu__item--panel {
    position: relative;
    margin: 0 0 0 5px;
    padding: 0 !important;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar #account, nav.navbar #basket, #sidebar #account, #sidebar #basket {
    width: 250px;
    margin-left: -125px;
    position: absolute;
    left: 50%;
    top: 90%;
    border-top: 10px #5C5859 solid;
    z-index: 110;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar #account .inside, nav.navbar #basket .inside, #sidebar #account .inside, #sidebar #basket .inside {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background-color: white;
    padding: 15px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar #account .inside .help-block, nav.navbar #basket .inside .help-block, #sidebar #account .inside .help-block, #sidebar #basket .inside .help-block {
    text-transform: none;
    font-size: 0.8em;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar #account .inside input[name=commit], nav.navbar #basket .inside input[name=commit], #sidebar #account .inside input[name=commit], #sidebar #basket .inside input[name=commit] {
    margin-bottom: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar #account .foot, nav.navbar #basket .foot, #sidebar #account .foot, #sidebar #basket .foot {
    background-color: #f4e4da;
    margin: 15px -15px -15px -15px;
    padding: 15px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar #account .foot a, nav.navbar #basket .foot a, #sidebar #account .foot a, #sidebar #basket .foot a {
    display: block;
    background-color: #DEAA8A;
    color: white;
    text-align: center;
    padding: 5px 10px;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .menu--aside, nav.navbar .menu li > ul, #sidebar .menu--aside, #sidebar .menu li > ul {
    right: -15px;
    left: -15px;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar, #sidebar {
    width: 228px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: white;
    position: absolute;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    top: 0;
    bottom: 0;
    transform: translate(-180px, 0);
    transition: transform 0.2s;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  .drawer-open nav.navbar, .drawer-open #sidebar {
    transform: translate(0, 0);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .section-wrapper, #sidebar .section-wrapper {
    border-right: 1px solid #F1F0EC;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 48px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .section-wrapper section, #sidebar .section-wrapper section {
    margin: 0;
    border-bottom: 1px solid #F1F0EC;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .section-wrapper section:before, #sidebar .section-wrapper section:before {
    content: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .hamburger, #sidebar .hamburger {
    color: black;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner, #sidebar .inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 48px;
    border-right: 1px solid #F1F0EC;
    overflow-y: auto;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner h5, #sidebar .inner h5 {
    margin-top: 0;
    font-weight: bold;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .navbar-brand, #sidebar .inner .navbar-brand {
    padding: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu, #sidebar .inner .menu {
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #F1F0EC;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li, #sidebar .inner .menu li {
    border-top: 1px solid #F1F0EC;
    list-style-type: none;
    text-transform: uppercase;
    padding: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li.active, #sidebar .inner .menu li.active {
    background: #DEAA8A;
    box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li.active a, #sidebar .inner .menu li.active a {
    color: white;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li:first-child, #sidebar .inner .menu li:first-child {
    border: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li a, #sidebar .inner .menu li a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li a:link, nav.navbar .inner .menu li a:visited, #sidebar .inner .menu li a:link, #sidebar .inner .menu li a:visited {
    text-decoration: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li a:hover, nav.navbar .inner .menu li a:focus, #sidebar .inner .menu li a:hover, #sidebar .inner .menu li a:focus {
    text-decoration: underline;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li a.login, #sidebar .inner .menu li a.login {
    padding: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li a.open + ul, #sidebar .inner .menu li a.open + ul {
    display: block;
    background-color: #5C5859;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li a.open + ul a, #sidebar .inner .menu li a.open + ul a {
    color: white;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li ul, #sidebar .inner .menu li ul {
    display: none;
    margin: 0;
    padding: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li ul p, #sidebar .inner .menu li ul p {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li.session > a, nav.navbar .inner .menu li.basket > a, #sidebar .inner .menu li.session > a, #sidebar .inner .menu li.basket > a {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner .menu li.session .collapse, nav.navbar .inner .menu li.basket .collapse, #sidebar .inner .menu li.session .collapse, #sidebar .inner .menu li.basket .collapse {
    display: block;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner a.primary, #sidebar .inner a.primary {
    display: block;
    padding: 10px 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner a.login, #sidebar .inner a.login {
    font-size: 1em;
    padding: 10px;
    display: block;
    margin: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner a.login .name, #sidebar .inner a.login .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 89%;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner a.logout, #sidebar .inner a.logout {
    font-size: 1em;
    padding: 10px;
    border: 1px solid #F1F0EC;
    display: block;
    margin: 0 10px 10px;
    background: black;
    color: white;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .inner a.logout i, #sidebar .inner a.logout i {
    color: white;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar h5.account, #sidebar h5.account {
    margin-bottom: 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .logo-desktop, #sidebar .logo-desktop {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .hamburger, #sidebar .hamburger {
    font-size: 1.4em;
    line-height: 48px;
    width: 48px;
    position: absolute;
    top: 0;
    left: initial;
    bottom: initial;
    right: 0;
    text-align: center;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .navbar-brand--rwd, #sidebar .navbar-brand--rwd {
    width: 48px;
    text-align: center;
    position: absolute;
    top: 48px;
    right: 0;
    margin-top: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .social-links, #sidebar .social-links {
    border-top: 1px solid #F1F0EC;
    position: absolute;
    top: initial;
    left: initial;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 1023px) and (max-height: 470px) {
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .social-links, #sidebar .social-links {
    display: none;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .social-links a, #sidebar .social-links a {
    width: 48px;
    line-height: 48px;
    display: block;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .social-links a + a, #sidebar .social-links a + a {
    border-top: 1px solid #F1F0EC;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .basket, #sidebar .basket {
    display: block;
    background-position: 50% 10px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
  nav.navbar .basket .count, #sidebar .basket .count {
    top: 10px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
.session .btn-main {
  margin-top: 0 !important;
}

/* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
.session .btn, .session #fb-sign-in {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
.session .btn:hover, .session #fb-sign-in:hover, .session .btn:focus, .session #fb-sign-in:focus {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/partials/front/_sidebar.css.sass */
.session #fb-sign-in:hover, .session #fb-sign-in:focus {
  color: white;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item {
  overflow: hidden;
  text-decoration: none;
  color: #5C5859;
  display: block;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item + .blog-list-item {
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item figure {
  float: left;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item .date {
  color: #5C5859;
  background: #F1F0EC;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2em;
  padding: 20px 0;
  line-height: 1.4em;
  margin-bottom: 5px;
  display: block;
  width: 90px;
  height: 90px;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item .date .month {
  font-size: 1.4em;
  font-weight: 100;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item .title h5 {
  display: inline-block;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item h5 {
  font-weight: bold;
  color: #5C5859;
  margin: 0;
  font-size: 1.3em;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item .blog-list-item-content {
  margin-left: 250px;
  height: 180px;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item .blog-list-item-content .excerpt {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item:hover {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-list-item:hover h5 {
  text-decoration: underline;
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
  .blog-list-item figure img {
    height: 90px;
    width: 115px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
  .blog-list-item .blog-list-item-content {
    margin-left: 125px;
    height: 90px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
  .blog-list-item .blog-list-item-content .date {
    float: left;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  /* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
  .blog-list-item figure {
    float: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
  .blog-list-item figure img {
    width: 100%;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
  .blog-list-item .blog-list-item-content {
    margin: 10px 0 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
  .blog-list-item .blog-list-item-content .date {
    float: left;
    margin-right: 10px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.primary-sidebar .block.blogs .blog {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.primary-sidebar .block.blogs .blog + .blog {
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.primary-sidebar .block.blogs .blog a {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.primary-sidebar .block.blogs .blog h5 {
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-view figure {
  margin: 20px 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-view .date {
  color: white;
  background: #FF5F69;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.2em;
  padding: 20px 0;
  line-height: 1.4em;
  margin: 0 auto 5px;
  display: block;
  width: 90px;
  height: 90px;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-view .date .month {
  font-size: 1.4em;
  font-weight: 100;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-view .list-group {
  border-radius: 0;
  margin-top: 40px;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-view .list-group-item {
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-view .list-group-item .text {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-view .list-group-item figure {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blog-view .list-group-item .fa {
  background: #F8F8F8;
  border: 1px solid #F1F0EC;
  color: #aaaa9d;
  margin-right: 10px;
  font-size: 3em;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  height: 80px;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blogs.index .padder > h1, .blogs.index .padder > h2, .blogs.show .padder > h1, .blogs.show .padder > h2 {
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blogs.index .padder > h1 .text-danger, .blogs.index .padder > h2 .text-danger, .blogs.show .padder > h1 .text-danger, .blogs.show .padder > h2 .text-danger {
  font-family: serif;
  font-size: 2.4em;
  line-height: 0;
  vertical-align: bottom;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blogs.press .blog-list-item.featured {
  margin: -20px -60px 0;
  padding: 20px 60px;
  background: #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blogs.press .blog-list-item.featured h5 {
  font-size: 1.4em;
}

/* line 1, app/assets/stylesheets/partials/front/_blog.css.sass */
.blogs.press .blog-list-item.featured .date {
  background: #FF5F69;
  color: white;
}

/* line 1, app/assets/stylesheets/partials/front/_testimonials.css.sass */
.temoignages .primary-content:before {
  content: '‘‘';
  font-family: serif;
  font-size: 75em;
  font-style: normal;
  color: #F8F8F8;
  z-index: 0;
  letter-spacing: -0.1em;
  position: absolute;
  top: -0.35em;
  left: -0.07em;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_testimonials.css.sass */
.temoignages .primary-content > * {
  position: relative;
  z-index: 1;
}

/* line 1, app/assets/stylesheets/partials/front/_testimonials.css.sass */
.testimonials h3 {
  text-indent: -150px;
  margin-left: 150px;
  margin-bottom: 40px;
  font-size: 2.6em;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_testimonials.css.sass */
.testimonials .testimonial {
  margin-bottom: 40px;
}

/* line 1, app/assets/stylesheets/partials/front/_testimonials.css.sass */
.testimonials .testimonial h5 {
  margin: 10px 0 0;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_testimonials.css.sass */
.testimonials .testimonial .credentials {
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/front/_testimonials.css.sass */
.testimonials .col-md-6:nth-child(2n+1) {
  clear: both;
}

/* line 1, app/assets/stylesheets/partials/front/_shares.css.sass */
.share-links {
  margin-top: 40px;
}

/* line 1, app/assets/stylesheets/partials/front/_shares.css.sass */
.share-links .btn + .btn, .share-links #fb-sign-in + .btn, .share-links .btn + #fb-sign-in, .share-links #fb-sign-in + #fb-sign-in {
  margin-left: 10px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.primary-sidebar .block + .block {
  margin-top: 40px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.blogs_archives ul {
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.blogs_archives ul li {
  list-style: none;
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.link-image {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.link-image + .block.link-image {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.link-image a {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.link-image a:hover {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.link-image a:hover strong {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.link-image figure {
  float: left;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.link-image figure img {
  max-width: 60px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.link-image strong {
  padding-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.link-image small, .block.link-image strong {
  margin-left: 70px;
  display: block;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.primary-sidebar .block.link-image {
  margin: 0 -40px 0 -30px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.cta {
  margin: 40px 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.cta .content {
  padding: 0 45px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.cta .inner {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.cta .actions .btn, .block.cta .actions #fb-sign-in {
  width: 100%;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.blogs .compact-view h3 {
  font-size: 2em;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.blogs .compact-view .row {
  margin-top: 40px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.blogs .compact-view .blog-compact {
  display: block;
  color: #282627;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.blogs .compact-view .blog-compact h5 {
  font-weight: bold;
  margin-top: .6em;
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.blogs .compact-view .blog-compact:hover {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.blogs .compact-view .blog-compact:hover h5 {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.blogs .compact-view .blog-compact .text-content {
  height: 80px;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.blogs .compact-view .blog-compact .credentials {
  margin-top: 10px;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header {
  padding: 60px 0 80px;
  position: relative;
  background-image: linear-gradient(to right, #F1F0EC 0%, white 30%, white 70%, #F1F0EC 100%);
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header .wrapper {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header .wrapper img {
  max-height: 200px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header .text-danger {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header em {
  font-size: 1.4em;
  font-weight: 100;
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header nav.nav-wrapper {
  background: #5C5859;
  text-align: center;
  position: absolute;
  top: initial;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header nav.nav-wrapper a {
  padding: 10px 40px;
  text-transform: uppercase;
  position: relative;
  line-height: 1.4em;
  color: #F1F0EC;
  margin: 0;
  cursor: pointer;
  display: block;
  position: relative;
  transition: background-color .2s, color .3s;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header nav.nav-wrapper a:hover {
  text-decoration: none;
  color: #F8F8F8;
  background: rgba(40, 38, 39, 0.4);
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header nav.nav-wrapper a.active {
  pointer-events: none;
  background: rgba(40, 38, 39, 0.4);
  color: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.block.jewel_header nav.nav-wrapper a.active:before {
  content: "";
  border: 8px solid transparent;
  border-top-color: #484445;
  margin-left: -8px;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header nav.nav-wrapper ul {
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_header nav.nav-wrapper ul li {
  list-style: none;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.jewel_header img {
    margin-left: 20px;
    max-width: 50%;
    float: right;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.jewel_header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 160px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.jewel_header img {
    width: auto;
    height: 100px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translate(-50%, 0);
  }
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.jewel_header nav.nav-wrapper a {
    padding: 10px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row {
  margin: 0 -1px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 {
  padding: 0;
  border-left: 1px solid white;
  border-right: 1px solid white;
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 .wrapper {
  height: 408px;
  text-align: center;
  overflow: hidden;
  background: #F8F8F8;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 .wrapper img {
  max-width: none;
  width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 .wrapper h3 {
  color: #5C5859;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 60px;
  bottom: initial;
  right: 60px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 nav {
  background: #5C5859;
  color: #F1F0EC;
  text-align: center;
  overflow: hidden;
  padding: 20px 60px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 nav ul {
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 nav ul li {
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 nav > ul > li {
  display: block;
  text-transform: uppercase;
  padding: 11px;
  width: 33.33%;
  float: left;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 nav > ul > li + li {
  border-left: 1px solid rgba(40, 38, 39, 0.2);
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 nav > ul > li ul li a {
  display: block;
  padding: 4px;
  transition: background-color .2s, color .3s;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6 nav > ul > li ul li a:hover {
  text-decoration: none;
  background: rgba(40, 38, 39, 0.5);
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6.bracelets .wrapper img {
  margin-top: 32px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6.bracelets .description {
  padding: 20px 60px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.jewel_navigation .row .col-md-6.colliers .description {
  padding: 20px 60px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.technical_details {
  margin: 20px 60px;
  padding: 20px;
  font-size: .85em;
  border: 1px solid #F1F0EC;
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.technical_details h4 {
  margin: 0 0 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.technical_details h4, .block.technical_details h5 {
  text-transform: uppercase;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.technical_details hr {
  width: 60px;
  border-color: #FF5F69;
  border-top-width: 2px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.technical_details abbr {
  color: #FF5F69;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.technical_details a {
  color: #FF5F69;
  font-size: .85em;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.technical_details ul {
  padding: 0;
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.technical_details ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.technical_details {
    margin: 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.matters-and-care .col-sm-6 {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.matters-and-care figure {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.block.matters-and-care figure:before {
  content: "";
  background-image: linear-gradient(to top, #282627 0%, rgba(40, 38, 39, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.matters-and-care .content {
  padding: 0 60px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: initial;
  right: initial;
  transform: translate(-50%, -50%);
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.matters-and-care .content h3, .block.matters-and-care .content p {
  color: #F1F0EC;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.matters-and-care .col-sm-6 + .col-sm-6 {
    margin-top: 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.text-slider:not(.tile) .row, .block.slider-text:not(.tile) .row {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.text-slider:not(.tile) .row [class*='col-'], .block.slider-text:not(.tile) .row [class*='col-'] {
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.text-slider:not(.tile) .content, .block.slider-text:not(.tile) .content {
  padding: 0 60px;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.text-slider:not(.tile) .content, .block.slider-text:not(.tile) .content {
    padding: 0 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.text-slider:not(.tile) .slider, .block.slider-text:not(.tile) .slider {
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.text-slider .content {
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.slider-text .content {
  padding-right: 0;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.slider-home .content h2 {
  font-weight: 300;
  font-size: 3em;
  color: white;
  margin-bottom: .3em;
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.slider-home .content h2 {
    font-size: 2em;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.title-block {
  height: auto;
  text-align: center;
  padding: 90px 50px 60px;
  font-size: 1.6em;
  line-height: 1.2em;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.title-block blockquote, .block.title-block h1 {
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 100;
  border: none;
  padding: 0;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-family: "Muli";
  font-style: italic;
}

/* line 1, app/assets/stylesheets/partials/_mixins.css.sass */
.block.title-block blockquote *, .block.title-block h1 * {
  font-family: "Muli";
}

/* line 1, app/assets/stylesheets/partials/_mixins.css.sass */
.block.title-block blockquote:before, .block.title-block h1:before {
  content: '“';
  text-indent: 0;
  font-family: serif;
  font-size: 4em;
  font-style: normal;
  margin-left: 0;
  line-height: 0.1em;
  position: absolute;
  top: 0;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_mixins.css.sass */
.block.title-block blockquote:after, .block.title-block h1:after {
  font-family: serif;
  text-indent: 0;
  font-size: 2em;
  margin-left: -0.4em;
  font-style: normal;
  content: '”';
  position: absolute;
  top: initial;
  left: initial;
  bottom: -0.75em;
  right: initial;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.title-block blockquote, .block.title-block h1 {
    font-size: 1.44em;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.title-block blockquote, .block.title-block h1 {
    font-size: 1.08em;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.title-block {
    padding: 60px 20px 20px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider {
  text-align: center;
  height: auto;
  margin: 15px 0;
  width: 830px;
  left: 50%;
  margin-left: -415px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .inner {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  width: 100%;
  height: 320px;
  overflow: hidden;
  max-width: 950px;
  margin: auto;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .bg {
  background: url(/assets/bg-map-slider.jpg);
  background-position: -120px 0;
  background-size: auto 100%;
  height: 100%;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .bg .text {
  color: black;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .bg .text2 {
  color: black;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .text2 {
  color: #c8703a;
  position: absolute;
  padding: 10px;
  width: 170px;
  left: 630px;
  top: 210px;
  z-index: 10;
  font-size: 1.2em;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .arrow2 {
  display: none;
  position: absolute;
  transform: scale(-1);
  left: auto;
  right: 76px;
  top: 185px;
  width: 280px;
  z-index: 11;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .overlay {
  background: url(/assets/overlay-map-slider.png);
  background-position: -120px 1px;
  background-size: auto 100%;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .overlay-complement {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .overlay-complement .text2 {
  right: 60px;
  left: auto;
  color: black;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .pointer {
  height: 50px;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: 380px;
  top: 49%;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .text {
  color: #c8703a;
  font-size: 1.2em;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: -15px;
  top: 94px;
  width: 300px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .arrow {
  display: none;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: 90px;
  top: 121px;
  width: 300px;
  max-width: none;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .handle {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  height: 45px;
  margin-left: -22px;
  left: 60%;
  top: 138px;
  cursor: pointer;
  z-index: 10;
  touch-action: none;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.map-slider .fallback {
  display: none;
  background: transparent;
}

@media (max-width: 870px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.map-slider {
    width: 700px;
    margin-left: -350px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.map-slider .bg, .block.map-slider .overlay {
    background-position: -160px 0;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.map-slider .text2 {
    left: 520px;
    top: 260px;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.map-slider .arrow2 {
    right: 76px;
    top: 249px;
    width: 220px;
  }
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.map-slider {
    border: none !important;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.map-slider .inner {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.map-slider .fallback {
    display: block;
  }
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.map-slider .fallback img {
    border: 5px white solid;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.video {
  height: auto;
  margin-top: 20px;
  background-color: white;
  background-position: center center;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.video blockquote {
  margin: 50px 20px 20px;
  color: black;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.video iframe {
  margin: auto;
  display: block;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.video {
    height: auto;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.making-steps {
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.making-steps .step {
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.making-steps .step {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.making-steps h4 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.making-steps .number {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 2em;
  border: 2px solid #ccc;
  padding-top: 2px;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.making-steps .number {
    width: 40px;
    height: 40px;
    font-size: 1.6em;
    margin: 10px 0 10px 5px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.making-steps .text {
  font-size: .9em;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: initial;
  right: initial;
  left: 75px;
  right: 15px;
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
  .block.making-steps .text {
    font-size: .8em;
    left: 65px;
  }
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.banner-image {
  height: 300px;
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/partials/front/_blocks.css.sass */
.block.banner-image .content {
  position: absolute;
  top: 4em;
  text-align: center;
  width: 100%;
  color: white;
}

/* line 5, app/assets/stylesheets/partials/front/_home.sass */
.home.index .presentation,
.block.jewels-index .presentation,
.product_lines.index .presentation,
.jewel_kinds.index .presentation {
  text-align: center;
  padding: 0px 140px 40px;
  font-family: "Muli", "Helvetica", "Arial";
}

@media (max-width: 767px) {
  /* line 5, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .presentation,
.block.jewels-index .presentation,
.product_lines.index .presentation,
.jewel_kinds.index .presentation {
    font-size: 0.8em;
    padding: 40px 30px;
  }
}

/* line 14, app/assets/stylesheets/partials/front/_home.sass */
.home.index .presentation h1,
.block.jewels-index .presentation h1,
.product_lines.index .presentation h1,
.jewel_kinds.index .presentation h1 {
  font-family: "Muli", "Helvetica", "Arial";
  font-size: 3em;
  color: #DEAA8A;
  margin-top: 0;
  font-weight: 100;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 21, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .presentation .h1,
.block.jewels-index .presentation .h1,
.product_lines.index .presentation .h1,
.jewel_kinds.index .presentation .h1 {
    margin-top: 40px;
  }
}

/* line 25, app/assets/stylesheets/partials/front/_home.sass */
.home.index .presentation p,
.block.jewels-index .presentation p,
.product_lines.index .presentation p,
.jewel_kinds.index .presentation p {
  font-size: 1.35em;
  line-height: 1.8em;
  color: #5C5859;
}

/* line 30, app/assets/stylesheets/partials/front/_home.sass */
.home.index .collection,
.block.jewels-index .collection,
.product_lines.index .collection,
.jewel_kinds.index .collection {
  margin-top: 20px;
  background-position: 0% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 2px solid #aaa;
  display: flex;
  position: relative;
  overflow: hidden;
}

/* line 41, app/assets/stylesheets/partials/front/_home.sass */
.home.index .collection .content,
.home.index .collection img,
.block.jewels-index .collection .content,
.block.jewels-index .collection img,
.product_lines.index .collection .content,
.product_lines.index .collection img,
.jewel_kinds.index .collection .content,
.jewel_kinds.index .collection img {
  float: left;
  flex: 1 1;
}

/* line 46, app/assets/stylesheets/partials/front/_home.sass */
.home.index .collection .phone-link,
.block.jewels-index .collection .phone-link,
.product_lines.index .collection .phone-link,
.jewel_kinds.index .collection .phone-link {
  display: none;
}

/* line 49, app/assets/stylesheets/partials/front/_home.sass */
.home.index .collection img,
.block.jewels-index .collection img,
.product_lines.index .collection img,
.jewel_kinds.index .collection img {
  flex: 0 0 auto;
}

@media (max-width: 1023px) {
  /* line 56, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection .background-secondary,
.block.jewels-index .collection .background-secondary,
.product_lines.index .collection .background-secondary,
.jewel_kinds.index .collection .background-secondary {
    display: none;
  }
}

/* line 59, app/assets/stylesheets/partials/front/_home.sass */
.home.index .collection .content,
.block.jewels-index .collection .content,
.product_lines.index .collection .content,
.jewel_kinds.index .collection .content {
  padding: 20px 30px;
  position: relative;
}

/* line 63, app/assets/stylesheets/partials/front/_home.sass */
.home.index .collection a,
.block.jewels-index .collection a,
.product_lines.index .collection a,
.jewel_kinds.index .collection a {
  font-size: 1.2em;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

@media (max-width: 767px) {
  /* line 68, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) a,
.block.jewels-index .collection:not(.product-line) a,
.product_lines.index .collection:not(.product-line) a,
.jewel_kinds.index .collection:not(.product-line) a {
    position: absolute;
    top: -1000px;
    left: -1000px;
    right: -1000px;
    bottom: -1000px;
    border: none;
    background: transparent !important;
    color: transparent;
  }
}

@media (max-width: 767px) {
  /* line 67, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line),
.block.jewels-index .collection:not(.product-line),
.product_lines.index .collection:not(.product-line),
.jewel_kinds.index .collection:not(.product-line) {
    height: 320px;
  }
  /* line 82, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) .background-primary,
.block.jewels-index .collection:not(.product-line) .background-primary,
.product_lines.index .collection:not(.product-line) .background-primary,
.jewel_kinds.index .collection:not(.product-line) .background-primary {
    display: none;
  }
  /* line 85, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) .background-secondary,
.block.jewels-index .collection:not(.product-line) .background-secondary,
.product_lines.index .collection:not(.product-line) .background-secondary,
.jewel_kinds.index .collection:not(.product-line) .background-secondary {
    display: block;
  }
  /* line 88, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) .content,
.block.jewels-index .collection:not(.product-line) .content,
.product_lines.index .collection:not(.product-line) .content,
.jewel_kinds.index .collection:not(.product-line) .content {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: black;
    font-size: 1.2em;
  }
  /* line 98, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) .content a,
.block.jewels-index .collection:not(.product-line) .content a,
.product_lines.index .collection:not(.product-line) .content a,
.jewel_kinds.index .collection:not(.product-line) .content a {
    display: block;
    background: white;
  }
  /* line 102, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) .content .phone-link,
.block.jewels-index .collection:not(.product-line) .content .phone-link,
.product_lines.index .collection:not(.product-line) .content .phone-link,
.jewel_kinds.index .collection:not(.product-line) .content .phone-link {
    display: block;
    color: black;
    font-size: 5vw !important;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 1.8em;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 115, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) .content .phone-link:before,
.block.jewels-index .collection:not(.product-line) .content .phone-link:before,
.product_lines.index .collection:not(.product-line) .content .phone-link:before,
.jewel_kinds.index .collection:not(.product-line) .content .phone-link:before {
    z-index: -1;
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    top: -20px;
    bottom: -20px;
    left: -1000px;
    right: -1000px;
  }
  /* line 125, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) .content h2,
.block.jewels-index .collection:not(.product-line) .content h2,
.product_lines.index .collection:not(.product-line) .content h2,
.jewel_kinds.index .collection:not(.product-line) .content h2 {
    display: none;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 1.8em;
  }
  /* line 132, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) .content h2:before,
.block.jewels-index .collection:not(.product-line) .content h2:before,
.product_lines.index .collection:not(.product-line) .content h2:before,
.jewel_kinds.index .collection:not(.product-line) .content h2:before {
    z-index: -1;
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    top: -20px;
    bottom: -20px;
    left: -1000px;
    right: -1000px;
  }
  /* line 142, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) .content p,
.block.jewels-index .collection:not(.product-line) .content p,
.product_lines.index .collection:not(.product-line) .content p,
.jewel_kinds.index .collection:not(.product-line) .content p {
    display: none;
  }
  /* line 145, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection:not(.product-line) img,
.block.jewels-index .collection:not(.product-line) img,
.product_lines.index .collection:not(.product-line) img,
.jewel_kinds.index .collection:not(.product-line) img {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* line 155, app/assets/stylesheets/partials/front/_home.sass */
.home.index .product-line,
.block.jewels-index .product-line,
.product_lines.index .product-line,
.jewel_kinds.index .product-line {
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 155, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .product-line,
.block.jewels-index .product-line,
.product_lines.index .product-line,
.jewel_kinds.index .product-line {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  /* line 155, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .product-line,
.block.jewels-index .product-line,
.product_lines.index .product-line,
.jewel_kinds.index .product-line {
    border: none;
    margin: 0 0 30px;
    display: block;
    text-align: center;
  }
  /* line 168, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .product-line__background,
.block.jewels-index .product-line__background,
.product_lines.index .product-line__background,
.jewel_kinds.index .product-line__background {
    float: none !important;
    display: none;
  }
  /* line 172, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .product-line__content,
.block.jewels-index .product-line__content,
.product_lines.index .product-line__content,
.jewel_kinds.index .product-line__content {
    float: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
  }
  /* line 177, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .product-line__title, .home.index .product-line__desc,
.block.jewels-index .product-line__title,
.block.jewels-index .product-line__desc,
.product_lines.index .product-line__title,
.product_lines.index .product-line__desc,
.jewel_kinds.index .product-line__title,
.jewel_kinds.index .product-line__desc {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
  /* line 181, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .product-line__title,
.block.jewels-index .product-line__title,
.product_lines.index .product-line__title,
.jewel_kinds.index .product-line__title {
    margin-bottom: 20px;
    font-weight: bold;
  }
  /* line 185, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .product-line__desc,
.block.jewels-index .product-line__desc,
.product_lines.index .product-line__desc,
.jewel_kinds.index .product-line__desc {
    font-size: 1.25rem;
  }
  /* line 188, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .product-line__link,
.block.jewels-index .product-line__link,
.product_lines.index .product-line__link,
.jewel_kinds.index .product-line__link {
    margin-bottom: 2em;
  }
}

/* line 191, app/assets/stylesheets/partials/front/_home.sass */
.home.index hr,
.block.jewels-index hr,
.product_lines.index hr,
.jewel_kinds.index hr {
  margin-top: 30px;
}

/* line 195, app/assets/stylesheets/partials/front/_home.sass */
.home.index .blocks .col-md-6,
.block.jewels-index .blocks .col-md-6,
.product_lines.index .blocks .col-md-6,
.jewel_kinds.index .blocks .col-md-6 {
  margin-bottom: 70px;
  height: 300px;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 200, app/assets/stylesheets/partials/front/_home.sass */
.home.index .blocks .col-md-6 .image-container,
.block.jewels-index .blocks .col-md-6 .image-container,
.product_lines.index .blocks .col-md-6 .image-container,
.jewel_kinds.index .blocks .col-md-6 .image-container {
  position: absolute;
  top: 60px;
  left: 15px;
  right: 15px;
  overflow: hidden;
  bottom: 0;
}

/* line 208, app/assets/stylesheets/partials/front/_home.sass */
.home.index .blocks .col-md-6 .image-container img.background,
.block.jewels-index .blocks .col-md-6 .image-container img.background,
.product_lines.index .blocks .col-md-6 .image-container img.background,
.jewel_kinds.index .blocks .col-md-6 .image-container img.background {
  position: absolute;
  left: 50%;
  top: 0;
  max-width: none;
  min-width: 100%;
  transform: translateX(-50%);
}

/* line 216, app/assets/stylesheets/partials/front/_home.sass */
.home.index .blocks .col-md-6 h2,
.block.jewels-index .blocks .col-md-6 h2,
.product_lines.index .blocks .col-md-6 h2,
.jewel_kinds.index .blocks .col-md-6 h2 {
  text-align: center;
  background: white;
  padding: 0 0 0 10px;
  position: relative;
}

/* line 222, app/assets/stylesheets/partials/front/_home.sass */
.home.index .blocks .col-md-6 a,
.block.jewels-index .blocks .col-md-6 a,
.product_lines.index .blocks .col-md-6 a,
.jewel_kinds.index .blocks .col-md-6 a {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
}

/* line 228, app/assets/stylesheets/partials/front/_home.sass */
.home.index .collection a,
.home.index .blocks a,
.home.index .btn-main,
.block.jewels-index .collection a,
.block.jewels-index .blocks a,
.block.jewels-index .btn-main,
.product_lines.index .collection a,
.product_lines.index .blocks a,
.product_lines.index .btn-main,
.jewel_kinds.index .collection a,
.jewel_kinds.index .blocks a,
.jewel_kinds.index .btn-main {
  font-weight: 600;
  border: 2px solid black;
  text-decoration: none;
  border-radius: 0;
  background-color: white;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  margin-top: 2em;
  transition: all 0.075s ease-in-out;
}

/* line 245, app/assets/stylesheets/partials/front/_home.sass */
.home.index .collection a:hover,
.home.index .blocks a:hover,
.home.index .btn-main:hover,
.block.jewels-index .collection a:hover,
.block.jewels-index .blocks a:hover,
.block.jewels-index .btn-main:hover,
.product_lines.index .collection a:hover,
.product_lines.index .blocks a:hover,
.product_lines.index .btn-main:hover,
.jewel_kinds.index .collection a:hover,
.jewel_kinds.index .blocks a:hover,
.jewel_kinds.index .btn-main:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}

@media (max-width: 767px) {
  /* line 228, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .collection a,
.home.index .blocks a,
.home.index .btn-main,
.block.jewels-index .collection a,
.block.jewels-index .blocks a,
.block.jewels-index .btn-main,
.product_lines.index .collection a,
.product_lines.index .blocks a,
.product_lines.index .btn-main,
.jewel_kinds.index .collection a,
.jewel_kinds.index .blocks a,
.jewel_kinds.index .btn-main {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  /* line 256, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .trio-block--small,
.product_lines.index .trio-block--small {
    margin-top: 14px;
  }
}

@media (min-width: 768px) {
  /* line 260, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .trio-block--smalls,
.product_lines.index .trio-block--smalls {
    padding-left: 0;
  }
}

/* line 264, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block--small:last-child,
.product_lines.index .trio-block--small:last-child {
  margin-top: 14px;
}

/* line 267, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block--small .trio-block__link-image,
.product_lines.index .trio-block--small .trio-block__link-image {
  height: 308px !important;
}

@media (max-width: 992px) {
  /* line 267, app/assets/stylesheets/partials/front/_home.sass */
  .home.index .trio-block--small .trio-block__link-image,
.product_lines.index .trio-block--small .trio-block__link-image {
    height: 233px !important;
  }
}

/* line 275, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__content,
.product_lines.index .trio-block__content {
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
}

/* line 285, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__title, .home.index .trio-block__desc,
.product_lines.index .trio-block__title,
.product_lines.index .trio-block__desc {
  text-shadow: 0 0 1px #5C5859;
  color: white;
}

/* line 290, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__title,
.product_lines.index .trio-block__title {
  letter-spacing: .15rem;
  font-size: 2.1rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

/* line 297, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__desc,
.product_lines.index .trio-block__desc {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

/* line 302, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__btn, .home.index .trio-block__link,
.product_lines.index .trio-block__btn,
.product_lines.index .trio-block__link {
  position: relative;
  left: auto;
  bottom: 0;
  transform: none;
  font-weight: 500;
  font-size: 1rem;
}

/* line 311, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__btn,
.product_lines.index .trio-block__btn {
  border-radius: 0;
  background-color: white;
  color: black;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 318, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__link,
.product_lines.index .trio-block__link {
  border: none;
  box-shadow: none;
  white-space: normal;
}

/* line 327, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__link-image:hover .trio-block__btn,
.home.index .trio-block__link-image:hover .trio-block__link, .home.index .trio-block__link-image:focus .trio-block__btn,
.home.index .trio-block__link-image:focus .trio-block__link,
.home.index .collection__link-image:hover .trio-block__btn,
.home.index .collection__link-image:hover .trio-block__link,
.home.index .collection__link-image:focus .trio-block__btn,
.home.index .collection__link-image:focus .trio-block__link,
.product_lines.index .trio-block__link-image:hover .trio-block__btn,
.product_lines.index .trio-block__link-image:hover .trio-block__link,
.product_lines.index .trio-block__link-image:focus .trio-block__btn,
.product_lines.index .trio-block__link-image:focus .trio-block__link,
.product_lines.index .collection__link-image:hover .trio-block__btn,
.product_lines.index .collection__link-image:hover .trio-block__link,
.product_lines.index .collection__link-image:focus .trio-block__btn,
.product_lines.index .collection__link-image:focus .trio-block__link {
  bottom: .5rem;
}

/* line 331, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__link-image:hover .trio-block__btn, .home.index .trio-block__link-image:focus .trio-block__btn,
.home.index .collection__link-image:hover .trio-block__btn,
.home.index .collection__link-image:focus .trio-block__btn,
.product_lines.index .trio-block__link-image:hover .trio-block__btn,
.product_lines.index .trio-block__link-image:focus .trio-block__btn,
.product_lines.index .collection__link-image:hover .trio-block__btn,
.product_lines.index .collection__link-image:focus .trio-block__btn {
  color: black;
}

/* line 334, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__link-image:hover .trio-block__link, .home.index .trio-block__link-image:focus .trio-block__link,
.home.index .collection__link-image:hover .trio-block__link,
.home.index .collection__link-image:focus .trio-block__link,
.product_lines.index .trio-block__link-image:hover .trio-block__link,
.product_lines.index .trio-block__link-image:focus .trio-block__link,
.product_lines.index .collection__link-image:hover .trio-block__link,
.product_lines.index .collection__link-image:focus .trio-block__link {
  text-decoration: underline;
}

/* line 338, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__link-image:active .trio-block__btn,
.home.index .collection__link-image:active .trio-block__btn,
.product_lines.index .trio-block__link-image:active .trio-block__btn,
.product_lines.index .collection__link-image:active .trio-block__btn {
  background-color: #f4e4da;
}

/* line 341, app/assets/stylesheets/partials/front/_home.sass */
.home.index .trio-block__link-image:active .trio-block__link,
.home.index .collection__link-image:active .trio-block__link,
.product_lines.index .trio-block__link-image:active .trio-block__link,
.product_lines.index .collection__link-image:active .trio-block__link {
  color: #f4e4da;
}

/* line 344, app/assets/stylesheets/partials/front/_home.sass */
.home.index .collection,
.product_lines.index .collection {
  margin-left: 0;
  margin-right: 0;
}

/* line 348, app/assets/stylesheets/partials/front/_home.sass */
.home.index .collection__link-image,
.product_lines.index .collection__link-image {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 353, app/assets/stylesheets/partials/front/_home.sass */
.concept-block {
  margin: 50px 3rem 30px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: url(/assets/bg-concept.jpg) center/cover no-repeat;
}

/* line 359, app/assets/stylesheets/partials/front/_home.sass */
.concept-block__content {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2.5rem;
  background-color: white;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

/* line 367, app/assets/stylesheets/partials/front/_home.sass */
.concept-block__title {
  text-transform: uppercase;
  font: 900 1.35rem "Muli";
  color: black;
  letter-spacing: .065rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

/* line 375, app/assets/stylesheets/partials/front/_home.sass */
.concept-block__btn {
  margin-top: 1rem !important;
}

@media (max-width: 992px) {
  /* line 353, app/assets/stylesheets/partials/front/_home.sass */
  .concept-block {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  /* line 353, app/assets/stylesheets/partials/front/_home.sass */
  .concept-block {
    background: url(/assets/bg-concept-rwd.jpg) 25% center/cover no-repeat;
    padding: 20rem 0;
  }
}

@media (max-width: 479px) {
  /* line 387, app/assets/stylesheets/partials/front/_home.sass */
  .concept-block__row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 393, app/assets/stylesheets/partials/front/_home.sass */
  .concept-block__content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 398, app/assets/stylesheets/partials/front/_home.sass */
.instagram {
  margin-top: 100px;
  position: relative;
}

/* line 402, app/assets/stylesheets/partials/front/_home.sass */
.instagram .posts {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 407, app/assets/stylesheets/partials/front/_home.sass */
.instagram .posts figure {
  overflow: hidden;
  width: 144px;
  height: 144px;
  list-style-type: none;
  display: inline-block;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 415, app/assets/stylesheets/partials/front/_home.sass */
.instagram .posts figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.2s;
  max-width: initial;
  z-index: 1;
  transform-origin: 50% 50%;
}

/* line 422, app/assets/stylesheets/partials/front/_home.sass */
.instagram .posts figure figcaption {
  z-index: 2;
  color: #377898;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.2s;
}

/* line 430, app/assets/stylesheets/partials/front/_home.sass */
.instagram .posts figure figcaption .inner {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  text-align: center;
  left: 0;
  right: 0;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

/* line 441, app/assets/stylesheets/partials/front/_home.sass */
.instagram .posts figure:hover figcaption {
  opacity: 1;
}

/* line 444, app/assets/stylesheets/partials/front/_home.sass */
.instagram .posts figure:hover img {
  transform: scale(1.1);
}

/* line 447, app/assets/stylesheets/partials/front/_home.sass */
.instagram:before {
  content: "";
  background: #5C5859;
  height: 1px;
  width: 300px;
  margin-left: -150px;
  position: absolute;
  top: -50px;
  left: 50%;
}

/* line 457, app/assets/stylesheets/partials/front/_home.sass */
.instagram p {
  font-size: 1.3em;
  line-height: 2em;
  text-align: center;
  padding: 0 200px;
}

/* line 463, app/assets/stylesheets/partials/front/_home.sass */
.instagram p a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  /* line 457, app/assets/stylesheets/partials/front/_home.sass */
  .instagram p {
    font-size: 1em;
    padding: 0 20px;
  }
}

/* line 470, app/assets/stylesheets/partials/front/_home.sass */
.press {
  margin-top: 20px;
  text-align: center;
  padding: 2rem 0;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}

/* line 476, app/assets/stylesheets/partials/front/_home.sass */
.press__title {
  font: 900 1.5rem "Muli";
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: black;
  margin-bottom: 2rem;
  margin-top: 10px;
}

/* line 484, app/assets/stylesheets/partials/front/_home.sass */
.press__img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
}

/* line 489, app/assets/stylesheets/partials/front/_home.sass */
.press__img--new {
  max-height: 60px;
}

/* line 492, app/assets/stylesheets/partials/front/_home.sass */
.press__item, .press__link {
  display: inline-block;
}

/* line 496, app/assets/stylesheets/partials/front/_home.sass */
.press__item {
  vertical-align: middle;
}

/* line 499, app/assets/stylesheets/partials/front/_home.sass */
.press__item:last-child {
  padding: 15px 10px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=checkbox], input[type=radio] {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=checkbox] + label {
  padding-left: 26px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-height: 20px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=checkbox] + label:before, input[type=checkbox] + label:after {
  content: '';
  top: 50%;
  margin-top: -10px;
  left: 0;
  font-family: FontAwesome;
  display: block;
  position: absolute;
  font-weight: normal;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
  background: #F1F0EC;
  border-radius: 4px;
  transition: all 0.3s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=checkbox] + label:after {
  content: '\f00c';
  width: 20px;
  height: 20px;
  left: 0px;
  color: white;
  text-indent: -40px;
  transition: all 0.3s;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=checkbox]:checked + label:before, .checked label:before {
  background: #70B008;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=checkbox]:checked + label:after, .checked label:after {
  text-indent: 0px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=checkbox][readonly] + label:before {
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=checkbox][readonly]:checked + label:before, .checked [readonly] + label:before {
  background: #377898;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio] + label {
  padding-left: 26px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-height: 20px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio] + label:before, input[type=radio] + label:after {
  content: '';
  top: 50%;
  margin-top: -10px;
  font-family: FontAwesome;
  display: block;
  position: absolute;
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio] + label:before {
  width: 20px;
  height: 20px;
  background: #d7dcde;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px white;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio] + label:after {
  content: '\f00c';
  width: 20px;
  height: 20px;
  color: white;
  text-indent: -20px;
  transition: all 0.3s;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio] + label:not(.right):before {
  left: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio] + label:not(.right):after {
  left: 3px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio] + label.right {
  padding-left: 0;
  padding-right: 26px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio] + label.right:before {
  right: 0;
  left: initial;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio] + label.right:after {
  right: -23px;
  left: initial;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio]:checked + label:before, .checked label:before {
  background: #2c97ce;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio]:checked + label:after, .checked label:after {
  text-indent: 0px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
input[type=radio]:checked + label.right:after, .checked label.right:after {
  right: 3px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.btn-group.radios, .radio_buttons.buttons .radios.controls {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.btn-group.radios input[type="radio"], .radio_buttons.buttons .radios.controls input[type="radio"] {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.btn-group.radios input[type="radio"] + label, .radio_buttons.buttons .radios.controls input[type="radio"] + label {
  background: whitesmoke;
  height: auto;
  margin: 0;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.btn-group.radios input[type="radio"] + label:before, .radio_buttons.buttons .radios.controls input[type="radio"] + label:before, .btn-group.radios input[type="radio"] + label:after, .radio_buttons.buttons .radios.controls input[type="radio"] + label:after {
  content: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.btn-group.radios .btn, .radio_buttons.buttons .radios.controls .btn, .btn-group.radios #fb-sign-in, .radio_buttons.buttons .radios.controls #fb-sign-in, .btn-group.radios label, .radio_buttons.buttons .radios.controls label {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  -webkit-flex: 1 1 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-radius: 0;
  background: #F8F8F8;
  text-transform: none;
  white-space: normal;
  float: left;
  clear: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.btn-group.radios .btn + input + .btn, .radio_buttons.buttons .radios.controls .btn + input + .btn, .btn-group.radios #fb-sign-in + input + .btn, .radio_buttons.buttons .radios.controls #fb-sign-in + input + .btn, .btn-group.radios .btn + input + #fb-sign-in, .radio_buttons.buttons .radios.controls .btn + input + #fb-sign-in, .btn-group.radios #fb-sign-in + input + #fb-sign-in, .radio_buttons.buttons .radios.controls #fb-sign-in + input + #fb-sign-in, .btn-group.radios .btn + .btn, .radio_buttons.buttons .radios.controls .btn + .btn, .btn-group.radios #fb-sign-in + .btn, .radio_buttons.buttons .radios.controls #fb-sign-in + .btn, .btn-group.radios .btn + #fb-sign-in, .radio_buttons.buttons .radios.controls .btn + #fb-sign-in, .btn-group.radios #fb-sign-in + #fb-sign-in, .radio_buttons.buttons .radios.controls #fb-sign-in + #fb-sign-in, .btn-group.radios label + input + .btn, .radio_buttons.buttons .radios.controls label + input + .btn, .btn-group.radios label + input + #fb-sign-in, .radio_buttons.buttons .radios.controls label + input + #fb-sign-in, .btn-group.radios label + .btn, .radio_buttons.buttons .radios.controls label + .btn, .btn-group.radios label + #fb-sign-in, .radio_buttons.buttons .radios.controls label + #fb-sign-in {
  border-left: 1px solid #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.btn-group.radios .btn:hover, .radio_buttons.buttons .radios.controls .btn:hover, .btn-group.radios #fb-sign-in:hover, .radio_buttons.buttons .radios.controls #fb-sign-in:hover, .btn-group.radios label:hover, .radio_buttons.buttons .radios.controls label:hover {
  background: #ebebeb;
  z-index: auto;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.btn-group.radios input[type="radio"]:checked + label, .radio_buttons.buttons .radios.controls input[type="radio"]:checked + label, .btn-group.radios input[type="radio"]:checked + label:active, .btn-group.radios input[type="radio"]:checked + label:hover, .btn-group.radios input[type="radio"]:checked + label:hover:active, .btn-group.radios .btn.selected, .radio_buttons.buttons .radios.controls .btn.selected, .btn-group.radios #fb-sign-in.selected, .radio_buttons.buttons .radios.controls #fb-sign-in.selected, .btn-group.radios .btn.selected:active, .btn-group.radios .btn.selected:hover, .btn-group.radios .btn.selected:hover:active {
  background: #377898;
  color: white;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.form-group .alert {
  border-top: 1px solid #FF5F69;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .form-control-feedback {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .control-label {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .controls {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid #F1F0EC;
  align-items: stretch;
  justify-content: center;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .controls input[type="radio"] {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .controls input[type="radio"] + label {
  background: whitesmoke;
  height: auto;
  margin: 0;
  text-align: center;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .controls input[type="radio"] + label:before, .radio_buttons.buttons .controls input[type="radio"] + label:after {
  content: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .controls .btn, .radio_buttons.buttons .controls #fb-sign-in, .radio_buttons.buttons .controls label {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  -webkit-flex: 1 1 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-radius: 0;
  background: #F8F8F8;
  text-transform: none;
  white-space: normal;
  float: left;
  clear: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .controls .btn + input + .btn, .radio_buttons.buttons .controls #fb-sign-in + input + .btn, .radio_buttons.buttons .controls .btn + input + #fb-sign-in, .radio_buttons.buttons .controls #fb-sign-in + input + #fb-sign-in, .radio_buttons.buttons .controls .btn + .btn, .radio_buttons.buttons .controls #fb-sign-in + .btn, .radio_buttons.buttons .controls .btn + #fb-sign-in, .radio_buttons.buttons .controls #fb-sign-in + #fb-sign-in, .radio_buttons.buttons .controls label + input + .btn, .radio_buttons.buttons .controls label + input + #fb-sign-in, .radio_buttons.buttons .controls label + .btn, .radio_buttons.buttons .controls label + #fb-sign-in {
  border-left: 1px solid #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .controls .btn:hover, .radio_buttons.buttons .controls #fb-sign-in:hover, .radio_buttons.buttons .controls label:hover {
  background: #ebebeb;
  z-index: auto;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .controls input[type="radio"]:checked + label, .radio_buttons.buttons .controls input[type="radio"]:checked + label:active, .radio_buttons.buttons .controls input[type="radio"]:checked + label:hover, .radio_buttons.buttons .controls input[type="radio"]:checked + label:hover:active, .radio_buttons.buttons .controls .btn.selected, .radio_buttons.buttons .controls #fb-sign-in.selected, .radio_buttons.buttons .controls .btn.selected:active, .radio_buttons.buttons .controls .btn.selected:hover, .radio_buttons.buttons .controls .btn.selected:hover:active {
  background: #377898;
  color: white;
}

/* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
.radio_buttons.buttons .controls .btn, .radio_buttons.buttons .controls #fb-sign-in, .radio_buttons.buttons .controls label {
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 479px) {
  /* line 1, app/assets/stylesheets/partials/inputs/_checkboxes_radios.css.sass */
  .radio_buttons.buttons .custom-form__btns--model {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/partials/inputs/_datepicker.css.sass */
.form-group.date .form-control-feedback, .form-group.datetime .form-control-feedback {
  z-index: 4;
}

/* line 1, app/assets/stylesheets/partials/inputs/_datepicker.css.sass */
.form-group.date .input-group, .form-group.datetime .input-group {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/inputs/_datepicker.css.sass */
.form-group.date .input-group .form-control.value, .form-group.date .input-group .file .value.controls, .file .form-group.date .input-group .value.controls, .form-group.date .input-group .value.overlay, .form-group.datetime .input-group .form-control.value, .form-group.datetime .input-group .file .value.controls, .file .form-group.datetime .input-group .value.controls, .form-group.datetime .input-group .value.overlay {
  position: absolute;
  top: 0;
  left: 37px;
  bottom: initial;
  right: 0;
  width: auto;
  z-index: 3;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_datepicker.css.sass */
.form-group.date .input-group .overlay, .form-group.datetime .input-group .overlay {
  position: absolute;
  top: 0;
  left: 37px;
  bottom: 0;
  right: 0;
  width: auto;
  z-index: 3;
}

/* line 1, app/assets/stylesheets/partials/inputs/_datepicker.css.sass */
.datepicker.dropdown-menu {
  margin-top: 32px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file {
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file input {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .controls {
  height: auto;
  position: relative;
  overflow: hidden;
  min-height: 100px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .controls label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file select {
  position: absolute;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .select2-container {
  position: relative;
  z-index: 10;
  width: 100% !important;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .progress {
  height: 4px;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: initial;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .progress .progress-bar {
  border-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .preview {
  min-height: 21px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .preview img {
  margin: 0;
  max-width: none;
  max-height: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .preview img.loaded {
  max-width: 220px;
  max-height: 220px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .preview .label {
  display: inline-block;
  margin-top: 4px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  background: #F8F8F8;
  color: #282627;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: -1px;
  left: 0;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .preview .meta {
  padding: 3px;
  top: 0;
  right: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .preview .meta .dimensions {
  float: left;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .preview .meta .size {
  float: right;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .crop-settings {
  clear: both;
  padding-top: 6px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .crop-settings .control-label {
  padding: 0 6px;
  font-size: 0.8em;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file .with-crop-settings + .preview {
  padding-bottom: 70px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file.has-error .alert {
  clear: both;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.well.gallery .file .controls {
  height: 140px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.list-group-item .file {
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.has-error.file .controls {
  padding-bottom: 0;
  border-color: #FF5F69;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.has-error.file .crop-settings {
  bottom: 36px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.has-error.file .form-control-feedback {
  top: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.has-error.file .alert.alert-danger {
  margin-bottom: 0;
  margin-left: -12px;
  margin-right: -12px;
  border: none;
  margin-top: 6px;
  border-top: 1px solid #FF5F69;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.has-success.file .controls {
  border-color: #70B008;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file.settings_image_uploader-handled label {
  z-index: 1;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file.settings_image_uploader-handled .progress-bar {
  transition: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file.settings_image_uploader-handled button {
  z-index: 2;
  position: absolute;
  top: 8px;
  right: 4px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.file.settings_image_uploader-handled img[src=""], .file.settings_image_uploader-handled img[src="undefined"] {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_file.css.sass */
.remove-file {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 10;
  padding: 0 5px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
textarea.markdown, .md-preview {
  padding: 6px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.md-editor > textarea {
  background: white;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.markdown .form-control-feedback {
  right: 20px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.has-error .md-editor {
  border-color: #FF5F69;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.has-success .md-editor {
  border-color: #70B008;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.md-preview, .layout-editor .md-preview {
  width: 613px !important;
  margin: 0 auto;
  font-family: "Muli";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h1, .md-preview h2, .layout-editor .md-preview h1, .layout-editor .md-preview h2 {
  font-family: "Raleway", "Helvetica", "Arial";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h3, .md-preview h4, .layout-editor .md-preview h3, .layout-editor .md-preview h4 {
  font-family: "Oswald";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h1, .md-preview h2, .md-preview h3, .md-preview blockquote, .layout-editor .md-preview h1, .layout-editor .md-preview h2, .layout-editor .md-preview h3, .layout-editor .md-preview blockquote {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h1, .layout-editor .md-preview h1 {
  font-size: 2.2em;
  color: #DEAA8A;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h2, .layout-editor .md-preview h2 {
  font-size: 1.875em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h3, .layout-editor .md-preview h3 {
  font-size: 1.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h4, .md-preview .subtitle, .layout-editor .md-preview h4, .layout-editor .md-preview .subtitle {
  font-size: 0.8em;
  color: #FF5F69;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h4 + h3, .md-preview h4 + h1, .md-preview h4 + h2, .md-preview .subtitle + h3, .md-preview .subtitle + h1, .md-preview .subtitle + h2, .layout-editor .md-preview h4 + h3, .layout-editor .md-preview h4 + h1, .layout-editor .md-preview h4 + h2, .layout-editor .md-preview .subtitle + h3, .layout-editor .md-preview .subtitle + h1, .layout-editor .md-preview .subtitle + h2 {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview img, .layout-editor .md-preview img {
  margin: 0 auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h1 .label, .md-preview h2 .label, .md-preview h3 .label, .md-preview h4 .label, .md-preview h5 .label, .md-preview h6 .label, .layout-editor .md-preview h1 .label, .layout-editor .md-preview h2 .label, .layout-editor .md-preview h3 .label, .layout-editor .md-preview h4 .label, .layout-editor .md-preview h5 .label, .layout-editor .md-preview h6 .label {
  font-size: 0.5em;
  border-radius: 0;
  display: block;
  float: left;
  margin-top: 0.2em;
  margin-right: 0.5em;
  padding: 0.4em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h1, .md-preview h2, .md-preview h3, .md-preview h4, .md-preview h5, .md-preview h6, .md-preview hr, .layout-editor .md-preview h1, .layout-editor .md-preview h2, .layout-editor .md-preview h3, .layout-editor .md-preview h4, .layout-editor .md-preview h5, .layout-editor .md-preview h6, .layout-editor .md-preview hr {
  margin: 40px 0 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview h1:first-child, .md-preview h2:first-child, .md-preview h3:first-child, .md-preview h4:first-child, .md-preview h5:first-child, .md-preview h6:first-child, .md-preview hr:first-child, .layout-editor .md-preview h1:first-child, .layout-editor .md-preview h2:first-child, .layout-editor .md-preview h3:first-child, .layout-editor .md-preview h4:first-child, .layout-editor .md-preview h5:first-child, .layout-editor .md-preview h6:first-child, .layout-editor .md-preview hr:first-child {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview ul, .md-preview ol, .md-preview p, .md-preview table, .md-preview blockquote, .md-preview .well, .md-preview .slider, .layout-editor .md-preview ul, .layout-editor .md-preview ol, .layout-editor .md-preview p, .layout-editor .md-preview table, .layout-editor .md-preview blockquote, .layout-editor .md-preview .well, .layout-editor .md-preview .slider {
  margin: 10px 0 0;
  line-height: 1.6em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview ul + ul, .md-preview ul + ol, .md-preview ul + p, .md-preview ul + table, .md-preview ul + blockquote, .md-preview ul + .well, .md-preview ul + .slider, .md-preview ol + ul, .md-preview ol + ol, .md-preview ol + p, .md-preview ol + table, .md-preview ol + blockquote, .md-preview ol + .well, .md-preview ol + .slider, .md-preview p + ul, .md-preview p + ol, .md-preview p + p, .md-preview p + table, .md-preview p + blockquote, .md-preview p + .well, .md-preview p + .slider, .md-preview table + ul, .md-preview table + ol, .md-preview table + p, .md-preview table + table, .md-preview table + blockquote, .md-preview table + .well, .md-preview table + .slider, .md-preview blockquote + ul, .md-preview blockquote + ol, .md-preview blockquote + p, .md-preview blockquote + table, .md-preview blockquote + blockquote, .md-preview blockquote + .well, .md-preview blockquote + .slider, .md-preview .well + ul, .md-preview .well + ol, .md-preview .well + p, .md-preview .well + table, .md-preview .well + blockquote, .md-preview .well + .well, .md-preview .well + .slider, .md-preview .slider + ul, .md-preview .slider + ol, .md-preview .slider + p, .md-preview .slider + table, .md-preview .slider + blockquote, .md-preview .slider + .well, .md-preview .slider + .slider, .layout-editor .md-preview ul + ul, .layout-editor .md-preview ul + ol, .layout-editor .md-preview ul + p, .layout-editor .md-preview ul + table, .layout-editor .md-preview ul + blockquote, .layout-editor .md-preview ul + .well, .layout-editor .md-preview ul + .slider, .layout-editor .md-preview ol + ul, .layout-editor .md-preview ol + ol, .layout-editor .md-preview ol + p, .layout-editor .md-preview ol + table, .layout-editor .md-preview ol + blockquote, .layout-editor .md-preview ol + .well, .layout-editor .md-preview ol + .slider, .layout-editor .md-preview p + ul, .layout-editor .md-preview p + ol, .layout-editor .md-preview p + p, .layout-editor .md-preview p + table, .layout-editor .md-preview p + blockquote, .layout-editor .md-preview p + .well, .layout-editor .md-preview p + .slider, .layout-editor .md-preview table + ul, .layout-editor .md-preview table + ol, .layout-editor .md-preview table + p, .layout-editor .md-preview table + table, .layout-editor .md-preview table + blockquote, .layout-editor .md-preview table + .well, .layout-editor .md-preview table + .slider, .layout-editor .md-preview blockquote + ul, .layout-editor .md-preview blockquote + ol, .layout-editor .md-preview blockquote + p, .layout-editor .md-preview blockquote + table, .layout-editor .md-preview blockquote + blockquote, .layout-editor .md-preview blockquote + .well, .layout-editor .md-preview blockquote + .slider, .layout-editor .md-preview .well + ul, .layout-editor .md-preview .well + ol, .layout-editor .md-preview .well + p, .layout-editor .md-preview .well + table, .layout-editor .md-preview .well + blockquote, .layout-editor .md-preview .well + .well, .layout-editor .md-preview .well + .slider, .layout-editor .md-preview .slider + ul, .layout-editor .md-preview .slider + ol, .layout-editor .md-preview .slider + p, .layout-editor .md-preview .slider + table, .layout-editor .md-preview .slider + blockquote, .layout-editor .md-preview .slider + .well, .layout-editor .md-preview .slider + .slider {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview ul li + li, .md-preview ol li + li, .layout-editor .md-preview ul li + li, .layout-editor .md-preview ol li + li {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview ul, .md-preview ol, .layout-editor .md-preview ul, .layout-editor .md-preview ol {
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview ul p, .md-preview ol p, .layout-editor .md-preview ul p, .layout-editor .md-preview ol p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview ol li, .layout-editor .md-preview ol li {
  position: relative;
  list-style: none;
  counter-increment: lis;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.md-preview ol li:before, .layout-editor .md-preview ol li:before {
  content: counter(lis) ".";
  color: #aaaa9d;
  font-size: 1.4em;
  margin-left: -1em;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview ul li, .layout-editor .md-preview ul li {
  position: relative;
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.md-preview ul li:before, .layout-editor .md-preview ul li:before {
  content: "";
  color: #aaaa9d;
  font-family: 'FontAwesome';
  font-size: 1.4em;
  margin-left: -1em;
  margin-top: -0.1em;
  transform: rotate(270deg);
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview table, .layout-editor .md-preview table {
  border-spacing: 3px;
  border-collapse: separate;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview table th, .md-preview table td, .layout-editor .md-preview table th, .layout-editor .md-preview table td {
  padding: 10px;
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview table th, .layout-editor .md-preview table th {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview table td, .layout-editor .md-preview table td {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview blockquote, .layout-editor .md-preview blockquote {
  font-size: 1.6em;
  font-weight: 100;
  font-family: 'Georgia', serif;
  border: none;
  padding: 0 60px;
  text-align: center;
  position: relative;
  font-style: italic;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview blockquote *, .layout-editor .md-preview blockquote * {
  font-family: 'Georgia', serif;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview blockquote p:last-child, .layout-editor .md-preview blockquote p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview blockquote:before, .layout-editor .md-preview blockquote:before {
  font-style: normal;
  content: '“';
  font-family: serif;
  font-size: 4em;
  margin-left: -0.2em;
  position: absolute;
  top: initial;
  left: 50%;
  bottom: initial;
  right: initial;
  line-height: 0.1em;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
  .md-preview blockquote, .layout-editor .md-preview blockquote {
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview figcaption p, .layout-editor .md-preview figcaption p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .well, .layout-editor .md-preview .well {
  background: #F8F8F8;
  border: none;
  border-radius: 0;
  padding: 20px;
  font-size: 16px;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .well br:first-child, .md-preview .well br:last-child, .layout-editor .md-preview .well br:first-child, .layout-editor .md-preview .well br:last-child {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .well.narrow, .layout-editor .md-preview .well.narrow {
  background: none;
  padding: 0;
  margin: 40px 10%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .well h3 + p, .md-preview .well h4 + p, .md-preview .well h5 + p, .md-preview .well h6 + p, .layout-editor .md-preview .well h3 + p, .layout-editor .md-preview .well h4 + p, .layout-editor .md-preview .well h5 + p, .layout-editor .md-preview .well h6 + p {
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .well label, .layout-editor .md-preview .well label {
  display: inline;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .well .field, .layout-editor .md-preview .well .field {
  font-size: 0.9em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .well .field + .field, .layout-editor .md-preview .well .field + .field {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .lettrine, .layout-editor .md-preview .lettrine {
  float: left;
  color: #FF5F69;
  line-height: 1em;
  margin-right: 0.2em;
  margin-bottom: -0.1em;
  font-family: 'Arial', sans;
  font-variant-numeric: lining-nums;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .lettrine.level1, .layout-editor .md-preview .lettrine.level1 {
  font-size: 3em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .lettrine.level2, .layout-editor .md-preview .lettrine.level2 {
  font-size: 4.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .lettrine.level3, .layout-editor .md-preview .lettrine.level3 {
  margin-right: 0.1em;
  font-size: 6.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.md-preview .lettrine.level4, .layout-editor .md-preview .lettrine.level4 {
  margin-right: 0.1em;
  font-size: 8.5em;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.controls .md-editor.md-fullscreen-mode .md-preview {
  font-size: 14px !important;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.markdown-help, .font-awesome-selector {
  padding: 20px;
  background: white;
  display: none;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 20%;
  left: 20%;
  bottom: 20%;
  right: 20%;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.markdown-help.visible, .font-awesome-selector.visible {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.markdown-help > .btn, .markdown-help > #fb-sign-in, .font-awesome-selector > .btn, .font-awesome-selector > #fb-sign-in {
  position: absolute;
  top: 10px;
  left: initial;
  bottom: initial;
  right: 10px;
  z-index: 2;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.markdown-help .wrapper, .font-awesome-selector .wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  overflow-y: auto;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.markdown-help .section, .font-awesome-selector .section {
  border: 1px solid #dfdfdf;
  margin: 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.markdown-help .section .code, .font-awesome-selector .section .code {
  padding: 20px;
  white-space: pre-wrap;
  font-family: monospace;
  border-right: 1px solid #dfdfdf;
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.font-awesome-selector .wrapper .icon {
  float: left;
  width: 25%;
  padding: 1%;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.font-awesome-selector .wrapper .icon:hover {
  background: #F1F0EC;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.font-awesome-selector .wrapper .text {
  vertical-align: middle;
  font-size: 0.8em;
  margin-left: 0.6em;
}

/* line 1, app/assets/stylesheets/partials/inputs/_markdown.css.sass */
.font-awesome-selector .wrapper i {
  font-size: 1.6em;
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings .table {
  margin-bottom: 0;
  table-layout: auto;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings .form-group {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings .row + .form-group, .form-group.settings .row + .additional, .form-group.settings .row + .row, .form-group.settings .form-group + .form-group, .form-group.settings .form-group + .additional, .form-group.settings .form-group + .row {
  margin-top: 12px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings .additional:empty {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings.has-error .table {
  border-color: #FF5F69;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings.has-error .table th:first-child, .form-group.settings.has-error .table td:first-child {
  border-left-color: #FF5F69;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings.has-error .table th:last-child, .form-group.settings.has-error .table td:last-child {
  border-right-color: #FF5F69;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings.has-error .table th .form-control, .form-group.settings.has-error .table th .form-group.date .input-group .overlay, .form-group.date .input-group .form-group.settings.has-error .table th .overlay, .form-group.settings.has-error .table th .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .form-group.settings.has-error .table th .overlay, .form-group.settings.has-error .table th .file .controls, .file .form-group.settings.has-error .table th .controls, .form-group.settings.has-error .table th .select2-choice, .form-group.settings.has-error .table td .form-control, .form-group.settings.has-error .table td .form-group.date .input-group .overlay, .form-group.date .input-group .form-group.settings.has-error .table td .overlay, .form-group.settings.has-error .table td .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .form-group.settings.has-error .table td .overlay, .form-group.settings.has-error .table td .file .controls, .file .form-group.settings.has-error .table td .controls, .form-group.settings.has-error .table td .select2-choice {
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings.has-error .table tbody tr:last-child td {
  border-bottom-color: #FF5F69;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings.has-success .table {
  border-color: #70B008;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings.has-success .table th:first-child, .form-group.settings.has-success .table td:first-child {
  border-left-color: #70B008;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings.has-success .table th:last-child, .form-group.settings.has-success .table td:last-child {
  border-right-color: #70B008;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings.has-success .table th .form-control, .form-group.settings.has-success .table th .form-group.date .input-group .overlay, .form-group.date .input-group .form-group.settings.has-success .table th .overlay, .form-group.settings.has-success .table th .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .form-group.settings.has-success .table th .overlay, .form-group.settings.has-success .table th .file .controls, .file .form-group.settings.has-success .table th .controls, .form-group.settings.has-success .table th .select2-choice, .form-group.settings.has-success .table td .form-control, .form-group.settings.has-success .table td .form-group.date .input-group .overlay, .form-group.date .input-group .form-group.settings.has-success .table td .overlay, .form-group.settings.has-success .table td .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .form-group.settings.has-success .table td .overlay, .form-group.settings.has-success .table td .file .controls, .file .form-group.settings.has-success .table td .controls, .form-group.settings.has-success .table td .select2-choice {
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.form-group.settings.has-success .table tbody tr:last-child td {
  border-bottom-color: #70B008;
}

/* line 1, app/assets/stylesheets/partials/inputs/_settings.css.sass */
.tpl {
  display: none;
}

/*
Version: 3.4.1 Timestamp: Thu Jun 27 18:02:10 PDT 2013
*/
/* line 4, vendor/assets/stylesheets/select2.css */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

/* line 14, vendor/assets/stylesheets/select2.css */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}

/* line 31, vendor/assets/stylesheets/select2.css */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

/* line 69, vendor/assets/stylesheets/select2.css */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}

/* line 85, vendor/assets/stylesheets/select2.css */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 89, vendor/assets/stylesheets/select2.css */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 101, vendor/assets/stylesheets/select2.css */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 118, vendor/assets/stylesheets/select2.css */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 122, vendor/assets/stylesheets/select2.css */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 127, vendor/assets/stylesheets/select2.css */
.select2-drop-undermask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: transparent;
  filter: alpha(opacity=0);
}

/* line 139, vendor/assets/stylesheets/select2.css */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 153, vendor/assets/stylesheets/select2.css */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 174, vendor/assets/stylesheets/select2.css */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 179, vendor/assets/stylesheets/select2.css */
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

/* line 183, vendor/assets/stylesheets/select2.css */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 197, vendor/assets/stylesheets/select2.css */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 202, vendor/assets/stylesheets/select2.css */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 206, vendor/assets/stylesheets/select2.css */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}

/* line 233, vendor/assets/stylesheets/select2.css */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

/* line 240, vendor/assets/stylesheets/select2.css */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 254, vendor/assets/stylesheets/select2.css */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

/* line 283, vendor/assets/stylesheets/select2.css */
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

/* line 287, vendor/assets/stylesheets/select2.css */
.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

/* line 297, vendor/assets/stylesheets/select2.css */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 307, vendor/assets/stylesheets/select2.css */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

/* line 331, vendor/assets/stylesheets/select2.css */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
}

/* line 345, vendor/assets/stylesheets/select2.css */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 350, vendor/assets/stylesheets/select2.css */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
/* line 355, vendor/assets/stylesheets/select2.css */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 365, vendor/assets/stylesheets/select2.css */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 370, vendor/assets/stylesheets/select2.css */
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

/* line 371, vendor/assets/stylesheets/select2.css */
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

/* line 372, vendor/assets/stylesheets/select2.css */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

/* line 373, vendor/assets/stylesheets/select2.css */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

/* line 374, vendor/assets/stylesheets/select2.css */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

/* line 375, vendor/assets/stylesheets/select2.css */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

/* line 376, vendor/assets/stylesheets/select2.css */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

/* line 378, vendor/assets/stylesheets/select2.css */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 384, vendor/assets/stylesheets/select2.css */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 388, vendor/assets/stylesheets/select2.css */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 403, vendor/assets/stylesheets/select2.css */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 408, vendor/assets/stylesheets/select2.css */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 413, vendor/assets/stylesheets/select2.css */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 417, vendor/assets/stylesheets/select2.css */
.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}

/* line 423, vendor/assets/stylesheets/select2.css */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 433, vendor/assets/stylesheets/select2.css */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 439, vendor/assets/stylesheets/select2.css */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 445, vendor/assets/stylesheets/select2.css */
.select2-results .select2-selected {
  display: none;
}

/* line 449, vendor/assets/stylesheets/select2.css */
.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

/* line 453, vendor/assets/stylesheets/select2.css */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 460, vendor/assets/stylesheets/select2.css */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 467, vendor/assets/stylesheets/select2.css */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 473, vendor/assets/stylesheets/select2.css */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 480, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}

/* line 500, vendor/assets/stylesheets/select2.css */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 504, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 508, vendor/assets/stylesheets/select2.css */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 516, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 520, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 526, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

/* line 541, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

/* line 545, vendor/assets/stylesheets/select2.css */
.select2-default {
  color: #999 !important;
}

/* line 549, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

/* line 587, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 590, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 594, vendor/assets/stylesheets/select2.css */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}

/* line 607, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 611, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 614, vendor/assets/stylesheets/select2.css */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 619, vendor/assets/stylesheets/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 626, vendor/assets/stylesheets/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 633, vendor/assets/stylesheets/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 639, vendor/assets/stylesheets/select2.css */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 644, vendor/assets/stylesheets/select2.css */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0px;
}

/* line 657, vendor/assets/stylesheets/select2.css */
.select2-display-none {
  display: none;
}

/* line 661, vendor/assets/stylesheets/select2.css */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* line 672, vendor/assets/stylesheets/select2.css */
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 677, vendor/assets/stylesheets/select2.css */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.panel-title .select2-chosen {
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-drop.select2-drop-active {
  border-color: #168ec1;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-results .select2-highlighted {
  background: #168ec1;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container-multi.select2-container-active .select2-choices, .select2-container.select2-container-active .select2-choice {
  border-color: #168ec1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(22, 142, 193, 0.6);
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container-multi.select2-dropdown-open .select2-choices, .select2-container.select2-dropdown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-choices, .select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container, .select2-container-multi {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container .select2-choice, .select2-container-multi .select2-choice {
  background: white !important;
  min-width: initial !important;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.col-sm-6:last-child > .select .select2-container .select2-choice, .col-sm-6:last-child > .select .select2-container-multi .select2-choice {
  margin-right: 1px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container.input-group-addon, .select2-container-multi.input-group-addon {
  display: table-cell;
  padding: 0;
  border: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container.input-group-addon .select2-single, .select2-container-multi.input-group-addon .select2-single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container.input-group-addon .select2-search-choice-close, .select2-container-multi.input-group-addon .select2-search-choice-close {
  right: 20px;
  top: 10px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container.input-group-addon .select2-drop, .select2-container-multi.input-group-addon .select2-drop {
  margin-top: -4px;
  text-align: left;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container .select2-choice, .select2-container-multi .select2-choice {
  height: 34px;
  line-height: 30px;
  border-color: #CCC;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container .select2-choice .select2-chosen, .select2-container-multi .select2-choice .select2-chosen {
  font-size: 14px;
  color: #777777;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container .select2-choice span.select2-arrow, .select2-container-multi .select2-choice span.select2-arrow {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container .select2-choice span.select2-arrow b, .select2-container-multi .select2-choice span.select2-arrow b {
  background-position: 0 3px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container .select2-choices, .select2-container-multi .select2-choices {
  width: 100%;
  background-image: none;
  padding: 6px 12px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container.select2-allowclear .select2-choice .select2-chosen, .select2-container-multi.select2-allowclear .select2-choice .select2-chosen {
  color: #555555;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container.select2-allowclear .select2-choice .search-choice-close, .select2-container-multi.select2-allowclear .select2-choice .search-choice-close {
  top: 11px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container.select2-with-drop .select2-choice span b, .select2-container-multi.select2-with-drop .select2-choice span b {
  background-position: -18px 7px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.has-error .select2-choice, .has-error .select2-choices {
  border-color: #FF5F69 !important;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.has-success .select2-choice, .has-success .select2-choices {
  border-color: #70B008 !important;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-disabled .select2-choice {
  border-color: #ddd;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container-multi .select2-choices {
  min-height: 34px;
  border: 1px solid #ddd;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  transition: all 0.2s linear;
  border-radius: 4px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container-multi .select2-choices li.select2-search-field {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container-multi .select2-choices li.select2-search-field input[type="text"] {
  height: 25px !important;
  padding: 0;
  margin: 3px 0px -5px;
  min-width: 250px;
  font-family: "Muli";
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container-multi .select2-choices li.select2-search-field input.default[type="text"] {
  font-size: 14px;
  height: 20px !important;
  line-height: 20px;
  color: #555555;
  width: 100% !important;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container-multi .select2-choices li.search-choice {
  margin-top: 6px;
  margin-bottom: 0px;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container-multi .select2-choices .select2-search-choice {
  margin: 0 5px 3px 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-container-multi .select2-choices li.select2-search-field input.default[type="text"] {
  line-height: 24px;
  height: 30px !important;
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select.has-feedback .form-control-feedback, .enum.has-feedback .form-control-feedback {
  right: 8px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select.has-feedback .select2-container, .enum.has-feedback .select2-container {
  border: none;
  background: transparent;
  padding: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.controls .select2-container {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.input-append .select2-single {
  text-align: right;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.input-append .select2-single span {
  padding-right: 10px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
#sidebar > ul ul.select2-results {
  display: block;
  background: none;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-choices.dragging .select2-search-choice img {
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-choices.dragging.dragged {
  width: auto !important;
  padding: 0 !important;
  display: inline-block !important;
  pointer-events: none !important;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-choices.dragging.dragged .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  list-style: none;
  display: inline-block;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-choices .dnd-placeholder.list-group-item {
  padding: 0;
  min-width: 130px;
  max-height: 90px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-drop.select2-drop-active {
  border-color: #168ec1;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-drop.select2-drop-active li.slider-item-option-group {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-drop.select2-drop-active li.slider-item-option-group.select2-result-with-children {
  display: block;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-drop.select2-drop-active li.slider-item-option-group.select2-result-with-children .select2-result-sub > li {
  pointer-events: auto;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-results .select2-result.slider-item-option {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
.select2-results .select2-result.slider-item-option.select2-selected {
  display: none;
}

@media (max-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
  .select.form-group .controls {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    display: inline-block;
    background: #F8F8F8;
    border: 1px solid #F1F0EC;
    color: #5C5859;
    width: 100%;
    height: 40px;
  }
  /* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
  .select.form-group .controls:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    font-family: "FontAwesome";
    color: #aaaa9d;
    line-height: 40px;
    font-size: 1.4em;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
  }
  /* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
  .select.form-group .controls select {
    z-index: 2;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    color: #5C5859;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  /* line 1, app/assets/stylesheets/partials/inputs/_select.css.sass */
  .select.form-group.disabled .controls:before {
    display: none;
  }
}

/* line 11, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-input-group {
  display: flex;
  align-items: center;
}

/* line 16, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-form-control {
  box-sizing: border-box;
  padding-right: 70px;
}

/* line 21, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-gauge {
  display: none;
  margin-left: -60px;
  height: 10px;
  width: 50px;
}

/* line 27, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-gauge span, .pwdcalc-gauge b {
  display: block;
  height: inherit;
}

/* line 32, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-gauge span {
  background-color: #EEE;
  width: inherit;
}

/* line 36, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-gauge span b {
  width: 1px;
  background-color: #339900;
  content: "";
}

/* line 43, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-gauge[data-strength="dictionary-word"] b {
  width: 50px;
  background-color: #b82e2e;
}

/* line 48, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-gauge[data-strength="weak"] b {
  width: 10px;
  background-color: #b82e2e;
}

/* line 53, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-gauge[data-strength="fair"] b {
  width: 20px;
  background-color: #df8505;
}

/* line 58, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-gauge[data-strength="good"] b {
  width: 30px;
}

/* line 62, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-gauge[data-strength="strong"] b {
  width: 40px;
}

/* line 66, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-gauge[data-strength="very-strong"] b {
  width: 50px;
}

/* line 71, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-hints,
.password-help-block {
  display: none;
}

/* line 76, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-help-block[data-complexity="weak"] {
  color: #CC3333;
}

/* line 79, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-help-block[data-complexity="fair"] {
  color: #F89406;
}

/* line 82, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-help-block[data-complexity="good"] {
  color: #339900;
}

/* line 85, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-help-block[data-complexity="strong"] {
  color: #339900;
}

/* line 88, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-help-block[data-complexity="very-strong"] {
  color: #339900;
}

/* line 91, ../.rvm/gems/ruby-2.7.5/bundler/gems/pwdcalc-905e38129172/app/assets/stylesheets/pwdcalc.css.scss */
.pwdcalc-help-block[data-complexity="dictionary-word"] {
  color: #CC3333;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.form-group .control-label {
  font-weight: normal;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.form-group .alert {
  display: block;
  border-top-width: 0;
  padding: 8px;
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.form-group.boolean .alert {
  border-top-width: 1px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.controls {
  position: relative;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.password-strength-meter {
  margin: 0;
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 70px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.has-error .password-strength-meter, .has-error .password-strength-meter {
  right: 90px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.pwdcalc-score {
  top: 11px;
  height: 13px;
  right: 10px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.pwdcalc-score b {
  transition: width 0.2s, background 0.3s;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.has-error .pwdcalc-score, .has-error .pwdcalc-score {
  right: 32px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.pwdcalc-hint {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.form-control-feedback {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.has-error .form-control-feedback, .has-success .form-control-feedback {
  display: block;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
input, textarea {
  width: 100%;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
textarea {
  min-height: 100px;
  max-height: 500px;
  resize: vertical;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
input {
  -webkit-appearance: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
fieldset {
  margin-bottom: 30px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
fieldset.first legend {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
fieldset legend {
  margin: 0 -15px 15px;
  padding: 0 15px;
  box-sizing: content-box;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.control-label abbr {
  text-decoration: none;
  border: none;
  color: #aaaa9d;
  font-size: 0.8em;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.control-label.required abbr {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.control-label + .controls .help-block {
  margin-bottom: 12px;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.control-label + .controls .help-block p + p, .control-label + .controls .help-block p + ul {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.control-label + .controls .help-block ul {
  padding: 0 0 0 20px;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.form-group.date .form-control, .form-group.date .input-group .overlay, .form-group.date .file .controls, .file .form-group.date .controls, .form-group.datetime .form-control, .form-group.datetime .input-group .overlay, .form-group.datetime .file .controls, .file .form-group.datetime .controls {
  border-radius: 0 3px 3px 0 !important;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.form-group.date.has-error .input-group-addon, .form-group.datetime.has-error .input-group-addon {
  border-bottom-left-radius: 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.form-group.date.has-error .form-control, .form-group.date.has-error .input-group .overlay, .form-group.datetime .input-group .form-group.date.has-error .overlay, .form-group.date.has-error .file .controls, .file .form-group.date.has-error .controls, .form-group.datetime.has-error .form-control, .form-group.date .input-group .form-group.datetime.has-error .overlay, .form-group.datetime.has-error .input-group .overlay, .form-group.datetime.has-error .file .controls, .file .form-group.datetime.has-error .controls {
  border-bottom-right-radius: 0 !important;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.form-group.has-error .form-control, .form-group.has-error .form-group.date .input-group .overlay, .form-group.date .input-group .form-group.has-error .overlay, .form-group.has-error .form-group.datetime .input-group .overlay, .form-group.datetime .input-group .form-group.has-error .overlay, .form-group.has-error .file .controls, .file .form-group.has-error .controls, .form-group.has-error .select2-choice {
  border-radius: 3px 3px 0 0;
}

/* line 1, app/assets/stylesheets/partials/inputs/_all.css.sass */
.form-group.has-error .alert {
  border-radius: 0 0 3px 3px;
}

/* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
.welcome {
  width: 250px;
  text-align: right;
}

/* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
.welcome .session {
  padding: 8px 0;
}

/* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
.welcome .session > .text {
  font-size: 16px;
  color: #DDDDDD;
  display: inline-block;
}

/* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
.welcome .session > .text small {
  font-size: 0.6em;
}

/* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
.welcome .session > .text.masqueraded {
  line-height: 0.8em;
  margin-top: -0.2em;
}

/* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
.welcome .pull-right {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
.welcome .pull-right:hover {
  color: inherit;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
.welcome .pull-right > * {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
.welcome .avatar {
  margin-left: 10px;
  margin-top: 3px;
  display: inline-block;
  width: auto;
  height: auto;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
  .welcome {
    float: none !important;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_welcome.css.sass */
  .welcome .avatar {
    margin-right: 20px;
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  .navbar-header {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    z-index: 101;
    background: #F8F8F8;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  .navbar, .container-fluid {
    position: static;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  #menu {
    height: auto !important;
    display: block !important;
    z-index: 100;
    background: white;
    width: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 69px;
    left: initial;
    bottom: 0;
    right: 0;
    transform: translate3d(100%, 0, 0);
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  #menu.collapse.in, #menu.collapsing {
    transform: translate3d(0, 0, 0);
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  #menu .dropdown-menu {
    box-shadow: none;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  .navbar {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  .btn .text, #fb-sign-in .text, .pagination .text {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  .nav.navbar-nav {
    margin: 0;
    margin-top: 10px;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  .navbar-default .navbar-toggle {
    font-size: 24px;
    display: block;
    width: 48px;
    height: 48px;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  table thead {
    display: none;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  table tbody tr {
    border-bottom: 1px solid #ddd;
    clear: left;
    overflow: hidden;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  table tbody tr:hover td.id {
    background: #5BC0DE;
    color: white;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  table tbody td {
    display: block;
    border: none !important;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  table tbody td.id {
    float: left;
    background: #5BC0DE;
    color: white;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 6px;
    margin: 8px 0px 8px 4px;
    border-radius: 3px;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  table tbody td.item {
    float: left;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  table tbody td.actions {
    float: right;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  table.table-hover tr:hover {
    background: #F5F5F5;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  table.news .image {
    float: left;
  }
  /* line 1, app/assets/stylesheets/partials/admin/_mobile.css.sass */
  table.news .published {
    float: right;
  }
}

/* line 33, app/assets/stylesheets/application.css.sass */
.direct-upload-section {
  visibility: hidden;
  position: fixed;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 37, app/assets/stylesheets/application.css.sass */
*:focus {
  outline-color: rgba(222, 170, 138, 0.25) !important;
}

/* line 40, app/assets/stylesheets/application.css.sass */
.form-control:focus,
.form-group.date .input-group .overlay:focus,
.form-group.datetime .input-group .overlay:focus,
.file .controls:focus {
  border-color: #DEAA8A;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(222, 170, 138, 0.25);
}

/* line 47, app/assets/stylesheets/application.css.sass */
input:-internal-autofill-selected {
  background-color: rgba(222, 170, 138, 0.25) !important;
}

/* line 50, app/assets/stylesheets/application.css.sass */
html,
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  background-color: white;
  color: black;
  font-weight: 100;
  font-family: "Muli";
}

/* line 61, app/assets/stylesheets/application.css.sass */
html.lock-scroll,
body.lock-scroll {
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/application.css.sass */
html.lock-scroll .scroll-wrapper,
body.lock-scroll .scroll-wrapper {
  overflow: hidden;
}

/* line 67, app/assets/stylesheets/application.css.sass */
h1 {
  font-size: 2.2em;
}

/* line 70, app/assets/stylesheets/application.css.sass */
h2 {
  font-size: 1.875em;
}

/* line 73, app/assets/stylesheets/application.css.sass */
h3 {
  font-size: 1.5em;
}

/* line 76, app/assets/stylesheets/application.css.sass */
body {
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 1023px) {
  /* line 81, app/assets/stylesheets/application.css.sass */
  .home main {
    margin-top: 15px;
  }
}

/* line 85, app/assets/stylesheets/application.css.sass */
#preload {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

/* line 93, app/assets/stylesheets/application.css.sass */
a {
  color: #c8703a;
  text-decoration: underline;
}

/* line 97, app/assets/stylesheets/application.css.sass */
a:hover, a:focus {
  color: #c8703a;
  text-decoration: none;
}

/* line 102, app/assets/stylesheets/application.css.sass */
a:active {
  text-decoration: underline;
}

/* line 105, app/assets/stylesheets/application.css.sass */
a.btn, a#fb-sign-in,
button {
  font-size: 14px;
}

/* line 110, app/assets/stylesheets/application.css.sass */
.btn-primary,
.btn-default,
a.btn-primary,
a.btn-default {
  border: 2px solid black;
  font-weight: 600;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.075s ease-in-out;
}

/* line 126, app/assets/stylesheets/application.css.sass */
.btn-primary:hover, .btn-primary:focus,
.btn-default:hover,
.btn-default:focus,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-default:hover,
a.btn-default:focus {
  text-decoration: none;
  background-color: black;
  border-color: black;
  color: white;
}

/* line 133, app/assets/stylesheets/application.css.sass */
.btn-primary:active,
.btn-default:active,
a.btn-primary:active,
a.btn-default:active {
  background-color: black;
  color: #DEAA8A;
}

/* line 137, app/assets/stylesheets/application.css.sass */
.btn-primary .notice,
.btn-default .notice,
a.btn-primary .notice,
a.btn-default .notice {
  font-size: .8em;
  margin-top: 1em;
}

/* line 141, app/assets/stylesheets/application.css.sass */
.btn-default {
  background-color: #DDDDDD;
  color: black;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 147, app/assets/stylesheets/application.css.sass */
.container-fluid.compact {
  width: 640px;
  max-width: 100%;
  padding: 0 20px;
  margin: 60px auto;
}

/* line 153, app/assets/stylesheets/application.css.sass */
.container-fluid.compact a + .card {
  margin-top: 10px;
}

/* line 156, app/assets/stylesheets/application.css.sass */
.container-fluid.compact .card {
  background: white;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 161, app/assets/stylesheets/application.css.sass */
.container-fluid.compact .card .padder {
  padding: 20px;
}

/* line 164, app/assets/stylesheets/application.css.sass */
.container-fluid.compact .card .padder fieldset legend {
  padding: 0 20px;
  margin: 20px -20px 10px;
}

/* line 168, app/assets/stylesheets/application.css.sass */
.container-fluid.compact .flash-container {
  padding: 0;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 172, app/assets/stylesheets/application.css.sass */
img {
  max-width: 100%;
  align-self: center;
}

/* line 176, app/assets/stylesheets/application.css.sass */
p.large {
  font-weight: bold;
  font-size: 1.2em;
}

/* line 180, app/assets/stylesheets/application.css.sass */
.form-actions {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}

/* line 185, app/assets/stylesheets/application.css.sass */
.form-actions .btn + .btn, .form-actions #fb-sign-in + .btn, .form-actions .btn + #fb-sign-in, .form-actions #fb-sign-in + #fb-sign-in {
  margin-left: 10px;
}

/* line 188, app/assets/stylesheets/application.css.sass */
.content-row {
  margin: 0;
}

/* line 191, app/assets/stylesheets/application.css.sass */
.sign-in #main #content .padder {
  background-color: white;
}

/* line 194, app/assets/stylesheets/application.css.sass */
.primary-content {
  background: white;
  padding: 0;
  position: relative;
}

/* line 199, app/assets/stylesheets/application.css.sass */
.primary-sidebar {
  padding: 0 40px;
}

/* line 202, app/assets/stylesheets/application.css.sass */
.flash-container {
  z-index: 2000;
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 10px 40px 10px;
  position: absolute;
  top: 100px;
  left: 0;
  bottom: initial;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 33%, transparent 100%);
}

/* line 211, app/assets/stylesheets/application.css.sass */
.flash-container:empty {
  display: none;
}

@media (max-width: 1023px) {
  /* line 202, app/assets/stylesheets/application.css.sass */
  .flash-container {
    padding-left: 10px;
    width: auto;
  }
}

@media (min-width: 1024px) {
  /* line 219, app/assets/stylesheets/application.css.sass */
  #main {
    padding: 0;
    height: 100%;
    overflow: hidden;
    padding-top: 200px;
  }
  /* line 225, app/assets/stylesheets/application.css.sass */
  #content {
    min-height: 1000px;
    min-height: 100vh;
  }
  /* line 229, app/assets/stylesheets/application.css.sass */
  #content .padder {
    padding: 20px 60px;
  }
  /* line 232, app/assets/stylesheets/application.css.sass */
  #content .primary-sidebar {
    padding-top: 40px;
  }
}

@media (max-width: 1023px) {
  /* line 236, app/assets/stylesheets/application.css.sass */
  html, body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  /* line 242, app/assets/stylesheets/application.css.sass */
  .container-fluid {
    width: 100%;
    padding: 0;
  }
  /* line 246, app/assets/stylesheets/application.css.sass */
  .container-fluid.compact {
    width: 640px;
    max-width: 100%;
  }
  /* line 250, app/assets/stylesheets/application.css.sass */
  .container-fluid.compact .card {
    margin-top: 20px;
  }
  /* line 253, app/assets/stylesheets/application.css.sass */
  .padder {
    padding: 20px;
  }
  /* line 256, app/assets/stylesheets/application.css.sass */
  .scroll-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.2s;
  }
  /* line 267, app/assets/stylesheets/application.css.sass */
  nav.navbar ~ .container-fluid .flash-container {
    position: absolute;
    top: 0px;
    left: 48px;
    bottom: initial;
    right: 0px;
  }
  /* line 270, app/assets/stylesheets/application.css.sass */
  nav.navbar ~ .container-fluid .scroll-wrapper {
    left: 48px;
  }
  /* line 273, app/assets/stylesheets/application.css.sass */
  .drawer-open nav.navbar ~ .container-fluid .scroll-wrapper {
    transform: translate(180px, 0);
  }
  /* line 276, app/assets/stylesheets/application.css.sass */
  .inner-scroll-wrapper {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    transition: all 0.3s;
  }
}

/* line 282, app/assets/stylesheets/application.css.sass */
span.readmore {
  background: #FF5F69;
  color: white;
  padding: 6px 4px 2px;
  height: 10px;
  margin-left: 5px;
  display: inline-block !important;
  line-height: 0;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 293, app/assets/stylesheets/application.css.sass */
span.readmore .fa {
  line-height: 0;
}

/* line 296, app/assets/stylesheets/application.css.sass */
.text-content {
  font-family: "Muli";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h1, .text-content h2 {
  font-family: "Raleway", "Helvetica", "Arial";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h3, .text-content h4 {
  font-family: "Oswald";
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h1, .text-content h2, .text-content h3, .text-content blockquote {
  color: #5C5859;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h1 {
  font-size: 2.2em;
  color: #DEAA8A;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h2 {
  font-size: 1.875em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h3 {
  font-size: 1.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h4, .text-content .subtitle {
  font-size: 0.8em;
  color: #FF5F69;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h4 + h3, .text-content h4 + h1, .text-content h4 + h2, .text-content .subtitle + h3, .text-content .subtitle + h1, .text-content .subtitle + h2 {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content img {
  margin: 0 auto;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h1 .label, .text-content h2 .label, .text-content h3 .label, .text-content h4 .label, .text-content h5 .label, .text-content h6 .label {
  font-size: 0.5em;
  border-radius: 0;
  display: block;
  float: left;
  margin-top: 0.2em;
  margin-right: 0.5em;
  padding: 0.4em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6, .text-content hr {
  margin: 40px 0 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content h1:first-child, .text-content h2:first-child, .text-content h3:first-child, .text-content h4:first-child, .text-content h5:first-child, .text-content h6:first-child, .text-content hr:first-child {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content ul, .text-content ol, .text-content p, .text-content table, .text-content blockquote, .text-content .well, .text-content .slider {
  margin: 10px 0 0;
  line-height: 1.6em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content ul + ul, .text-content ul + ol, .text-content ul + p, .text-content ul + table, .text-content ul + blockquote, .text-content ul + .well, .text-content ul + .slider, .text-content ol + ul, .text-content ol + ol, .text-content ol + p, .text-content ol + table, .text-content ol + blockquote, .text-content ol + .well, .text-content ol + .slider, .text-content p + ul, .text-content p + ol, .text-content p + p, .text-content p + table, .text-content p + blockquote, .text-content p + .well, .text-content p + .slider, .text-content table + ul, .text-content table + ol, .text-content table + p, .text-content table + table, .text-content table + blockquote, .text-content table + .well, .text-content table + .slider, .text-content blockquote + ul, .text-content blockquote + ol, .text-content blockquote + p, .text-content blockquote + table, .text-content blockquote + blockquote, .text-content blockquote + .well, .text-content blockquote + .slider, .text-content .well + ul, .text-content .well + ol, .text-content .well + p, .text-content .well + table, .text-content .well + blockquote, .text-content .well + .well, .text-content .well + .slider, .text-content .slider + ul, .text-content .slider + ol, .text-content .slider + p, .text-content .slider + table, .text-content .slider + blockquote, .text-content .slider + .well, .text-content .slider + .slider {
  margin-top: 30px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content ul li + li, .text-content ol li + li {
  margin-top: 10px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content ul, .text-content ol {
  padding-left: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content ul p, .text-content ol p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content ol li {
  position: relative;
  list-style: none;
  counter-increment: lis;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.text-content ol li:before {
  content: counter(lis) ".";
  color: #aaaa9d;
  font-size: 1.4em;
  margin-left: -1em;
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content ul li {
  position: relative;
  list-style: none;
}

/* line 1, app/assets/stylesheets/partials/mixins/_pseudo_elements.css.sass */
.text-content ul li:before {
  content: "";
  color: #aaaa9d;
  font-family: 'FontAwesome';
  font-size: 1.4em;
  margin-left: -1em;
  margin-top: -0.1em;
  transform: rotate(270deg);
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content table {
  border-spacing: 3px;
  border-collapse: separate;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content table th, .text-content table td {
  padding: 10px;
  background: #F8F8F8;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content table th {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content table td {
  vertical-align: top;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content blockquote {
  font-size: 1.6em;
  font-weight: 100;
  font-family: 'Georgia', serif;
  border: none;
  padding: 0 60px;
  text-align: center;
  position: relative;
  font-style: italic;
  color: #aaaa9d;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content blockquote * {
  font-family: 'Georgia', serif;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content blockquote p:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content blockquote:before {
  font-style: normal;
  content: '“';
  font-family: serif;
  font-size: 4em;
  margin-left: -0.2em;
  position: absolute;
  top: initial;
  left: 50%;
  bottom: initial;
  right: initial;
  line-height: 0.1em;
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
  .text-content blockquote {
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content figcaption p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .well {
  background: #F8F8F8;
  border: none;
  border-radius: 0;
  padding: 20px;
  font-size: 16px;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .well br:first-child, .text-content .well br:last-child {
  display: none;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .well.narrow {
  background: none;
  padding: 0;
  margin: 40px 10%;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .well h3 + p, .text-content .well h4 + p, .text-content .well h5 + p, .text-content .well h6 + p {
  margin-top: 20px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .well label {
  display: inline;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .well .field {
  font-size: 0.9em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .well .field + .field {
  margin-top: 5px;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .lettrine {
  float: left;
  color: #FF5F69;
  line-height: 1em;
  margin-right: 0.2em;
  margin-bottom: -0.1em;
  font-family: 'Arial', sans;
  font-variant-numeric: lining-nums;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .lettrine.level1 {
  font-size: 3em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .lettrine.level2 {
  font-size: 4.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .lettrine.level3 {
  margin-right: 0.1em;
  font-size: 6.5em;
}

/* line 1, app/assets/stylesheets/partials/_markdown_content.css.sass */
.text-content .lettrine.level4 {
  margin-right: 0.1em;
  font-size: 8.5em;
}

/* line 299, app/assets/stylesheets/application.css.sass */
.panel {
  box-shadow: none;
}

/* line 302, app/assets/stylesheets/application.css.sass */
.breadcrumb {
  margin: 0;
  background: white;
  border-radius: 0;
  padding: 8px 60px;
  position: relative;
  z-index: 15;
  border-bottom: 1px solid #F1F0EC;
}

/* line 313, app/assets/stylesheets/application.css.sass */
.breadcrumb > li + li:before {
  content: '\f054';
  font-family: 'FontAwesome';
  color: #F1F0EC;
}

/* line 318, app/assets/stylesheets/application.css.sass */
.breadcrumb > li a.active {
  pointer-events: none;
  text-decoration: none;
  color: black;
}

@media (max-width: 1023px) {
  /* line 302, app/assets/stylesheets/application.css.sass */
  .breadcrumb {
    padding: 8px 10px;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* line 331, app/assets/stylesheets/application.css.sass */
#banner {
  position: fixed;
  top: 0;
  z-index: 101;
  left: 0;
  width: 100%;
  background: #96B5C4;
  font-size: 1em;
}

/* line 339, app/assets/stylesheets/application.css.sass */
#banner a {
  color: white;
  padding: 0.6em 0;
  display: block;
  text-align: center;
}

@media (max-width: 1023px) {
  /* line 331, app/assets/stylesheets/application.css.sass */
  #banner {
    font-size: 0.85em;
    height: 49px;
  }
  /* line 348, app/assets/stylesheets/application.css.sass */
  #banner a {
    max-width: 300px;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/partials/mixins/_layout.css.sass */
  .product_lines.show #main .primary-content, .page.bijoux #main .primary-content, .page.collections #main .primary-content, .page.kids #main .primary-content {
    margin: 0 40px;
  }
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/partials/mixins/_layout.css.sass */
  .product_lines.show #main .primary-content, .page.bijoux #main .primary-content, .page.collections #main .primary-content, .page.kids #main .primary-content {
    margin: 0 80px;
  }
}

/* line 354, app/assets/stylesheets/application.css.sass */
.product_lines.show .head, .product_lines.show .text-content:not(.main-content), .page.bijoux .head, .page.bijoux .text-content:not(.main-content), .page.collections .head, .page.collections .text-content:not(.main-content), .page.kids .head, .page.kids .text-content:not(.main-content) {
  text-align: center;
  font-size: 1.3em;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 60px;
}

@media (max-width: 767px) {
  /* line 354, app/assets/stylesheets/application.css.sass */
  .product_lines.show .head, .product_lines.show .text-content:not(.main-content), .page.bijoux .head, .page.bijoux .text-content:not(.main-content), .page.collections .head, .page.collections .text-content:not(.main-content), .page.kids .head, .page.kids .text-content:not(.main-content) {
    padding: 0 20px;
  }
}

/* line 362, app/assets/stylesheets/application.css.sass */
.product_lines.show .head p, .product_lines.show .text-content:not(.main-content) p, .page.bijoux .head p, .page.bijoux .text-content:not(.main-content) p, .page.collections .head p, .page.collections .text-content:not(.main-content) p, .page.kids .head p, .page.kids .text-content:not(.main-content) p {
  line-height: 2em;
}

/* line 364, app/assets/stylesheets/application.css.sass */
.product_lines.show .head h1, .product_lines.show .text-content:not(.main-content) h1, .page.bijoux .head h1, .page.bijoux .text-content:not(.main-content) h1, .page.collections .head h1, .page.collections .text-content:not(.main-content) h1, .page.kids .head h1, .page.kids .text-content:not(.main-content) h1 {
  font-size: 2.2em;
  margin-bottom: 20px;
}

/* line 369, app/assets/stylesheets/application.css.sass */
.product_lines.show .main-content > .row, .product_lines.show .primary-content > .row, .page.bijoux .main-content > .row, .page.bijoux .primary-content > .row, .page.collections .main-content > .row, .page.collections .primary-content > .row, .page.kids .main-content > .row, .page.kids .primary-content > .row {
  height: 290px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 374, app/assets/stylesheets/application.css.sass */
.product_lines.show .main-content > .row [class*="col"], .product_lines.show .primary-content > .row [class*="col"], .page.bijoux .main-content > .row [class*="col"], .page.bijoux .primary-content > .row [class*="col"], .page.collections .main-content > .row [class*="col"], .page.collections .primary-content > .row [class*="col"], .page.kids .main-content > .row [class*="col"], .page.kids .primary-content > .row [class*="col"] {
  height: 100%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 369, app/assets/stylesheets/application.css.sass */
  .product_lines.show .main-content > .row, .product_lines.show .primary-content > .row, .page.bijoux .main-content > .row, .page.bijoux .primary-content > .row, .page.collections .main-content > .row, .page.collections .primary-content > .row, .page.kids .main-content > .row, .page.kids .primary-content > .row {
    height: auto;
  }
}

@media (min-width: 1024px) {
  /* line 381, app/assets/stylesheets/application.css.sass */
  .product_lines.show .main-content > .row.double, .product_lines.show .primary-content > .row.double, .page.bijoux .main-content > .row.double, .page.bijoux .primary-content > .row.double, .page.collections .main-content > .row.double, .page.collections .primary-content > .row.double, .page.kids .main-content > .row.double, .page.kids .primary-content > .row.double {
    height: 610px;
  }
  /* line 384, app/assets/stylesheets/application.css.sass */
  .product_lines.show .main-content > .row.double [class*="col"], .product_lines.show .primary-content > .row.double [class*="col"], .page.bijoux .main-content > .row.double [class*="col"], .page.bijoux .primary-content > .row.double [class*="col"], .page.collections .main-content > .row.double [class*="col"], .page.collections .primary-content > .row.double [class*="col"], .page.kids .main-content > .row.double [class*="col"], .page.kids .primary-content > .row.double [class*="col"] {
    height: 290px;
  }
  /* line 386, app/assets/stylesheets/application.css.sass */
  .product_lines.show .main-content > .row.double .small-tile, .product_lines.show .primary-content > .row.double .small-tile, .page.bijoux .main-content > .row.double .small-tile, .page.bijoux .primary-content > .row.double .small-tile, .page.collections .main-content > .row.double .small-tile, .page.collections .primary-content > .row.double .small-tile, .page.kids .main-content > .row.double .small-tile, .page.kids .primary-content > .row.double .small-tile {
    height: 100%;
    width: 66.66666667%;
  }
}

/* line 390, app/assets/stylesheets/application.css.sass */
.product_lines.show .small-tile, .page.bijoux .small-tile, .page.collections .small-tile, .page.kids .small-tile {
  height: 100%;
  margin-bottom: 30px;
  position: relative;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  overflow: hidden;
  min-height: 200px;
}

@media (max-width: 767px) {
  /* line 390, app/assets/stylesheets/application.css.sass */
  .product_lines.show .small-tile, .page.bijoux .small-tile, .page.collections .small-tile, .page.kids .small-tile {
    min-height: 300px;
  }
}

/* line 398, app/assets/stylesheets/application.css.sass */
.product_lines.show .small-tile.huge, .page.bijoux .small-tile.huge, .page.collections .small-tile.huge, .page.kids .small-tile.huge {
  height: 200%;
}

/* line 400, app/assets/stylesheets/application.css.sass */
.product_lines.show .small-tile .inner, .page.bijoux .small-tile .inner, .page.collections .small-tile .inner, .page.kids .small-tile .inner {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: initial;
  right: initial;
  right: 15px;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-color: #eee;
}

@media (max-width: 767px) {
  /* line 400, app/assets/stylesheets/application.css.sass */
  .product_lines.show .small-tile .inner, .page.bijoux .small-tile .inner, .page.collections .small-tile .inner, .page.kids .small-tile .inner {
    left: 50%;
    width: 300px;
    margin-left: -150px;
  }
}

/* line 411, app/assets/stylesheets/application.css.sass */
.product_lines.show .small-tile a, .page.bijoux .small-tile a, .page.collections .small-tile a, .page.kids .small-tile a {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  z-index: 2;
  font-size: 12px;
  right: 45px;
  bottom: 30px;
  color: #FF5F69;
  border: 1px solid #FF5F69;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  text-align: left;
  clear: both;
  text-decoration: none;
  min-width: 52px;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 20px 10px 50px;
}

/* line 428, app/assets/stylesheets/application.css.sass */
.product_lines.show .small-tile a .small, .page.bijoux .small-tile a .small, .page.collections .small-tile a .small, .page.kids .small-tile a .small {
  font-size: 75%;
}

/* line 430, app/assets/stylesheets/application.css.sass */
.product_lines.show .small-tile a.simple, .page.bijoux .small-tile a.simple, .page.collections .small-tile a.simple, .page.kids .small-tile a.simple {
  padding: 16px 16px 16px 50px;
}

/* line 432, app/assets/stylesheets/application.css.sass */
.product_lines.show .small-tile a.expand, .page.bijoux .small-tile a.expand, .page.collections .small-tile a.expand, .page.kids .small-tile a.expand {
  overflow: hidden;
  width: 52px;
  transition: all 0.1s;
  white-space: nowrap;
  padding: 10px 0px 10px 50px;
}

/* line 1, app/assets/stylesheets/partials/_mixins.css.sass */
.product_lines.show .small-tile a.expand:hover, .page.bijoux .small-tile a.expand:hover, .page.collections .small-tile a.expand:hover, .page.kids .small-tile a.expand:hover {
  width: 150px;
}

@media (max-width: 1023px) {
  /* line 432, app/assets/stylesheets/application.css.sass */
  .product_lines.show .small-tile a.expand, .page.bijoux .small-tile a.expand, .page.collections .small-tile a.expand, .page.kids .small-tile a.expand {
    width: 150px;
  }
}

@media (max-width: 1023px) {
  /* line 411, app/assets/stylesheets/application.css.sass */
  .product_lines.show .small-tile a, .page.bijoux .small-tile a, .page.collections .small-tile a, .page.kids .small-tile a {
    font-size: 0.8em;
  }
}

/* line 444, app/assets/stylesheets/application.css.sass */
.product_lines.show .small-tile a i, .page.bijoux .small-tile a i, .page.collections .small-tile a i, .page.kids .small-tile a i {
  position: absolute;
  top: initial;
  left: initial;
  bottom: initial;
  right: initial;
  left: 18px;
  top: 16px;
  font-size: 2em;
}

/* line 1, app/assets/stylesheets/partials/_mixins.css.sass */
.product_lines.show .small-tile a:hover, .page.bijoux .small-tile a:hover, .page.collections .small-tile a:hover, .page.kids .small-tile a:hover {
  color: white;
  border-color: #c8703a;
  background-color: rgba(200, 112, 58, 0.5);
}

@media (max-width: 1023px) {
  /* line 411, app/assets/stylesheets/application.css.sass */
  .product_lines.show .small-tile a, .page.bijoux .small-tile a, .page.collections .small-tile a, .page.kids .small-tile a {
    color: white;
    border-color: #c8703a;
    background-color: rgba(200, 112, 58, 0.5);
  }
}

/* line 457, app/assets/stylesheets/application.css.sass */
.advices #content .primary-sidebar,
.avis #content .primary-sidebar {
  padding: 0;
}

/* line 459, app/assets/stylesheets/application.css.sass */
.advices #content .primary-sidebar .padder,
.avis #content .primary-sidebar .padder {
  padding: 0;
}

/* COOKIES MODAL */
/* line 464, app/assets/stylesheets/application.css.sass */
hr {
  margin: 10px 0;
  border-top-color: #d1d1d1;
}

/* MODAL */
/* line 469, app/assets/stylesheets/application.css.sass */
.container {
  padding-left: 0;
}

/* line 473, app/assets/stylesheets/application.css.sass */
#cookie_validation, #preferences, #return {
  color: white;
  border-radius: 4px !important;
  border: 0px;
}

/* line 478, app/assets/stylesheets/application.css.sass */
#cookie_validation {
  background: #4682B4;
  float: left;
}

/* line 483, app/assets/stylesheets/application.css.sass */
#preferences, #return {
  background: silver;
}

/* line 487, app/assets/stylesheets/application.css.sass */
.modal-body {
  color: grey;
}

/* line 491, app/assets/stylesheets/application.css.sass */
.preferences_content {
  text-align: center;
}

/* line 495, app/assets/stylesheets/application.css.sass */
.cookies_formulas {
  margin: 0 auto;
  justify-content: space-around;
  display: flex;
}

/* line 501, app/assets/stylesheets/application.css.sass */
.needed_cookies, .features_cookies, .full_cookies {
  padding: 5px;
  margin: 5px;
  background: #DCDCDC;
  border-radius: 10px;
  width: 33%;
}

/* line 509, app/assets/stylesheets/application.css.sass */
.highlight {
  background: #CCCCCC;
  outline: 5px auto #004c8c;
  outline-offset: -2px;
}

/* PROGRESS BAR */
/* line 517, app/assets/stylesheets/application.css.sass */
.progressbar_container {
  text-align: center;
}

/* line 520, app/assets/stylesheets/application.css.sass */
.progressbar {
  counter-reset: step;
  margin: 20px auto;
  justify-content: space-around;
  display: flex;
  padding: 0;
}

/* line 527, app/assets/stylesheets/application.css.sass */
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: lightgrey;
}

/* line 537, app/assets/stylesheets/application.css.sass */
.progressbar li:before {
  font-size: 25px;
  width: 50px;
  height: 50px;
  content: counter(step);
  counter-increment: step;
  line-height: 42px;
  border: 4px solid lightgrey;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

/* line 551, app/assets/stylesheets/application.css.sass */
.progressbar li:after {
  width: 100%;
  height: 4px;
  content: '';
  position: absolute;
  background-color: lightgrey;
  top: 22px;
  left: -66%;
  z-index: 1;
}

/* line 561, app/assets/stylesheets/application.css.sass */
.progressbar li:first-child:after {
  content: none;
}

/* line 564, app/assets/stylesheets/application.css.sass */
.progressbar li.active {
  color: #2682B4;
}

/* line 567, app/assets/stylesheets/application.css.sass */
.progressbar li.active:before {
  border-color: #4682B4;
}

/* line 570, app/assets/stylesheets/application.css.sass */
.progressbar li.active:after {
  background-color: #2682B4;
}

/* line 573, app/assets/stylesheets/application.css.sass */
.mobile {
  display: none;
}

/* line 576, app/assets/stylesheets/application.css.sass */
.collection-switch {
  padding: 10px 12px;
}

@media screen and (max-width: 768px) {
  /* line 580, app/assets/stylesheets/application.css.sass */
  .cookies_formulas {
    display: block;
  }
  /* line 584, app/assets/stylesheets/application.css.sass */
  .needed_cookies, .features_cookies, .full_cookies {
    margin: 5px 0;
    width: 100%;
  }
  /* line 589, app/assets/stylesheets/application.css.sass */
  #cookie_validation, #preferences, #return {
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  /* line 595, app/assets/stylesheets/application.css.sass */
  .progressbar li:after {
    display: none;
  }
  /* line 598, app/assets/stylesheets/application.css.sass */
  .desktop {
    display: none;
  }
  /* line 601, app/assets/stylesheets/application.css.sass */
  .mobile {
    display: block;
  }
}

/* line 604, app/assets/stylesheets/application.css.sass */
.collection {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 608, app/assets/stylesheets/application.css.sass */
.collection-description {
  font-size: 16px;
}

/* line 611, app/assets/stylesheets/application.css.sass */
.label-pending {
  background-color: #96B5C4;
}

/*
 * New 2020 jewel women/men/children pages
 */
/* line 617, app/assets/stylesheets/application.css.sass */
html {
  font-size: 12px;
}

@media (min-width: 480px) {
  /* line 617, app/assets/stylesheets/application.css.sass */
  html {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  /* line 617, app/assets/stylesheets/application.css.sass */
  html {
    font-size: 16px;
  }
}

/* line 626, app/assets/stylesheets/application.css.sass */
.home,
.homme,
.femme,
.enfant,
.page.bijoux {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  /* line 633, app/assets/stylesheets/application.css.sass */
  .home .primary-content,
.homme .primary-content,
.femme .primary-content,
.enfant .primary-content,
.page.bijoux .primary-content {
    margin: 0 !important;
  }
}

/* line 638, app/assets/stylesheets/application.css.sass */
.jewel__intro {
  margin-top: 40px;
  margin-bottom: 50px;
}

/* line 642, app/assets/stylesheets/application.css.sass */
.jewel__title {
  color: #333333 !important;
  font-size: 3rem !important;
  font-weight: 300;
}

/* line 647, app/assets/stylesheets/application.css.sass */
.jewel__presentation {
  margin-top: 30px;
  padding-left: 30px;
  border-left: 3px solid #f80010;
  font-size: 1.3rem;
}

/* line 653, app/assets/stylesheets/application.css.sass */
.jewel__big-image, .jewel__link-images {
  height: auto !important;
}

/* line 658, app/assets/stylesheets/application.css.sass */
.jewel-small__separator {
  margin-top: 100px !important;
  border: none;
}

/* line 662, app/assets/stylesheets/application.css.sass */
.jewel-small__item {
  position: relative;
}

/* line 665, app/assets/stylesheets/application.css.sass */
.jewel-small__item--mobile {
  display: none;
}

/* line 668, app/assets/stylesheets/application.css.sass */
.jewel-small__item--over {
  z-index: 1;
}

/* line 671, app/assets/stylesheets/application.css.sass */
.jewel-small__wording {
  background: #fcf7f0;
  position: relative;
  padding: 5rem;
}

/* line 677, app/assets/stylesheets/application.css.sass */
.jewel-small__markdown h1,
.jewel-small__markdown h2,
.jewel-small__markdown h3,
.jewel-small__markdown h4,
.jewel-small__markdown h5,
.jewel-small__markdown h6 {
  font-family: "Muli", "Helvetica", "Arial";
  text-transform: uppercase;
  line-height: 1.3;
}

/* line 687, app/assets/stylesheets/application.css.sass */
.jewel-small__markdown h1:after,
.jewel-small__markdown h2:after,
.jewel-small__markdown h3:after,
.jewel-small__markdown h4:after,
.jewel-small__markdown h5:after,
.jewel-small__markdown h6:after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 20%;
  height: 3px;
  background-color: #f80010;
}

/* line 695, app/assets/stylesheets/application.css.sass */
.jewel-small__markdown p {
  font-size: 1.15rem;
  line-height: 1.4;
}

/* line 699, app/assets/stylesheets/application.css.sass */
.jewel-small__markdown .btn, .jewel-small__markdown #fb-sign-in {
  background-color: transparent;
}

/* line 702, app/assets/stylesheets/application.css.sass */
.jewel-collection {
  height: auto !important;
  margin-top: 20px;
  margin-bottom: 20px !important;
}

/* line 707, app/assets/stylesheets/application.css.sass */
.jewel-collection__title {
  font-family: "Muli", "Helvetica", "Arial" !important;
}

/* line 710, app/assets/stylesheets/application.css.sass */
.jewel-collection__type {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 714, app/assets/stylesheets/application.css.sass */
.jewel-collection__name {
  display: block;
  color: #f80010;
  font-size: 2rem;
  font-weight: 100;
  margin: 10px 0 20px;
}

/* line 721, app/assets/stylesheets/application.css.sass */
.jewel-collection__btn {
  transition: all 0.15s ease-in-out;
  display: inline-block;
  height: auto !important;
  text-transform: uppercase;
  color: white;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 40px;
  border: 2px solid white;
  text-shadow: 0 0 1px #5C5859;
  box-shadow: 0 0 2px #DDDDDD;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

/* line 740, app/assets/stylesheets/application.css.sass */
.jewel-collection__btn:focus {
  color: white;
}

/* line 743, app/assets/stylesheets/application.css.sass */
.jewel-collection__link-image {
  display: block;
  height: 630px !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* line 750, app/assets/stylesheets/application.css.sass */
.jewel-collection__link-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(2, 0, 36, 0.2) 30%, transparent 100%);
}

/* line 759, app/assets/stylesheets/application.css.sass */
.jewel-collection__link-image:after {
  content: "";
  transition: all 0.15s ease-in-out;
  background: white;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 770, app/assets/stylesheets/application.css.sass */
.jewel-collection__link-image:hover:after {
  opacity: .2;
}

/* line 775, app/assets/stylesheets/application.css.sass */
.jewel-collection__link-image:hover .jewel-collection__btn, .jewel-collection__link-image:focus .jewel-collection__btn {
  color: white;
  bottom: 40px;
}

/* line 780, app/assets/stylesheets/application.css.sass */
.jewel-collection__link-imageactive .jewel-collection__btn {
  box-shadow: none;
  text-shadow: none;
}

/* line 785, app/assets/stylesheets/application.css.sass */
.pagination > li > a,
.pagination > li > span {
  color: black;
}

/* line 789, app/assets/stylesheets/application.css.sass */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: black;
}

/* line 793, app/assets/stylesheets/application.css.sass */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: black;
  border-color: black;
}

@media (max-width: 1023px) {
  /* line 809, app/assets/stylesheets/application.css.sass */
  .home .primary-content,
.bijoux .primary-content,
.homme .primary-content,
.femme .primary-content,
.enfant .primary-content,
.product_lines.index .primary-content {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 814, app/assets/stylesheets/application.css.sass */
  .jewel__title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 818, app/assets/stylesheets/application.css.sass */
  .jewel__big-image {
    margin-left: -60px;
    margin-right: -60px;
  }
  /* line 822, app/assets/stylesheets/application.css.sass */
  .jewel-small {
    margin-bottom: 0 !important;
    overflow: visible !important;
  }
  /* line 826, app/assets/stylesheets/application.css.sass */
  .jewel-small--odd .jewel-small__item--over {
    margin: -70px -15px -40px 40px !important;
  }
  /* line 829, app/assets/stylesheets/application.css.sass */
  .jewel-small--odd .jewel-small__item--under {
    margin-right: 30px;
  }
  /* line 832, app/assets/stylesheets/application.css.sass */
  .jewel-small--even .jewel-small__item--over {
    margin: -70px 40px -40px -15px !important;
  }
  /* line 835, app/assets/stylesheets/application.css.sass */
  .jewel-small--even .jewel-small__item--under {
    margin-left: 30px;
  }
  /* line 839, app/assets/stylesheets/application.css.sass */
  .jewel-small__item--not-mobile {
    display: none;
  }
  /* line 842, app/assets/stylesheets/application.css.sass */
  .jewel-small__item--mobile {
    display: block;
    z-index: 1;
  }
  /* line 846, app/assets/stylesheets/application.css.sass */
  .jewel-small__img {
    width: 100%;
  }
  /* line 850, app/assets/stylesheets/application.css.sass */
  .jewel-collection__link-image {
    height: 480px !important;
  }
  /* line 853, app/assets/stylesheets/application.css.sass */
  .jewel-collection__desc {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 858, app/assets/stylesheets/application.css.sass */
  .collections__col:not(:first-child) {
    margin-top: 3rem;
  }
}

@media (max-width: 419px) {
  /* line 863, app/assets/stylesheets/application.css.sass */
  .jewel__intro {
    margin-bottom: 30px;
  }
  /* line 866, app/assets/stylesheets/application.css.sass */
  .jewel__intro, .jewel__presentation {
    margin-top: 20px;
  }
  /* line 870, app/assets/stylesheets/application.css.sass */
  .jewel-collection {
    margin-top: 10px;
  }
  /* line 873, app/assets/stylesheets/application.css.sass */
  .jewel-collection__title {
    margin-bottom: 0 !important;
  }
  /* line 876, app/assets/stylesheets/application.css.sass */
  .jewel-collection__name {
    margin: 5px 0 10px !important;
  }
  /* line 879, app/assets/stylesheets/application.css.sass */
  .jewel-collection__link-image {
    height: 350px !important;
  }
  /* line 882, app/assets/stylesheets/application.css.sass */
  .jewel-collection__btn {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0 !important;
  }
  /* line 888, app/assets/stylesheets/application.css.sass */
  .jewel-small__wording {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  /* line 893, app/assets/stylesheets/application.css.sass */
  .jewel__big-image {
    margin-bottom: 0 !important;
  }
  /* line 896, app/assets/stylesheets/application.css.sass */
  .jewel-small {
    overflow: visible !important;
    height: 340px !important;
    margin-bottom: 80px !important;
  }
  /* line 901, app/assets/stylesheets/application.css.sass */
  .jewel-small--odd .jewel-small__item--over {
    top: -40px;
    left: 40px;
  }
  /* line 905, app/assets/stylesheets/application.css.sass */
  .jewel-small--odd .jewel-small__item--under {
    bottom: -40px;
    right: 40px;
  }
  /* line 909, app/assets/stylesheets/application.css.sass */
  .jewel-small--even .jewel-small__item--over {
    top: -40px;
    right: 40px;
  }
  /* line 913, app/assets/stylesheets/application.css.sass */
  .jewel-small--even .jewel-small__item--under {
    bottom: -40px;
    left: 40px;
  }
  /* line 917, app/assets/stylesheets/application.css.sass */
  .jewel-small__wording, .jewel-small__img-wrapper {
    height: 100%;
    overflow: hidden;
  }
  /* line 922, app/assets/stylesheets/application.css.sass */
  .jewel-small__wording {
    padding: 3rem;
  }
  /* line 925, app/assets/stylesheets/application.css.sass */
  .jewel-small__img {
    min-height: 100%;
    max-width: none !important;
    text-align: center;
  }
  /* line 932, app/assets/stylesheets/application.css.sass */
  .jewel-small__markdown {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 60%;
  }
  /* line 940, app/assets/stylesheets/application.css.sass */
  .collections__row {
    display: flex;
  }
  /* line 943, app/assets/stylesheets/application.css.sass */
  .collections__col {
    flex: 1 0 0%;
  }
  /* line 946, app/assets/stylesheets/application.css.sass */
  .collections__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 953, app/assets/stylesheets/application.css.sass */
  .jewel__link-images .col-md-4 .jewel-collection__btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 958, app/assets/stylesheets/application.css.sass */
  .jewel-collection__link-image {
    height: 480px !important;
  }
  /* line 961, app/assets/stylesheets/application.css.sass */
  .jewel-collection__btn {
    margin-bottom: 0 !important;
  }
  /* line 965, app/assets/stylesheets/application.css.sass */
  .jewel-small__markdown {
    min-width: 70%;
  }
}

@media (min-width: 1024px) {
  /* line 969, app/assets/stylesheets/application.css.sass */
  .jewel-small {
    height: 400px !important;
  }
}
