/* -------------------------------------------------------------------------------------------------

It's *strongly* suggested that you don't modify this file.  Instead, load a new stylesheet after
this one in your layouts (eg formtastic_changes.css) and override the styles to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

This stylesheet forms part of the Formtastic Rails Plugin
(c) 2008-2011 Justin French

--------------------------------------------------------------------------------------------------*/

/* NORMALIZE AND RESET - obviously inspired by Yahoo's reset.css, but scoped to just .formtastic
--------------------------------------------------------------------------------------------------*/

.formtastic,
.formtastic ul,
.formtastic ol,
.formtastic li,
.formtastic fieldset,
.formtastic legend,
.formtastic input,
.formtastic button,
.formtastic textarea,
.formtastic select,
.formtastic p {
  margin:0;
  padding:0;
}

.formtastic fieldset {
  border:0;
}

.formtastic em,
.formtastic strong {
  font-style:normal;
  font-weight:normal;
}

.formtastic ol,
.formtastic ul {
  list-style:none;
}

.formtastic abbr,
.formtastic acronym {
  border:0;
  font-variant:normal;
}

.formtastic input,
.formtastic button,
.formtastic textarea {
  font-family:sans-serif;
  font-size:inherit;
  font-weight:inherit;
}

.formtastic input,
.formtastic textarea,
.formtastic select {
  font-size:100%;
}

.formtastic legend {
  white-space:normal;
  color:#000;
}


/* SEMANTIC ERRORS
--------------------------------------------------------------------------------------------------*/
.formtastic .errors {
  color:#cc0000;
  margin:0.5em 0 1.5em 25%;
  list-style:square;
}

.formtastic .errors li {
  padding:0;
  border:none;
  display:list-item;
}


/* BUTTONS & ACTIONS
--------------------------------------------------------------------------------------------------*/
.formtastic .buttons, 
.formtastic .actions {
  overflow:hidden; /* clear containing floats */
  padding-left:25%;
}

.formtastic .button, 
.formtastic .action {
  float:left;
  padding-right:0.5em;
}

.formtastic .button_action button {
  padding:3px 8px;
}

.formtastic .link_action a {
  display:block;
  padding:3px 0;
}


/* INPUTS
--------------------------------------------------------------------------------------------------*/
.formtastic .inputs {
  overflow:hidden; /* clear containing floats */
}

.formtastic .input {
  overflow:hidden; /* clear containing floats */
  padding:0.5em 0; /* padding and negative margin juggling is for Firefox */
  margin-top:-0.5em;
  margin-bottom:1em;
}


/* LEFT ALIGNED LABELS
--------------------------------------------------------------------------------------------------*/
.formtastic .input .label {
  display:block;
  width:25%;
  float:left;
  padding-top:.2em;
}

.formtastic .fragments .label,
.formtastic .choices .label {
  position:absolute;
  width:95%;
  left:0px;
}

.formtastic .fragments .label label,
.formtastic .choices .label label {
  position:absolute;
}

/* NESTED FIELDSETS AND LEGENDS (radio, check boxes and date/time inputs use nested fieldsets)
--------------------------------------------------------------------------------------------------*/
.formtastic .choices {
  position:relative;
}

.formtastic .choices-group {
  float:left;
  width:74%;
  margin:0;
  padding:0 0 0 25%;
}

.formtastic .choice {
  padding:0;
  border:0;
}


/* INLINE HINTS
--------------------------------------------------------------------------------------------------*/
.formtastic .input .inline-hints {
  color:#666;
  margin:0.5em 0 0 25%;
}


/* INLINE ERRORS
--------------------------------------------------------------------------------------------------*/
.formtastic .inline-errors {
  color:#cc0000;
  margin:0.5em 0 0 25%;
}

.formtastic .errors {
  color:#cc0000;
  margin:0.5em 0 0 25%;
  list-style:square;
}

.formtastic .errors li {
  padding:0;
  border:none;
  display:list-item;
}


/* STRING, NUMERIC, PASSWORD, EMAIL, URL, PHONE, SEARCH (ETC) OVERRIDES
--------------------------------------------------------------------------------------------------*/
.formtastic .stringish input {
  width:72%;
}

.formtastic .stringish input[size],
.formtastic .stringish input[max] {
  width:auto;
  max-width:72%;
}


/* TEXTAREA OVERRIDES
--------------------------------------------------------------------------------------------------*/
.formtastic .text textarea {
  width:72%;
}

.formtastic .text textarea[cols] {
  width:auto;
  max-width:72%;
}


/* HIDDEN OVERRIDES
--------------------------------------------------------------------------------------------------*/
.formtastic .hidden {
  display:none;
}


/* BOOLEAN LABELS
--------------------------------------------------------------------------------------------------*/
.formtastic .boolean label {
  padding-left:25%;
  display:block;
}


/* CHOICE GROUPS
--------------------------------------------------------------------------------------------------*/
.formtastic .choices-group {
  margin-bottom:-0.5em;
}

.formtastic .choice {
  margin:0.1em 0 0.5em 0;
}

.formtastic .choice label {
  float:none;
  width:100%;
  line-height:100%;
  padding-top:0;
  margin-bottom:0.6em;
}


/* ADJUSTMENTS FOR INPUTS INSIDE LABELS (boolean input, radio input, check_boxes input)
--------------------------------------------------------------------------------------------------*/
.formtastic .choice label input,
.formtastic .boolean label input {
  margin:0 0.3em 0 0.1em;
  line-height:100%;
}


/* FRAGMENTED INPUTS (DATE/TIME/DATETIME)
--------------------------------------------------------------------------------------------------*/
.formtastic .fragments {
  position:relative;
}

.formtastic .fragments-group {
  float:left;
  width:74%;
  margin:0;
  padding:0 0 0 25%;
}

.formtastic .fragment {
  float:left;
  width:auto;
  margin:0 .3em 0 0;
  padding:0;
  border:0;
}

.formtastic .fragment label {
  display:none;
}

.formtastic .fragment label input {
  display:inline;
  margin:0;
  padding:0;
}

@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

/* line 110, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

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

/* line 302, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

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

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

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

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

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

/* line 387, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
  src: url("/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}

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

/* line 48, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

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

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

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

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

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

/* line 141, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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: normal;
  line-height: 1;
  color: #EFF0F3;
}

/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
/* line 30, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
/* line 41, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 41px;
}

/* line 48, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 34px;
}

/* line 49, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 28px;
}

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 20px;
}

/* line 51, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 58, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 11px;
}

/* line 62, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 87%;
}

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

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

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

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

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

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

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

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

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

/* line 102, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #EFF0F3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 138, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
/* line 153, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

/* line 173, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 193, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

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

/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #EFF0F3;
}

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

/* line 241, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
/* line 250, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #EFF0F3;
}
/* line 265, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}

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

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

/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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-left: 15px;
  padding-right: 15px;
}

/* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66666667%;
}

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

/* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66666667%;
}

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

/* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66666667%;
}

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

/* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66666667%;
}

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

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

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

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

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

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

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

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

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

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

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

/* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

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

/* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

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

/* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

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

/* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

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

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

/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

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

@media (min-width: 768px) {
  /* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #EFF0F3;
  text-align: left;
}

/* line 15, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
/* line 31, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 41, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 57, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 62, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 88, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 94, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 101, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

/* line 125, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

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

/* line 9, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

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

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

/* line 9, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

/* line 171, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  /* line 171, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

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

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

/* line 47, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 59, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

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

/* line 70, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 83, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
}

/* line 114, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  /* line 197, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 33px;
  }
  /* line 202, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}
/* line 215, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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-left: -20px;
  margin-top: 4px \9;
}

/* line 248, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

/* line 264, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

/* line 285, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
/* line 315, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

/* line 333, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
/* line 344, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

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

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

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

/* line 359, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 366, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
/* line 370, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

/* line 388, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

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

/* line 410, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 417, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 8, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
/* line 442, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  /* line 478, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
/* line 575, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  /* line 611, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

/* line 9, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/* line 68, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .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 37, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .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 37, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 101, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #EFF0F3;
  text-decoration: none;
}

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

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

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

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

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

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

/* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

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

/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

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

/* line 31, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 54, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

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

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

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

/* line 123, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 128, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #EFF0F3;
  white-space: nowrap;
}

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

/* line 173, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
/* line 193, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 207, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

/* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 145, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

/* line 201, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

/* line 77, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
/* line 94, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
/* line 101, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

/* line 135, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #EFF0F3;
}
/* line 34, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #EFF0F3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
/* line 59, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 108, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 128, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  /* line 138, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
/* line 170, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 175, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  /* line 180, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 206, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 211, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 217, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 193, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7px -15px;
}
/* line 235, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  /* line 243, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 251, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 255, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  /* line 257, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 232, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/* line 286, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  /* line 478, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 298, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 286, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 327, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
/* line 346, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
/* line 349, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  /* line 359, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 379, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 382, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 397, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 401, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 403, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 410, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 415, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 418, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 425, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 433, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 444, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 448, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 453, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 462, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  /* line 473, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 482, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 490, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 506, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 508, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 513, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 515, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 521, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 531, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 535, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: white;
}
/* line 537, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 544, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: white;
}
/* line 549, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
/* line 552, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 559, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 567, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 577, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 579, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 583, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 588, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 596, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 607, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  /* line 615, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 622, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 630, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 641, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: white;
}
/* line 643, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 648, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: white;
}
/* line 650, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 656, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 25, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #EFF0F3;
}

/* line 4, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
/* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 52, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
/* line 64, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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: #EFF0F3;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
/* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
/* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #EFF0F3;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #EFF0F3;
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #d2d5dd;
}

/* line 48, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #EFF0F3;
  border-radius: 10px;
}
/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 28, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 26, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 46, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 55, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #EFF0F3;
  cursor: not-allowed;
}
/* line 78, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 81, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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: #EFF0F3;
}
/* line 87, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 96, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 101, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 4, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
/* line 39, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 22px;
}
/* line 226, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 97, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 21, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 36, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 52, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 59, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 66, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 73, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 80, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 87, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 94, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 6, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 28, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 29, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 30, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 61, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 77, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 85, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 100, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 107, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 116, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 123, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 112, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 119, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 128, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
/* line 138, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
/* line 158, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 185, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 207, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 229, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/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 249, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 260, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 267, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
/* line 27, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

/* line 28, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* line 30, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

/* line 39, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 54, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

/* line 56, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
/* line 58, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* line 63, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
/* line 65, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 75, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
/* line 77, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

/* line 83, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
/* line 85, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

/* line 94, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

/* line 96, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 103, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

/* line 110, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

/* line 119, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

/* line 122, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

/* line 125, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 136, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
/* line 147, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

/* line 152, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

/* line 154, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
/* line 156, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 165, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
/* line 168, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

/* line 170, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

/* line 176, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

/* line 182, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 188, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

/* line 194, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

/* line 200, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 211, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

/* line 213, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
/* line 224, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

/* line 237, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 243, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

/* line 245, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
/* line 248, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
/* line 251, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
/* line 255, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
/* line 258, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

/* line 260, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* line 265, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

/* line 267, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

/* line 269, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
/* line 275, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
/* line 285, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* line 297, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
/* line 335, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 337, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

/* line 340, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* line 347, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 352, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 357, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

/* line 361, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* line 367, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

/* line 376, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

/* line 385, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

/* line 394, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

/* line 403, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

/* line 412, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

/* line 417, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
/* line 425, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 427, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 429, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 431, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 434, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 436, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

/* line 438, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

/* line 440, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
/* line 448, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 455, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 462, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

/* line 471, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 473, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 476, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

/* line 478, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

/* line 480, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

/* line 482, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
/* line 487, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 492, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 497, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 499, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 502, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

/* line 504, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

/* line 506, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

/* line 508, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
/* line 516, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 523, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 530, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

/* line 537, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

/* line 544, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 546, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 549, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

/* line 551, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

/* line 553, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

/* line 555, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
/* line 560, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 565, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 570, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 572, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 575, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

/* line 577, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

/* line 579, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

/* line 581, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
/* line 589, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 591, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

/* line 594, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

/* line 597, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
/* line 607, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 609, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 611, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 613, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 616, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

/* line 618, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

/* line 620, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

/* line 622, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
/* line 630, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 632, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

/* line 637, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

/* line 645, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

/* line 650, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

/* line 658, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

/* line 667, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

/* line 672, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

/* line 681, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

/* line 689, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

/* line 691, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

/* line 693, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

/* line 695, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
/* line 700, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 703, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

/* line 705, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 708, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 713, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

/* line 715, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

/* line 717, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

/* line 719, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
/* line 724, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

/* line 727, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

/* line 735, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 743, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

/* line 750, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

/* line 752, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

/* line 754, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

/* line 756, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
/* line 761, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

/* line 765, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

/* line 767, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

/* line 769, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

/* line 771, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
/* line 779, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* line 792, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
/* line 808, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

/* line 811, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

/* line 814, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 820, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 825, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

/* line 832, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

/* line 841, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

/* line 844, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

/* line 852, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

/* line 859, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 861, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 863, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 865, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
/* line 870, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

/* line 875, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 877, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 879, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 881, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 883, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
/* line 891, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

/* line 897, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 902, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 905, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

/* line 908, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

/* line 911, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

/* line 917, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 930, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* line 933, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

/* line 938, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

/* line 944, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

/* line 949, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 951, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 953, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 955, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 957, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
/* line 962, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

/* line 964, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

/* line 966, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

/* line 968, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* line 970, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

/* line 975, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

/* line 980, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 982, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 984, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 986, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 988, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
/* line 996, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

/* line 1002, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
/* line 1011, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

/* line 1017, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* line 1020, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

/* line 1023, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

/* line 1026, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/* line 1031, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
/* line 1040, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

/* line 1045, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
/* line 1057, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1063, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

/* line 1066, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

/* line 1075, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

/* line 1082, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

/* line 1090, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1092, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1094, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1096, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
/* line 1101, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1103, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1105, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1108, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1110, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1112, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1114, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1116, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
/* line 1124, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1134, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1150, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1166, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

/* line 1177, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 1181, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 1185, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 1189, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
/* line 1196, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1200, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1204, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1211, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1215, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 1219, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 1223, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 1227, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
/* line 1234, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1244, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
/* line 1249, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 1251, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 1253, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 1255, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1257, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1260, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 1262, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 1264, /tmp/build_0c044d0e/app/assets/stylesheets/jquery.mCustomScrollbar.css */
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/* Magnific Popup CSS */
/* line 2, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 86, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 146, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 204, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 213, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 258, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 279, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 307, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 309, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 312, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 315, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 323, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 340, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 343, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 346, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 349, /tmp/build_0c044d0e/app/assets/stylesheets/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 195, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 201, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 210, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 216, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 219, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 222, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 226, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 230, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 234, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 238, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 241, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 245, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 249, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 252, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 259, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 263, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 266, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 269, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 272, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 274, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 276, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 279, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 282, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 285, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 288, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 292, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 296, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 301, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 311, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 313, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 316, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 321, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 323, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 339, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 351, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 354, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 363, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 365, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 368, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 372, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 382, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 392, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 398, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 400, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 404, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 406, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 415, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 421, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 424, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 429, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 433, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 436, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 441, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 446, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 450, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 454, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 458, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 461, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 464, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 468, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 471, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 474, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 478, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 483, /tmp/build_0c044d0e/app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-inline {
  width: 220px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-rtl {
  direction: rtl;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.new, .datepicker table tr td.old {
  color: #999;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
  background-color: #fbf069\9;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
  background-color: grey;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
  background-color: #666 \9;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #04c;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
  background-color: #039 \9;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #04c);
  background-image: -ms-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  background-color: #039 \9;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #999;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.input-append.date .add-on, .input-prepend.date .add-on {
  cursor: pointer;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.input-append.date .add-on i, .input-prepend.date .add-on i {
  margin-top: 3px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.input-daterange input {
  text-align: center;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/bootstrap-datepicker.min.css */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* Slider */
/* line 2, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, /tmp/build_0c044d0e/app/assets/stylesheets/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 77, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/* line 110, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 151, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 230, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 285, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 354, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 415, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 488, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 569, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
/* line 662, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 723, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 822, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 905, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 986, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1067, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1148, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 1193, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1240, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1273, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1306, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1351, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 1376, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1409, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1442, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1475, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1508, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1541, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1574, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1607, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1640, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1694, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1723, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1752, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1781, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1810, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1839, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1868, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1897, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1992, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 2065, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 2138, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 2183, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 2230, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 2287, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2318, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2361, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2402, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2443, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2484, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* line 2525, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2562, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2599, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2636, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2673, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2710, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2787, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 2846, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 2881, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2912, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2941, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2982, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3023, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3064, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3105, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
/* line 3142, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3187, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 3224, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 3261, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3306, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3337, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3368, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3399, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 3430, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 3461, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 3492, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 3523, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 3554, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 3559, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 3566, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 3571, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 3576, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 3581, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 3586, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 3591, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* line 3596, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 3601, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 3606, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 3611, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  /* line 3617, /tmp/build_0c044d0e/app/assets/stylesheets/animate.css */
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/font-awesome/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0");
  src: url("/assets/font-awesome/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0#iefix") format("embedded-opentype"), url("/assets/font-awesome/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7.0") format("woff2"), url("/assets/font-awesome/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff?v=4.7.0") format("woff"), url("/assets/font-awesome/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf?v=4.7.0") format("truetype"), url("/assets/font-awesome/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

/* line 3, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
/* line 8, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
/* line 16, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 20, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 21, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 22, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 23, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 24, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 27, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 28, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 29, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 30, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 31, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 32, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 35, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 36, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 39, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 40, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 41, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 42, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 43, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 44, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 45, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 46, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 47, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 48, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 49, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 50, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 51, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 52, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 53, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 54, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 55, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 56, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 57, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 58, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 59, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 60, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 61, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 62, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 63, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 64, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 67, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 68, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 72, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 73, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 74, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 75, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 78, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 79, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 80, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 81, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 82, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 83, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 84, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 85, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 86, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 87, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 88, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 89, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 90, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 91, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 92, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 93, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 94, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 95, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 96, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 97, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 98, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 99, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 100, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 101, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 102, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 103, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 104, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 105, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 106, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 109, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 110, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 111, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 112, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 113, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 114, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 115, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 116, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 117, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 118, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 119, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 122, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 123, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 124, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 125, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 126, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 127, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 128, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 129, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 130, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 131, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 132, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 133, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 134, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 137, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 138, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 139, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 140, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 143, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 146, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 147, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 148, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 149, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 150, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 151, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 152, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 153, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 154, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 155, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 156, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 157, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 158, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 159, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 160, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 161, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 164, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 165, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 166, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 169, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 170, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 171, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 172, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 173, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 174, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 175, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 176, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 181, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 182, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 183, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 184, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 185, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 186, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 191, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 192, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 197, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 200, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 204, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 205, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 206, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 207, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 208, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 209, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 210, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 211, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 212, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 213, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 214, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 215, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 216, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 217, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 218, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 219, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 220, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 227, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 228, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 235, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 236, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 239, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 240, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 243, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 244, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 245, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 246, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 247, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 248, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 249, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 250, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 251, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 252, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 253, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 254, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 255, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 256, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 257, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 258, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 259, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 260, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 261, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 262, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 263, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 264, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 265, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 266, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 267, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 268, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 269, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 270, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 271, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 272, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 275, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 276, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 277, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 278, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 279, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 282, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 283, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 284, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 285, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 286, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 287, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 288, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 289, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 290, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 291, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 292, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 293, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 299, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 300, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 301, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 304, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 305, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 306, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 307, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 308, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 309, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 310, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 311, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 312, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 313, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 314, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 316, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 317, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 322, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 323, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 324, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 325, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 326, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 327, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 328, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 329, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 330, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 331, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 332, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 333, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 334, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 335, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 336, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 337, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 338, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 339, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 340, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 349, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 365, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 366, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 373, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 374, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 375, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 376, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 377, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 378, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 379, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 380, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 381, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 382, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 383, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 384, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 385, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 386, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 387, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 388, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 389, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 390, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 391, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 392, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 393, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 394, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 395, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 396, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 397, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 398, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 399, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 400, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 401, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 402, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 405, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 406, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 407, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 408, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 409, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 410, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 411, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 412, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 413, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 418, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 419, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 420, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 423, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 424, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 425, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 426, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 427, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 428, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 434, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 435, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 436, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 437, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 439, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 440, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 441, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 444, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 445, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 446, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 447, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 448, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 449, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 450, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 451, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 452, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 453, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 454, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 455, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 456, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 457, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 458, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 463, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 464, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 465, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 466, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 467, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 468, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 469, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 470, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 481, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 482, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 483, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 484, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 490, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 496, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 497, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 501, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 502, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 509, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 510, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 511, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 512, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 513, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 514, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 515, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 516, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 519, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 520, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 521, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 522, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 523, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 524, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 525, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 526, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 527, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 528, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 529, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 530, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 531, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 532, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 533, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 534, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 535, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 536, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 537, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 538, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 539, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 540, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 541, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 542, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 543, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 544, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 545, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 546, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 547, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 548, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 549, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 550, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 551, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 552, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 553, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 554, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 555, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 559, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 560, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 561, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 562, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 563, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 564, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 565, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 567, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 568, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 569, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 571, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 572, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 573, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 574, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 575, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 576, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 577, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 578, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 579, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 582, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 583, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 584, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 585, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 586, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 589, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 590, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 591, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 592, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 593, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 594, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 595, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 596, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 599, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 600, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 601, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 602, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 605, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 606, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 607, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 610, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 612, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 614, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 616, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 618, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 619, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 620, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 621, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 622, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 623, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 624, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 625, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 626, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 627, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 628, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 629, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 631, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 633, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 635, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 636, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 638, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 640, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 641, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 642, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 643, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 644, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 645, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 646, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 647, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 648, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 649, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 650, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 651, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 652, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 653, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 654, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 655, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 656, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 657, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 658, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 659, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 660, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 662, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 663, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 664, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 665, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 666, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 667, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 668, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 669, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 670, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 671, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 672, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 673, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 674, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 675, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 676, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 677, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 678, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 679, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 680, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 681, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 682, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 683, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 684, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 685, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 686, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 687, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 688, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 689, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 690, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 691, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 692, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 693, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 694, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 695, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 696, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 697, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 698, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 699, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 700, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 701, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 702, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 703, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 704, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 705, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 706, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 707, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 708, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 709, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 710, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 711, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 712, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 714, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 717, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 718, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 719, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 721, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 722, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 723, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 724, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 725, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 726, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 727, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 728, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 729, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 730, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 731, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 733, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 735, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 736, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 737, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 738, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 739, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 740, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 741, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 743, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 745, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 746, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 747, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 748, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 749, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 751, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 753, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 754, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 755, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 756, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 759, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 761, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 763, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 765, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 767, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 768, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 771, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 772, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 773, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 774, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 775, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 777, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 779, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 780, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 781, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 782, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 783, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 784, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 785, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 786, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 787, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 788, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 789, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, /tmp/build_0c044d0e/vendor/bundle/ruby/2.6.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("icomoon/fonts//icomoon.eot?6zb4jd");
  src: url("icomoon/fonts//icomoon.eot?6zb4jd#iefix") format("embedded-opentype"), url("icomoon/fonts//icomoon.ttf?6zb4jd") format("truetype"), url("icomoon/fonts//icomoon.woff?6zb4jd") format("woff"), url("icomoon/fonts//icomoon.svg?6zb4jd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 15, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
}

/* line 33, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-map-and-flag:before {
  content: "";
}

/* line 38, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-help:before {
  content: "";
}

/* line 43, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-media:before {
  content: "";
}

/* line 48, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-drag:before {
  content: "";
}

/* line 53, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-caret-down:before {
  content: "";
}

/* line 58, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-caret-up:before {
  content: "";
}

/* line 63, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-download1:before {
  content: "";
}

/* line 68, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-caret:before {
  content: "";
}

/* line 73, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-search:before {
  content: "";
}

/* line 78, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-checkmark:before {
  content: "";
}

/* line 83, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-close:before {
  content: "";
}

/* line 88, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-delete:before {
  content: "";
}

/* line 93, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-download:before {
  content: "";
}

/* line 98, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-favorite:before {
  content: "";
}

/* line 103, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-favorite-full:before {
  content: "";
}

/* line 108, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-folder:before {
  content: "";
}

/* line 113, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-lock:before {
  content: "";
}

/* line 118, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-plus:before {
  content: "";
}

/* line 123, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-plus-circle:before {
  content: "";
}

/* line 128, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-upload:before {
  content: "";
}

/* line 133, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-arrow-left:before {
  content: "";
}

/* line 138, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-arrow-right:before {
  content: "";
}

/* line 143, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-button-left:before {
  content: "";
}

/* line 148, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-edit-pencil:before {
  content: "";
}

/* line 153, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-copy:before {
  content: "";
}

/* line 158, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-share:before {
  content: "";
}

/* line 163, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-light-bulb:before {
  content: "";
}

/* line 168, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-link:before {
  content: "";
}

/* line 173, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-comment:before {
  content: "";
}

/* line 178, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-send:before {
  content: "";
}

/* line 183, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-add-comment:before {
  content: "";
}

/* line 188, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-alert:before {
  content: "";
}

/* line 193, /tmp/build_0c044d0e/app/assets/stylesheets/icomoon/css/icomoon.scss */
.icon-setting:before {
  content: "";
}

/* line 2, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
html.full {
  height: 100%;
}
/* line 4, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
html.full body {
  height: 100%;
  min-height: 0;
}

/* line 8, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body {
  background: #fff;
  font-family: "Open Sans";
  min-height: 100vh;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 15, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body.overflow {
  overflow: hidden;
}
/* line 18, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body.mfp-zoom-out-cur nav.navbar {
  z-index: 1041 !important;
}
/* line 21, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Montserrat";
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/* line 26, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body a {
  cursor: pointer;
}
/* line 28, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body a:hover {
  text-decoration: none;
}
/* line 30, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body a:focus {
  outline: none;
}
/* line 33, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body h2.section-title {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 40, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .b {
  font-weight: bold;
}
/* line 42, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .font-medium {
  font-weight: 500;
}
/* line 44, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .font-semibold {
  font-weight: 600;
}
/* line 46, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .font-sm {
  font-size: 12px;
}
/* line 48, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .border-top {
  border-top: 1px solid #ddd;
}
/* line 50, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .border-left {
  border-left: 1px solid #ddd;
}
/* line 52, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .border-bottom {
  border-bottom: 1px solid #ddd;
}
/* line 54, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .uppercase {
  text-transform: uppercase;
}
/* line 56, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .width-full {
  width: 100%;
}
/* line 58, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .width-sm {
  min-width: 130px;
}
/* line 60, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .width-md {
  min-width: 150px;
}
/* line 62, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .width-xmd {
  min-width: 180px;
}
/* line 64, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .width-lg {
  min-width: 230px;
}
/* line 66, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .max-width-md {
  max-width: 415px;
}
/* line 68, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .max-width-lg {
  max-width: 600px;
}
/* line 70, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .no-transform {
  text-transform: none;
}
/* line 72, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .text-lowercase {
  text-transform: lowercase !important;
}
/* line 74, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .text-capitalize {
  text-transform: capitalize !important;
}
/* line 76, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
/* line 79, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .disabled:not([data-toggle='tooltip']) {
  pointer-events: none;
}
/* line 81, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body [disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body [disabled]:not([data-toggle='tooltip']) {
  pointer-events: none;
}
/* line 86, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .display-none {
  display: none;
}
/* line 88, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .display-inline-block {
  display: inline-block;
}
/* line 90, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .display-block {
  display: block;
}
/* line 92, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 94, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 96, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 98, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* line 100, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* line 102, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
/* line 104, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 106, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .word-wrap {
  word-break: break-word;
}
/* line 108, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .word-wrap-all {
  word-break: break-all;
}
/* line 110, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .word-break {
  word-break: break-all;
}
/* line 112, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .nowrap {
  white-space: nowrap;
}
/* line 114, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .text-wrap {
  white-space: normal;
}
/* line 116, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .overflow-x {
  overflow-x: hidden;
}
/* line 118, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .list-unstyled {
  list-style-type: none;
  padding: 0;
}
/* line 121, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .v-middle {
  vertical-align: middle;
}
/* line 123, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .text-left {
  text-align: left !important;
}
/* line 125, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .font-italic {
  font-style: italic;
}
/* line 127, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .bg-white {
  background: #fff;
}
/* line 129, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .bg-blue {
  background: #1D5EA4;
}
/* line 131, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .color-blue {
  color: #1D5EA4;
}
/* line 133, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .bg-gray-light {
  background: #EFF0F3;
}
/* line 135, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .bg-blue-light {
  background: #F6F7FA;
}
/* line 137, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .bulleted {
  position: relative;
  padding-left: 20px;
}
/* line 140, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body .bulleted:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #333;
  border-radius: 50%;
}
/* line 151, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body button:focus, body button:active {
  outline: none !important;
}
/* line 154, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body header {
  background: #fff;
}
/* line 158, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body header .container h2 {
  margin: 0;
  padding: 30px 0;
  color: #000;
  font-family: "Montserrat";
  text-align: center;
  text-transform: uppercase;
}
/* line 168, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body section#notices {
  background: #fff;
}
/* line 170, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body section#notices.transparent {
  background: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9;
  width: 100%;
}
/* line 175, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body section#notices .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 178, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body section#notices .container .alert {
  margin-bottom: 0;
}
/* line 182, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body section#content {
  padding-bottom: 40px;
  background: #FFF;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 189, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body section#content .container .row .col-xs-12 #main-content {
  background: #fff;
  padding-bottom: 24px;
}
/* line 195, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body section#content .container .row .col-xs-12 #main-content h3 {
  margin-bottom: 24px;
}
/* line 197, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body section#content .container .row .col-xs-12 #main-content h4 {
  margin-bottom: 18px;
}
/* line 199, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body section#content .container .row .col-xs-12 #main-content .pad-left {
  padding-left: 24px;
}
/* line 201, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body section#content .container .row .col-xs-12 #main-content .pad-right {
  padding-right: 24px;
}
/* line 204, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body table#pricing {
  width: 100%;
  border: 1px solid #52c8ff;
}
/* line 207, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body table#pricing h3, body table#pricing h4 {
  margin: 0;
  color: #fff;
}
/* line 210, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body table#pricing thead {
  background: #003852;
  font-family: "Montserrat";
}
/* line 213, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body table#pricing thead h3 {
  padding: 42px;
  font-size: 48px;
}
/* line 216, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body table#pricing thead h3 small {
  font-style: italic;
  color: inherit;
}
/* line 220, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body table#pricing tbody h4 {
  padding: 24px 0;
  font-weight: bold;
  text-transform: small-caps;
}
/* line 224, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body table#pricing tfoot {
  background: #fff;
  color: #333;
}
/* line 227, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body table#pricing tfoot ul {
  margin: 0;
  padding: 0;
}
/* line 231, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body table#pricing tfoot ul li {
  display: block;
  margin: 0;
  padding: 18px 0;
  font-size: larger;
  border: none;
  border-bottom: 1px solid #ddd;
}
/* line 238, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body table#pricing tfoot ul li:last-child {
  border-bottom: none;
}
/* line 241, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 15px 0 10px;
}
/* line 244, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 249, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 255, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body footer ul li {
  margin-left: 25px;
  text-align: center;
  line-height: 18px;
}
/* line 259, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body footer a {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  font-family: "Montserrat";
  text-decoration: none !important;
}
/* line 266, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body footer a:hover {
  color: #1D5EA4;
}
/* line 269, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
/* line 277, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body footer .secured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 281, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body footer .secured-by {
  padding-right: 10px;
  font-size: 15px;
}
/* line 285, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
body footer .copyright {
  font-size: 12px;
  margin-bottom: 0;
  color: rgba(51, 51, 51, 0.7);
}

/* line 291, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.wrap-blue {
  background-color: #007db8;
  background-image: url("/img/blue.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 2460px;
  color: #fff;
}

/* line 300, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn, .alert, .well {
  border-radius: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 304, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn {
  font-family: "Montserrat";
  border-radius: 4px;
  outline: none !important;
  text-align: center;
}
/* line 309, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn:active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 312, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-link {
  font-family: "Open Sans";
  color: #007db8;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  border: none;
}
/* line 319, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-link:focus {
  text-decoration: none;
}
/* line 321, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-link:hover {
  text-decoration: none;
}
/* line 323, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-link:hover i {
  color: #23527c;
}
/* line 325, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-link i {
  color: #007db8;
}
/* line 327, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-link span {
  display: inline-block;
  vertical-align: middle;
}

/* line 331, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-secondary {
  border: 1px solid #007db8 !important;
  color: #007db8 !important;
  background: none !important;
}
/* line 335, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-secondary:hover {
  opacity: 0.7 !important;
  color: #007db8 !important;
}

/* line 339, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-red {
  border: 1px solid #e73131 !important;
  color: #e73131 !important;
  background: none !important;
}
/* line 343, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-red:hover {
  opacity: 0.7 !important;
  color: #e73131 !important;
}

/* line 347, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.warning {
  font-size: 12px !important;
  margin: 8px 0 0 0 !important;
  color: red !important;
  text-align: left !important;
}

/* line 353, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.danger {
  color: #e73131;
}

/* line 356, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.container-lg {
  width: 100%;
  max-width: 1530px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 364, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
table.table {
  margin-bottom: 0;
}
/* line 366, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
table.table th, table.table td {
  border-bottom: 1px solid #ddd;
}

/* line 369, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
ul.list-group {
  margin-bottom: 0;
}

/* line 372, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 377, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.topics-container {
  padding: 0 30px;
}
/* line 379, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.topics-container .topic-item {
  margin-bottom: 15px;
}

/* line 384, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.profile-info-table th, .profile-info-table td {
  padding: 10px 15px !important;
}
/* line 386, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.profile-info-table td p {
  margin: 0;
}

/* line 391, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.account-buttons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 394, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.account-buttons li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
  width: 100%;
}
/* line 401, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.account-buttons li label input {
  display: none;
}
/* line 403, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.account-buttons li i {
  width: 21px;
  text-align: center;
  margin-right: 5px;
}

/* line 408, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-edit-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
/* line 412, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.btn-edit-account i {
  width: 21px;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
}

/* line 418, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.account-logo {
  display: none;
}
/* line 420, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.account-logo img {
  height: auto !important;
  max-width: 140px !important;
  max-height: 140px !important;
}

/* line 426, /tmp/build_0c044d0e/app/assets/stylesheets/_main.sass */
.recaptcha {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  height: 78px;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar {
  margin: 0;
  background: #fff;
  border-radius: 0;
  border: 1px solid rgba(112, 112, 112, 0.1);
  min-height: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* line 8, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar.transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: none;
  border-bottom: none;
}
/* line 14, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar.transparent .navbar-toggle .icon-bar {
  background: #fff;
}
/* line 18, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar .navbar-header {
  float: none;
  margin-right: 75px;
}
/* line 26, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar .navbar-header a {
  display: block;
  padding: 15px 0;
  width: 88px;
  margin: 0 !important;
  height: auto;
  float: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 34, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar .navbar-header a:hover {
  opacity: .7;
}
/* line 37, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar .navbar-header a img {
  width: 100%;
  height: auto;
}
/* line 44, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar .navbar-collapse {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 48, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
/* line 52, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav:before {
  content: none;
}
/* line 55, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav:after {
  content: none;
}
/* line 58, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav > li {
  margin-left: 6px;
}
/* line 60, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav > li.margin-left-auto {
  margin-left: auto;
}
/* line 63, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav > li > a:not(.btn) {
  font-family: "Montserrat";
  font-weight: 500;
  color: #444;
  font-size: 15px;
  padding: 0 15px;
  height: 68px;
  line-height: 68px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background: none;
}
/* line 74, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav > li > a:not(.btn):after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 4px;
  display: inline-block;
  background: #1D5EA4;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 85, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav > li > a:not(.btn):hover, nav.navbar ul.nav.navbar-nav > li > a:not(.btn).active {
  color: #1D5EA4;
  background: none;
}
/* line 88, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav > li > a:not(.btn):hover:after, nav.navbar ul.nav.navbar-nav > li > a:not(.btn).active:after {
  width: 100%;
}
/* line 92, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav > li > a:not(.btn).account-dropdown, nav.navbar ul.nav.navbar-nav > li > a:not(.btn).support-dropdown {
  display: inline-block;
}
/* line 95, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav > li > a:not(.btn).account-dropdown .caret, nav.navbar ul.nav.navbar-nav > li > a:not(.btn).support-dropdown .caret {
  margin-top: -2px;
}
/* line 100, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav > li .btn {
  padding: 8px 12px !important;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-left: 2px;
}
/* line 106, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav > li .btn:hover {
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25) !important;
}
/* line 113, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav .dropdown:hover .account-dropdown,
nav.navbar ul.nav.navbar-nav .dropdown:hover .support-dropdown {
  color: #1D5EA4;
  background: none;
}
/* line 117, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav .dropdown:hover .account-dropdown:after,
nav.navbar ul.nav.navbar-nav .dropdown:hover .support-dropdown:after {
  width: 100%;
}
/* line 123, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav .account-dropdown-wrap {
  position: relative;
}
/* line 125, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav .account-dropdown-wrap .info-text {
  position: absolute;
  top: 10px;
  right: 36px;
  font-family: "Montserrat";
  font-size: 9px;
  opacity: .7;
  white-space: nowrap;
}
/* line 135, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav .dropdown-toggle {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 139, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav .dropdown-toggle .text {
  display: inline-block;
}
/* line 143, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav .dropdown-toggle .caret-wrap {
  width: 20px;
  height: 100%;
  text-align: center;
  display: inline-block;
}
/* line 152, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav .dropdown-menu {
  z-index: 1051 !important;
  visibility: hidden;
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
}
/* line 161, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav .dropdown-menu li {
  display: block;
}
/* line 164, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar ul.nav.navbar-nav .dropdown-menu a {
  margin: 0;
  padding: 8px 16px;
}
/* line 171, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar .navbar-toggle {
  margin: 0;
  padding: 5px 0;
  float: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 176, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar .navbar-toggle:hover {
  opacity: .85;
}
/* line 179, /tmp/build_0c044d0e/app/assets/stylesheets/_nav.scss */
nav.navbar .navbar-toggle .icon-bar {
  width: 25px;
  height: 3px;
  background: #007db8;
}

/* line 3, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.text-dark {
  color: #000;
}
/* line 6, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.text-dark.dark-50 {
  opacity: .5;
}
/* line 10, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.text-dark.dark-70 {
  opacity: .7;
}

/* line 16, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-upload {
  position: relative;
  cursor: pointer;
}
/* line 19, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-upload input[type="file"] {
  display: none;
}
/* line 22, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-upload span {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
/* line 27, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-upload i {
  margin-right: 5px;
  cursor: pointer;
}

/* line 34, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-add i {
  font-size: 13px;
  margin-right: 5px;
}

/* line 40, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-gray {
  font-family: "Open Sans";
  color: #333;
  font-weight: 700;
  padding: 0;
  border: none;
  background: none;
  text-transform: capitalize;
  font-size: 20px;
}
/* line 49, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-gray:hover {
  opacity: .8;
}

/* line 54, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-green {
  border-color: #5cb85c !important;
  background: #5cb85c !important;
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
}
/* line 58, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-green:hover, .btn-green:focus, .btn-green:active {
  border-color: #5cb85c !important;
  background: #5cb85c !important;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
/* line 63, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-green i {
  font-size: 20px;
  margin-right: 10px;
}

/* line 69, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-orange {
  border-color: #F28264 !important;
  background: #F28264 !important;
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
}
/* line 73, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  border-color: #F28264 !important;
  background: #F28264 !important;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
/* line 78, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-orange i {
  font-size: 20px;
  margin-right: 10px;
}

/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-blue {
  border-color: #007db8 !important;
  background: #007db8 !important;
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
}
/* line 88, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  border-color: #007db8 !important;
  background: #007db8 !important;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
/* line 93, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-blue i {
  font-size: 20px;
  margin-right: 10px;
}

/* line 99, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-back {
  width: 50px;
  height: 42px;
  background: rgba(221, 221, 221, 0.7);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 107, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-back i {
  font-size: 16px;
  line-height: 42px;
}
/* line 111, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-back:hover {
  background: #ddd;
}

/* line 116, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-bordered {
  font-size: 18px;
  font-weight: 600;
  background: none !important;
}
/* line 120, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-bordered i {
  font-size: 13px;
  margin-right: 10px;
}
/* line 124, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-bordered.blue {
  border: 1px solid rgba(0, 125, 184, 0.3);
  color: #007db8;
}
/* line 127, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-bordered.blue:hover {
  border-color: #007db8;
}
/* line 131, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-bordered.red {
  border: 1px solid rgba(231, 49, 49, 0.3);
  color: #e73131;
}
/* line 134, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-bordered.red:hover {
  border-color: #e73131;
}

/* line 140, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-outline {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}
/* line 144, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-outline:hover {
  color: #fff;
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

/* line 150, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-clean {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 157, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-no-style {
  background-color: transparent;
  border: 0;
}

/* line 162, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.disabled-btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 167, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mobile-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 171, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mobile-buttons .btn:first-child {
  margin-right: 10px;
}

/* line 177, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-disabled-with-tooltip {
  position: relative;
  pointer-events: all !important;
}
/* line 180, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-disabled-with-tooltip .button-tooltip {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
/* line 189, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.btn-disabled-with-tooltip[disabled] .button-tooltip {
  display: block;
}

/* line 198, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tooltip .tooltip-inner {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans";
  font-weight: 600;
  padding: 14px 26px;
  max-width: 300px;
  word-wrap: break-word;
}

/* line 209, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ellipsis {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* line 213, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 220, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.progress-block {
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
/* line 227, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.progress-block span {
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #007db8;
}

/* line 238, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.breadcrumb-wrap {
  background: #f9fafb;
}
/* line 240, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.breadcrumb-wrap .breadcrumb-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
}
/* line 246, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.breadcrumb-wrap .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: none;
}
/* line 250, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.breadcrumb-wrap .breadcrumb li {
  color: #333;
  font-size: 14px;
  font-family: "Montserrat";
}
/* line 255, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.breadcrumb-wrap .breadcrumb a {
  color: #007db8;
  cursor: pointer;
  text-decoration: none !important;
}
/* line 259, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.breadcrumb-wrap .breadcrumb a:hover, .breadcrumb-wrap .breadcrumb a:focus {
  color: #333;
}
/* line 264, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.breadcrumb-wrap .breadcrumb span {
  display: inline-block;
  vertical-align: middle;
}

/* line 273, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_outside + .mCSB_scrollTools {
  width: 6px;
  right: auto;
  left: -14px;
  opacity: 1;
}
/* line 278, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_outside + .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: #c2c2c2;
}
/* line 283, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_outside + .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #337ab7;
}

/* line 291, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
/* line 294, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_inside .mCSB_scrollTools {
  width: 6px;
  right: 6px;
  opacity: 1;
}
/* line 298, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_inside .mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background: #c2c2c2;
}
/* line 303, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_inside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #337ab7;
}

/* line 314, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.scrollbar-light .mCSB_inside .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.2);
}
/* line 318, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.scrollbar-light .mCSB_inside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.8);
}

/* line 326, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_outside + .mCSB_scrollTools_horizontal {
  left: 6px !important;
  right: 6px !important;
  bottom: -15px !important;
  width: calc(100% - 12px) !important;
}
/* line 331, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_outside + .mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100% !important;
  height: 6px !important;
  margin: 6px 0 !important;
}
/* line 337, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_outside + .mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px !important;
  width: 100% !important;
}

/* line 344, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mCSB_container {
  min-height: 100% !important;
}

/* line 352, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-wrap {
  width: 22px;
}
/* line 354, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-wrap input[type="checkbox"] {
  display: none;
}
/* line 358, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-wrap input[type="checkbox"]:checked + label span:after {
  content: '\e901';
}
/* line 364, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-wrap label {
  cursor: pointer;
  margin: 0;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 371, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-wrap label:hover {
  opacity: .7;
}
/* line 374, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-wrap label span {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  position: relative;
  border: 2px solid #fff;
  border-radius: 5px;
}
/* line 382, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-wrap label span:after {
  content: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "icomoon";
  font-size: 10px;
  color: #fff;
}

/* line 393, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap {
  display: inline-block;
  position: relative;
}
/* line 396, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap input[type="checkbox"] {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 405, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap input[type="checkbox"]:checked + label span:after {
  content: '\e901';
}
/* line 409, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap label.checkbox-label {
  cursor: pointer;
  margin: 0;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 415, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap label.checkbox-label span {
  background: #fff;
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  position: relative;
  border: 1px solid #ccc;
  margin-right: 10px;
}
/* line 424, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap label.checkbox-label span:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  font-family: "icomoon";
  font-size: 10px;
  line-height: 13px;
  color: #333;
}
/* line 438, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap.blue input[type="checkbox"]:checked + label span {
  border-color: #007db8;
}
/* line 441, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap.blue input[type="checkbox"]:checked + label span:before {
  content: '';
}
/* line 452, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap.blue label.checkbox-label span {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin-right: 0;
}
/* line 456, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap.blue label.checkbox-label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #007db8;
}
/* line 463, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.checkbox-sm-wrap.blue label.checkbox-label span:after {
  top: 2px;
  left: 3px;
  font-size: 8px;
  color: #fff;
}

/* line 477, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.radio-wrap input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  margin: 0;
}
/* line 486, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.radio-wrap input[type="radio"]:checked ~ span:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #494949;
}
/* line 493, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.radio-wrap label.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
/* line 501, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.radio-wrap label.radio-label span {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 1px solid #dedede;
  border-radius: 50%;
  margin-right: 9px;
  position: relative;
}
/* line 510, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.radio-wrap label.radio-label span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 519, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.radio-button input[type="radio"] {
  display: none;
}
/* line 521, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.radio-button input[type="radio"]:checked + p {
  background: #007db8;
  color: #fff;
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
}
/* line 527, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.radio-button label {
  margin: 0;
  cursor: pointer;
  font-weight: normal;
}
/* line 531, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.radio-button label p {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  min-width: 210px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border: 1px solid #007db8;
  font-family: "Montserrat";
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
}
/* line 546, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.radio-button label p:hover {
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
}

/* line 555, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal-backdrop.in {
  opacity: .6;
}

/* line 559, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 60px);
}

/* line 566, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .modal-header {
  padding: 28px 30px;
  background: #333;
  border-radius: 10px 10px 0 0;
  position: relative;
}
/* line 571, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .modal-header .modal-title {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0 !important;
}
/* line 582, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .close {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  float: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 594, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .close:hover {
  color: rgba(255, 255, 255, 0.8);
}
/* line 598, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .modal-body {
  padding: 45px 55px 60px;
}
/* line 601, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .modal-content {
  border-radius: 15px 15px 10px 10px;
  border: none;
  width: 100%;
}
/* line 606, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .btn {
  margin: 0 auto;
  display: block;
  min-width: 140px;
}
/* line 611, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .form-btn {
  margin-top: 45px;
}
/* line 614, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .form-btn.mt-4 {
  margin-top: 20px;
}
/* line 618, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .popup-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
/* line 623, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal .error-message {
  color: #e73131 !important;
  font-size: 14px !important;
  font-style: italic !important;
  text-align: left !important;
  margin: 0 0 30px !important;
}

/* line 632, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal-small-dialog {
  text-align: center;
}
/* line 635, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal-small-dialog .small-dialog-content > p {
  font-size: 18px;
  margin-bottom: 68px;
}
/* line 639, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal-small-dialog .small-dialog-content > p.mb-sm {
  margin-bottom: 20px;
}
/* line 642, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal-small-dialog .small-dialog-content > p.mb-md {
  margin-bottom: 45px;
}
/* line 647, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal-small-dialog .small-dialog-content .large-icon {
  font-size: 24px;
}
/* line 651, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.modal-small-dialog .btn-secondary {
  margin-right: 8px;
}

/* line 657, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
#signup-fail-modal ul {
  text-align: left;
}

/* line 664, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
#information-tip i.fa.fa-play, #information-tip i.fa.fa-eye, #information-tip i.fa.fa-share-alt {
  font-size: 18px;
  color: #007db8;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
#information-tip i.fa.fa-share-alt {
  vertical-align: baseline;
}
/* line 676, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
#information-tip i.fa.fa-share-alt + span {
  display: inline-block;
  color: #007db8;
  font-weight: 700;
  padding-right: 4px;
}
/* line 686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
#information-tip i.icon-favorite {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  padding-right: 2px;
  padding-left: 2px;
  color: #007db8;
}
/* line 695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
#information-tip i.icon-media {
  font-size: 18px;
  line-height: 22px;
  color: #007db8;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  padding: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
/* line 708, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
#information-tip i.icon-plus {
  font-size: 14px;
  color: #007db8;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
}
/* line 714, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
#information-tip i.icon-plus + span {
  font-size: 14px;
  color: #007db8;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}

/* line 727, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 734, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.loading-overlay .loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.3);
  border-right: 5px solid rgba(255, 255, 255, 0.3);
  border-bottom: 5px solid rgba(255, 255, 255, 0.3);
  border-left: 5px solid #fff;
  -webkit-animation: rotation 1.5s infinite linear;
  animation: rotation 1.5s infinite linear;
}

/* line 748, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.page-loader {
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  text-align: center;
}
/* line 753, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.page-loader .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-top: 3px solid rgba(0, 0, 0, 0.15);
  border-right: 3px solid rgba(0, 0, 0, 0.15);
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  border-left: 3px solid #000;
  -webkit-animation: rotation 1.5s infinite linear;
  animation: rotation 1.5s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
/* line 787, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-element {
  width: 100%;
  margin-bottom: 30px;
}
/* line 790, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-element label {
  display: inline-block;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
/* line 796, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-element label.b {
  font-weight: 700;
}
/* line 800, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-element input {
  width: 100% !important;
  height: 49px !important;
  font-size: 16px !important;
  line-height: 27px;
  padding: 10px 16px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 195, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.form-element input::-webkit-input-placeholder {
  text-transform: capitalize;
}
/* line 196, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.form-element input:-moz-placeholder {
  text-transform: capitalize;
}
/* line 197, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.form-element input::-moz-placeholder {
  text-transform: capitalize;
}
/* line 198, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.form-element input:-ms-input-placeholder {
  text-transform: capitalize;
}
/* line 810, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-element input.form-control-sm {
  height: 35px !important;
  padding: 4px 8px !important;
}
/* line 815, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-element textarea {
  resize: none;
  height: 100px;
  width: 100%;
  font-size: 16px !important;
  padding: 10px 16px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 822, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-element textarea.textarea-lg {
  height: 200px;
}
/* line 825, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-element textarea.textarea-md {
  height: 150px;
}
/* line 829, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-element .error-msg {
  font-style: italic;
  font-size: 13px;
  text-align: left !important;
  margin-top: 8px;
  color: #e73131;
}

/* line 195, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.form-control.no-transform::-webkit-input-placeholder {
  text-transform: none;
}
/* line 196, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.form-control.no-transform:-moz-placeholder {
  text-transform: none;
}
/* line 197, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.form-control.no-transform::-moz-placeholder {
  text-transform: none;
}
/* line 198, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.form-control.no-transform:-ms-input-placeholder {
  text-transform: none;
}

/* line 847, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.error-message {
  font-style: italic !important;
  font-size: 12px !important;
  text-align: left !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  color: #e73131 !important;
  display: none;
}

/* line 857, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.error-color {
  color: #e73131 !important;
  opacity: 1 !important;
}

/* line 862, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-two-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 865, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-two-elements > div:first-child {
  width: calc(65% - 10px);
}
/* line 868, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-two-elements > div:last-child {
  width: calc(35% - 10px);
}

/* line 873, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.two-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 876, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.two-items > div:first-child {
  width: calc(50% - 10px);
}
/* line 879, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.two-items > div:last-child {
  width: calc(50% - 10px);
}

/* line 885, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-group-hidden {
  display: none;
}
/* line 888, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-group .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 890, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-group .inputs input {
  margin-right: 8px;
}
/* line 892, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-group .inputs input:last-child {
  margin-right: 0;
}

/* line 900, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.error-container > div {
  padding: 10px 20px 30px;
}

/* line 906, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.has-error .select-group.select-default .select2-container .select2-selection--single {
  border-color: #a94442;
}

/* line 911, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.search-input {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
/* line 915, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.search-input input {
  width: 100%;
  font-size: 14px;
}

/* line 921, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.form-control[readonly] {
  background: #fff;
}

/* line 927, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group {
  margin-bottom: 30px;
  width: 100%;
}
/* line 930, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group .select-label {
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
/* line 937, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group .select2-container {
  width: 100% !important;
}
/* line 941, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group .select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #333 transparent !important;
  border-width: 0 6px 6px 6px !important;
}
/* line 947, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group .select2-container .select2-selection--single {
  border: 1px solid #ccc;
  height: 49px;
}
/* line 950, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group .select2-container .select2-selection--single:focus {
  outline: none !important;
}
/* line 954, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group .select2-container .select2-selection__rendered {
  line-height: 47px;
  padding-left: 16px;
  padding-right: 55px;
}
/* line 958, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group .select2-container .select2-selection__rendered:focus {
  outline: none !important;
}
/* line 962, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group .select2-container .select2-selection__arrow {
  width: 50px;
  height: 47px;
  border-left: 1px solid #ccc;
}
/* line 966, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group .select2-container .select2-selection__arrow b {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}
/* line 980, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group.select-default {
  margin-bottom: 0;
}
/* line 983, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group.select-default .select2-container .select2-selection--single {
  height: 36px;
}
/* line 986, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group.select-default .select2-container .select2-selection__rendered {
  padding-left: 12px;
  line-height: 34px;
}
/* line 990, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-group.select-default .select2-container .select2-selection__arrow {
  border: none;
  height: 34px;
}

/* line 1000, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select2-dropdown {
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
}
/* line 1003, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select2-dropdown .select2-results__option {
  padding: 11px 30px 11px 20px;
  color: #333;
  font-size: 16px;
}
/* line 1008, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #337ab7;
  color: #fff;
}
/* line 1012, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select2-dropdown .select2-results__option[aria-selected=true] {
  background: rgba(221, 221, 221, 0.5);
  color: #333;
}

/* line 1019, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
select.placeholder {
  color: #999;
}

/* line 1025, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.block-list {
  margin: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1029, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.block-list > div {
  margin: 15px;
  width: calc((100% - 91px) / 3);
}
/* line 1033, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.block-list .block {
  border: 2px solid #ddd;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

/* line 1040, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.two-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 1043, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.two-elements > div:first-child {
  width: calc(70% - 10px);
}
/* line 1046, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.two-elements > div:last-child {
  width: calc(30% - 10px);
}

/* line 1053, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.blank-page {
  text-align: center;
  padding: 125px 0 185px;
}
/* line 1056, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.blank-page img {
  height: auto;
  opacity: .2;
  display: block;
  margin: 0 auto 30px;
}
/* line 1063, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.blank-page .btn-primary i {
  font-size: 16px;
  margin-top: -3px;
  margin-right: 5px;
}

/* line 1073, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
/* line 1078, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap table:not(.no-border) {
  border-bottom: 1px solid #ddd;
}
/* line 1085, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap table.drag-drop-table tbody td:first-child {
  position: relative;
}
/* line 1088, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap table.drag-drop-table tbody td:first-child span.icon-drag {
  position: absolute;
  left: 15px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: rgba(51, 51, 51, 0.3);
  cursor: pointer;
}
/* line 1102, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap thead tr {
  background: rgba(221, 221, 221, 0.5);
  border-bottom: 1px solid #ddd;
}
/* line 1106, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap thead th {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 10px 14px 45px !important;
  color: #333;
  border: none !important;
  vertical-align: middle !important;
}
/* line 1114, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap thead th.sortable {
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 0 !important;
}
/* line 1118, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap thead th.sortable a {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 10px 14px 45px;
}
/* line 1125, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap thead th.sortable:hover {
  background: rgba(221, 221, 221, 0.7);
}
/* line 1128, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap thead th.sortable > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1133, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap thead th span {
  vertical-align: middle !important;
}
/* line 1137, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap thead th .sort {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}
/* line 1143, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap thead th .sort span {
  font-size: 9px;
  display: block;
  line-height: 7px;
  color: rgba(51, 51, 51, 0.3);
}
/* line 1149, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap thead th .sort span.active {
  color: #007db8;
}
/* line 1157, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap tbody tr {
  border: none;
}
/* line 1159, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap tbody tr:nth-child(even) {
  background: rgba(221, 221, 221, 0.2);
}
/* line 1163, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap tbody td {
  border: none !important;
  color: rgba(51, 51, 51, 0.8);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 10px 10px 45px !important;
  vertical-align: middle !important;
}
/* line 1170, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap tbody td a {
  color: rgba(9, 114, 179, 0.8);
  text-decoration: underline;
}
/* line 1173, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap tbody td a:hover {
  color: #23527c;
}
/* line 1179, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap tbody .action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1184, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap tbody .action-buttons .btn-no-style {
  padding: 0 5px;
  margin: 0 5px;
}
/* line 1187, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap tbody .action-buttons .btn-no-style i {
  color: rgba(51, 51, 51, 0.3);
  font-size: 14px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1193, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap tbody .action-buttons .btn-no-style:hover i {
  color: rgba(51, 51, 51, 0.5);
}
/* line 1200, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap .order-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
  vertical-align: middle;
}
/* line 1205, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap .order-icons span {
  display: inline-block;
  position: relative;
  color: rgba(51, 51, 51, 0.3);
  width: 8px;
  height: 4px;
}
/* line 1211, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap .order-icons span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
/* line 1219, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap .order-icons span.up {
  margin-bottom: 2px;
}
/* line 1221, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap .order-icons span.up:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(51, 51, 51, 0.3);
}
/* line 1227, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap .order-icons span.up.blue:before {
  border-bottom-color: #007db8;
}
/* line 1233, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap .order-icons span.down:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(51, 51, 51, 0.3);
}
/* line 1239, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap .order-icons span.down.blue:before {
  border-top-color: #007db8;
}
/* line 1246, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.table-wrap .order-by-mobile {
  display: none;
}

/* line 1251, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
tr.dragable {
  border: none;
  background: #fff;
}
/* line 1254, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
tr.dragable td {
  border: none !important;
  color: rgba(51, 51, 51, 0.8);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 10px 10px 45px !important;
  vertical-align: middle !important;
}
/* line 1261, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
tr.dragable td a {
  color: rgba(9, 114, 179, 0.8);
  text-decoration: underline;
}
/* line 1264, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
tr.dragable td a:hover {
  color: #23527c;
}
/* line 1269, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
tr.dragable td:first-child {
  position: relative;
}
/* line 1274, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
tr.dragable span.icon-drag {
  position: absolute;
  left: 15px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: rgba(51, 51, 51, 0.3);
  cursor: pointer;
}

/* line 1287, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
table tbody td {
  word-break: break-word;
}

/* line 1295, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pagination {
  margin: 30px 0 !important;
}
/* line 1297, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pagination .disabled {
  color: #777 !important;
  cursor: not-allowed !important;
  background-color: #fff !important;
  border-color: #ddd !important;
}
/* line 1302, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pagination .disabled a {
  color: #777 !important;
  cursor: not-allowed !important;
  background-color: #fff !important;
  border-color: #ddd !important;
}

/* line 1311, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}
/* line 1316, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > .paginate_button {
  position: relative;
  width: 35px;
  height: 36px;
  border: 1px solid #ddd;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1325, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > .paginate_button:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
/* line 1330, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > .paginate_button.disabled {
  color: #777 !important;
  cursor: not-allowed !important;
  background-color: #fff !important;
  border-color: #ddd !important;
}
/* line 1336, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > .paginate_button.previous {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 1339, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > .paginate_button.previous:after {
  content: '«';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
}
/* line 1345, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > .paginate_button.next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -1px;
}
/* line 1349, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > .paginate_button.next:after {
  content: '»';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 15px;
}
/* line 1357, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > span .paginate_button {
  padding: 6px 12px;
  line-height: 22px;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1367, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > span .paginate_button:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
/* line 1372, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > span .paginate_button.current {
  color: #fff !important;
  cursor: default !important;
  background-color: #337ab7 !important;
  border-color: #337ab7 !important;
}
/* line 1378, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.dataTables_wrapper .dataTables_paginate > span .paginate_button.disabled {
  color: #777 !important;
  cursor: not-allowed !important;
  background-color: #fff !important;
  border-color: #ddd !important;
}

/* line 1391, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-days {
  padding: 11px;
}
/* line 1393, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-days td.active.day {
  background: #007db8 !important;
}
/* line 1395, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-days td.active.day:hover {
  background: #007db8 !important;
}
/* line 1399, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-days td.today.day:not(.active) {
  background: rgba(0, 125, 184, 0.5) !important;
  color: #fff !important;
}
/* line 1402, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-days td.today.day:not(.active):hover {
  background: rgba(0, 125, 184, 0.5) !important;
  color: #fff !important;
}
/* line 1407, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-days .day {
  padding: 5px 0 !important;
}
/* line 1410, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-days .dow {
  padding: 8px !important;
  font-size: 14px !important;
}

/* line 1417, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-months span.focused.month {
  background: #007db8 !important;
  color: #fff !important;
}
/* line 1420, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-months span.focused.month:hover {
  background: #007db8 !important;
  color: #fff !important;
}
/* line 1425, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-months span.active:not(.focused) {
  background: rgba(0, 125, 184, 0.5) !important;
  color: #fff !important;
}
/* line 1428, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-months span.active:not(.focused):hover {
  background: rgba(0, 125, 184, 0.5) !important;
  color: #fff !important;
}

/* line 1436, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-years span.focused.year {
  background: #007db8 !important;
  color: #fff !important;
}
/* line 1439, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-years span.focused.year:hover {
  background: #007db8 !important;
  color: #fff !important;
}
/* line 1444, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-years span.active:not(.focused) {
  background: rgba(0, 125, 184, 0.5) !important;
  color: #fff !important;
}
/* line 1447, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-years span.active:not(.focused):hover {
  background: rgba(0, 125, 184, 0.5) !important;
  color: #fff !important;
}

/* line 1455, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-decades span.focused.decade {
  background: #007db8 !important;
  color: #fff !important;
}
/* line 1458, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-decades span.focused.decade:hover {
  background: #007db8 !important;
  color: #fff !important;
}
/* line 1463, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-decades span.active:not(.focused) {
  background: rgba(0, 125, 184, 0.5) !important;
  color: #fff !important;
}
/* line 1466, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-decades span.active:not(.focused):hover {
  background: rgba(0, 125, 184, 0.5) !important;
  color: #fff !important;
}

/* line 1474, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-centuries span.focused.century {
  background: #007db8 !important;
  color: #fff !important;
}
/* line 1477, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-centuries span.focused.century:hover {
  background: #007db8 !important;
  color: #fff !important;
}
/* line 1482, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-centuries span.active:not(.focused) {
  background: rgba(0, 125, 184, 0.5) !important;
  color: #fff !important;
}
/* line 1485, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.datepicker-centuries span.active:not(.focused):hover {
  background: rgba(0, 125, 184, 0.5) !important;
  color: #fff !important;
}

/* line 1496, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.switcher-wrap {
  display: inline-block;
}
/* line 1498, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.switcher-wrap label {
  position: relative;
  margin-bottom: 0;
  width: 34px;
  height: 14px;
  cursor: pointer;
  vertical-align: middle;
}
/* line 1506, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.switcher-wrap input {
  display: none;
}
/* line 1509, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.switcher-wrap input:checked ~ span {
  background-color: #007db8;
  left: 16px;
}
/* line 1513, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.switcher-wrap input:checked ~ p {
  background-color: #a1bddc;
}
/* line 1516, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.switcher-wrap p {
  width: 34px;
  height: 14px;
  display: inline-block;
  border-radius: 7px;
  background-color: #959595;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 1526, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.switcher-wrap span {
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: -1px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* line 1542, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.list-with-icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 1546, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.list-with-icons li {
  padding-left: 25px;
  position: relative;
}
/* line 1549, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.list-with-icons li:before {
  content: '';
  width: 11px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url("/img/check-icon.svg");
  background-size: 11px 14px;
  background-repeat: no-repeat;
  background-position: top left;
}

/* line 1563, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-bar {
  background: #f9fafb;
  margin-bottom: 24px;
}
/* line 1567, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-bar-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1579, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-bar .buttons .btn {
  font-size: 14px;
  margin-right: 50px;
}
/* line 1583, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-bar .buttons .btn i {
  vertical-align: middle;
  margin-right: 8px;
}
/* line 1588, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-bar .buttons .btn:last-child {
  margin-right: 0;
}
/* line 1596, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-bar .close-selected {
  margin-right: 30px;
}
/* line 1598, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-bar .close-selected i {
  cursor: pointer;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  padding: 11px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1604, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-bar .close-selected i:hover {
  color: rgba(51, 51, 51, 0.9);
}
/* line 1608, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.select-bar .close-selected span {
  font-family: "Montserrat";
  display: inline-block;
  vertical-align: middle;
}

/* line 1618, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.no-credit {
  position: relative;
}
/* line 1620, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.no-credit::after {
  content: "No credit card required";
  position: absolute;
  bottom: -20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
  cursor: default;
}

/* line 1630, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.no-credit-white {
  position: relative;
}
/* line 1632, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.no-credit-white::after {
  content: "No credit card required";
  position: absolute;
  bottom: -20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
}

/* line 1659, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-1 {
  margin: 5px;
}

/* line 1662, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-1 {
  margin-top: 5px;
}

/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mr-1 {
  margin-right: 5px;
}

/* line 1668, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-1 {
  margin-bottom: 5px;
}

/* line 1671, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ml-1 {
  margin-left: 5px;
}

/* line 1674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 1678, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mx-1 {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 1683, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.p-1 {
  padding: 5px;
}

/* line 1686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-1 {
  padding-top: 5px;
}

/* line 1689, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-1 {
  padding-right: 5px;
}

/* line 1692, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pb-1 {
  padding-bottom: 5px;
}

/* line 1695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-1 {
  padding-left: 5px;
}

/* line 1698, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.py-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 1702, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.px-1 {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1659, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-2 {
  margin: 10px;
}

/* line 1662, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-2 {
  margin-top: 10px;
}

/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mr-2 {
  margin-right: 10px;
}

/* line 1668, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-2 {
  margin-bottom: 10px;
}

/* line 1671, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ml-2 {
  margin-left: 10px;
}

/* line 1674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1678, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mx-2 {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 1683, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.p-2 {
  padding: 10px;
}

/* line 1686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-2 {
  padding-top: 10px;
}

/* line 1689, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-2 {
  padding-right: 10px;
}

/* line 1692, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pb-2 {
  padding-bottom: 10px;
}

/* line 1695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-2 {
  padding-left: 10px;
}

/* line 1698, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.py-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 1702, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.px-2 {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1659, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-3 {
  margin: 15px;
}

/* line 1662, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-3 {
  margin-top: 15px;
}

/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mr-3 {
  margin-right: 15px;
}

/* line 1668, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-3 {
  margin-bottom: 15px;
}

/* line 1671, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ml-3 {
  margin-left: 15px;
}

/* line 1674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.my-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1678, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mx-3 {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 1683, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.p-3 {
  padding: 15px;
}

/* line 1686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-3 {
  padding-top: 15px;
}

/* line 1689, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-3 {
  padding-right: 15px;
}

/* line 1692, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pb-3 {
  padding-bottom: 15px;
}

/* line 1695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-3 {
  padding-left: 15px;
}

/* line 1698, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.py-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 1702, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1659, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-4 {
  margin: 20px;
}

/* line 1662, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-4 {
  margin-top: 20px;
}

/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mr-4 {
  margin-right: 20px;
}

/* line 1668, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-4 {
  margin-bottom: 20px;
}

/* line 1671, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ml-4 {
  margin-left: 20px;
}

/* line 1674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.my-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1678, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mx-4 {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 1683, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.p-4 {
  padding: 20px;
}

/* line 1686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-4 {
  padding-top: 20px;
}

/* line 1689, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-4 {
  padding-right: 20px;
}

/* line 1692, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pb-4 {
  padding-bottom: 20px;
}

/* line 1695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-4 {
  padding-left: 20px;
}

/* line 1698, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.py-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 1702, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.px-4 {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 1659, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-5 {
  margin: 25px;
}

/* line 1662, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-5 {
  margin-top: 25px;
}

/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mr-5 {
  margin-right: 25px;
}

/* line 1668, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-5 {
  margin-bottom: 25px;
}

/* line 1671, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ml-5 {
  margin-left: 25px;
}

/* line 1674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.my-5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 1678, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mx-5 {
  margin-left: 25px;
  margin-right: 25px;
}

/* line 1683, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.p-5 {
  padding: 25px;
}

/* line 1686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-5 {
  padding-top: 25px;
}

/* line 1689, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-5 {
  padding-right: 25px;
}

/* line 1692, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pb-5 {
  padding-bottom: 25px;
}

/* line 1695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-5 {
  padding-left: 25px;
}

/* line 1698, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.py-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 1702, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.px-5 {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 1659, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-6 {
  margin: 30px;
}

/* line 1662, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-6 {
  margin-top: 30px;
}

/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mr-6 {
  margin-right: 30px;
}

/* line 1668, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-6 {
  margin-bottom: 30px;
}

/* line 1671, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ml-6 {
  margin-left: 30px;
}

/* line 1674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.my-6 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 1678, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mx-6 {
  margin-left: 30px;
  margin-right: 30px;
}

/* line 1683, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.p-6 {
  padding: 30px;
}

/* line 1686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-6 {
  padding-top: 30px;
}

/* line 1689, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-6 {
  padding-right: 30px;
}

/* line 1692, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pb-6 {
  padding-bottom: 30px;
}

/* line 1695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-6 {
  padding-left: 30px;
}

/* line 1698, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.py-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 1702, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.px-6 {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 1659, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-7 {
  margin: 35px;
}

/* line 1662, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-7 {
  margin-top: 35px;
}

/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mr-7 {
  margin-right: 35px;
}

/* line 1668, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-7 {
  margin-bottom: 35px;
}

/* line 1671, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ml-7 {
  margin-left: 35px;
}

/* line 1674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.my-7 {
  margin-top: 35px;
  margin-bottom: 35px;
}

/* line 1678, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mx-7 {
  margin-left: 35px;
  margin-right: 35px;
}

/* line 1683, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.p-7 {
  padding: 35px;
}

/* line 1686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-7 {
  padding-top: 35px;
}

/* line 1689, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-7 {
  padding-right: 35px;
}

/* line 1692, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pb-7 {
  padding-bottom: 35px;
}

/* line 1695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-7 {
  padding-left: 35px;
}

/* line 1698, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.py-7 {
  padding-top: 35px;
  padding-bottom: 35px;
}

/* line 1702, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.px-7 {
  padding-left: 35px;
  padding-right: 35px;
}

/* line 1659, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-8 {
  margin: 40px;
}

/* line 1662, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-8 {
  margin-top: 40px;
}

/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mr-8 {
  margin-right: 40px;
}

/* line 1668, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-8 {
  margin-bottom: 40px;
}

/* line 1671, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ml-8 {
  margin-left: 40px;
}

/* line 1674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.my-8 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 1678, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mx-8 {
  margin-left: 40px;
  margin-right: 40px;
}

/* line 1683, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.p-8 {
  padding: 40px;
}

/* line 1686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-8 {
  padding-top: 40px;
}

/* line 1689, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-8 {
  padding-right: 40px;
}

/* line 1692, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pb-8 {
  padding-bottom: 40px;
}

/* line 1695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-8 {
  padding-left: 40px;
}

/* line 1698, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.py-8 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 1702, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.px-8 {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 1659, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-9 {
  margin: 45px;
}

/* line 1662, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-9 {
  margin-top: 45px;
}

/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mr-9 {
  margin-right: 45px;
}

/* line 1668, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-9 {
  margin-bottom: 45px;
}

/* line 1671, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ml-9 {
  margin-left: 45px;
}

/* line 1674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.my-9 {
  margin-top: 45px;
  margin-bottom: 45px;
}

/* line 1678, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mx-9 {
  margin-left: 45px;
  margin-right: 45px;
}

/* line 1683, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.p-9 {
  padding: 45px;
}

/* line 1686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-9 {
  padding-top: 45px;
}

/* line 1689, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-9 {
  padding-right: 45px;
}

/* line 1692, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pb-9 {
  padding-bottom: 45px;
}

/* line 1695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-9 {
  padding-left: 45px;
}

/* line 1698, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.py-9 {
  padding-top: 45px;
  padding-bottom: 45px;
}

/* line 1702, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.px-9 {
  padding-left: 45px;
  padding-right: 45px;
}

/* line 1659, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-10 {
  margin: 50px;
}

/* line 1662, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-10 {
  margin-top: 50px;
}

/* line 1665, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mr-10 {
  margin-right: 50px;
}

/* line 1668, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-10 {
  margin-bottom: 50px;
}

/* line 1671, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.ml-10 {
  margin-left: 50px;
}

/* line 1674, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.my-10 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 1678, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mx-10 {
  margin-left: 50px;
  margin-right: 50px;
}

/* line 1683, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.p-10 {
  padding: 50px;
}

/* line 1686, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-10 {
  padding-top: 50px;
}

/* line 1689, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-10 {
  padding-right: 50px;
}

/* line 1692, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pb-10 {
  padding-bottom: 50px;
}

/* line 1695, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-10 {
  padding-left: 50px;
}

/* line 1698, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.py-10 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 1702, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.px-10 {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 1709, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.margin-auto {
  margin: 0 auto;
}

/* line 1712, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.margin-left-auto {
  margin-left: auto;
}

/* line 1715, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.margin-right-auto {
  margin-right: auto;
}

/* line 1718, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.m-0 {
  margin: 0 !important;
}

/* line 1722, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-8 {
  margin-top: 8px;
}

/* line 1725, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-8 {
  margin-bottom: 8px;
}

/* line 1728, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-16 {
  margin-top: 16px;
}

/* line 1731, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mb-16 {
  margin-bottom: 16px;
}

/* line 1735, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 1739, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 1742, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 1745, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 1749, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pl-21 {
  padding-left: 210px;
}

/* line 1753, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.pr-21 {
  padding-right: 210px;
}

/* line 1761, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tip-bubble-info .icon-help {
  margin: 0 5px;
  vertical-align: middle;
  color: #007db8;
  font-size: 20px;
}

/* line 1769, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tip-bubble {
  font-size: 24px;
  line-height: 23px;
  cursor: pointer;
  color: rgba(0, 125, 184, 0.7);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1775, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tip-bubble:before {
  line-height: 23px;
}
/* line 1778, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tip-bubble-mobile {
  display: none;
}
/* line 1781, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tip-bubble:hover {
  color: #007db8;
}

/* line 1786, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tip-input {
  position: relative;
}
/* line 1788, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tip-input input {
  padding-right: 30px;
}
/* line 1791, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tip-input .tip-bubble {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
}

/* line 1797, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tip-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1800, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.tip-btn .tip-bubble {
  margin-left: 6px;
}

/* line 1807, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.notification-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1002;
  background: #333;
  padding: 20px 30px;
  max-width: 90vw;
  display: inline-block;
  border-radius: 3px;
}
/* line 1817, /tmp/build_0c044d0e/app/assets/stylesheets/_globals.scss */
.notification-popup p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* line 3, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .max-h-client {
  max-height: 500px;
}
/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .max-h-vg {
  max-height: 670px;
}
/* line 13, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .dropup .albums-dropdown:before {
  bottom: -5px;
  top: auto;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/* line 18, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .dropup .albums-dropdown:after {
  bottom: -6px;
  top: auto;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/* line 25, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown {
  padding: 15px 0;
  width: calc(100% + 40px);
  left: -20px;
  top: calc(100% + 10px);
  border: 1px solid #ddd;
  max-height: 252px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
}
/* line 33, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #fff;
  z-index: 2;
  position: absolute;
  top: -5px;
  right: 40px;
}
/* line 44, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ddd;
  z-index: 1;
  position: absolute;
  top: -6px;
  right: 39px;
}
/* line 56, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown li.info-text {
  padding: 10px;
  text-align: center;
  font-style: italic;
  font-size: 18px;
}
/* line 62, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown li .icon-lock {
  display: none;
}
/* line 65, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown li .count {
  display: inline-block;
}
/* line 69, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown li.full .icon-lock {
  display: inline-block;
}
/* line 72, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown li.full .count {
  display: none;
}
/* line 76, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown li.full a:focus, body .albums-dropdown li.full a:hover {
  background: #ddd;
  color: #333;
}
/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 30px 11px 20px;
  color: #333;
  font-weight: 600;
  font-size: 16px;
}
/* line 92, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown a:focus, body .albums-dropdown a:hover {
  background: #337ab7;
  color: #fff;
}
/* line 97, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown a .name {
  display: inline-block;
  margin-right: 15px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 102, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown a .icon-lock {
  font-size: 14px;
  color: #e73131 !important;
  margin-left: auto;
}
/* line 108, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body .albums-dropdown .mCSB_outside + .mCSB_scrollTools {
  right: 2px !important;
}

/* line 114, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.photos-tab-list {
  position: absolute;
  top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  width: calc(100% - 440px);
  padding-left: 0;
  list-style-type: none;
}
/* line 122, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.photos-tab-list .item {
  position: relative;
  margin-bottom: 10px;
}
/* line 125, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.photos-tab-list .item > a {
  height: 36px;
  line-height: 36px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat";
  text-decoration: none;
  color: rgba(51, 51, 51, 0.7);
  background: #fff;
  border: 1px solid #007db8;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 139, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.photos-tab-list .item > a.first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
/* line 144, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.photos-tab-list .item > a.last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}
/* line 151, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.photos-tab-list .item.active > a {
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #007db8;
}
/* line 158, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.photos-tab-list.hide {
  display: none;
}
/* line 162, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.photos-tab-list.top-245 {
  top: 245px;
}

/* line 168, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100% - 70px);
}
/* line 172, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images {
  width: calc(100% - 440px);
}
/* line 176, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .images-top {
  background: #f9fafb;
}
/* line 178, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .images-top .container {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 184, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .images-top .container:before, .gallery-container .images.album-images .images-top .container:after {
  content: none;
}
/* line 190, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .images-top-container.images-top-container-all {
  display: none;
}
/* line 193, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .images-top-container.images-top-container-album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 201, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .breadcrumb-wrap {
  display: block;
  width: calc(100% - 500px);
  margin-right: auto;
}
/* line 205, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .breadcrumb-wrap .breadcrumb-container {
  padding-right: 0;
  padding-left: 0;
}
/* line 210, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .breadcrumb-wrap .breadcrumb .active {
  white-space: nowrap;
  max-width: calc(100% - 100px);
}
/* line 217, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .albums-dropdown:before {
  right: 80px;
}
/* line 220, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .albums-dropdown:after {
  right: 79px;
}
/* line 227, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images.photographers-view .item .actions .delete-btn {
  display: none !important;
}
/* line 233, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .reopen-btn {
  display: none;
}
/* line 236, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .reuqest-client-edits {
  display: none;
}
/* line 239, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images.album-images .submit-edits-btn {
  display: none;
}
/* line 243, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images .breadcrumb-wrap {
  display: none;
}
/* line 246, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images .images-container {
  overflow-y: auto;
  max-width: 1170px;
  width: 100%;
  margin: 20px auto 10px;
  padding: 0 15px;
  position: relative;
}
/* line 253, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images .images-container .mCSB_outside + .mCSB_scrollTools {
  left: auto;
  right: 7px;
}
/* line 259, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .images .images-container.mobile-view .item .checkbox-wrap,
.gallery-container .images .images-container.mobile-view .item .actions,
.gallery-container .images .images-container.mobile-view .item .img-link:after {
  opacity: 1 !important;
}
/* line 268, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .photos-number {
  position: relative;
}
/* line 270, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .photos-number p {
  margin: 0;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 12px;
  opacity: .8;
  font-style: italic;
}
/* line 278, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .albums {
  width: 440px;
  background: #f9fafb;
  height: 100%;
  overflow-y: auto;
}
/* line 283, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .albums .albums-block {
  padding: 35px 22px;
}
/* line 286, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .albums h5 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 290, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .albums h5 span {
  margin-left: 10px;
}
/* line 293, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .albums h5 .tip-bubble {
  margin-left: 5px;
  padding: 0 !important;
}
/* line 298, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .albums .btn-link {
  font-size: 14px;
  margin-bottom: 15px;
}
/* line 301, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .albums .btn-link i {
  font-size: 18px;
  margin-right: 5px;
}
/* line 306, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .albums .comments {
  overflow-y: auto;
  max-width: 1170px;
  width: 100%;
  margin: 20px auto 10px;
  padding: 0 15px;
  position: relative;
}
/* line 314, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .albums .comments .mCSB_outside + .mCSB_scrollTools {
  left: auto;
  right: 7px;
}
/* line 320, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container .albums .comments.mobile-view .item .checkbox-wrap,
.gallery-container .albums .comments.mobile-view .item .actions,
.gallery-container .albums .comments.mobile-view .item .img-link:after {
  opacity: 1 !important;
}

/* line 331, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.upload-images-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60vh;
}
/* line 337, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.upload-images-placeholder img {
  width: 267px;
  height: auto;
  opacity: .2;
  margin-bottom: 30px;
}
/* line 342, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.upload-images-placeholder img.album {
  opacity: unset;
}

/* line 349, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .albums-collapse-btn {
  display: none;
  background: #f9fafb;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
/* line 357, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .albums-collapse-btn:focus, .albums-container .albums-collapse-btn:hover {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 362, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .albums-collapse-btn span {
  font-size: 16px;
  line-height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  display: inline-block;
}
/* line 369, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .albums-collapse-btn i {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  font-size: 15px;
}
/* line 372, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .albums-collapse-btn i.opened {
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
}
/* line 379, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container:not(.photographers-view-albums) .printed-albums .albums-list {
  height: calc(100% - 45px);
}
/* line 382, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container:not(.photographers-view-albums) .printed-albums .albums-list li .item-number {
  min-width: 70px;
  margin-right: 20px;
  text-align: center;
}
/* line 393, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container.photographers-view-albums .created-albums .albums-list {
  height: calc(100% - 45px);
}
/* line 401, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .printed-albums .albums-list li:not(.favorite) .item-number {
  min-width: 70px;
  text-align: center;
  margin-right: 20px;
}
/* line 408, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .printed-albums .albums-list li.favorite .item-number {
  margin-right: 80px;
}
/* line 415, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container.info-message-container {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  position: static !important;
  z-index: 0 !important;
}
/* line 419, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container.info-message-container > div {
  padding: 40px 30px;
}
/* line 422, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container.info-message-container h5 {
  font-size: 14px;
}
/* line 426, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container.info-message-container p {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
}
/* line 429, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container.info-message-container p span.text {
  color: #333;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 13px;
}
/* line 435, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container.info-message-container p span.arrow {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: rgba(221, 221, 221, 0.7);
}
/* line 442, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container.info-message-container p span.arrow i {
  font-size: 11px;
  line-height: 20px;
  color: #333;
}
/* line 451, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .album-comments {
  color: #000;
  font-size: 14px;
  font-family: "Open Sans";
}
/* line 456, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .album-comments .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
/* line 463, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .album-comments .email,
.albums-container .album-comments .description {
  font-size: 14px;
  font-family: "Open Sans";
}
/* line 468, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .album-comments .email {
  font-weight: 600;
  color: #000;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 473, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .album-comments .description {
  display: block;
  color: rgba(0, 0, 0, 0.7);
}
/* line 476, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .album-comments .description > b {
  color: #000;
}
/* line 482, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .album-comments .btn-wrapper .icon-edit-pencil {
  color: #1D5EA4;
}
/* line 485, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-container .album-comments .btn-wrapper .icon-delete {
  color: rgba(51, 51, 51, 0.5);
}

/* line 494, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.search-input > span > button,
.events-search.comment > span > button {
  height: 49px;
}

/* line 499, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.events-search.comment {
  position: relative;
}
/* line 501, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.events-search.comment > .form-control {
  padding: 6px 53px 6px 12px;
  height: 49px;
}
/* line 505, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.events-search.comment > span {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
}
/* line 508, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.events-search.comment > span button {
  background: none;
  border-left: 1px solid #ccc;
}
/* line 511, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.events-search.comment > span button i {
  color: #449d44;
}

/* line 518, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.write-comment {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1046;
}
/* line 523, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.write-comment input {
  height: 49px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 4px;
  width: 100%;
  display: block;
  padding-left: 10px;
  padding-right: 55px;
}
/* line 531, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.write-comment input:focus {
  outline-color: rgba(51, 51, 51, 0.3) !important;
}
/* line 534, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.write-comment input::placeholder {
  font-size: 14px;
  font-family: "Open Sans";
  color: rgba(51, 51, 51, 0.8);
}
/* line 540, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.write-comment button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1046;
  padding: 0 24px;
  height: 49px;
  margin: 0;
  background: none;
  border: none;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
}
/* line 549, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.write-comment button > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #449d44;
}

/* line 556, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list {
  margin: 0;
  padding: 0;
  height: calc(100% - 85px);
  position: relative;
  overflow-y: auto;
}
/* line 562, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li {
  margin-bottom: 8px;
}
/* line 564, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 15px 7px;
  color: #333;
  cursor: pointer;
  text-decoration: none !important;
}
/* line 575, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li a:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
/* line 580, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li:last-child {
  margin-bottom: 0;
}
/* line 584, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li.full .folder-name {
  opacity: .7;
}
/* line 587, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li.full .icon-lock {
  display: inline-block;
}
/* line 591, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li.full .folder-progress span {
  background: rgba(0, 125, 184, 0.3);
}
/* line 597, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li.favorite .icon-edit-pencil {
  display: none;
}
/* line 600, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li.favorite .item-number {
  margin-right: 70px;
}
/* line 604, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .icon-folder {
  font-size: 25px;
  color: rgba(51, 51, 51, 0.6);
  margin-right: 10px;
}
/* line 609, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .folder-name {
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 600;
  margin-right: auto;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 617, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .icon-lock {
  font-size: 14px;
  color: #e73131;
  margin-left: 15px;
  display: none;
}
/* line 623, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .folder-info {
  margin: 0 20px;
}
/* line 626, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .folder-progress {
  width: 70px;
}
/* line 629, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .folder-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3px;
}
/* line 633, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .folder-count span {
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 637, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .folder-count span.total-number {
  opacity: .5;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
/* line 643, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .icon-edit-pencil {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-right: 20px;
  margin-left: 25px;
}
/* line 649, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .icon-edit-pencil:hover {
  color: rgba(51, 51, 51, 0.8);
}
/* line 653, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .icon-delete {
  font-size: 13px;
  color: rgba(51, 51, 51, 0.5);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 657, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .icon-delete:hover {
  color: rgba(51, 51, 51, 0.8);
}
/* line 661, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.albums-list li .item-number {
  font-size: 12px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.5);
  margin: 0 0 0 15px;
  white-space: nowrap;
  min-width: 70px;
  text-align: center;
}

/* line 673, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-images {
  background: #f9fafb;
  display: none;
}
/* line 676, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-images .selected-images-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 13px 15px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 685, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-images .close-selected {
  white-space: nowrap;
  margin-right: 30px;
}
/* line 688, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-images .close-selected i {
  cursor: pointer;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  padding: 11px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 694, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-images .close-selected i:hover {
  color: rgba(51, 51, 51, 0.9);
}
/* line 698, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-images .close-selected span {
  font-family: "Montserrat";
  display: inline-block;
  vertical-align: middle;
}
/* line 705, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-images .add-to-btn button {
  margin-right: 0 !important;
}
/* line 707, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-images .add-to-btn button.add-to-mobile {
  display: none !important;
}
/* line 710, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-images .add-to-btn button i {
  font-size: 12px;
  margin-right: 5px;
}

/* line 719, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
}
/* line 724, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons .images-top-btn {
  font-size: 14px !important;
  font-weight: bold;
  margin: 0 0 0 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 730, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons .images-top-btn i {
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
/* line 734, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons .images-top-btn i.icon-help {
  font-size: 16px;
}
/* line 738, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons .images-top-btn span {
  line-height: 24px;
}
/* line 743, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons .switch.disabled {
  pointer-events: none;
}
/* line 746, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons .switch .text {
  margin-right: 15px;
  line-height: 20px;
  cursor: pointer;
}
/* line 750, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons .switch .text-mobile {
  display: none;
}
/* line 756, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons .share-btn {
  white-space: nowrap;
  padding: 5px 0;
}
/* line 759, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons .share-btn i {
  vertical-align: middle;
  margin-right: 10px;
}
/* line 763, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images .buttons .share-btn[disabled]:hover {
  color: #23527c !important;
}

/* line 770, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #F2F2F2;
}
/* line 773, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top.album-layout {
  padding-bottom: 70px;
}
/* line 777, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top .event-title {
  padding: 18px 15px 18px 60px !important;
}
/* line 780, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top .event-title h4 .tip-bubble {
  margin-left: 10px;
}
/* line 784, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top .event-title.with-logo {
  padding-right: 60px !important;
  position: relative;
}
/* line 789, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top .vg-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
/* line 792, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top .vg-logo a {
  display: block;
}
/* line 795, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top .vg-logo img {
  max-width: 50px;
  max-height: 50px;
}
/* line 799, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top .vg-logo p {
  display: none;
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat";
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}
/* line 807, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top .vg-logo span {
  font-weight: bold;
  font-family: "Montserrat";
  margin-top: 20px;
}
/* line 812, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-event-top .vg-logo.mobile {
  display: none;
}

/* line 818, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-top {
  background: #fff;
  display: block;
}
/* line 821, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-top .images-top-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: right;
}
/* line 827, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-top .images-top-container.images-top-container-album {
  display: none;
}
/* line 830, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-top .images-top-container.images-top-container-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 838, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-mode .event-top {
  display: none;
}
/* line 844, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-mode .gallery .item .img-link:after {
  opacity: 1;
  background: url("/img/checkbox-shadow.png") no-repeat left top;
}
/* line 849, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-mode .gallery .item .checkbox-wrap {
  opacity: 1;
}
/* line 852, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-mode .gallery .item .actions {
  display: none;
}
/* line 857, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-mode .selected-images {
  display: block;
}
/* line 860, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.selected-mode .breadcrumb-wrap {
  display: none !important;
}

/* line 869, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.photographers-view .gallery .item .actions .delete-btn {
  border: none;
  margin-left: auto;
}
/* line 878, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.photographers-view .albums-list li .folder-info {
  margin: 0 30px 0 20px;
}

/* line 887, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .grid-sizer,
.gallery .item {
  width: 25%;
}
/* line 891, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item {
  padding: 2px;
  float: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 895, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item:after {
  content: '';
  display: block;
  clear: both;
}
/* line 900, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item.selected {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/* line 904, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item:hover .checkbox-wrap,
.gallery .item:hover .actions,
.gallery .item:hover .img-link:after {
  opacity: 1;
}
/* line 910, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .img-link {
  position: relative;
  display: block;
}
/* line 913, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .img-link:after {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
/* line 926, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 931, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .checkbox-wrap {
  position: absolute;
  top: 15px;
  left: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
/* line 936, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: calc(100% - 40px);
  opacity: 0;
}
/* line 943, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .actions i {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-left: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 949, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .actions i:hover {
  opacity: .7;
}
/* line 953, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .actions button {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans";
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
}
/* line 965, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .actions button.add-to-mobile {
  display: none !important;
}
/* line 968, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .actions button i {
  font-size: 15px;
  margin-right: 8px;
}
/* line 972, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .actions button span {
  display: inline-block;
  vertical-align: middle;
}
/* line 976, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery .item .actions button:hover {
  opacity: .7;
}

/* line 985, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.item img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 994, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#gallery-container .selected-images .albums-dropdown {
  width: 300px;
  left: auto;
  right: 0;
}
/* line 998, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#gallery-container .selected-images .albums-dropdown .mCSB_outside + .mCSB_scrollTools {
  right: 2px;
  left: auto;
}

/* line 1008, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#create-album-modal .image-size,
#update-album-modal .image-size {
  margin-bottom: 26px;
}
/* line 1010, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#create-album-modal .image-size > p,
#update-album-modal .image-size > p {
  margin-bottom: 16px;
}
/* line 1013, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#create-album-modal .image-size .radio-buttons,
#update-album-modal .image-size .radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1016, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#create-album-modal .image-size .radio-buttons .radio-wrap,
#update-album-modal .image-size .radio-buttons .radio-wrap {
  margin-bottom: 16px;
  margin-right: 30px;
}
/* line 1023, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#create-album-modal .image-number > p,
#update-album-modal .image-number > p {
  margin-bottom: 10px;
}
/* line 1026, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#create-album-modal .image-number input,
#update-album-modal .image-number input {
  width: 135px;
}
/* line 1031, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#create-album-modal .form-group input,
#update-album-modal .form-group input {
  font-size: 16px;
}
/* line 1035, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#create-album-modal .btn-primary,
#update-album-modal .btn-primary {
  margin-top: 68px;
}

/* line 1041, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal {
  position: fixed;
  right: 45px;
  bottom: 35px;
  width: 530px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px 15px 0 0;
  background: #f9fafb;
}
/* line 1048, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .modal-header {
  background: #333;
  border-radius: 10px 10px 0 0;
  padding: 30px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1053, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .modal-header .modal-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0 !important;
}
/* line 1063, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .close {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  float: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1075, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .close:hover {
  color: rgba(255, 255, 255, 0.8);
}
/* line 1079, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .minimize {
  font-size: 16px;
  padding: 0;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  width: 35px;
  height: 35px;
  border: none;
  background: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1094, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .minimize:hover span {
  background: rgba(255, 255, 255, 0.8);
}
/* line 1098, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .minimize span {
  display: inline-block;
  width: 12px;
  height: 2px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.5);
}
/* line 1106, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .modal-body {
  padding: 35px 45px;
}
/* line 1109, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list {
  max-height: 320px;
  margin-bottom: 0;
}
/* line 1112, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list li {
  margin-bottom: 30px;
}
/* line 1114, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list li .image-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1118, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list li .error-msg {
  color: red;
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: right;
}
/* line 1127, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list .image-name {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-right: auto;
}
/* line 1133, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list .image-size {
  font-size: 14px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.5);
  margin-left: 15px;
  min-width: 60px;
  text-align: center;
}
/* line 1141, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list .loading-percentage {
  font-size: 12px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.5);
  margin-left: 10px;
  min-width: 35px;
}
/* line 1148, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list .image-progress {
  width: 100px;
  min-width: 100px;
  margin: 0 0 0 15px;
}
/* line 1153, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list .image-progress.error span {
  background: red;
}
/* line 1158, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list .btn-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: lowercase;
}
/* line 1162, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal .uploading-images-list .btn-link i {
  display: none;
  font-size: 12px;
  padding: 6px;
}
/* line 1169, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal.minimized {
  bottom: 0;
}
/* line 1171, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#image-uploading-modal.minimized .modal-header {
  padding: 20px 30px;
}

/* line 1179, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
html.overflow {
  overflow: hidden;
}

/* line 1187, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
body.mfp-zoom-out-cur {
  width: 100%;
  position: fixed;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  cursor: default !important;
}

/* line 1195, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-zoom-out-cur {
  width: 100%;
  position: fixed;
  overflow: auto;
}

/* line 1201, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-wrap {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1043 !important;
  position: fixed !important;
  outline: 0 !important;
  overflow: auto !important;
}

/* line 1212, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-bg {
  background: #000 !important;
  opacity: .8 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1042 !important;
  overflow: hidden !important;
  position: fixed !important;
}

/* line 1225, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-content {
  max-width: 100%;
  width: 100%;
}
/* line 1228, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-content .mfp-close {
  display: none;
}
/* line 1232, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-container {
  padding-left: 0;
  padding-right: 0;
}
/* line 1236, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-arrow {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 44px;
  height: 44px;
  margin-top: 18px;
  background: rgba(0, 0, 0, 0.4);
}
/* line 1243, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-arrow:after {
  font-family: "icomoon";
  border: none;
  color: #fff;
  font-size: 23px;
  margin: 0;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1253, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-arrow:before {
  content: none;
}
/* line 1256, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-arrow:hover {
  opacity: .5;
}
/* line 1259, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-arrow.mfp-arrow-left {
  left: 10px;
}
/* line 1261, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-arrow.mfp-arrow-left:after {
  content: '\e90d';
}
/* line 1265, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-arrow.mfp-arrow-right {
  right: 10px;
}
/* line 1267, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-arrow.mfp-arrow-right:after {
  content: '\e90e';
}
/* line 1273, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-figure:after {
  content: none;
  top: 0 !important;
  bottom: 0 !important;
}
/* line 1279, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-img {
  padding-bottom: 20px !important;
  padding-top: 90px !important;
  z-index: 100 !important;
}
/* line 1284, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-bottom-bar {
  display: none;
}
/* line 1287, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-close {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: 30px !important;
  right: 30px !important;
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  position: fixed !important;
  text-align: center !important;
  padding: 0 !important;
}
/* line 1298, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-close:hover {
  color: #fff;
}
/* line 1301, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .mfp-close i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 1306, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons {
  position: fixed;
  top: 37px;
  right: 95px;
  border-right: 1px solid rgba(221, 221, 221, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 22px;
}
/* line 1312, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .download-btn {
  margin-right: 35px;
  line-height: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1316, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .download-btn:hover {
  opacity: .5;
}
/* line 1319, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .download-btn i {
  color: #fff;
  font-size: 15px;
}
/* line 1324, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .icon-favorite,
.mfp-gallery .action-buttons .icon-favorite-full {
  color: #fff;
  font-size: 16px;
  margin-right: 35px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1331, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .icon-favorite:hover,
.mfp-gallery .action-buttons .icon-favorite-full:hover {
  opacity: .5;
}
/* line 1335, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .add-to-btn {
  margin-right: 35px;
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 1342, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .add-to-btn:hover {
  opacity: .5;
}
/* line 1345, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .add-to-btn i {
  font-size: 15px;
  margin-right: 8px;
}
/* line 1349, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .add-to-btn span {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 1356, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .albums-dropdown {
  width: 300px;
  left: auto;
  right: 0;
}
/* line 1360, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .albums-dropdown:before {
  right: 60px;
}
/* line 1363, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .albums-dropdown:after {
  right: 59px;
}
/* line 1366, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .albums-dropdown .mCSB_outside + .mCSB_scrollTools {
  right: 2px;
  left: auto;
}
/* line 1372, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .add-comment-popup {
  position: absolute;
  top: 45px;
  right: -5px;
  z-index: 1046;
  width: 100%;
  min-width: 320px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
/* line 1383, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .add-comment-popup.visible {
  opacity: 1;
}
/* line 1387, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .add-comment-popup.right-70 {
  right: -70px;
}
/* line 1391, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .add-comment-popup .triangle {
  width: 32px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
/* line 1401, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .icon-add-comment {
  color: #fff;
  font-size: 18px;
  margin-right: 35px;
  position: relative;
  cursor: pointer;
}
/* line 1410, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .icon-comment.top {
  color: #fff;
  font-size: 18px;
  margin-right: 35px;
  position: relative;
  cursor: pointer;
}
/* line 1418, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.mfp-gallery .action-buttons .icon-comment.note::after {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFA500;
}

/* line 1432, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#albums-modal .albums-dropdown {
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  max-height: calc(100vh - 158px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1441, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#albums-modal .albums-dropdown:before {
  content: none;
}
/* line 1444, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#albums-modal .albums-dropdown:after {
  content: none;
}
/* line 1447, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#albums-modal .albums-dropdown .mCSB_outside + .mCSB_scrollTools {
  left: auto;
}

/* line 1454, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#warning-modal .warning-message {
  word-wrap: break-word;
}
/* line 1456, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#warning-modal .warning-message p {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 1461, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#warning-modal ul {
  margin: 15px 0 35px;
  list-style-type: none;
  padding-left: 0;
}
/* line 1465, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#warning-modal ul li {
  word-break: break-word;
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 15px;
}
/* line 1471, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#warning-modal ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #337ab7;
  position: absolute;
  top: 8px;
  left: 10px;
}
/* line 1483, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#warning-modal ul > p {
  margin-top: 15px;
}

/* line 1490, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
#upload-photos-modal .btn-upload {
  font-size: 16px !important;
  padding: 10px !important;
}

/* line 1498, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container-guest .albums-list {
  height: calc(100% - 45px) !important;
}
/* line 1501, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.gallery-container-guest .albums-list li.favorite .item-number {
  margin-right: 0;
}

/* line 1509, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.slide-up-btn {
  position: fixed;
  right: 18px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
/* line 1522, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.slide-up-btn.shown {
  opacity: 1;
  z-index: 20;
}
/* line 1526, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.slide-up-btn i {
  color: #fff;
  font-size: 15px;
  line-height: 46px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* line 1534, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.orange-triangle::before {
  content: "";
  clear: both;
  position: absolute;
  top: 0;
  right: 5px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 100;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFA500;
}

/* line 1547, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-pagination {
  padding: 10px 0;
}
/* line 1549, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.images-pagination .pagination {
  margin: 0 auto !important;
}

/* line 1554, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.icon-add-comment:hover {
  opacity: .5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 1558, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.icon-add-comment:hover + a + div {
  display: none;
}

/* line 1563, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.comments-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1567, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.comments-head.popup {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 1569, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.comments-head.popup .btn-wrapper {
  font-size: 14px;
}
/* line 1571, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.comments-head.popup .btn-wrapper .icon-edit-pencil {
  color: #1D5EA4;
}
/* line 1574, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.comments-head.popup .btn-wrapper .icon-delete {
  color: rgba(51, 51, 51, 0.5);
}
/* line 1580, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.comments-head .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 1585, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.comments-head .icon-comment {
  font-size: 20px;
}
/* line 1589, /tmp/build_0c044d0e/app/assets/stylesheets/_photos.scss */
.comments-head h5 {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
}

/* line 2, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
#home .btn-lg, #home .btn-group-lg > .btn {
  font-size: 14px !important;
  line-height: 23px;
}
/* line 6, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
#home p {
  margin-bottom: 0;
}

/* line 11, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 17, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
#banner {
  padding-bottom: 70px;
}
/* line 19, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
#banner h1 {
  color: #1D5EA4;
  font-size: 30px;
  font-weight: 800;
}
/* line 24, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
#banner p {
  color: #1D5EA4;
  line-height: 26px;
}

/* line 31, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
.homepage-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 34, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
.homepage-buttons .btn:first-child {
  margin-right: 15px;
}

/* line 42, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
#home-features p {
  font-size: 18px;
  line-height: 28px;
}

/* line 48, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
.home-features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 52, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
.home-features-list .home-features-item {
  width: 260px;
}
/* line 56, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
.home-features-list .img {
  margin-bottom: 50px;
}
/* line 58, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
.home-features-list .img > img {
  max-width: 100%;
}
/* line 63, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
.home-features-list h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/* line 70, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
.home-features-list p {
  line-height: 26px;
  color: rgba(51, 51, 51, 0.8);
}

/* line 79, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
#advantages .row {
  margin-top: 40px;
  margin-bottom: 25px;
}
/* line 83, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
#advantages .advantage {
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 30px;
  margin-bottom: 15px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
/* line 93, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
#advantages .advantage img {
  width: 13px;
  margin-right: 8px;
}
/* line 97, /tmp/build_0c044d0e/app/assets/stylesheets/_home.scss */
#advantages .advantage span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 5, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos {
  position: relative;
  width: calc(100% - 440px);
  min-height: calc(100vh - 71px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 11, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos.full-width {
  width: 100% !important;
}
/* line 14, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos-content {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos-content .videos-buttons {
  padding: 45px 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* line 28, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos-content .videos-buttons .btn:not(:last-child) {
  margin-right: 15px;
}
/* line 32, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos-content .videos-buttons i {
  font-size: 14px;
  margin-right: 10px;
}
/* line 39, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .media-assets-tab-wrap {
  width: 100%;
}
/* line 43, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .media-assets-tablist {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 48, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .media-assets-tablist li {
  width: 50%;
  border: 1px solid #007db8;
}
/* line 51, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .media-assets-tablist li.active {
  background: #007db8;
}
/* line 53, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .media-assets-tablist li.active a {
  color: #fff;
}
/* line 57, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .media-assets-tablist li:first-child {
  border-radius: 4px 0 0 4px;
}
/* line 60, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .media-assets-tablist li:last-child {
  border-radius: 0 4px 4px 0;
}
/* line 64, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .media-assets-tablist a {
  color: #333;
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 35px;
  text-decoration: none !important;
  text-align: center;
  display: block;
}
/* line 76, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .table-wrap {
  margin-top: 20px;
  width: 100%;
}
/* line 81, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .requested-text-wrap {
  margin-top: 20px;
}
/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .requested-text-wrap .block-list > div {
  width: calc((100% - 61px) / 2);
  padding: 50px 30px 30px;
  position: relative;
}
/* line 90, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .requested-text-wrap .block-list .date {
  position: absolute;
  top: 22px;
  right: 30px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
}
/* line 95, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .requested-text-wrap .block-list .description, .videos .requested-text-wrap .block-list .answer {
  font-weight: 600;
  word-break: break-all;
}
/* line 99, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.videos .requested-text-wrap .block-list .answer {
  margin-bottom: 0;
}

/* line 109, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-top .event-title.with-logo {
  padding-right: 60px !important;
  position: relative;
}
/* line 114, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-top .vg-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
/* line 117, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-top .vg-logo a {
  display: block;
}
/* line 120, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-top .vg-logo img {
  max-width: 50px;
  max-height: 50px;
}
/* line 124, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-top .vg-logo p {
  display: none;
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat";
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}
/* line 132, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-top .vg-logo span {
  font-weight: bold;
  font-family: "Montserrat";
  margin-top: 20px;
}
/* line 137, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-top .vg-logo.mobile {
  display: none;
}

/* line 143, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.upload-videos-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  padding: 30px 15px;
}
/* line 149, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.upload-videos-placeholder img {
  width: 172px;
  height: auto;
  opacity: .2;
  margin-bottom: 60px;
}
/* line 155, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.upload-videos-placeholder .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 158, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.upload-videos-placeholder .buttons .text {
  text-transform: uppercase;
  margin: 0 24px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
}
/* line 167, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.upload-videos-placeholder .btn-request i {
  margin-right: 6px;
  font-size: 21px;
}
/* line 172, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.upload-videos-placeholder p {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.7);
  text-align: center;
}
/* line 177, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.upload-videos-placeholder > .btn {
  margin-top: 30px;
}

/* line 182, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.video-requests {
  width: 440px;
  min-height: calc(100vh - 71px);
  background: #f9fafb;
}
/* line 186, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.video-requests-placeholder {
  height: 100%;
  padding: 20px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 192, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.video-requests-placeholder p {
  color: rgba(51, 51, 51, 0.7);
  font-weight: 600;
  line-height: 24px;
}

/* line 202, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .container {
  max-width: 100%;
}
/* line 206, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 20px;
}
/* line 214, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 25px 40px 25px 20px;
}
/* line 222, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .form-group {
  margin-bottom: 0;
}
/* line 226, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .description-wrap {
  width: 40%;
  padding-right: 50px;
}
/* line 231, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .select-group {
  width: 150px;
}
/* line 235, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .requested-media {
  width: calc(60% - 150px);
  padding-left: 30px;
}
/* line 241, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .textarea-group textarea {
  height: 80px;
}
/* line 246, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .btn-upload {
  margin-bottom: 0;
  line-height: 36px;
  font-size: 14px;
}
/* line 250, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .btn-upload i {
  font-size: 12px;
}
/* line 255, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .file-list {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px 0;
}
/* line 262, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .file-list li {
  margin: 3px;
  border: 1px solid #EFF0F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  max-width: calc(50% - 10px);
}
/* line 271, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .file-list li span {
  max-width: calc(100% - 25px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 13px;
  line-height: 23px;
  padding: 0 8px 0 14px;
}
/* line 277, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .file-list li button {
  width: 25px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #EFF0F3;
}
/* line 282, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .file-list li button i {
  color: rgba(51, 51, 51, 0.7);
  font-size: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 288, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .file-list li button:hover i {
  color: #333;
}
/* line 296, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .remove-row {
  position: absolute;
  top: 30px;
  right: 15px;
}
/* line 300, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px 0;
}
/* line 305, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .form-footer .form-btn {
  margin-left: 30px;
}
/* line 308, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.media-request .form-footer .btn-add {
  margin-right: auto;
}

/* line 317, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-top-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
/* line 324, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-title {
  padding: 24px 15px 24px 60px;
  position: relative;
}
/* line 327, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-title .btn-back {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
/* line 331, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-title h4 {
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 24px;
  margin-bottom: 0 !important;
}
/* line 338, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
.event-title h4 span {
  margin-left: 5px;
}

/* line 346, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
#request-media-modal .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 350, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
#request-media-modal .form-element {
  margin-bottom: 20px;
}
/* line 353, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
#request-media-modal .textarea-group {
  width: calc(100% - 160px);
  padding-right: 20px;
}
/* line 356, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
#request-media-modal .textarea-group textarea {
  height: 70px;
}
/* line 360, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
#request-media-modal .select-group {
  width: 120px;
}
/* line 363, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
#request-media-modal .remove-row {
  width: 26px;
  height: 26px;
  text-align: center;
  margin: 5px 0 0 auto;
}
/* line 368, /tmp/build_0c044d0e/app/assets/stylesheets/_videos.scss */
#request-media-modal .remove-row i {
  font-size: 12px;
  line-height: 26px;
  color: #e73131;
}

/* line 3, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-account-blank img {
  width: 213px;
}

/* line 8, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.transfer {
  padding: 30px 80px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -9px;
  margin-right: -9px;
}
/* line 15, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.transfer .total-amount {
  min-width: 510px;
}
/* line 18, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.transfer .btn-primary {
  width: 200px;
}

/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-accounts {
  padding: 30px 80px;
  min-height: 520px;
}
/* line 26, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-accounts .btn-add {
  margin-bottom: 30px;
}
/* line 29, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-accounts .bank-name {
  background: rgba(221, 221, 221, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 15px;
  margin: 0;
}
/* line 37, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-accounts .block-body {
  padding: 27px 27px 33px 27px;
}
/* line 40, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-accounts .data {
  margin-bottom: 15px;
}
/* line 42, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-accounts .data:last-child {
  margin-bottom: 0;
}
/* line 45, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-accounts .data p {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}
/* line 50, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-accounts .data span {
  font-size: 14px;
}
/* line 54, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-accounts .tooltip-inner {
  max-width: 300px;
}

/* line 60, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-account-item .buttons {
  padding: 15px 15px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* line 64, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-account-item .buttons i {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 68, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-account-item .buttons i.icon-edit-pencil {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
}
/* line 71, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-account-item .buttons i.icon-edit-pencil:hover {
  color: rgba(51, 51, 51, 0.8);
}
/* line 75, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-account-item .buttons i.icon-delete {
  font-size: 15px;
  color: #e73131;
}
/* line 78, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
.bank-account-item .buttons i.icon-delete:hover {
  color: #cd1818;
}

/* line 88, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
#transfer-modal form {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 94, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
#transfer-modal .total-amount {
  width: 100%;
}
/* line 97, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
#transfer-modal .accounts-dropdown {
  margin-top: 35px;
  height: 30px;
}
/* line 101, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
#transfer-modal .btn-group {
  margin-top: auto;
}
/* line 103, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
#transfer-modal .btn-group .btn-primary {
  width: 200px;
}
/* line 108, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
#transfer-modal .accounts-dropdown .accounts-list {
  max-height: 200px;
}
/* line 111, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
#transfer-modal .accounts-dropdown .two-elements {
  padding-bottom: 0 !important;
}
/* line 115, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
#transfer-modal .choosed-account {
  width: 100%;
  text-align: left;
  margin-top: 30px;
}
/* line 119, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
#transfer-modal .choosed-account > div {
  margin-bottom: 10px;
}
/* line 122, /tmp/build_0c044d0e/app/assets/stylesheets/_bank-account.scss */
#transfer-modal .choosed-account p {
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
}

/* line 3, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards-blank img {
  width: 243px;
}

/* line 8, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards {
  padding: 30px 55px;
  min-height: 480px;
}
/* line 11, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .btn-add {
  margin-bottom: 30px;
}
/* line 14, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .block {
  padding: 10px 18px;
}
/* line 17, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 42px;
  margin-bottom: 15px;
}
/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .images img {
  max-height: 100%;
  min-height: 42px;
  max-width: 45%;
  display: block;
}
/* line 28, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .images img:first-child {
  min-height: 37px;
  max-width: 48px;
}
/* line 32, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .images img:last-child {
  margin-left: auto;
  min-height: 42px;
  max-width: 45%;
}
/* line 39, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .card-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 45, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .card-number {
  font-size: 14px;
  margin-bottom: 12px;
}
/* line 50, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .two-elements p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
}
/* line 55, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .two-elements span {
  font-size: 14px;
}
/* line 57, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .two-elements span.ellipsis {
  display: inline-block;
}
/* line 62, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .card-buttons {
  padding: 25px 15px 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 68, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .card-buttons .radio-wrap label {
  font-size: 16px;
  font-weight: 600;
}
/* line 73, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .card-buttons i {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 77, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .card-buttons i.icon-edit-pencil {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
}
/* line 80, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .card-buttons i.icon-edit-pencil:hover {
  color: rgba(51, 51, 51, 0.8);
}
/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .card-buttons i.icon-delete {
  font-size: 15px;
  color: #e73131;
}
/* line 87, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
.credit-cards .card-buttons i.icon-delete:hover {
  color: #cd1818;
}

/* line 97, /tmp/build_0c044d0e/app/assets/stylesheets/_credit-cards.scss */
#add-credit-card-modal .last-row > div {
  margin-bottom: 20px;
}

/* line 3, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.payment .payment-content {
  max-width: 445px;
  margin: 75px auto 150px;
}
/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.payment .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
}
/* line 13, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.payment .payment-buttons {
  padding: 49px 30px 25px;
  margin-left: -9px;
  margin-right: -9px;
}
/* line 17, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.payment .payment-buttons #create-event-payment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 22, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.payment .payment-buttons .btn-gray {
  margin-right: 25px;
}

/* line 28, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 7px;
  padding: 13px 25px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 37, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount p {
  font-size: 20px;
  line-height: 24px;
  padding-right: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #007db8;
  text-align: center;
}
/* line 46, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount span {
  font-size: 23px;
  font-weight: 700;
  color: #007db8;
}
/* line 51, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount.total-payment {
  display: block;
  padding: 13px 30px;
}
/* line 54, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount.total-payment ul {
  padding: 0;
  list-style-type: none;
  margin: 20px 0;
}
/* line 59, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount.total-payment li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
/* line 64, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount.total-payment li .text {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
  min-width: 80px;
  font-weight: normal;
  text-align: left;
}
/* line 71, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount.total-payment li .amount {
  font-size: 16px;
  font-weight: 600;
  min-width: 65px;
  text-align: right;
  color: #333;
}
/* line 78, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount.total-payment li .line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 10px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.4);
}
/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount.total-payment .total {
  margin-top: 16px;
}
/* line 86, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount.total-payment .total .text {
  color: #337AB7;
  padding-right: 20px;
}
/* line 90, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount.total-payment .total .amount {
  font-size: 18px;
  font-weight: bold;
  color: #337AB7;
  padding-left: 20px;
}
/* line 99, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.total-amount.total-payment li:not(:first-child).total {
  margin-top: 30px;
}

/* line 107, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.credit-card {
  border: 2px solid #ddd;
  border-radius: 10px;
  margin: 20px auto 0;
  padding: 25px 35px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
/* line 113, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.credit-card .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 60px;
  margin-bottom: 20px;
}
/* line 119, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.credit-card .images img {
  max-height: 100%;
  max-width: 45%;
  min-height: 60px;
  display: inline-block;
}
/* line 124, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.credit-card .images img:first-child {
  max-width: 80px;
  max-height: 100%;
  min-height: 55px;
}
/* line 129, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.credit-card .images img:last-child {
  margin-left: auto;
  min-height: 60px;
  max-width: 45%;
}
/* line 136, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.credit-card .card-name {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 142, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.credit-card .card-number {
  font-size: 21px;
  margin-bottom: 12px;
}
/* line 147, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.credit-card .two-elements p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
/* line 152, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.credit-card .two-elements span {
  font-size: 18px;
}
/* line 154, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.credit-card .two-elements span.ellipsis {
  display: inline-block;
}

/* line 162, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .dropdown-menu {
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -15px;
  margin: 0;
  padding: 0;
  width: 350px;
}
/* line 170, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .dropdown-menu .mCSB_outside + .mCSB_scrollTools {
  right: 2px !important;
  left: auto;
}
/* line 175, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .dropdown-header {
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  color: #007db8;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 183, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .dropdown-footer {
  padding: 10px 25px;
}
/* line 185, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .dropdown-footer .btn {
  font-size: 13px;
  font-weight: 600;
  color: #007db8;
  text-transform: uppercase;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}
/* line 192, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .dropdown-footer .btn:hover {
  color: #286090;
  border-color: #286090;
  background: none;
}
/* line 199, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list {
  max-height: 230px;
  margin: 0;
  padding: 0;
}
/* line 203, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list li {
  padding: 10px 40px 10px 23px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #ddd;
  display: block;
}
/* line 209, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list li:last-child {
  border-bottom: none;
}
/* line 212, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list li:hover {
  background: #007db8;
}
/* line 214, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list li:hover .two-elements {
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 216, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list li:hover .two-elements p {
  color: #fff;
}
/* line 219, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list li:hover .two-elements span {
  color: rgba(255, 255, 255, 0.5);
}
/* line 224, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list li:hover .checkbox-sm-wrap label.checkbox-label {
  color: #fff;
}
/* line 230, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list .two-elements {
  padding-bottom: 5px;
}
/* line 232, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list .two-elements > div:first-child {
  width: calc(74% - 10px);
}
/* line 235, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list .two-elements > div:last-child {
  width: calc(26% - 10px);
}
/* line 238, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list .two-elements p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}
/* line 243, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list .two-elements span {
  font-size: 13px;
  color: rgba(51, 51, 51, 0.5);
}
/* line 248, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list .checkbox-sm-wrap {
  padding-top: 5px;
}
/* line 250, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list .checkbox-sm-wrap label.checkbox-label {
  font-size: 14px;
}
/* line 252, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list .checkbox-sm-wrap label.checkbox-label span {
  width: 13px;
  min-width: 13px;
  height: 13px;
  margin-right: 8px;
}
/* line 257, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.custom-dropdown .custom-list .checkbox-sm-wrap label.checkbox-label span:after {
  top: 1px;
  left: 1px;
  font-size: 7px;
  line-height: 10px;
}

/* line 270, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
#payment-fail-modal {
  text-align: center;
}
/* line 272, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
#payment-fail-modal .popup-text {
  margin-bottom: 45px;
}
/* line 275, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
#payment-fail-modal .btn:first-child {
  margin-right: 15px;
}

/* line 281, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.payment-info-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 285, /tmp/build_0c044d0e/app/assets/stylesheets/_payment.scss */
.payment-info-alert .btn {
  margin-left: 30px;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_billing.scss */
.payment-history {
  padding: 25px 40px;
}

/* line 5, /tmp/build_0c044d0e/app/assets/stylesheets/_billing.scss */
.search-date-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
/* line 8, /tmp/build_0c044d0e/app/assets/stylesheets/_billing.scss */
.search-date-range .input-wrap {
  width: 273px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
/* line 13, /tmp/build_0c044d0e/app/assets/stylesheets/_billing.scss */
.search-date-range .input-wrap input {
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  padding-left: 47px;
  background: none;
}
/* line 20, /tmp/build_0c044d0e/app/assets/stylesheets/_billing.scss */
.search-date-range .input-wrap .glyphicon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 15px;
  color: rgba(51, 51, 51, 0.3);
  font-size: 17px;
  z-index: -1;
}

/* line 31, /tmp/build_0c044d0e/app/assets/stylesheets/_billing.scss */
#card-info-modal .credit-card {
  margin: 0 auto;
  max-width: 444px;
}

/* line 2, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps {
  text-align: center;
  padding: 15px 20px 30px;
}
/* line 5, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .step-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 35px;
}
/* line 11, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .preflight-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 14, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .preflight-types .radio-button {
  margin: 0 10px;
}
/* line 18, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .divider {
  max-width: 500px;
  margin: 35px auto;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .preflight-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 27, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .option {
  margin: 0 30px;
  text-align: left;
}
/* line 30, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .option .text {
  font-weight: 600;
  margin-right: 15px;
  font-size: 18px;
}
/* line 35, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .option .price {
  font-size: 14px;
  font-weight: 600;
  margin-top: 13px;
}
/* line 39, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .option .price span {
  font-weight: bold;
  margin-left: 5px;
}
/* line 45, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .disabled-step {
  pointer-events: none;
}
/* line 47, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .disabled-step .step-title {
  opacity: .65;
}
/* line 51, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .disabled-option {
  opacity: .65;
  pointer-events: none;
}
/* line 55, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.preflight-steps .disabled-price {
  opacity: .65;
  pointer-events: none;
}

/* line 61, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.upload-cover-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 66, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.upload-cover-photo .btn-upload span {
  font-size: 15px;
}
/* line 70, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.upload-cover-photo p.note {
  margin: 10px 0 0 0;
  font-style: italic;
  font-size: 14px;
  opacity: .6;
}

/* line 78, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.well {
  margin-right: 0;
  padding-bottom: 0;
}

/* line 83, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.col-md-12:focus, .form-group:focus, p.note:focus {
  outline: none;
}

/* line 87, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
p.note, p.form-note {
  font-style: italic;
  font-size: 14px;
  opacity: .6;
  margin: 0;
}

/* line 94, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
p.form-note {
  padding-left: 3px;
}

/* line 98, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.uploaded-img {
  margin-top: 15px;
  position: relative;
  display: inline-block;
}
/* line 102, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.uploaded-img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(40%, rgba(0, 0, 0, 0.01)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.01) 40%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.01) 40%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.01) 40%);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 115, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.uploaded-img img {
  width: auto;
  height: 100px;
  display: block;
  max-width: 100%;
}
/* line 121, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.uploaded-img i {
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  margin-left: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  opacity: 0;
}
/* line 130, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.uploaded-img i:hover {
  color: rgba(255, 255, 255, 0.85);
}
/* line 135, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.uploaded-img:hover:after {
  opacity: 1;
}
/* line 138, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.uploaded-img:hover i {
  opacity: 1;
}

/* line 144, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-details-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 147, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-details-title i {
  margin-left: 15px;
}

/* line 156, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: calc((100% - 1140px) / 2);
}
/* line 162, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container.no-sidebar {
  padding-left: 0;
}
/* line 164, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container.no-sidebar .full-content {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  margin: 0 auto;
}
/* line 172, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .btn {
  font-size: 16px;
}
/* line 176, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 65px 25px 75px 0;
}
/* line 181, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-top {
  width: 100%;
  display: none;
}
/* line 185, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-left {
  width: 300px;
}
/* line 188, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-right {
  width: calc(100% - 300px);
  padding-left: 90px;
}
/* line 191, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-right .cover-photo-wrap {
  display: none;
}
/* line 195, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-header {
  position: relative;
  padding-right: 60px;
  display: inline-block;
}
/* line 199, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-header h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 14px;
}
/* line 204, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-header p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 6px 0;
}
/* line 209, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-header p span {
  font-weight: 600;
}
/* line 213, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-header .edit-btn {
  position: absolute;
  top: -7px;
  right: 0;
  padding: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 217, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-header .edit-btn i {
  font-size: 17px;
  font-weight: bold;
}
/* line 223, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-buttons {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 227, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-buttons .btn-green {
  margin-right: 15px;
}
/* line 229, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-buttons .btn-green:last-child {
  margin-right: 0;
}
/* line 233, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .full-content-buttons .tip-bubble {
  margin-right: 10px;
}
/* line 239, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .clients-wrap {
  margin-top: 12px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #ddd;
  padding: 30px 20px;
  position: relative;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
/* line 247, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .clients-wrap .edit-btn {
  position: absolute;
  top: 18px;
  right: 10px;
  padding: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 251, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .clients-wrap .edit-btn i {
  font-size: 17px;
  font-weight: bold;
}
/* line 257, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .clients-wrap .resend-btn i {
  vertical-align: middle;
  margin-right: 5px;
}
/* line 263, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .client {
  margin-bottom: 25px;
}
/* line 265, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .client ul {
  list-style-type: none;
  padding: 0;
}
/* line 269, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .client h5 {
  margin-bottom: 20px;
  padding-right: 40px;
  font-weight: 600;
}
/* line 274, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .client li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 277, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .client li.access {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 282, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .client li.access span {
  font-weight: normal;
  margin-left: 8px;
}
/* line 287, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .client li i {
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
  vertical-align: middle;
}
/* line 293, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .client li i.fa-phone {
  font-size: 22px;
}
/* line 297, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .client li span {
  font-size: 14px;
  font-weight: 600;
  word-break: break-all;
}
/* line 305, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings {
  margin-top: 65px;
}
/* line 308, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-title {
  font-size: 20px;
  margin-bottom: 13px;
}
/* line 312, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 28px;
}
/* line 318, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .input-field {
  position: relative;
}
/* line 320, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .input-field .form-group {
  position: relative;
  margin-bottom: 0;
}
/* line 323, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .input-field .form-group:before {
  content: '$';
  position: absolute;
  top: 14px;
  left: 20px;
}
/* line 328, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .input-field p.input-label {
  margin-bottom: 6px;
  position: absolute;
  top: -28px;
  left: 0;
}
/* line 332, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .input-field input {
  font-size: 16px;
  padding-left: 35px;
  width: 160px;
}
/* line 337, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .input-field .error-message {
  width: 160px;
}
/* line 341, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance > span {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  margin: 0 30px;
}
/* line 348, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .balance-checkbox label {
  height: 49px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  width: 200px;
  margin-bottom: 0;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 359, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .balance-checkbox input {
  display: none;
}
/* line 361, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .balance-checkbox input:checked ~ .icon {
  background-color: #007db8;
}
/* line 363, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .balance-checkbox input:checked ~ .icon:after {
  content: '\f00c';
}
/* line 368, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .balance-checkbox .icon {
  width: 54px;
  background: rgba(51, 51, 51, 0.4);
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 373, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .balance-checkbox .icon:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
}
/* line 381, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-balance .balance-checkbox .text {
  font-size: 16px;
  line-height: 47px;
  width: calc(100% - 54px);
  text-align: center;
}
/* line 389, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-switches {
  padding-top: 25px;
}
/* line 391, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-switches .switch {
  margin-bottom: 25px;
  opacity: 1 !important;
}
/* line 396, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-switches .switch.disabled .text {
  opacity: .65;
}
/* line 401, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-switches .switch .text {
  display: inline-block;
  width: 130px;
}
/* line 407, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .event-settings-switches .switch.album-layout .text {
  width: auto;
  font-size: 14px;
}
/* line 416, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 420, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .settings i.icon-setting {
  font-size: 20px;
}
/* line 424, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .settings .settings-list {
  padding: 0;
  margin-top: 5px;
}
/* line 427, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .settings .settings-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
}
/* line 432, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .settings .settings-list a > i {
  margin-right: 10px;
  font-size: 14px;
}
/* line 435, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .settings .settings-list a > i.icon-edit-pencil {
  color: #007db8;
}
/* line 439, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .settings .settings-list a.danger {
  color: #e73131;
}
/* line 441, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .settings .settings-list a.danger > i {
  padding-right: 3px;
}
/* line 449, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar {
  width: 440px;
  min-width: 440px;
  padding: 65px 25px 35px;
  background: #f9fafb;
}
/* line 454, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 457, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar h5 .tip-bubble {
  margin-left: 10px;
}
/* line 461, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar-list {
  list-style-type: none;
  padding: 0;
  margin: 30px 0;
}
/* line 466, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li {
  margin-bottom: 25px;
}
/* line 468, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li:last-child {
  margin-bottom: 0;
}
/* line 471, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li .title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
/* line 477, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li .text {
  color: rgba(51, 51, 51, 0.7);
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
}
/* line 483, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li .text:before {
  content: '';
  font-size: 16px;
  font-family: 'FontAwesome';
  font-weight: normal;
  width: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 493, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li .deadline {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
/* line 498, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li .deadline span {
  display: block;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: 3px;
  font-weight: 400;
}
/* line 505, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li .deadline button {
  background: none;
  border: none;
  color: #007db8;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
}
/* line 512, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li .deadline button:hover {
  color: #23527c;
}
/* line 519, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li.finalized .text:before {
  content: '\f00c';
  color: rgba(0, 0, 0, 0.3);
}
/* line 527, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li.in-progress .text:before {
  content: '\f017';
  color: #FFA500;
}
/* line 535, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li.attention .text:before {
  content: '\f071';
  color: #e73131;
}
/* line 543, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.full-container .right-sidebar li.balance .text:before {
  content: '\f155';
  color: #007db8;
}

/* line 553, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.finalize-event {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 100px;
}
/* line 562, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.finalize-event h5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 565, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.finalize-event p {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(51, 51, 51, 0.6);
  margin: 15px 0 35px;
}
/* line 572, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.finalize-event .btn {
  min-width: 165px;
}
/* line 575, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.finalize-event.h-auto {
  height: auto;
}

/* line 580, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.delete-event {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 100px;
}
/* line 589, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.delete-event .btn {
  width: 100%;
  max-width: 260px;
  min-width: 165px;
  position: absolute;
  bottom: 0;
}

/* line 600, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.cover-photo-wrap .cover-photo {
  width: 100%;
  height: 305px;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f9fafb;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

/* line 613, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#edit-client-details-modal form .client {
  margin-bottom: 30px;
}
/* line 615, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#edit-client-details-modal form .client h5 {
  margin-bottom: 15px;
}

/* line 623, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#edit-event-details-modal #event_date_edit {
  position: relative;
}
/* line 626, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#edit-event-details-modal .datepicker {
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
/* line 628, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#edit-event-details-modal .datepicker:before, #edit-event-details-modal .datepicker:after {
  content: none;
}

/* line 637, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .vg-logo,
.event-detail-client .vg-logo {
  width: 300px;
  margin-top: 20px;
}
/* line 640, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .vg-logo img,
.event-detail-client .vg-logo img {
  max-width: 80px;
  max-height: 80px;
}
/* line 644, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .vg-logo span,
.event-detail-client .vg-logo span {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-family: "Montserrat";
}
/* line 650, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .vg-logo p,
.event-detail-client .vg-logo p {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  font-family: "Montserrat";
  margin: 6px 0 0 0;
}
/* line 657, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .vg-logo-desktop,
.event-detail-client .vg-logo-desktop {
  display: block;
}
/* line 660, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .vg-logo-mobile,
.event-detail-client .vg-logo-mobile {
  display: none;
}
/* line 664, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .buttons-info,
.event-detail-client .buttons-info {
  margin-bottom: 30px;
}
/* line 666, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .buttons-info p,
.event-detail-client .buttons-info p {
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
/* line 674, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .pay-balance-btn,
.event-detail-client .pay-balance-btn {
  margin-bottom: 25px;
}
/* line 677, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .share-buttons,
.event-detail-client .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 680, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .share-buttons .btn-primary,
.event-detail-client .share-buttons .btn-primary {
  margin-right: 15px;
}
/* line 684, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .share-btn,
.event-detail-client .share-btn {
  white-space: nowrap;
  padding: 5px 0;
}
/* line 687, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .share-btn i,
.event-detail-client .share-btn i {
  vertical-align: middle;
  margin-right: 10px;
}
/* line 691, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .share-btn[disabled]:hover,
.event-detail-client .share-btn[disabled]:hover {
  color: #23527c !important;
}
/* line 695, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .clients-wrap,
.event-detail-client .clients-wrap {
  margin-top: 25px;
}
/* line 697, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .clients-wrap .client,
.event-detail-client .clients-wrap .client {
  margin-bottom: 0;
}
/* line 701, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .invite-new-user,
.event-detail-client .invite-new-user {
  margin-top: 25px;
}

/* line 706, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest {
  background: #fff;
  padding: 65px 0 75px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 710, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 714, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .container .btn {
  font-size: 16px;
}
/* line 718, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .cover-photo-wrap {
  width: 300px;
}
/* line 720, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .cover-photo-wrap-mobile {
  display: none;
}
/* line 723, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .cover-photo-wrap .cover-photo {
  margin-bottom: 0;
}
/* line 727, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .event-details {
  padding-left: 90px;
  width: calc(100% - 301px);
}
/* line 730, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .event-details h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 14px;
}
/* line 735, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .event-details p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 6px 0;
}
/* line 739, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .event-details p span {
  font-weight: 600;
}
/* line 743, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .event-details .event-buttons {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 747, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.event-detail-guest .event-details .event-buttons .btn-green:first-child {
  margin-right: 15px;
}

/* line 759, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#events-list {
  padding: 45px 0 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 762, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#events-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 769, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px 0 20px;
}
/* line 773, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 775, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list li {
  margin-right: 10px;
}
/* line 777, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list li:last-child {
  margin-right: 0;
}
/* line 780, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list li.left {
  margin-right: 15px;
}
/* line 783, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list li.right {
  margin-left: 20px;
}
/* line 786, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list li .tip-bubble {
  line-height: 36px;
}
/* line 790, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button {
  border-radius: 4px;
  height: 36px;
  padding: 0 20px 0 15px;
  min-width: 120px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 796, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.red-bordered {
  background: #fff;
  border: 1px solid #e73131;
  -webkit-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
/* line 800, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.red-bordered i {
  color: #e73131;
}
/* line 803, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.red-bordered:hover {
  -webkit-box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
}
/* line 807, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.blue-bordered {
  background: #fff;
  border: 1px solid #007db8;
}
/* line 810, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.blue-bordered i {
  color: #6e6e6e;
}
/* line 813, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.blue-bordered:hover {
  -webkit-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
/* line 817, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.yellow-bordered {
  background: #fff;
  border: 1px solid #FFA500;
  -webkit-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
/* line 821, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.yellow-bordered i {
  color: #FFA500;
}
/* line 824, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.yellow-bordered:hover {
  -webkit-box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
}
/* line 828, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.green-bordered {
  background: #fff;
  border: 1px solid #5cb85c;
  -webkit-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
/* line 832, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.green-bordered i {
  color: #5cb85c;
}
/* line 835, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.green-bordered:hover {
  -webkit-box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
}
/* line 839, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.active {
  background: #007db8;
  border-color: #007db8;
  -webkit-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
/* line 843, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.active:hover {
  background: #286090;
  -webkit-box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -4px 3px 15px 2px rgba(0, 0, 0, 0.25);
}
/* line 847, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.active span {
  color: #fff;
}
/* line 850, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button.active i {
  color: #fff;
}
/* line 854, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button i {
  font-size: 16px;
  margin-right: 5px;
  line-height: 32px;
}
/* line 859, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .filters-list button span {
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 32px;
}
/* line 867, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .search-input,
.events-list-filters .events-search {
  max-width: 275px;
}
/* line 870, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .search-input > span > button,
.events-list-filters .events-search > span > button {
  height: 36px;
}
/* line 875, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .events-search {
  position: relative;
}
/* line 877, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .events-search > .form-control {
  padding: 6px 53px 6px 12px;
}
/* line 880, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-filters .events-search > span {
  position: absolute;
  top: 0;
  right: 0;
  width: 41px;
}

/* line 888, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  color: #333;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
/* line 898, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li:last-child {
  margin-bottom: 0;
}
/* line 901, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
/* line 903, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li:hover .info .title {
  color: #007db8;
}
/* line 907, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li.inactive {
  opacity: .5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 910, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li.inactive .img,
.events-list li.inactive .info .title,
.events-list li.inactive .btn-primary {
  pointer-events: none;
}
/* line 916, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 190px;
  min-width: 190px;
  min-height: 145px;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 923, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .img:hover {
  opacity: .85;
}
/* line 927, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 930, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .info-wrap i {
  margin-left: 10px;
  font-size: 18px;
}
/* line 935, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .info {
  padding: 30px 40px 25px 40px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: auto;
  max-width: calc(100% - 445px);
}
/* line 943, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .info .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
  color: #333;
  word-break: break-word;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 952, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .info .date {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 500;
  font-family: "Montserrat";
  margin-top: 5px;
  margin-bottom: 20px;
}
/* line 960, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .info .text {
  margin-top: auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
/* line 967, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .guest-note {
  position: absolute;
  right: 100px;
  bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: rgba(51, 51, 51, 0.6);
}
/* line 974, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .btn-primary {
  min-width: 130px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
/* line 981, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .status {
  background: rgba(221, 221, 221, 0.5);
  width: 65px;
  min-width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 988, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .status-waiting {
  color: #6e6e6e;
}
/* line 991, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .status-completed {
  color: #449d44;
}
/* line 994, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .status-warning {
  color: #e73131;
}
/* line 997, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .status-waiting {
  color: #FFA500;
}
/* line 1000, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list li .status i {
  font-size: 22px;
}

/* line 1009, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-guest .events-list-filters .search-input {
  max-width: 550px;
}
/* line 1015, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.events-list-guest .events-list li .info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1022, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.alert-icon-blue {
  color: #6cb5d7;
  font-size: 25px;
}

/* line 1028, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#request-client-edits-modal .text {
  text-align: left !important;
  margin-bottom: 40px !important;
}
/* line 1032, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#request-client-edits-modal .days-number {
  margin-bottom: 68px;
}
/* line 1034, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#request-client-edits-modal .days-number input {
  width: 135px;
  font-size: 16px;
}
/* line 1038, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#request-client-edits-modal .days-number p {
  text-align: left;
}

/* line 1047, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#edit-photo-deadline-modal .number-wrap,
#edit-video-deadline-modal .number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 68px;
}
/* line 1051, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#edit-photo-deadline-modal .text,
#edit-video-deadline-modal .text {
  text-align: left !important;
  margin-bottom: 40px !important;
}
/* line 1055, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#edit-photo-deadline-modal .days-number,
#edit-video-deadline-modal .days-number {
  text-align: left;
}
/* line 1057, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#edit-photo-deadline-modal .days-number input,
#edit-video-deadline-modal .days-number input {
  width: 135px;
  font-size: 16px;
}
/* line 1062, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
#edit-photo-deadline-modal .date,
#edit-video-deadline-modal .date {
  margin: 33px 0 0 25px;
  line-height: 49px;
  font-style: italic;
  color: rgba(51, 51, 51, 0.8);
}

/* line 1070, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.set-bg {
  max-width: 438px;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 20px 20px 20px 0px;
}
/* line 1075, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.set-bg .note {
  font-style: italic;
  font-size: 13px;
  opacity: .7;
}
/* line 1081, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.set-bg h5.title {
  font-family: "Open Sans";
  color: #333;
  font-weight: bold;
}
/* line 1087, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.set-bg .bg-name-wrap {
  max-width: 75%;
}
/* line 1091, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.set-bg .bg-name {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  color: #007db8;
  font-size: 16px;
}
/* line 1100, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.set-bg .bg-name > a {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: unset;
}
/* line 1104, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.set-bg .bg-name > span:hover {
  cursor: pointer;
  color: #286090;
}
/* line 1109, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.set-bg .bg-name > button {
  margin-left: 15px;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.5);
  cursor: pointer;
}
/* line 1114, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.set-bg .bg-name > button:hover {
  color: #000;
}

/* line 1127, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.share-vendors .vendors {
  max-height: 300px;
}
/* line 1131, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.share-vendors .vendors-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-family: "Open Sans";
  color: #000;
}
/* line 1142, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.share-vendors .vendors-list > li {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
/* line 1152, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.share-vendors .vendors-list > li:last-child {
  margin-right: 0 !important;
  margin-bottom: auto !important;
}
/* line 1157, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.share-vendors .vendors-list > li > span {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 1161, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.share-vendors .vendors-list > li > button {
  margin-left: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
/* line 1166, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.share-vendors .vendors-list > li > button:hover {
  color: #000;
}
/* line 1173, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.share-vendors .no-shared {
  margin-top: 20px;
  font-size: 16px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

/* line 1181, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.btn-share-space {
  margin-top: 50px !important;
  margin-right: 0 !important;
}

/* line 1186, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.visible {
  opacity: 1;
  visibility: visible;
}

/* line 1191, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.hidden {
  opacity: 0;
  visibility: hidden;
}

/* line 1196, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.quick-msg-info {
  padding-top: 40px;
  max-width: 70%;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.7);
}

/* line 1208, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.bg-popup {
  margin: 20px auto;
  width: auto;
  max-width: 70%;
}
/* line 1213, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.bg-popup > img {
  max-height: 670px;
  max-width: 100%;
}
/* line 1218, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.bg-popup-icons {
  position: fixed;
  top: 20px;
  right: 40px;
}
/* line 1221, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.bg-popup-icons > i {
  font-size: 16px;
  cursor: pointer;
}
/* line 1225, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.bg-popup-icons > i:hover {
  opacity: .7;
}
/* line 1229, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.bg-popup-icons > i.icon-delete {
  color: #fff;
}
/* line 1233, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.bg-popup-icons > i.mfp-close {
  position: relative;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  color: #707070;
  opacity: 1;
}
/* line 1241, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.bg-popup-icons > i.mfp-close:hover {
  opacity: .7;
}
/* line 1246, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.bg-popup-icons > span {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 1250, /tmp/build_0c044d0e/app/assets/stylesheets/_event.scss */
.bg-popup-icons > span::after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #707070;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-content {
  width: 100%;
}

/* line 6, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.jw-skin-bekle .jw-controlbar {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.5em;
}
/* line 13, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.jw-skin-bekle .jw-background-color {
  background-color: rgba(51, 51, 51, 0.5);
}

/* line 18, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.videoplayer-wrap {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.timeline-wrap {
  width: 100%;
  padding: 0 15px;
  margin: 0;
  background-color: #000;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

/* line 33, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.timeline {
  overflow: visible !important;
  margin-top: 5px;
}

/* line 38, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
#media-markers {
  background-color: #000;
  position: relative;
}
/* line 41, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
#media-markers button {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* line 44, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
#media-markers .glyphicon {
  color: #fff;
}

/* line 49, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
/* line 55, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-buttons .record {
  font-size: 14px;
  font-weight: 500;
  width: 170px;
  text-align: center;
}
/* line 62, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-buttons .actions button {
  border-radius: 4px;
  background: none !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 32px;
  height: 32px;
  text-align: center;
}
/* line 69, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-buttons .actions button:hover {
  -webkit-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
/* line 73, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-buttons .actions button i {
  font-size: 18px;
  vertical-align: middle;
  color: #007db8;
}
/* line 79, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-buttons .actions .tip-bubble {
  margin-left: 10px;
}

/* line 86, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comments {
  min-height: 467px;
  background: #242424;
  border-radius: 5px;
  overflow: hidden;
}
/* line 93, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comments-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 24px 10px;
  height: 50px;
}
/* line 100, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comments-header p {
  font-family: "Montserrat";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.84);
  margin: 0;
  font-weight: 500;
}
/* line 108, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comments-header .tip-bubble {
  color: #46a0f5;
}
/* line 113, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .current-comment {
  padding: 15px 24px;
  margin-bottom: 8px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 119, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .current-comment p {
  color: #46a0f5;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 20px;
  margin-bottom: 0;
}
/* line 126, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .current-comment p span {
  font-weight: 400;
  margin-right: 5px;
  opacity: .7;
}
/* line 134, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item {
  margin-bottom: 8px;
  padding: 24px 14px 24px 24px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 140, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-checkbox {
  margin: 3px 15px 0 0;
  position: relative;
}
/* line 143, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-checkbox input {
  display: inline-block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 154, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-checkbox label.checkbox-label span {
  width: 15px;
  height: 15px;
  min-width: 15px;
  border-radius: 2px;
}
/* line 159, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-checkbox label.checkbox-label span:after {
  top: 0px;
  left: 2px;
  font-size: 7px;
}
/* line 168, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 172, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-title {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
/* line 177, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-title > .name {
  font-size: 13px;
  font-family: "Open Sans";
  color: rgba(255, 255, 255, 0.7);
  background: #242424;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 189, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 192, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-details p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 20px;
  margin-bottom: 0;
}
/* line 199, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-details p span {
  font-weight: 300;
  margin-right: 5px;
}
/* line 206, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-buttons {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 209, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-buttons button {
  border: none !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-left: 5px;
  width: 28px;
  height: 28px;
  margin-top: 0 !important;
  padding: 0 !important;
}
/* line 218, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-buttons button i {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  vertical-align: middle;
  font-size: 14px;
}
/* line 222, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-buttons button i.blue {
  color: #46a0f5;
}
/* line 225, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-buttons button i.red {
  color: #f5465b;
}
/* line 231, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-buttons button:hover i.blue {
  color: #007db8;
}
/* line 234, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-buttons button:hover i.red {
  color: #e73131;
}
/* line 242, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-note {
  word-break: break-word;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.84);
  margin: 15px 0 0 0;
}
/* line 247, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item .client-comment-note span {
  color: rgba(255, 255, 255, 0.4);
  margin-right: 5px;
}
/* line 253, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .client-comment-item.active {
  background: #46a0f52e;
}
/* line 258, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 263, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar-buttons .btn {
  margin: 5px 10px;
  min-width: 120px;
}
/* line 267, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar-buttons .btn-primary {
  font-weight: 700;
}
/* line 270, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar-buttons .btn-link {
  padding: 7px;
  color: rgba(51, 51, 51, 0.8);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: none;
}
/* line 275, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar-buttons .btn-link i {
  color: rgba(51, 51, 51, 0.8);
  margin-right: 5px;
  line-height: 22px;
  vertical-align: text-bottom;
}
/* line 281, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar-buttons .btn-link:hover {
  color: #333;
}
/* line 283, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar-buttons .btn-link:hover i {
  color: #333;
}
/* line 290, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .info-text {
  margin-bottom: 20px;
}
/* line 295, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .info-message h5 {
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 299, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .info-message p {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
}
/* line 302, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .info-message p span.text {
  color: #333;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 13px;
}
/* line 308, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .info-message p span.arrow {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: rgba(221, 221, 221, 0.7);
}
/* line 315, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .info-message p span.arrow i {
  font-size: 11px;
  line-height: 20px;
  color: #333;
}
/* line 324, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .share-btn {
  white-space: nowrap;
  padding: 5px 0;
}
/* line 327, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .share-btn i {
  vertical-align: middle;
  margin-right: 10px;
}
/* line 331, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-sidebar .share-btn[disabled]:hover {
  color: #23527c !important;
}

/* line 337, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-date {
  font-weight: normal !important;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

/* line 344, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-edits-list > div:first-child {
  overflow-x: hidden !important;
  max-height: 417px !important;
  margin-bottom: 0 !important;
}

/* line 353, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .modal-header p {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
/* line 359, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 60px);
}
/* line 364, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .close {
  width: 36px;
  height: 37px;
  font-weight: normal;
  text-shadow: none;
  padding: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 371, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .close:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 377, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .close span {
  display: none;
}
/* line 381, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .btn-group {
  margin-top: 68px;
}
/* line 383, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .btn-group button {
  margin-right: 8px;
}
/* line 385, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .btn-group button:last-child {
  margin-right: 0;
}
/* line 390, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .mt-6 {
  margin-top: 30px;
}
/* line 393, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .btn-upload {
  display: inline;
}
/* line 396, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .info-text {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
}
/* line 400, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .inputs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 402, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .inputs input {
  width: 55px !important;
  font-size: 14px !important;
}
/* line 195, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.editor-modal .inputs input::-webkit-input-placeholder {
  font-size: 12px;
}
/* line 196, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.editor-modal .inputs input:-moz-placeholder {
  font-size: 12px;
}
/* line 197, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.editor-modal .inputs input::-moz-placeholder {
  font-size: 12px;
}
/* line 198, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.editor-modal .inputs input:-ms-input-placeholder {
  font-size: 12px;
}
/* line 410, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .notes-textarea {
  margin-bottom: 0;
}
/* line 413, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .uploaded-asset {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 415, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .uploaded-asset span {
  margin-right: 10px;
}
/* line 417, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .uploaded-asset span:before {
  font: normal normal normal 18px/1 FontAwesome;
}
/* line 421, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .uploaded-asset .IMAGE:before {
  content: "\f03e";
}
/* line 424, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .uploaded-asset .VIDEO:before {
  content: "\f03d";
}
/* line 427, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.editor-modal .uploaded-asset .AUDIO:before {
  content: "\f001";
}

/* line 433, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.videos-table {
  margin-top: 30px;
}
/* line 435, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.videos-table .alert {
  margin-bottom: 15px;
}
/* line 441, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.videos-table .table-wrap thead tr th:first-child {
  padding: 14px 10px 14px 24px !important;
}
/* line 448, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.videos-table .table-wrap tbody tr td:first-child {
  padding: 10px !important;
}

/* line 456, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.react-scrollbar {
  margin-left: 2px;
}

/* line 461, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.video-comments .list-group-item {
  border: none;
  position: relative;
  padding: 0;
  margin-bottom: 40px;
}
/* line 467, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.video-comments .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 473, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.video-comments .comment {
  font-family: "Open Sans";
  padding: 0;
  border: none;
  background: none;
  margin-bottom: 0;
  white-space: pre-wrap;
}
/* line 481, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.video-comments .comment-date {
  color: rgba(51, 51, 51, 0.5);
  white-space: nowrap;
}

/* line 489, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.video-uploading-popup .uploading-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 493, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.video-uploading-popup .uploading-info .loading-percentage {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.5);
}
/* line 500, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.video-uploading-popup .progress {
  height: 6px;
  background: #ddd;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 506, /tmp/build_0c044d0e/app/assets/stylesheets/_video-editor.scss */
.video-uploading-popup .progress .progress-bar {
  background: #007db8;
}

/* line 2, /tmp/build_0c044d0e/app/assets/stylesheets/_terms.scss */
.terms .section {
  margin-bottom: 35px;
}
/* line 5, /tmp/build_0c044d0e/app/assets/stylesheets/_terms.scss */
.terms p {
  text-align: justify;
}

/* line 12, /tmp/build_0c044d0e/app/assets/stylesheets/_terms.scss */
.faq-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
/* line 17, /tmp/build_0c044d0e/app/assets/stylesheets/_terms.scss */
.faq-list li {
  margin-top: 10px !important;
}
/* line 20, /tmp/build_0c044d0e/app/assets/stylesheets/_terms.scss */
.faq-list .panel-heading {
  background: none;
  padding: 0;
}
/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/_terms.scss */
.faq-list .panel-heading a {
  color: #333;
  font-weight: 600;
  font-family: "Montserrat";
  text-decoration: none !important;
  display: block;
  position: relative;
  padding: 10px 15px 10px 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 32, /tmp/build_0c044d0e/app/assets/stylesheets/_terms.scss */
.faq-list .panel-heading a:before {
  content: '';
  width: 11px;
  height: 14px;
  position: absolute;
  top: 13px;
  left: 15px;
  background-image: url("/img/check-icon.svg");
  background-size: 11px 14px;
  background-repeat: no-repeat;
  background-position: top left;
}
/* line 39, /tmp/build_0c044d0e/app/assets/stylesheets/_terms.scss */
.faq-list .panel-heading a:hover {
  color: #1D5EA4;
}
/* line 44, /tmp/build_0c044d0e/app/assets/stylesheets/_terms.scss */
.faq-list .panel-body {
  max-width: 100%;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#sharing-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 10, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#sharing-sidenav.visible {
  opacity: 1;
  visibility: visible;
  z-index: 1002;
}
/* line 14, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#sharing-sidenav.visible .sharing {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 17, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#sharing-sidenav.visible .sharing-bg {
  background: rgba(0, 0, 0, 0.6);
}
/* line 21, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#sharing-sidenav .sharing-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 30, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing {
  position: absolute;
  top: 0;
  right: 0;
  width: 675px;
  height: 100vh;
  z-index: 2;
  background: #fff;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
/* line 38, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-header {
  padding: 28px 100px;
  background: #333;
  position: relative;
}
/* line 42, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-header .close {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  opacity: 1;
  text-shadow: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 60px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 51, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-header .close:hover {
  color: rgba(255, 255, 255, 0.8);
}
/* line 56, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-title {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 0 !important;
}
/* line 66, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-content {
  height: calc(100vh - 80px);
  overflow-y: auto;
}
/* line 69, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-content > .mCSB_outside + .mCSB_scrollTools {
  left: auto;
  right: 5px;
}

/* line 76, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-container {
  padding: 45px 55px 30px;
}
/* line 78, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-container .subtitle {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat";
  margin: 30px 0 15px;
}
/* line 86, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-container .shared-group-name {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 195, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.sharing-container .shared-group-name::-webkit-input-placeholder {
  text-transform: none;
}
/* line 196, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.sharing-container .shared-group-name:-moz-placeholder {
  text-transform: none;
}
/* line 197, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.sharing-container .shared-group-name::-moz-placeholder {
  text-transform: none;
}
/* line 198, /tmp/build_0c044d0e/app/assets/stylesheets/_mixins.scss */
.sharing-container .shared-group-name:-ms-input-placeholder {
  text-transform: none;
}
/* line 92, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-container .form-group {
  margin-bottom: 30px;
}
/* line 95, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-container .btn-wrap {
  text-align: right;
}
/* line 101, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-container .btn-primary {
  padding: 8px 10px;
}
/* line 103, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-container .btn-primary i {
  font-size: 17px;
}
/* line 107, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-container .btn-success {
  padding: 10px 22px;
}

/* line 112, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-btn {
  font-weight: 600;
  text-transform: none;
  margin-bottom: 35px;
}
/* line 116, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-btn i {
  font-size: 20px;
}

/* line 121, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
/* line 124, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-switches .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 45px;
}
/* line 128, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-switches .switch .text {
  margin-right: 15px;
}
/* line 132, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-switches .switch:last-child {
  margin-right: 0;
}

/* line 140, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-email-content .btn-green i {
  font-size: 16px;
}

/* line 146, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-link-content {
  display: none;
}

/* line 152, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-link-content .password-wrap,
.sharing-link-contents .password-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 155, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-link-content .password-wrap .form-group,
.sharing-link-contents .password-wrap .form-group {
  margin-right: 12px;
  width: auto;
}
/* line 159, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-link-content .password-wrap .form-control,
.sharing-link-contents .password-wrap .form-control {
  max-width: 180px;
}
/* line 162, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-link-content .password-wrap .btn-link,
.sharing-link-contents .password-wrap .btn-link {
  margin: 30px 0 30px 18px;
}
/* line 166, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-link-content .new-sharing-link,
.sharing-link-contents .new-sharing-link {
  margin-bottom: 60px;
}
/* line 169, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-link-content .expiration-date,
.sharing-link-contents .expiration-date {
  max-width: 180px;
}
/* line 173, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-link-content .btn-green i,
.sharing-link-contents .btn-green i {
  font-size: 24px;
}

/* line 179, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar {
  padding-bottom: 15px;
}
/* line 181, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-group {
  margin-bottom: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background: none;
}
/* line 188, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-with-collapse-btn {
  background: #f9fafb;
  width: 100%;
  padding: 13px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
/* line 195, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-with-collapse-btn:focus, .sharing-sidebar .shared-with-collapse-btn:hover {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 200, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-with-collapse-btn span {
  font-size: 14px;
  line-height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}
/* line 208, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-with-collapse-btn i {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  font-size: 15px;
}
/* line 213, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-with-collapse-btn[aria-expanded='true'] i {
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
}
/* line 218, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list {
  margin: 0;
  padding: 25px 30px 13px 30px;
}
/* line 221, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list li {
  padding-bottom: 8px;
}
/* line 223, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list li:last-child {
  padding-bottom: 0;
}
/* line 226, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #f9fafb;
  padding: 10px 15px 7px;
  height: 44px;
  color: #333;
  cursor: pointer;
}
/* line 237, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list li > div:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
/* line 243, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list i {
  color: rgba(51, 51, 51, 0.6);
  margin-right: 10px;
}
/* line 247, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list .icon-share {
  font-size: 16px;
}
/* line 250, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list .icon-link {
  font-size: 22px;
}
/* line 253, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list .name {
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 600;
  margin-right: auto;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 261, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list .icon-edit-pencil {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-right: 20px;
  margin-left: 25px;
}
/* line 267, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list .icon-edit-pencil:hover {
  color: rgba(51, 51, 51, 0.8);
}
/* line 271, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list .icon-delete {
  font-size: 13px;
  color: rgba(51, 51, 51, 0.5);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 275, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list .icon-delete:hover {
  color: rgba(51, 51, 51, 0.8);
}
/* line 279, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-sidebar .shared-list .expiry-date {
  font-size: 12px;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.5);
  margin: 0 0 0 10px;
  white-space: nowrap;
  text-align: center;
}

/* line 290, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#expiration-date-input {
  position: relative;
}
/* line 292, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#expiration-date-input .datepicker {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 294, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#expiration-date-input .datepicker:before, #expiration-date-input .datepicker:after {
  content: none;
}

/* line 301, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.guest-comments {
  margin-top: 50px;
}

/* line 305, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.resend-instructions {
  padding-top: 50px;
}
/* line 307, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.resend-instructions h2 {
  text-align: center;
  margin-bottom: 35px;
}

/* line 314, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#edit-link-group-modal .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 318, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#edit-link-group-modal .inputs .form-element {
  width: calc((100% - 12px) / 2);
  margin-bottom: 20px;
}
/* line 321, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#edit-link-group-modal .inputs .form-element input {
  width: 100% !important;
}
/* line 326, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#edit-link-group-modal .share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
  margin-bottom: 8px;
}
/* line 332, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#edit-link-group-modal .sharing-btn {
  margin: 0 20px 0 0;
  min-width: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* line 338, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#edit-link-group-modal .notification-text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  background: #EFF0F3;
  border-radius: 3px;
  padding: 10px 20px;
}
/* line 347, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#edit-link-group-modal #expiration-date-input {
  margin-top: 35px;
}
/* line 349, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
#edit-link-group-modal #expiration-date-input .form-control {
  width: calc((100% - 12px) / 2) !important;
}

/* line 355, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-join {
  position: relative;
  z-index: 0;
  padding: 140px 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 363, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-join:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 28, 29, 0.7);
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* line 371, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-join .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 375, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-join h1 {
  width: calc(100% - 435px);
  padding-right: 100px;
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 384, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-join p {
  font-size: 14px;
  line-height: 21px;
  margin: 24px 0 30px;
}
/* line 389, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-join #join-password {
  width: 435px;
  background: #fff;
  border-radius: 4px;
  padding: 70px 40px;
  border: 1px solid rgba(41, 94, 220, 0.35);
}
/* line 395, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-join #join-password h3 {
  font-size: 24px;
  font-weight: 500;
}
/* line 402, /tmp/build_0c044d0e/app/assets/stylesheets/_sharing.scss */
.sharing-join #join-password .btn {
  margin-top: 10px;
}

/* line 2, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
body section#content.careers {
  background: #F6F7FA;
}

/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 0 40px;
}

/* line 14, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

/* line 21, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-img {
  width: 49%;
}
/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-img img {
  width: 100%;
  height: auto;
}

/* line 29, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-text {
  width: 46%;
}
/* line 31, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-text h1 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 800;
  line-height: 48px;
  text-transform: uppercase;
}
/* line 38, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-text p {
  font-size: 16px;
  line-height: 28px;
}

/* line 44, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 49, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs {
  width: 320px;
  margin-right: 60px;
}
/* line 52, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs .positions-btn {
  display: none;
  text-align: center;
  padding: 15px 20px;
  background: #1D5EA4;
  color: #fff !important;
  width: 100%;
  text-transform: capitalize;
  font-family: "Montserrat";
}
/* line 61, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs .positions-btn i {
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 69, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs .positions-btn[aria-expanded="true"] i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/* line 74, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #1D5EA4;
  min-height: 260px;
  padding: 30px 0;
  border-radius: 5px;
}
/* line 83, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs li {
  padding: 10px 0;
}
/* line 85, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs li a {
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  color: tgba(#fff, 0.5);
  padding: 10px 30px;
  display: block;
  text-decoration: none !important;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
/* line 95, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs li a:hover {
  color: #fff;
}
/* line 100, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs li.active a {
  color: #fff;
  position: relative;
}
/* line 103, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs li.active a:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid #1D5EA4;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -10px;
}
/* line 113, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tabs li.active a:hover {
  color: tgba(#fff, 0.5);
}

/* line 121, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tab-content {
  width: calc(100% - 380px);
}
/* line 123, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tab-content h4 {
  font-size: 20px;
  font-weight: 800;
}
/* line 127, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tab-content h5 {
  font-size: 16px;
  font-weight: 600;
}
/* line 131, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tab-content p {
  font-size: 14px;
  line-height: 25px;
}
/* line 134, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tab-content p span {
  font-weight: bold;
}
/* line 138, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tab-content ul {
  list-style-type: none;
}
/* line 141, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tab-content li {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 25px;
  list-style-type: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
/* line 147, /tmp/build_0c044d0e/app/assets/stylesheets/_careers.scss */
.careers-tab-content li:last-child {
  margin-bottom: 0;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-body {
  background: #f8f8f8;
  min-width: 1280px;
}

/* line 6, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin {
  background: #f8f8f8;
  min-width: 1280px;
}
/* line 10, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin header {
  position: fixed;
  width: 100%;
  padding-left: 250px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
/* line 20, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin header .container-fluid {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* line 27, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin header .admin-name {
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  margin-right: 50px;
}
/* line 32, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin header .admin-name span {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #007db8;
}
/* line 47, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin header button {
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
}
/* line 53, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin header button i {
  margin-right: 8px;
}
/* line 56, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin header button:hover {
  opacity: .8;
}
/* line 62, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin aside {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #337ab7;
  z-index: 6;
}
/* line 71, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin aside .logo {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 78, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin aside .logo img {
  width: 90px;
  opacity: .7;
}
/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin aside ul {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}
/* line 88, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin aside ul li {
  margin-bottom: 10px;
}
/* line 91, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin aside ul a {
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.85);
  width: 100%;
  padding: 0 20px 0 40px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
}
/* line 104, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin aside ul a:hover {
  color: #fff;
  background: draken(#007db8, 5%);
}
/* line 108, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin aside ul a.active {
  color: #fff;
  background: rgba(40, 96, 144, 0.7);
}
/* line 111, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin aside ul a.active:before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
}
/* line 125, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin main {
  min-height: 100vh;
  padding: 70px 0 0 250px;
}
/* line 129, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin main > .container {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 1400px;
  min-width: 1000px;
}
/* line 137, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin main .centered-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 140, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin main .centered-row > .width-middle {
  width: 900px;
}
/* line 143, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin main .centered-row > .width-large {
  max-width: 100%;
  width: 1200px;
}
/* line 150, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .select-bar {
  background: none;
  margin-bottom: 0;
}
/* line 155, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
/* line 161, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-header h4 {
  font-weight: 600;
  text-transform: uppercase;
}
/* line 168, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-scrollbar table {
  min-width: 1050px;
}
/* line 173, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .search-input {
  max-width: 400px;
  margin-left: auto;
}
/* line 176, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .search-input input {
  border-radius: 4px 0 0 4px !important;
}
/* line 181, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap {
  background: #fff;
  padding-bottom: 20px;
}
/* line 184, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap table {
  width: 100%;
}
/* line 187, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap td {
  padding: 14px 10px 14px 15px !important;
}
/* line 191, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap thead th {
  font-size: 13px;
  padding: 14px 10px 14px 15px !important;
}
/* line 194, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap thead th.sortable {
  padding: 0 !important;
}
/* line 196, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap thead th.sortable a {
  padding: 14px 10px 14px 15px !important;
}
/* line 202, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .multiple-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 205, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .multiple-items button {
  width: 20px;
  height: 20px;
  text-align: center;
  border: none;
  background: none;
  padding: 0;
  margin-left: 15px;
  color: #007db8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 215, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .multiple-items button:hover {
  color: #23527c;
}
/* line 218, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .multiple-items button i {
  line-height: 20px;
  font-size: 18px;
  vertical-align: middle;
}
/* line 225, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .actions-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 229, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .actions-group .actions:first-child {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
/* line 233, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .actions-group .actions:last-child {
  padding-left: 10px;
}
/* line 237, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .actions {
  white-space: nowrap;
  text-align: center;
}
/* line 240, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .actions button, .admin .table-wrap .actions a {
  border: none;
  background: none;
  margin: 0 5px;
  padding: 0 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}
/* line 247, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .actions button i, .admin .table-wrap .actions a i {
  font-size: 16px;
  color: #007db8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 251, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .actions button i:hover, .admin .table-wrap .actions a i:hover {
  color: #23527c;
}
/* line 256, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .actions .switcher-wrap {
  margin: 0 5px;
  padding: 0 8px;
}
/* line 262, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap .actions.actions-sm button i, .admin .table-wrap .actions.actions-sm a i {
  font-size: 14px;
}
/* line 269, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap.payment-history-table .payment-type {
  font-size: 12px;
  margin-left: 8px;
}
/* line 272, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap.payment-history-table .payment-type.red {
  color: #e73131;
}
/* line 275, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .table-wrap.payment-history-table .payment-type.green {
  color: #5cb85c;
}
/* line 282, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .form-buttons {
  text-align: center;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 287, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .form-buttons .btn {
  min-width: 170px;
  margin: 0 10px;
}
/* line 293, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .admin-card-header {
  margin-bottom: 30px;
}
/* line 296, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .admin-card-header h4 {
  font-weight: 600;
  text-transform: uppercase;
}
/* line 302, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .admin-card {
  background: #fff;
  padding: 45px 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
/* line 311, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 313, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-left {
  width: 300px;
}
/* line 316, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-right {
  width: calc(100% - 300px);
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 322, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 28px;
}
/* line 328, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .event-balance {
  position: relative;
}
/* line 330, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .event-balance .input-field {
  position: relative;
}
/* line 332, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .event-balance .input-field:before {
  content: '$';
  position: absolute;
  top: 14px;
  left: 20px;
}
/* line 336, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .event-balance .input-field input {
  padding-left: 35px !important;
  width: 160px !important;
}
/* line 340, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .event-balance .input-field .error-message {
  width: 160px;
}
/* line 344, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .event-balance label {
  margin-bottom: 6px;
  position: absolute;
  top: -28px;
  left: 0;
}
/* line 349, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance > span {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  margin: 0 25px;
}
/* line 356, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .balance-checkbox label {
  height: 49px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  width: 200px;
  margin-bottom: 0;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 367, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .balance-checkbox input {
  display: none;
}
/* line 369, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .balance-checkbox input:checked ~ .icon {
  background-color: #007db8;
}
/* line 371, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .balance-checkbox input:checked ~ .icon:after {
  content: '\f00c';
}
/* line 376, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .balance-checkbox .icon {
  width: 54px;
  background: rgba(51, 51, 51, 0.4);
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* line 381, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .balance-checkbox .icon:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
}
/* line 389, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings-balance .balance-checkbox .text {
  font-size: 16px;
  line-height: 47px;
  width: calc(100% - 54px);
  text-align: center;
}
/* line 397, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings .event-details {
  padding: 60px 0 30px 0;
}
/* line 399, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings .event-details ul {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
/* line 404, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings .event-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 6px;
}
/* line 408, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings .event-details li .title {
  padding-right: 15px;
  white-space: nowrap;
}
/* line 412, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-settings .event-details li .data {
  font-weight: 600;
}
/* line 418, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .form-buttons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* line 420, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .form-buttons .btn-primary {
  margin-right: 0;
}
/* line 424, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .clients-wrap {
  padding: 60px 0 30px 35px;
}
/* line 426, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .clients-wrap ul {
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
}
/* line 431, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .clients-wrap li {
  margin-bottom: 25px;
}
/* line 433, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .clients-wrap li:last-child {
  margin-bottom: 0;
}
/* line 436, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .clients-wrap li h5 {
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 440, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .clients-wrap li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 443, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .clients-wrap li p i {
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
}
/* line 449, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .clients-wrap li p span {
  font-size: 14px;
  font-weight: 600;
  word-break: break-all;
}
/* line 457, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .admin-event-buttons {
  margin: 40px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}
/* line 463, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 466, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-buttons:first-child {
  margin-right: auto;
}
/* line 469, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-buttons .btn {
  margin-right: 15px;
}
/* line 471, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-buttons .btn:last-child {
  margin-right: 0;
}
/* line 475, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin .event-buttons .btn-link {
  font-size: 16px;
  text-transform: none !important;
  margin-right: 25px;
}

/* line 485, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event {
  padding-top: 0 !important;
}
/* line 487, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .images-container {
  height: calc(100vh - 195px);
}
/* line 491, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .images .breadcrumb-wrap {
  display: block;
}
/* line 494, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .images .buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/* line 498, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .event-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 503, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .event-top .event-title {
  padding: 18px 35px 18px 0 !important;
  max-width: 55%;
}
/* line 508, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .event-top .buttons .images-top-btn {
  margin-left: 15px !important;
  text-transform: none;
  font-weight: 600;
}
/* line 516, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .selected-images .selected-images-container {
  padding: 12px 15px;
}
/* line 522, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .item .actions .delete-btn {
  margin-left: 3px !important;
}
/* line 529, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .albums-list li .item-number {
  margin-right: 0;
}
/* line 532, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .albums-list li .folder-info {
  margin-left: 12px;
}
/* line 537, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
/* line 542, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-container video {
  border-radius: 10px;
  overflow: hidden;
}
/* line 546, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-container .event-top-container {
  padding-left: 0;
  padding-right: 0;
}
/* line 551, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-player-container {
  max-width: 992px;
  margin: 0 auto;
}
/* line 555, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-player {
  border-radius: 10px;
  overflow: hidden;
}
/* line 559, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-row {
  margin-top: 15px;
  margin-bottom: 30px;
}
/* line 562, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-row .mobile-no-padding {
  width: 100% !important;
  padding: 0 150px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 569, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-comments {
  padding: 30px 30px;
  max-height: 383px;
}
/* line 573, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-comments .list-group-item:last-child {
  margin-bottom: 0;
}
/* line 577, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-comments .comment-header {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 580, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-event .video-comments .mCSB_outside + .mCSB_scrollTools {
  left: auto;
  right: 8px;
  margin: 10px 0;
}

/* line 588, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-login {
  background: #f8f8f8 !important;
}
/* line 590, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-login .login-wrap {
  background: #fff;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 50px;
  width: 550px;
  margin: 8vh auto;
}
/* line 598, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-login h2 {
  margin: 0;
  margin-bottom: 20px;
  padding: 30px 0;
  color: #000;
  font-family: "Montserrat";
  text-align: center;
  text-transform: uppercase;
}
/* line 607, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-login > .container {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 612, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
.admin-login .btn {
  margin-top: 30px;
}

/* line 618, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
#show-all-events-modal ul {
  margin-bottom: 40px;
}
/* line 621, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
#show-all-events-modal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
}
/* line 626, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
#show-all-events-modal li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #337ab7;
  position: absolute;
  top: 8px;
  left: -23px;
}
/* line 638, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
#show-all-events-modal .event-date {
  font-weight: 600;
  margin-left: 15px;
  padding-left: 15px;
  opacity: .8;
  white-space: nowrap;
  position: relative;
}
/* line 645, /tmp/build_0c044d0e/app/assets/stylesheets/_admin.scss */
#show-all-events-modal .event-date:after {
  content: '';
  width: 1px;
  height: 70%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 15%;
  left: 0;
  display: inline-block;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_not-found.scss */
.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* line 4, /tmp/build_0c044d0e/app/assets/stylesheets/_not-found.scss */
.not-found-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 60px 0;
  text-align: center;
}
/* line 13, /tmp/build_0c044d0e/app/assets/stylesheets/_not-found.scss */
.not-found img {
  max-width: 805px;
}
/* line 16, /tmp/build_0c044d0e/app/assets/stylesheets/_not-found.scss */
.not-found h3 {
  margin: 50px 0 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
}
/* line 22, /tmp/build_0c044d0e/app/assets/stylesheets/_not-found.scss */
.not-found p {
  font-family: "Montserrat";
  font-weight: 500;
  color: rgba(51, 51, 51, 0.8);
  margin: 0;
}
/* line 28, /tmp/build_0c044d0e/app/assets/stylesheets/_not-found.scss */
.not-found .btn {
  margin-top: 45px;
  font-size: 14px !important;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0 !important;
  height: calc(100vh - 70px - 103px);
}
/* line 5, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-sidebar {
  width: 450px;
  height: 100%;
  position: fixed;
  overflow-x: hidden;
  background: #1D5EA4;
}
/* line 11, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-sidebar .custom-scrollbar {
  height: 100%;
}
/* line 14, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-sidebar .mCSB_scrollTools {
  top: 10px;
  bottom: 10px;
}
/* line 18, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-sidebar .close {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  opacity: 0;
  text-shadow: none;
  position: fixed;
  top: 0;
  right: 10px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
/* line 28, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-content {
  width: calc(100% - 450px);
  margin-left: 450px;
}
/* line 31, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-content .mCSB_scrollTools {
  bottom: 10px;
}
/* line 34, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-content .open-docs {
  display: none;
  margin-bottom: 30px;
}
/* line 37, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-content .open-docs i {
  font-size: 14px;
}
/* line 42, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs .container {
  max-width: 100%;
}

/* line 47, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tabs {
  /* Large padding needed at top and bottom to make space for header and footer. */
  padding: 120px 30px 130px;
}
/* line 51, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 56, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tabs ul a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none !important;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: rgba(255, 255, 255, 0.5);
}
/* line 62, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tabs ul a:hover {
  color: #fff;
}
/* line 69, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tabs .tabs-list .tab-link {
  padding: 8px 0;
}
/* line 72, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tabs .tabs-list .tab-link i span {
  font-family: "Open Sans";
  font-size: 18px;
  padding-left: 4px;
}
/* line 81, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tabs .docs-sublist {
  padding-left: 15px;
  margin-bottom: 10px;
}
/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tabs .docs-sublist a {
  padding: 6px 15px;
  font-size: 15px;
}
/* line 87, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tabs .docs-sublist a.active {
  color: #fff;
}

/* line 94, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content {
  /* Large padding needed at top and bottom to make space for header and footer. */
  padding: 90px 30px 130px;
  max-width: 810px;
  margin: 0 auto;
  /* Needed to offset anchors by the height of the header.
   * Otherwise, navigating to section of the page does not
   * work properly. */
  /* We use the a tag for anchors on page, but update the
   * styling of these anchors to not look like links. */
}
/* line 99, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content h3 {
  font-weight: 500;
  margin-bottom: 30px;
  padding-top: 10px;
}
/* line 104, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .list-with-numbers {
  padding-left: 30px;
  margin: 0 0 20px 0;
}
/* line 107, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .list-with-numbers li {
  margin-bottom: 8px;
}
/* line 109, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .list-with-numbers li:last-child {
  margin-bottom: 0;
}
/* line 113, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .list-with-numbers ul {
  margin: 10px 0 0;
}
/* line 116, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .list-with-numbers p {
  margin-top: 10px;
}
/* line 120, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .list-with-numbers .tutorial-img.lg, .docs-tab-content .list-with-numbers .tutorial-img.md, .docs-tab-content .list-with-numbers .tutorial-img.xmd {
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
  width: calc(100% + 30px);
}
/* line 126, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .list-with-numbers .tutorial-img.lg {
  max-width: calc(100% + 30px);
}
/* line 130, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .list-with-numbers .bulleted-list {
  padding-left: 15px;
  margin-bottom: 12px !important;
  font-size: 14px;
  margin-top: 15px !important;
}
/* line 137, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .bulleted-list {
  padding-left: 25px;
  list-style-type: disc;
}
/* line 141, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content a {
  word-break: break-word;
}
/* line 144, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content sup {
  font-size: 12px;
  top: -0.7em;
}
/* line 148, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .notation {
  font-size: 15px;
  font-style: italic;
  margin: 20px 0 30px !important;
}
/* line 152, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .notation sup {
  font-style: normal;
  margin-right: 4px;
  top: -0.7em;
  /* Padding at the top fixes the offset issue caused
   * by the fixed header. Negative margin of same
   * magnitude is used to keep the element in the same 
   * position. This is for footnotes.*/
  padding-top: 70px;
  margin-top: -70px;
}
/* line 165, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content i {
  vertical-align: middle;
  margin: 0 6px;
}
/* line 169, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .note {
  margin-top: 20px;
  font-size: 16px;
  font-style: italic;
}
/* line 174, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .tutorial-img {
  overflow: hidden;
}
/* line 176, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .tutorial-img.lg, .docs-tab-content .tutorial-img.md, .docs-tab-content .tutorial-img.xmd, .docs-tab-content .tutorial-img.sm {
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 30px 0;
  width: 100%;
}
/* line 184, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .tutorial-img.lg img, .docs-tab-content .tutorial-img.md img, .docs-tab-content .tutorial-img.xmd img, .docs-tab-content .tutorial-img.sm img {
  width: 100%;
  height: auto;
}
/* line 189, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .tutorial-img.lg {
  max-width: 100%;
}
/* line 192, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .tutorial-img.md {
  max-width: 500px;
}
/* line 195, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .tutorial-img.xmd {
  max-width: 350px;
}
/* line 198, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .tutorial-img.sm {
  max-width: 250px;
  margin: 20px 0;
}
/* line 202, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .tutorial-img.xs {
  margin: 4px 10px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: middle;
  height: 35px;
}
/* line 208, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .tutorial-img.xs img {
  width: auto;
  height: 100%;
}
/* line 219, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .anchor h4 {
  font-weight: 500;
  /* Padding at the top fixes the offset issue caused
   * by the fixed header. Negative margin of same
   * is used to keep the element from moving too far
   * down. This is for subsections in tutorial.*/
  padding-top: 70px;
  margin-top: -50px;
  margin-bottom: 20px;
}
/* line 233, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.docs-tab-content .inactiveLink {
  pointer-events: none;
  cursor: default;
  color: black;
}

/* Pin header to the top of the screen. */
/* line 241, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

/* Pin footer to the top of the screen. */
/* line 250, /tmp/build_0c044d0e/app/assets/stylesheets/_docs.scss */
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-head {
  font-size: 24px;
  line-height: 1.5em;
}

/* line 6, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-advn {
  list-style-type: none;
  list-style: none;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #333;
}
/* line 13, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-advn li {
  position: relative;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 16, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-advn li::before {
  content: url("/img/check-icon.svg");
  position: relative;
  top: 2px;
  right: 10px;
  display: inline-block;
  width: 13px;
  max-width: 13px;
  height: 13px;
  max-height: 13px;
}

/* line 27, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-role-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}
/* line 32, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-role-list > .item > a {
  height: 36px;
  line-height: 36px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat";
  text-decoration: none;
  color: rgba(51, 51, 51, 0.7);
  background: #fff;
  border: 1px solid #007db8;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 46, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-role-list > .item > a.first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
/* line 51, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-role-list > .item > a.last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: none;
}
/* line 58, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-role-list > .item.active > a {
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  background: #007db8;
}

/* line 68, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 72, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item {
  width: 32%;
  border: 1px solid rgba(0, 125, 184, 0.3);
  border-radius: 4px;
  overflow: hidden;
}
/* line 78, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head {
  min-height: 410px;
  font-family: "Montserrat";
  color: #333;
  background: rgba(0, 125, 184, 0.05);
}
/* line 83, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head > h3 {
  font-size: 20px;
  font-weight: 700;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 89, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head > p {
  font-size: 16px;
  line-height: 24px;
}
/* line 92, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head > p > span {
  font-weight: 600;
  opacity: .8;
  color: #007db8;
}
/* line 99, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head.pay-only {
  background: #007db8;
  color: #fff;
}
/* line 102, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head.pay-only > p > span,
.prices-content .tab-list .tab-item .tab-head.pay-only .prc-dolar,
.prices-content .tab-list .tab-item .tab-head.pay-only .prc-month {
  color: #fff;
}
/* line 109, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head .prc-dolar {
  position: relative;
  right: 2px;
  bottom: 5px;
  font-weight: 600;
  color: #007db8;
}
/* line 115, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head .prc-month {
  padding-left: 5px;
  font-family: "Open Sans";
  font-weight: 400;
  color: rgba(51, 51, 51, 0.7);
}
/* line 122, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head .price-val {
  position: relative;
  display: inline-block;
  font-size: 54px;
  font-weight: 700;
  color: #007db8;
}
/* line 128, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head .price-val.only-pay {
  color: #fff;
}
/* line 130, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .tab-list .tab-item .tab-head .price-val.only-pay::after {
  color: #fff;
}
/* line 139, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .switcher-wrap {
  font-size: 14px;
  font-family: "Open Sans";
  user-select: none;
}
/* line 143, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .switcher-wrap::before {
  content: "Monthly";
  padding-right: 10px;
}
/* line 147, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .switcher-wrap::after {
  content: "Annually";
  padding-left: 10px;
}
/* line 153, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .select2-selection--single {
  height: 49px;
  padding-left: 17px;
  font-size: 14px;
  font-family: "Open Sans";
  border-color: #ccc;
}
/* line 159, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .select2-selection--single > span {
  line-height: 47px !important;
}
/* line 162, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .select2-selection--single .select2-selection__arrow {
  height: 47px;
  width: 50px;
  border-left: 1px solid #ccc;
}
/* line 168, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .select2-container .select2-selection__arrow b {
  border-color: #333 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}
/* line 173, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prices-content .select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #333 transparent !important;
  border-width: 0 6px 6px 6px !important;
}

/* line 180, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-label {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #333;
  opacity: .8;
}

/* line 189, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-features {
  list-style: none;
  list-style-type: none;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.7);
}
/* line 194, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-features > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}
/* line 197, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-features > li > i {
  color: #5cb85c;
  padding-right: 15px;
  padding-top: 2px;
}
/* line 202, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-features > li:last-of-type {
  padding-bottom: 0;
}

/* line 209, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.all.tab-pane h4 {
  font-size: 16px;
  font-family: "Montserrat";
}

/* line 215, /tmp/build_0c044d0e/app/assets/stylesheets/_prices.scss */
.prc-ask {
  font-family: "Montserrat";
  color: rgba(51, 51, 51, 0.7);
}

/* line 3, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft section#content {
  background-color: #1D5EA4;
  background-image: url("../img/free-trial.png");
}
/* line 8, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft section.benefits {
  background: #F6F7FA;
}
/* line 13, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 130px;
}
/* line 21, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .main {
  color: #fff;
}
/* line 23, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .main .supercharge {
  font-size: 18px;
  font-family: "Open Sans";
  padding-bottom: 5px;
  opacity: .7;
  line-height: 28px;
}
/* line 30, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .main ul {
  margin: 0;
  padding-left: 20px;
}
/* line 33, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .main ul > li {
  font-size: 18px;
  font-family: "Open Sans";
  padding-bottom: 5px;
  opacity: .7;
  line-height: 28px;
}
/* line 43, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .head {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
}
/* line 50, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
/* line 53, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .btn-wrap > a {
  height: 40px;
  line-height: 25px;
  padding-left: 42px;
  padding-right: 42px;
}
/* line 58, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .btn-wrap > a.btn-green {
  box-shadow: none;
}
/* line 60, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .btn-wrap > a.btn-green:hover {
  -webkit-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.25);
}
/* line 67, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft #jwplayer {
  border-radius: 20px;
}
/* line 72, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .benefits .wrap {
  padding-top: 160px;
  padding-bottom: 130px;
}
/* line 77, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .benefits .list {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .benefits .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-right: 30px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-radius: 30px;
  padding: 13px 27px;
}
/* line 93, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .benefits .item:nth-of-type(5) {
  margin-left: 80px;
}
/* line 97, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .benefits .item:last-of-type {
  margin-right: 0;
}
/* line 101, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .benefits .item > img {
  width: 15px;
  height: 20px;
}
/* line 106, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .benefits .item > span {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #333;
  padding-left: 10px;
}
/* line 116, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .bnf-head {
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
/* line 124, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .sign-up {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 130, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .sign-up .permission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-family: "Open Sans";
}
/* line 135, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .sign-up .permission .switcher-wrap {
  font-weight: 600;
  color: #007db8;
  user-select: none;
}
/* line 139, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .sign-up .permission .switcher-wrap::before {
  content: "vendor";
  padding-right: 5px;
}
/* line 143, /tmp/build_0c044d0e/app/assets/stylesheets/_free-trial.scss */
.ft .sign-up .permission .switcher-wrap::after {
  content: "client";
  padding-left: 5px;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features {
  padding: 20px 0;
  /* We use the a tag for anchors on page, but update the
   * styling of these anchors to not look like links. */
}
/* line 4, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .motto {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* line 7, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .motto h2 {
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #333;
}
/* line 18, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .motto-text {
  width: 50%;
}
/* line 22, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .motto-img {
  width: 50%;
}
/* line 24, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .motto-img > img {
  max-width: 100%;
}
/* line 29, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .ftr-list-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
/* line 35, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .ftr-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 41, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .ftr-list > li {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 3.33%;
}
/* line 45, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .ftr-list > li:nth-of-type(3n+3) {
  margin-right: 0;
}
/* line 50, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .ftr-list .title {
  font-size: 17px;
  font-weight: 500;
}
/* line 55, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .ftr-list .desc {
  font-size: 15px;
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-word;
}
/* line 64, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .workflow-management .ftr-list > li:last-of-type {
  margin-bottom: 0;
}
/* line 69, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 74, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .features-toc {
  display: none;
}
/* line 78, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .cnv-screenshots {
  display: none;
}
/* line 84, /tmp/build_0c044d0e/app/assets/stylesheets/_features.scss */
.features .inactiveLink {
  pointer-events: none;
  cursor: default;
  color: black;
}

/* line 1, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap {
  position: relative;
}
/* line 4, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 10, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .head {
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 30px;
  color: #000;
  font-family: "Montserrat";
  text-align: center;
  text-transform: uppercase;
}
/* line 19, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .messages-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 300px);
}
/* line 26, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel {
  max-height: 100%;
  min-width: 300px;
  max-width: 300px;
  background: #286090;
  color: #f5f5f5;
  padding: 10px 20px;
}
/* line 33, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(239, 240, 243, 0.1);
}
/* line 39, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel-head img {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
}
/* line 45, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel-head h5 {
  font-size: 20px;
  padding-left: 15px;
  font-weight: bold;
}
/* line 51, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel-users-scroll {
  max-height: 90%;
}
/* line 55, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel-users > li {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
/* line 62, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel-users > li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 65, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel-users > li img {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
}
/* line 71, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel-users > li .name {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 15px;
}
/* line 76, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel-users > li .red-point {
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border: none;
  border-radius: 50%;
  background: #e73131;
}
/* line 86, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .left-panel .short-name {
  width: 30px;
  height: 30px;
  background: #EFF0F3;
  line-height: 30px;
  text-align: center;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
/* line 100, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel {
  width: 100%;
  background: #f9fafb;
}
/* line 104, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
  background: rgba(239, 240, 243, 0.7);
}
/* line 110, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel-head > h5 {
  font-size: 20px;
  color: #000;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
/* line 115, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel-head > button {
  padding: 0;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  display: none;
  padding: 2px 5px;
}
/* line 121, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel-head > button:hover {
  opacity: .7;
}
/* line 126, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages-scroll {
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
}
/* line 131, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages {
  padding: 30px 20px 20px 20px;
}
/* line 133, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
}
/* line 139, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li img {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
}
/* line 145, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li p.short-name {
  width: 30px;
  height: 30px;
  background: #EFF0F3;
  line-height: 30px;
  text-align: center;
  border: none;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
}
/* line 156, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li p.message {
  margin-bottom: 5px;
  padding: 16px;
  max-width: 50%;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-family: "Open Sans";
}
/* line 165, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.line {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.5);
}
/* line 174, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.line::before, .messages-wrap .main-panel .messages li.line::after {
  content: "";
  position: absolute;
  top: 28px;
  display: inline-block;
  width: 300px;
  color: rgba(51, 51, 51, 0.5);
  border: 1px solid rgba(51, 51, 51, 0.1);
}
/* line 182, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.line::before {
  left: 40px;
}
/* line 185, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.line::after {
  right: 40px;
}
/* line 188, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.line.unread {
  color: #007db8;
}
/* line 190, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.line.unread::before, .messages-wrap .main-panel .messages li.line.unread::after {
  border-color: rgba(0, 125, 184, 0.1);
  width: 280px;
}
/* line 196, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.line.date::before {
  left: 25px;
}
/* line 199, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.line.date::after {
  right: 25px;
}
/* line 204, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.other {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
/* line 206, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.other p.message {
  background: #286090;
  color: #f5f5f5;
  margin-left: 10px;
}
/* line 211, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.other p.time {
  bottom: -30px;
  left: 55px;
}
/* line 216, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.me {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* line 218, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.me p.message {
  background: #EFF0F3;
  color: #32465a;
  margin-right: 10px;
}
/* line 223, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li.me p.time {
  bottom: -30px;
  right: 55px;
}
/* line 228, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .messages li p.time {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.7);
  font-weight: bold;
  position: absolute;
}
/* line 238, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .write-messages {
  position: relative;
}
/* line 240, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .write-messages > .form-control {
  height: 48px;
  padding-right: 55px;
  border-radius: unset;
  border: none;
  background: #EFF0F3;
}
/* line 246, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .write-messages > .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
/* line 252, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .write-messages > button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 48px;
  margin-left: 0;
  background: none;
  font-size: 18px;
  color: #435f7a;
}
/* line 260, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .write-messages > button.light-green {
  color: #449d44;
}
/* line 263, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .main-panel .write-messages > button:hover {
  opacity: .8;
}
/* line 270, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .messages-unread {
  font-size: 10px;
  color: #286090;
}
/* line 275, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
.messages-wrap .messages-date {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
}

/* line 283, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
nav.navbar ul.nav.navbar-nav > li > a > span.count {
  display: inline-block;
  background: #e73131;
  font-size: 11px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
}
/* line 291, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
nav.navbar ul.nav.navbar-nav > li > a > span.count.one-symbol {
  width: 16px;
  line-height: 16px;
}
/* line 295, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
nav.navbar ul.nav.navbar-nav > li > a > span.count.two-symbol {
  width: 18px;
  line-height: 18px;
}
/* line 299, /tmp/build_0c044d0e/app/assets/stylesheets/_messages.scss */
nav.navbar ul.nav.navbar-nav > li > a > span.count.three-symbol {
  width: 20px;
  line-height: 20px;
}
/* This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *
 *
 *
 * require_tree .
 */
