@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/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 other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
*, ::after, ::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
hr:not([size]) {
  height: 1px;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .h1, h1 {
    font-size: 2.5rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .h2, h2 {
    font-size: 2rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .h3, h3 {
    font-size: 1.75rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .h4, h4 {
    font-size: 1.5rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h5, h5 {
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h6, h6 {
  font-size: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
abbr[data-bs-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
ol, ul {
  padding-left: 2rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
dt {
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
b, strong {
  font-weight: bolder;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.small, small {
  font-size: .875em;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
sub {
  bottom: -.25em;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
sup {
  top: -.5em;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
a {
  color: #0d6efd;
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
a:hover {
  color: #0a58ca;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
a > code {
  color: inherit;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
figure {
  margin: 0 0 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
img, svg {
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
label {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
button {
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
button, select {
  text-transform: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
[role=button] {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
select {
  word-wrap: normal;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
textarea {
  resize: vertical;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  legend {
    font-size: 1.5rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
legend + * {
  clear: left;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
::file-selector-button {
  font: inherit;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
output {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
iframe {
  border: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
progress {
  vertical-align: baseline;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
[hidden] {
  display: none !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-inline-item {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.blockquote-footer::before {
  content: "— ";
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.figure {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.figure-caption {
  font-size: .875em;
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col {
  flex: 1 0 0%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-3 {
  margin-left: 25%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-6 {
  margin-left: 50%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-9 {
  margin-left: 75%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.offset-11 {
  margin-left: 91.6666666667%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-0, .gx-0 {
  --bs-gutter-x:0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-0, .gy-0 {
  --bs-gutter-y:0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-1, .gx-1 {
  --bs-gutter-x:0.25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-1, .gy-1 {
  --bs-gutter-y:0.25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-2, .gx-2 {
  --bs-gutter-x:0.5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-2, .gy-2 {
  --bs-gutter-y:0.5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-3, .gx-3 {
  --bs-gutter-x:1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-3, .gy-3 {
  --bs-gutter-y:1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-4, .gx-4 {
  --bs-gutter-x:1.5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-4, .gy-4 {
  --bs-gutter-y:1.5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-5, .gx-5 {
  --bs-gutter-x:3rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.g-5, .gy-5 {
  --bs-gutter-y:3rem;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table {
  --bs-table-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table > tbody {
  vertical-align: inherit;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table > thead {
  vertical-align: bottom;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.caption-top {
  caption-side: top;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-primary {
  --bs-table-bg:#cfe2ff;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bacbe6;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-secondary {
  --bs-table-bg:#e2e3e5;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #cbccce;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-success {
  --bs-table-bg:#d1e7dd;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bcd0c7;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-info {
  --bs-table-bg:#cff4fc;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #badce3;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-warning {
  --bs-table-bg:#fff3cd;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #e6dbb9;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-danger {
  --bs-table-bg:#f8d7da;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfc2c4;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfe0e1;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #373b3e;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-label {
  margin-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .form-control {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control[type=file] {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: .375rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input[type=checkbox] {
  border-radius: .25em;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: .5;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-switch {
  padding-left: 2.5em;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range:focus {
  outline: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range:disabled {
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating {
  position: relative;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .form-floating > label {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group .btn:focus {
  z-index: 3;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .btn {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn:hover {
  color: #212529;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-info.disabled, .btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-light.disabled, .btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-link:hover {
  color: #0a58ca;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .fade {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.collapse:not(.show) {
  display: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .collapsing {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: .125rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-start {
  --bs-position:start;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-end {
  --bs-position:end;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: .125rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: .125rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu.show {
  display: block;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .nav-link {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.tab-content > .active {
  display: block;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-toggler {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-title {
  margin-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-subtitle {
  margin-top: -.25rem;
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-link:hover {
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-header-tabs {
  margin-right: -.5rem;
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  border-bottom: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-header-pills {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.card-group > .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .accordion-button {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-button.collapsed {
  border-bottom-width: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .accordion-button::after {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-button:hover {
  z-index: 2;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-header {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .page-link {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.page-link {
  padding: .375rem .75rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.badge:empty {
  display: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-heading {
  color: inherit;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-link {
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-info .alert-link {
  color: #04414d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .progress-bar {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-horizontal {
  flex-direction: row;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-flush {
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.toast:not(.showing):not(.show) {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.toast.hide {
  display: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.toast-container > :not(:last-child) {
  margin-bottom: .75rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.toast-body {
  padding: .75rem;
  word-wrap: break-word;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-open {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-backdrop.show {
  opacity: .5;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-footer > * {
  margin: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.tooltip.show {
  opacity: .9;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
  padding: 0 .4rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
  padding: 0 .4rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-.5rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-.5rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.popover-header:empty {
  display: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel {
  position: relative;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .carousel-item {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-control-prev {
  left: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-control-next {
  right: 0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-primary {
  color: #0d6efd;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-primary:focus, .link-primary:hover {
  color: #0a58ca;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-secondary {
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-secondary:focus, .link-secondary:hover {
  color: #565e64;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-success {
  color: #198754;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-success:focus, .link-success:hover {
  color: #146c43;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-info {
  color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-info:focus, .link-info:hover {
  color: #3dd5f3;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-warning {
  color: #ffc107;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-warning:focus, .link-warning:hover {
  color: #ffcd39;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-danger {
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-danger:focus, .link-danger:hover {
  color: #b02a37;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-light {
  color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-light:focus, .link-light:hover {
  color: #f9fafb;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-dark {
  color: #212529;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.link-dark:focus, .link-dark:hover {
  color: #1a1e21;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ratio {
  position: relative;
  width: 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ratio-4x3 {
  --bs-aspect-ratio:calc(3 / 4 * 100%);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ratio-16x9 {
  --bs-aspect-ratio:calc(9 / 16 * 100%);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ratio-21x9 {
  --bs-aspect-ratio:calc(9 / 21 * 100%);
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-top {
  vertical-align: top !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.float-start {
  float: left !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.float-end {
  float: right !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.float-none {
  float: none !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.d-inline {
  display: inline !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.d-block {
  display: block !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.d-grid {
  display: grid !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.d-table {
  display: table !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.d-table-row {
  display: table-row !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.d-flex {
  display: flex !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.d-none {
  display: none !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.position-static {
  position: static !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.position-relative {
  position: relative !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.position-absolute {
  position: absolute !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.position-fixed {
  position: fixed !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.top-0 {
  top: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.top-50 {
  top: 50% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.top-100 {
  top: 100% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bottom-0 {
  bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bottom-50 {
  bottom: 50% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bottom-100 {
  bottom: 100% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.start-0 {
  left: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.start-50 {
  left: 50% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.start-100 {
  left: 100% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.end-0 {
  right: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.end-50 {
  right: 50% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.end-100 {
  right: 100% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-0 {
  border: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-end {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-end-0 {
  border-right: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-start {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-start-0 {
  border-left: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-primary {
  border-color: #0d6efd !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-success {
  border-color: #198754 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-info {
  border-color: #0dcaf0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-dark {
  border-color: #212529 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-white {
  border-color: #fff !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-0 {
  border-width: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-1 {
  border-width: 1px !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-2 {
  border-width: 2px !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-3 {
  border-width: 3px !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-4 {
  border-width: 4px !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.border-5 {
  border-width: 5px !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.w-25 {
  width: 25% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.w-50 {
  width: 50% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.w-75 {
  width: 75% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.w-100 {
  width: 100% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.w-auto {
  width: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.vw-100 {
  width: 100vw !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h-25 {
  height: 25% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h-50 {
  height: 50% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h-75 {
  height: 75% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h-100 {
  height: 100% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.h-auto {
  height: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.vh-100 {
  height: 100vh !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-row {
  flex-direction: row !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-column {
  flex-direction: column !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.gap-0 {
  gap: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.gap-3 {
  gap: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.gap-5 {
  gap: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-items-center {
  align-items: center !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-content-center {
  align-content: center !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-self-center {
  align-self: center !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.order-first {
  order: -1 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.order-0 {
  order: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.order-1 {
  order: 1 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.order-2 {
  order: 2 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.order-3 {
  order: 3 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.order-4 {
  order: 4 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.order-5 {
  order: 5 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.order-last {
  order: 6 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.m-0 {
  margin: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.m-3 {
  margin: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.m-5 {
  margin: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.m-auto {
  margin: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mt-0 {
  margin-top: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mt-auto {
  margin-top: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.me-0 {
  margin-right: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.me-3 {
  margin-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.me-5 {
  margin-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.me-auto {
  margin-right: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ms-0 {
  margin-left: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ms-auto {
  margin-left: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.p-0 {
  padding: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.p-3 {
  padding: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.p-5 {
  padding: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pt-0 {
  padding-top: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pe-0 {
  padding-right: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ps-0 {
  padding-left: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fs-6 {
  font-size: 1rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fst-italic {
  font-style: italic !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fst-normal {
  font-style: normal !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fw-light {
  font-weight: 300 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fw-normal {
  font-weight: 400 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fw-bold {
  font-weight: 700 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-start {
  text-align: left !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-end {
  text-align: right !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-center {
  text-align: center !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-primary {
  color: #0d6efd !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-secondary {
  color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-success {
  color: #198754 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-info {
  color: #0dcaf0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-warning {
  color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-danger {
  color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-dark {
  color: #212529 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-white {
  color: #fff !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-body {
  color: #212529 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-muted {
  color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-reset {
  color: inherit !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.lh-1 {
  line-height: 1 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.lh-base {
  line-height: 1.5 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.lh-lg {
  line-height: 2 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-primary {
  background-color: #0d6efd !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-success {
  background-color: #198754 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-info {
  background-color: #0dcaf0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-dark {
  background-color: #212529 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-body {
  background-color: #fff !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-wrap {
  white-space: normal !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pe-none {
  pointer-events: none !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.pe-auto {
  pointer-events: auto !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded-1 {
  border-radius: 0.2rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded-2 {
  border-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded-3 {
  border-radius: 0.3rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.visible {
  visibility: visible !important;
}

/* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-sm-start {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-sm-end {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-sm-none {
    float: none !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-md-start {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-md-end {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-md-none {
    float: none !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-md-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-md-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-md-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-md-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-md-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-md-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-md-start {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-md-end {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-lg-start {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-lg-end {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-lg-none {
    float: none !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-xl-start {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-xl-end {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-xl-none {
    float: none !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-xxl-start {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-xxl-end {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .float-xxl-none {
    float: none !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xxl-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xxl-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-xxl-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-print-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-print-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-print-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/frontend/bootstrap.min.css */
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa, .fa-brands, .fa-regular, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
  content: var(--fa);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-1x {
  font-size: 1em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-2x {
  font-size: 2em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-3x {
  font-size: 3em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-4x {
  font-size: 4em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-5x {
  font-size: 5em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-6x {
  font-size: 6em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-7x {
  font-size: 7em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-8x {
  font-size: 8em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-9x {
  font-size: 9em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-10x {
  font-size: 10em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ul > li {
  position: relative;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-beat-fade, .fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shake, .fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pulse, .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flip-horizontal {
  transform: scaleX(-1);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flip-vertical {
  transform: scaleY(-1);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 6, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-0 {
  --fa:"\30";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-1 {
  --fa:"\31";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-2 {
  --fa:"\32";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-3 {
  --fa:"\33";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-4 {
  --fa:"\34";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-5 {
  --fa:"\35";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-6 {
  --fa:"\36";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-7 {
  --fa:"\37";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-8 {
  --fa:"\38";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-9 {
  --fa:"\39";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fill-drip {
  --fa:"\f576";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-to-circle {
  --fa:"\e4bd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chevron-circle-right, .fa-circle-chevron-right {
  --fa:"\f138";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-at {
  --fa:"\40";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trash-alt, .fa-trash-can {
  --fa:"\f2ed";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-text-height {
  --fa:"\f034";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-times, .fa-user-xmark {
  --fa:"\f235";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stethoscope {
  --fa:"\f0f1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-comment-alt, .fa-message {
  --fa:"\f27a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-info {
  --fa:"\f129";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-compress-alt, .fa-down-left-and-up-right-to-center {
  --fa:"\f422";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-explosion {
  --fa:"\e4e9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-alt, .fa-file-lines, .fa-file-text {
  --fa:"\f15c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wave-square {
  --fa:"\f83e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ring {
  --fa:"\f70b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-un {
  --fa:"\e4d9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dice-three {
  --fa:"\f527";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-calendar-alt, .fa-calendar-days {
  --fa:"\f073";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-anchor-circle-check {
  --fa:"\e4aa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-circle-arrow-right {
  --fa:"\e4d1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-volleyball, .fa-volleyball-ball {
  --fa:"\f45f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-up-to-line {
  --fa:"\e4c2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sort-desc, .fa-sort-down {
  --fa:"\f0dd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-minus, .fa-minus-circle {
  --fa:"\f056";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-door-open {
  --fa:"\f52b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-right-from-bracket, .fa-sign-out-alt {
  --fa:"\f2f5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-atom {
  --fa:"\f5d2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-soap {
  --fa:"\e06e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-heart-music-camera-bolt, .fa-icons {
  --fa:"\f86d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-microphone-alt-slash, .fa-microphone-lines-slash {
  --fa:"\f539";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bridge-circle-check {
  --fa:"\e4c9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pump-medical {
  --fa:"\e06a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fingerprint {
  --fa:"\f577";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-point-right {
  --fa:"\f0a4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magnifying-glass-location, .fa-search-location {
  --fa:"\f689";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-forward-step, .fa-step-forward {
  --fa:"\f051";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-smile-beam, .fa-smile-beam {
  --fa:"\f5b8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flag-checkered {
  --fa:"\f11e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-football, .fa-football-ball {
  --fa:"\f44e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-school-circle-exclamation {
  --fa:"\e56c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-crop {
  --fa:"\f125";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angle-double-down, .fa-angles-down {
  --fa:"\f103";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-users-rectangle {
  --fa:"\e594";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-people-roof {
  --fa:"\e537";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-people-line {
  --fa:"\e534";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-beer, .fa-beer-mug-empty {
  --fa:"\f0fc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-diagram-predecessor {
  --fa:"\e477";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-long, .fa-long-arrow-up {
  --fa:"\f176";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-burn, .fa-fire-flame-simple {
  --fa:"\f46a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-male, .fa-person {
  --fa:"\f183";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-laptop {
  --fa:"\f109";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-csv {
  --fa:"\f6dd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-menorah {
  --fa:"\f676";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck-plane {
  --fa:"\e58f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-record-vinyl {
  --fa:"\f8d9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-stars, .fa-grin-stars {
  --fa:"\f587";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bong {
  --fa:"\f55c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pastafarianism, .fa-spaghetti-monster-flying {
  --fa:"\f67b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-down-up-across-line {
  --fa:"\e4af";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-spoon, .fa-utensil-spoon {
  --fa:"\f2e5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-jar-wheat {
  --fa:"\e517";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-envelopes-bulk, .fa-mail-bulk {
  --fa:"\f674";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-circle-exclamation {
  --fa:"\e4eb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-h, .fa-hospital-symbol {
  --fa:"\f47e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pager {
  --fa:"\f815";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-address-book, .fa-contact-book {
  --fa:"\f2b9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-strikethrough {
  --fa:"\f0cc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-k {
  --fa:"\4b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-landmark-flag {
  --fa:"\e51c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pencil, .fa-pencil-alt {
  --fa:"\f303";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-backward {
  --fa:"\f04a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-caret-right {
  --fa:"\f0da";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-comments {
  --fa:"\f086";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-clipboard, .fa-paste {
  --fa:"\f0ea";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-code-pull-request {
  --fa:"\e13c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clipboard-list {
  --fa:"\f46d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck-loading, .fa-truck-ramp-box {
  --fa:"\f4de";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-check {
  --fa:"\f4fc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vial-virus {
  --fa:"\e597";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sheet-plastic {
  --fa:"\e571";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-blog {
  --fa:"\f781";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-ninja {
  --fa:"\f504";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-arrow-up-from-line {
  --fa:"\e539";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-scroll-torah, .fa-torah {
  --fa:"\f6a0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball {
  --fa:"\f458";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-toggle-off {
  --fa:"\f204";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-archive, .fa-box-archive {
  --fa:"\f187";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-drowning {
  --fa:"\e545";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt {
  --fa:"\f886";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-tongue-squint, .fa-grin-tongue-squint {
  --fa:"\f58a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-spray-can {
  --fa:"\f5bd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck-monster {
  --fa:"\f63b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-w {
  --fa:"\57";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-earth-africa, .fa-globe-africa {
  --fa:"\f57c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rainbow {
  --fa:"\f75b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-notch {
  --fa:"\f1ce";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tablet-alt, .fa-tablet-screen-button {
  --fa:"\f3fa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-paw {
  --fa:"\f1b0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud {
  --fa:"\f0c2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trowel-bricks {
  --fa:"\e58a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-flushed, .fa-flushed {
  --fa:"\f579";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hospital-user {
  --fa:"\f80d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tent-arrow-left-right {
  --fa:"\e57f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gavel, .fa-legal {
  --fa:"\f0e3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-binoculars {
  --fa:"\f1e5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-microphone-slash {
  --fa:"\f131";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-box-tissue {
  --fa:"\e05b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-motorcycle {
  --fa:"\f21c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bell-concierge, .fa-concierge-bell {
  --fa:"\f562";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pen-ruler, .fa-pencil-ruler {
  --fa:"\f5ae";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-people-arrows, .fa-people-arrows-left-right {
  --fa:"\e068";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mars-and-venus-burst {
  --fa:"\e523";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-caret-square-right, .fa-square-caret-right {
  --fa:"\f152";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cut, .fa-scissors {
  --fa:"\f0c4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sun-plant-wilt {
  --fa:"\e57a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-toilets-portable {
  --fa:"\e584";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hockey-puck {
  --fa:"\f453";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-table {
  --fa:"\f0ce";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magnifying-glass-arrow-right {
  --fa:"\e521";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-digital-tachograph, .fa-tachograph-digital {
  --fa:"\f566";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-users-slash {
  --fa:"\e073";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clover {
  --fa:"\e139";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mail-reply, .fa-reply {
  --fa:"\f3e5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-star-and-crescent {
  --fa:"\f699";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-fire {
  --fa:"\e50c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-minus-square, .fa-square-minus {
  --fa:"\f146";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-helicopter {
  --fa:"\f533";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-compass {
  --fa:"\f14e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-caret-square-down, .fa-square-caret-down {
  --fa:"\f150";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-circle-question {
  --fa:"\e4ef";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-laptop-code {
  --fa:"\f5fc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-swatchbook {
  --fa:"\f5c3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-prescription-bottle {
  --fa:"\f485";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bars, .fa-navicon {
  --fa:"\f0c9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-people-group {
  --fa:"\e533";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hourglass-3, .fa-hourglass-end {
  --fa:"\f253";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-heart-broken, .fa-heart-crack {
  --fa:"\f7a9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-external-link-square-alt, .fa-square-up-right {
  --fa:"\f360";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-kiss-beam, .fa-kiss-beam {
  --fa:"\f597";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-film {
  --fa:"\f008";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ruler-horizontal {
  --fa:"\f547";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-people-robbery {
  --fa:"\e536";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lightbulb {
  --fa:"\f0eb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-caret-left {
  --fa:"\f0d9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-exclamation, .fa-exclamation-circle {
  --fa:"\f06a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-school-circle-xmark {
  --fa:"\e56d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-right-from-bracket, .fa-sign-out {
  --fa:"\f08b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chevron-circle-down, .fa-circle-chevron-down {
  --fa:"\f13a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-unlock-alt, .fa-unlock-keyhole {
  --fa:"\f13e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-showers-heavy {
  --fa:"\f740";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-headphones-alt, .fa-headphones-simple {
  --fa:"\f58f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sitemap {
  --fa:"\f0e8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-dollar-to-slot, .fa-donate {
  --fa:"\f4b9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-memory {
  --fa:"\f538";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-road-spikes {
  --fa:"\e568";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fire-burner {
  --fa:"\e4f1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flag {
  --fa:"\f024";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hanukiah {
  --fa:"\f6e6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-feather {
  --fa:"\f52d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-volume-down, .fa-volume-low {
  --fa:"\f027";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-comment-slash {
  --fa:"\f4b3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-sun-rain {
  --fa:"\f743";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-compress {
  --fa:"\f066";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wheat-alt, .fa-wheat-awn {
  --fa:"\e2cd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ankh {
  --fa:"\f644";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hands-holding-child {
  --fa:"\e4fa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-asterisk {
  --fa:"\2a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-check-square, .fa-square-check {
  --fa:"\f14a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-peseta-sign {
  --fa:"\e221";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-header, .fa-heading {
  --fa:"\f1dc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ghost {
  --fa:"\f6e2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-list, .fa-list-squares {
  --fa:"\f03a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-phone-square-alt, .fa-square-phone-flip {
  --fa:"\f87b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cart-plus {
  --fa:"\f217";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gamepad {
  --fa:"\f11b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-dot, .fa-dot-circle {
  --fa:"\f192";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dizzy, .fa-face-dizzy {
  --fa:"\f567";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-egg {
  --fa:"\f7fb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-medical-circle-xmark {
  --fa:"\e513";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-campground {
  --fa:"\f6bb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-folder-plus {
  --fa:"\f65e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-futbol, .fa-futbol-ball, .fa-soccer-ball {
  --fa:"\f1e3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-paint-brush, .fa-paintbrush {
  --fa:"\f1fc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lock {
  --fa:"\f023";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gas-pump {
  --fa:"\f52f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hot-tub, .fa-hot-tub-person {
  --fa:"\f593";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-map-location, .fa-map-marked {
  --fa:"\f59f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-flood-water {
  --fa:"\e50e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tree {
  --fa:"\f1bb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bridge-lock {
  --fa:"\e4cc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sack-dollar {
  --fa:"\f81d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-edit, .fa-pen-to-square {
  --fa:"\f044";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-car-side {
  --fa:"\f5e4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-share-alt, .fa-share-nodes {
  --fa:"\f1e0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-heart-circle-minus {
  --fa:"\e4ff";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hourglass-2, .fa-hourglass-half {
  --fa:"\f252";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-microscope {
  --fa:"\f610";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sink {
  --fa:"\e06d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bag-shopping, .fa-shopping-bag {
  --fa:"\f290";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt {
  --fa:"\f881";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mitten {
  --fa:"\f7b5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-rays {
  --fa:"\e54d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-users {
  --fa:"\f0c0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-eye-slash {
  --fa:"\f070";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flask-vial {
  --fa:"\e4f3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand, .fa-hand-paper {
  --fa:"\f256";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-om {
  --fa:"\f679";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-worm {
  --fa:"\e599";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-circle-xmark {
  --fa:"\e50b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plug {
  --fa:"\f1e6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chevron-up {
  --fa:"\f077";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-spock {
  --fa:"\f259";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stopwatch {
  --fa:"\f2f2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-kiss, .fa-kiss {
  --fa:"\f596";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bridge-circle-xmark {
  --fa:"\e4cb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-tongue, .fa-grin-tongue {
  --fa:"\f589";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chess-bishop {
  --fa:"\f43a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-wink, .fa-grin-wink {
  --fa:"\f58c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing {
  --fa:"\f2a4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-road-circle-check {
  --fa:"\e564";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dice-five {
  --fa:"\f523";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rss-square, .fa-square-rss {
  --fa:"\f143";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-land-mine-on {
  --fa:"\e51b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-i-cursor {
  --fa:"\f246";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stamp {
  --fa:"\f5bf";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stairs {
  --fa:"\e289";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-i {
  --fa:"\49";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hryvnia, .fa-hryvnia-sign {
  --fa:"\f6f2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pills {
  --fa:"\f484";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-wide, .fa-grin-alt {
  --fa:"\f581";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tooth {
  --fa:"\f5c9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-v {
  --fa:"\56";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bangladeshi-taka-sign {
  --fa:"\e2e6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bicycle {
  --fa:"\f206";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake {
  --fa:"\e579";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-head-side-cough-slash {
  --fa:"\e062";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ambulance, .fa-truck-medical {
  --fa:"\f0f9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wheat-awn-circle-exclamation {
  --fa:"\e598";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-snowman {
  --fa:"\f7d0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mortar-pestle {
  --fa:"\f5a7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-road-barrier {
  --fa:"\e562";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-school {
  --fa:"\f549";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-igloo {
  --fa:"\f7ae";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-joint {
  --fa:"\f595";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angle-right {
  --fa:"\f105";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-horse {
  --fa:"\f6f0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-q {
  --fa:"\51";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-g {
  --fa:"\47";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-notes-medical {
  --fa:"\f481";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half {
  --fa:"\f2c9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dong-sign {
  --fa:"\e169";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-capsules {
  --fa:"\f46b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-poo-bolt, .fa-poo-storm {
  --fa:"\f75a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-frown-open, .fa-frown-open {
  --fa:"\f57a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-point-up {
  --fa:"\f0a6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-money-bill {
  --fa:"\f0d6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bookmark {
  --fa:"\f02e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-align-justify {
  --fa:"\f039";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-umbrella-beach {
  --fa:"\f5ca";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-helmet-un {
  --fa:"\e503";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bullseye {
  --fa:"\f140";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bacon {
  --fa:"\f7e5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-point-down {
  --fa:"\f0a7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-from-bracket {
  --fa:"\e09a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-folder, .fa-folder-blank {
  --fa:"\f07b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-medical-alt, .fa-file-waveform {
  --fa:"\f478";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-radiation {
  --fa:"\f7b9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chart-simple {
  --fa:"\e473";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mars-stroke {
  --fa:"\f229";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vial {
  --fa:"\f492";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
  --fa:"\f624";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
  --fa:"\e2ca";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-e {
  --fa:"\45";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pen-alt, .fa-pen-clip {
  --fa:"\f305";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bridge-circle-exclamation {
  --fa:"\e4ca";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user {
  --fa:"\f007";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-school-circle-check {
  --fa:"\e56b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dumpster {
  --fa:"\f793";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shuttle-van, .fa-van-shuttle {
  --fa:"\f5b6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-user {
  --fa:"\e4da";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-caret-square-left, .fa-square-caret-left {
  --fa:"\f191";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-highlighter {
  --fa:"\f591";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-key {
  --fa:"\f084";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bullhorn {
  --fa:"\f0a1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-globe {
  --fa:"\f0ac";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-synagogue {
  --fa:"\f69b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-half-dress {
  --fa:"\e548";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-road-bridge {
  --fa:"\e563";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-location-arrow {
  --fa:"\f124";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-c {
  --fa:"\43";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tablet-button {
  --fa:"\f10a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-lock {
  --fa:"\e4d6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pizza-slice {
  --fa:"\f818";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-money-bill-wave {
  --fa:"\f53a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-area-chart, .fa-chart-area {
  --fa:"\f1fe";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-flag {
  --fa:"\e50d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-circle-minus {
  --fa:"\e540";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ban, .fa-cancel {
  --fa:"\f05e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-camera-rotate {
  --fa:"\e0d8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-air-freshener, .fa-spray-can-sparkles {
  --fa:"\f5d0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-star {
  --fa:"\f005";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-repeat {
  --fa:"\f363";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cross {
  --fa:"\f654";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-box {
  --fa:"\f466";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-venus-mars {
  --fa:"\f228";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-pointer, .fa-mouse-pointer {
  --fa:"\f245";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-expand-arrows-alt, .fa-maximize {
  --fa:"\f31e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-charging-station {
  --fa:"\f5e7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shapes, .fa-triangle-circle-square {
  --fa:"\f61f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-random, .fa-shuffle {
  --fa:"\f074";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-running, .fa-running {
  --fa:"\f70c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mobile-retro {
  --fa:"\e527";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-grip-lines-vertical {
  --fa:"\f7a5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-spider {
  --fa:"\f717";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hands-bound {
  --fa:"\e4f9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-invoice-dollar {
  --fa:"\f571";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plane-circle-exclamation {
  --fa:"\e556";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-x-ray {
  --fa:"\f497";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-spell-check {
  --fa:"\f891";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-slash {
  --fa:"\f715";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-computer-mouse, .fa-mouse {
  --fa:"\f8cc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-right-to-bracket, .fa-sign-in {
  --fa:"\f090";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shop-slash, .fa-store-alt-slash {
  --fa:"\e070";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-server {
  --fa:"\f233";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-virus-covid-slash {
  --fa:"\e4a9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shop-lock {
  --fa:"\e4a5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hourglass-1, .fa-hourglass-start {
  --fa:"\f251";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-blender-phone {
  --fa:"\f6b6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-wheat {
  --fa:"\e4db";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-breastfeeding {
  --fa:"\e53a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-right-to-bracket, .fa-sign-in-alt {
  --fa:"\f2f6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-venus {
  --fa:"\f221";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-passport {
  --fa:"\f5ab";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-thumb-tack-slash, .fa-thumbtack-slash {
  --fa:"\e68f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-heart-pulse, .fa-heartbeat {
  --fa:"\f21e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-people-carry, .fa-people-carry-box {
  --fa:"\f4ce";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-temperature-high {
  --fa:"\f769";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-microchip {
  --fa:"\f2db";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-crown {
  --fa:"\f521";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-weight-hanging {
  --fa:"\f5cd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-xmarks-lines {
  --fa:"\e59a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-prescription {
  --fa:"\f572";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-weight, .fa-weight-scale {
  --fa:"\f496";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-friends, .fa-user-group {
  --fa:"\f500";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-a-z, .fa-sort-alpha-up {
  --fa:"\f15e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chess-knight {
  --fa:"\f441";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-laugh-squint, .fa-laugh-squint {
  --fa:"\f59b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wheelchair {
  --fa:"\f193";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-circle-up, .fa-circle-arrow-up {
  --fa:"\f0aa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-toggle-on {
  --fa:"\f205";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-walking, .fa-walking {
  --fa:"\f554";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-l {
  --fa:"\4c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fire {
  --fa:"\f06d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bed-pulse, .fa-procedures {
  --fa:"\f487";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shuttle-space, .fa-space-shuttle {
  --fa:"\f197";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-laugh, .fa-laugh {
  --fa:"\f599";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-folder-open {
  --fa:"\f07c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-heart-circle-plus {
  --fa:"\e500";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-code-fork {
  --fa:"\e13b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-city {
  --fa:"\f64f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-microphone-alt, .fa-microphone-lines {
  --fa:"\f3c9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pepper-hot {
  --fa:"\f816";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-unlock {
  --fa:"\f09c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-colon-sign {
  --fa:"\e140";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-headset {
  --fa:"\f590";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-store-slash {
  --fa:"\e071";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-road-circle-xmark {
  --fa:"\e566";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-minus {
  --fa:"\f503";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mars-stroke-up, .fa-mars-stroke-v {
  --fa:"\f22a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-champagne-glasses, .fa-glass-cheers {
  --fa:"\f79f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clipboard {
  --fa:"\f328";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-circle-exclamation {
  --fa:"\e50a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-arrow-up, .fa-file-upload {
  --fa:"\f574";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
  --fa:"\f1eb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bath, .fa-bathtub {
  --fa:"\f2cd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-underline {
  --fa:"\f0cd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-edit, .fa-user-pen {
  --fa:"\f4ff";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-signature {
  --fa:"\f5b7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stroopwafel {
  --fa:"\f551";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bold {
  --fa:"\f032";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-anchor-lock {
  --fa:"\e4ad";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-ngo {
  --fa:"\e4d7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-manat-sign {
  --fa:"\e1d5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-not-equal {
  --fa:"\f53e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-border-style, .fa-border-top-left {
  --fa:"\f853";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-map-location-dot, .fa-map-marked-alt {
  --fa:"\f5a0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-jedi {
  --fa:"\f669";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-poll, .fa-square-poll-vertical {
  --fa:"\f681";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mug-hot {
  --fa:"\f7b6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-battery-car, .fa-car-battery {
  --fa:"\f5df";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gift {
  --fa:"\f06b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dice-two {
  --fa:"\f528";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chess-queen {
  --fa:"\f445";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-glasses {
  --fa:"\f530";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chess-board {
  --fa:"\f43c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-circle-check {
  --fa:"\e4d2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-chalkboard {
  --fa:"\e53d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mars-stroke-h, .fa-mars-stroke-right {
  --fa:"\f22b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-back-fist, .fa-hand-rock {
  --fa:"\f255";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-caret-square-up, .fa-square-caret-up {
  --fa:"\f151";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-showers-water {
  --fa:"\e4e4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bar-chart, .fa-chart-bar {
  --fa:"\f080";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hands-bubbles, .fa-hands-wash {
  --fa:"\e05e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-less-than-equal {
  --fa:"\f537";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-train {
  --fa:"\f238";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-eye-low-vision, .fa-low-vision {
  --fa:"\f2a8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-crow {
  --fa:"\f520";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sailboat {
  --fa:"\e445";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-window-restore {
  --fa:"\f2d2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plus-square, .fa-square-plus {
  --fa:"\f0fe";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-torii-gate {
  --fa:"\f6a1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-frog {
  --fa:"\f52e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bucket {
  --fa:"\e4cf";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-image {
  --fa:"\f03e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-microphone {
  --fa:"\f130";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cow {
  --fa:"\f6c8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-caret-up {
  --fa:"\f0d8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-screwdriver {
  --fa:"\f54a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-folder-closed {
  --fa:"\e185";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-tsunami {
  --fa:"\e515";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-nfi {
  --fa:"\e576";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-from-ground-water {
  --fa:"\e4b5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-glass-martini-alt, .fa-martini-glass {
  --fa:"\f57b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-binary {
  --fa:"\e69b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
  --fa:"\f2ea";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-columns, .fa-table-columns {
  --fa:"\f0db";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lemon {
  --fa:"\f094";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-head-side-mask {
  --fa:"\e063";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-handshake {
  --fa:"\f2b5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gem {
  --fa:"\f3a5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dolly, .fa-dolly-box {
  --fa:"\f472";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-smoking {
  --fa:"\f48d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-compress-arrows-alt, .fa-minimize {
  --fa:"\f78c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-monument {
  --fa:"\f5a6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-snowplow {
  --fa:"\f7d2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angle-double-right, .fa-angles-right {
  --fa:"\f101";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cannabis {
  --fa:"\f55f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-play, .fa-play-circle {
  --fa:"\f144";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tablets {
  --fa:"\f490";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ethernet {
  --fa:"\f796";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-eur, .fa-euro, .fa-euro-sign {
  --fa:"\f153";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chair {
  --fa:"\f6c0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-check-circle, .fa-circle-check {
  --fa:"\f058";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-stop, .fa-stop-circle {
  --fa:"\f28d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-compass-drafting, .fa-drafting-compass {
  --fa:"\f568";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plate-wheat {
  --fa:"\e55a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-icicles {
  --fa:"\f7ad";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-shelter {
  --fa:"\e54f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-neuter {
  --fa:"\f22c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-id-badge {
  --fa:"\f2c1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-marker {
  --fa:"\f5a1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-laugh-beam, .fa-laugh-beam {
  --fa:"\f59a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-helicopter-symbol {
  --fa:"\e502";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-universal-access {
  --fa:"\f29a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chevron-circle-up, .fa-circle-chevron-up {
  --fa:"\f139";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lari-sign {
  --fa:"\e1c8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-volcano {
  --fa:"\f770";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-walking-dashed-line-arrow-right {
  --fa:"\e553";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
  --fa:"\f154";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-viruses {
  --fa:"\e076";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-person-confined {
  --fa:"\e577";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-tie {
  --fa:"\f508";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-down-long, .fa-long-arrow-down {
  --fa:"\f175";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tent-arrow-down-to-line {
  --fa:"\e57e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-certificate {
  --fa:"\f0a3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mail-reply-all, .fa-reply-all {
  --fa:"\f122";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-suitcase {
  --fa:"\f0f2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-skating, .fa-skating {
  --fa:"\f7c5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-filter-circle-dollar, .fa-funnel-dollar {
  --fa:"\f662";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-camera-retro {
  --fa:"\f083";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-circle-down, .fa-circle-arrow-down {
  --fa:"\f0ab";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-right-to-file, .fa-file-import {
  --fa:"\f56f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-external-link-square, .fa-square-arrow-up-right {
  --fa:"\f14c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-box-open {
  --fa:"\f49e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-scroll {
  --fa:"\f70e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-spa {
  --fa:"\f5bb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-location-pin-lock {
  --fa:"\e51f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pause {
  --fa:"\f04c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hill-avalanche {
  --fa:"\e507";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
  --fa:"\f2cb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bomb {
  --fa:"\f1e2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-registered {
  --fa:"\f25d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-address-card, .fa-contact-card, .fa-vcard {
  --fa:"\f2bb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-balance-scale-right, .fa-scale-unbalanced-flip {
  --fa:"\f516";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-subscript {
  --fa:"\f12c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-diamond-turn-right, .fa-directions {
  --fa:"\f5eb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-burst {
  --fa:"\e4dc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-laptop, .fa-laptop-house {
  --fa:"\e066";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-tired, .fa-tired {
  --fa:"\f5c8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-money-bills {
  --fa:"\e1f3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-smog {
  --fa:"\f75f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-crutch {
  --fa:"\f7f7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
  --fa:"\f0ee";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-palette {
  --fa:"\f53f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-turn-right {
  --fa:"\e4c0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vest {
  --fa:"\e085";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ferry {
  --fa:"\e4ea";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-down-to-people {
  --fa:"\e4b9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-seedling, .fa-sprout {
  --fa:"\f4d8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-alt-h, .fa-left-right {
  --fa:"\f337";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-boxes-packing {
  --fa:"\e4c7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-circle-left, .fa-circle-arrow-left {
  --fa:"\f0a8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-group-arrows-rotate {
  --fa:"\e4f6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bowl-food {
  --fa:"\e4c6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-candy-cane {
  --fa:"\f786";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
  --fa:"\f160";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-bolt, .fa-thunderstorm {
  --fa:"\f76c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-remove-format, .fa-text-slash {
  --fa:"\f87d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-smile-wink, .fa-smile-wink {
  --fa:"\f4da";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-word {
  --fa:"\f1c2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-powerpoint {
  --fa:"\f1c4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-h, .fa-arrows-left-right {
  --fa:"\f07e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-lock {
  --fa:"\e510";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
  --fa:"\f0ed";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-children {
  --fa:"\e4e1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-blackboard, .fa-chalkboard {
  --fa:"\f51b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-alt-slash, .fa-user-large-slash {
  --fa:"\f4fa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-envelope-open {
  --fa:"\f2b6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-handshake-alt-slash, .fa-handshake-simple-slash {
  --fa:"\e05f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mattress-pillow {
  --fa:"\e525";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-guarani-sign {
  --fa:"\e19a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-rotate, .fa-refresh, .fa-sync {
  --fa:"\f021";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fire-extinguisher {
  --fa:"\f134";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cruzeiro-sign {
  --fa:"\e152";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-greater-than-equal {
  --fa:"\f532";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shield-alt, .fa-shield-halved {
  --fa:"\f3ed";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-atlas, .fa-book-atlas {
  --fa:"\f558";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-virus {
  --fa:"\e074";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-envelope-circle-check {
  --fa:"\e4e8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-layer-group {
  --fa:"\f5fd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-to-dot {
  --fa:"\e4be";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-archway {
  --fa:"\f557";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-heart-circle-check {
  --fa:"\e4fd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-chimney-crack, .fa-house-damage {
  --fa:"\f6f1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-archive, .fa-file-zipper {
  --fa:"\f1c6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square {
  --fa:"\f0c8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-glass-martini, .fa-martini-glass-empty {
  --fa:"\f000";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-couch {
  --fa:"\f4b8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cedi-sign {
  --fa:"\e0df";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-italic {
  --fa:"\f033";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-table-cells-column-lock {
  --fa:"\e678";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-church {
  --fa:"\f51d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-comments-dollar {
  --fa:"\f653";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-democrat {
  --fa:"\f747";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-z {
  --fa:"\5a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-skiing, .fa-skiing {
  --fa:"\f7c9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-road-lock {
  --fa:"\e567";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-a {
  --fa:"\41";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-temperature-arrow-down, .fa-temperature-down {
  --fa:"\e03f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-feather-alt, .fa-feather-pointed {
  --fa:"\f56b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-p {
  --fa:"\50";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-snowflake {
  --fa:"\f2dc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-newspaper {
  --fa:"\f1ea";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ad, .fa-rectangle-ad {
  --fa:"\f641";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-circle-right, .fa-circle-arrow-right {
  --fa:"\f0a9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-filter-circle-xmark {
  --fa:"\e17b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-locust {
  --fa:"\e520";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sort, .fa-unsorted {
  --fa:"\f0dc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
  --fa:"\f0cb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-dress-burst {
  --fa:"\e544";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-money-check-alt, .fa-money-check-dollar {
  --fa:"\f53d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vector-square {
  --fa:"\f5cb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bread-slice {
  --fa:"\f7ec";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-language {
  --fa:"\f1ab";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
  --fa:"\f598";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-filter {
  --fa:"\f0b0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-question {
  --fa:"\3f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-signature {
  --fa:"\f573";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-alt, .fa-up-down-left-right {
  --fa:"\f0b2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-chimney-user {
  --fa:"\e065";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-holding-heart {
  --fa:"\f4be";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-puzzle-piece {
  --fa:"\f12e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-money-check {
  --fa:"\f53c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-star-half-alt, .fa-star-half-stroke {
  --fa:"\f5c0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-code {
  --fa:"\f121";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-glass-whiskey, .fa-whiskey-glass {
  --fa:"\f7a0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-circle-exclamation {
  --fa:"\e4d3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magnifying-glass-chart {
  --fa:"\e522";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-right-from-square, .fa-external-link {
  --fa:"\f08e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cubes-stacked {
  --fa:"\e4e6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-krw, .fa-won, .fa-won-sign {
  --fa:"\f159";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-virus-covid {
  --fa:"\e4a8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-austral-sign {
  --fa:"\e0a9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-f {
  --fa:"\46";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-leaf {
  --fa:"\f06c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-road {
  --fa:"\f018";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cab, .fa-taxi {
  --fa:"\f1ba";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-circle-plus {
  --fa:"\e541";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chart-pie, .fa-pie-chart {
  --fa:"\f200";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bolt-lightning {
  --fa:"\e0b7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sack-xmark {
  --fa:"\e56a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-excel {
  --fa:"\f1c3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-contract {
  --fa:"\f56c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fish-fins {
  --fa:"\e4f2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-flag {
  --fa:"\e4d5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-beam, .fa-grin-beam {
  --fa:"\f582";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-object-ungroup {
  --fa:"\f248";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-poop {
  --fa:"\f619";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-location-pin, .fa-map-marker {
  --fa:"\f041";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-kaaba {
  --fa:"\f66b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-toilet-paper {
  --fa:"\f71e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
  --fa:"\f807";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-eject {
  --fa:"\f052";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-alt-circle-right, .fa-circle-right {
  --fa:"\f35a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plane-circle-check {
  --fa:"\e555";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
  --fa:"\f5a5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-object-group {
  --fa:"\f247";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chart-line, .fa-line-chart {
  --fa:"\f201";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mask-ventilator {
  --fa:"\e524";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-right {
  --fa:"\f061";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-map-signs, .fa-signs-post {
  --fa:"\f277";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cash-register {
  --fa:"\f788";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-circle-question {
  --fa:"\e542";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-h {
  --fa:"\48";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tarp {
  --fa:"\e57b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-screwdriver-wrench, .fa-tools {
  --fa:"\f7d9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-to-eye {
  --fa:"\e4bf";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plug-circle-bolt {
  --fa:"\e55b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-heart {
  --fa:"\f004";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mars-and-venus {
  --fa:"\f224";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-home-user, .fa-house-user {
  --fa:"\e1b0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dumpster-fire {
  --fa:"\f794";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-crack {
  --fa:"\e3b1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cocktail, .fa-martini-glass-citrus {
  --fa:"\f561";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-surprise, .fa-surprise {
  --fa:"\f5c2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bottle-water {
  --fa:"\e4c5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-pause, .fa-pause-circle {
  --fa:"\f28b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-toilet-paper-slash {
  --fa:"\e072";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-apple-alt, .fa-apple-whole {
  --fa:"\f5d1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-kitchen-set {
  --fa:"\e51a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-r {
  --fa:"\52";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
  --fa:"\f2ca";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cube {
  --fa:"\f1b2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bitcoin-sign {
  --fa:"\e0b4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shield-dog {
  --fa:"\e573";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-solar-panel {
  --fa:"\f5ba";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lock-open {
  --fa:"\f3c1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-elevator {
  --fa:"\e16d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-money-bill-transfer {
  --fa:"\e528";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-money-bill-trend-up {
  --fa:"\e529";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-flood-water-circle-arrow-right {
  --fa:"\e50f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-poll-h, .fa-square-poll-horizontal {
  --fa:"\f682";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle {
  --fa:"\f111";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-backward-fast, .fa-fast-backward {
  --fa:"\f049";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-recycle {
  --fa:"\f1b8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-astronaut {
  --fa:"\f4fb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plane-slash {
  --fa:"\e069";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trademark {
  --fa:"\f25c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-basketball, .fa-basketball-ball {
  --fa:"\f434";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-satellite-dish {
  --fa:"\f7c0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-alt-circle-up, .fa-circle-up {
  --fa:"\f35b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mobile-alt, .fa-mobile-screen-button {
  --fa:"\f3cd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-volume-high, .fa-volume-up {
  --fa:"\f028";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-users-rays {
  --fa:"\e593";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wallet {
  --fa:"\f555";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clipboard-check {
  --fa:"\f46c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-audio {
  --fa:"\f1c7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-burger, .fa-hamburger {
  --fa:"\f805";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wrench {
  --fa:"\f0ad";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bugs {
  --fa:"\e4d0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rupee, .fa-rupee-sign {
  --fa:"\f156";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-image {
  --fa:"\f1c5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-question, .fa-question-circle {
  --fa:"\f059";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plane-departure {
  --fa:"\f5b0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-handshake-slash {
  --fa:"\e060";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-book-bookmark {
  --fa:"\e0bb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-code-branch {
  --fa:"\f126";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hat-cowboy {
  --fa:"\f8c0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bridge {
  --fa:"\e4c8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-phone-alt, .fa-phone-flip {
  --fa:"\f879";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck-front {
  --fa:"\e2b7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cat {
  --fa:"\f6be";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-anchor-circle-exclamation {
  --fa:"\e4ab";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck-field {
  --fa:"\e58d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-route {
  --fa:"\f4d7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clipboard-question {
  --fa:"\e4e3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-panorama {
  --fa:"\e209";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-comment-medical {
  --fa:"\f7f5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-teeth-open {
  --fa:"\f62f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-circle-minus {
  --fa:"\e4ed";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tags {
  --fa:"\f02c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wine-glass {
  --fa:"\f4e3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fast-forward, .fa-forward-fast {
  --fa:"\f050";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-meh-blank, .fa-meh-blank {
  --fa:"\f5a4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-parking, .fa-square-parking {
  --fa:"\f540";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-signal {
  --fa:"\e012";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bars-progress, .fa-tasks-alt {
  --fa:"\f828";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-faucet-drip {
  --fa:"\e006";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cart-flatbed, .fa-dolly-flatbed {
  --fa:"\f474";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ban-smoking, .fa-smoking-ban {
  --fa:"\f54d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-terminal {
  --fa:"\f120";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mobile-button {
  --fa:"\f10b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-medical-flag {
  --fa:"\e514";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-basket-shopping, .fa-shopping-basket {
  --fa:"\f291";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tape {
  --fa:"\f4db";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bus-alt, .fa-bus-simple {
  --fa:"\f55e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-eye {
  --fa:"\f06e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-sad-cry, .fa-sad-cry {
  --fa:"\f5b3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-audio-description {
  --fa:"\f29e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-military-to-person {
  --fa:"\e54c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-shield {
  --fa:"\e4f0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-slash {
  --fa:"\f506";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pen {
  --fa:"\f304";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tower-observation {
  --fa:"\e586";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-code {
  --fa:"\f1c9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-signal, .fa-signal-5, .fa-signal-perfect {
  --fa:"\f012";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bus {
  --fa:"\f207";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-heart-circle-xmark {
  --fa:"\e501";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-home-lg, .fa-house-chimney {
  --fa:"\e3af";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-window-maximize {
  --fa:"\f2d0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-frown, .fa-frown {
  --fa:"\f119";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-prescription {
  --fa:"\f5b1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shop, .fa-store-alt {
  --fa:"\f54f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-floppy-disk, .fa-save {
  --fa:"\f0c7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vihara {
  --fa:"\f6a7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-balance-scale-left, .fa-scale-unbalanced {
  --fa:"\f515";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sort-asc, .fa-sort-up {
  --fa:"\f0de";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-comment-dots, .fa-commenting {
  --fa:"\f4ad";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plant-wilt {
  --fa:"\e5aa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-diamond {
  --fa:"\f219";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-squint, .fa-grin-squint {
  --fa:"\f585";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-holding-dollar, .fa-hand-holding-usd {
  --fa:"\f4c0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chart-diagram {
  --fa:"\e695";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bacterium {
  --fa:"\e05a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-pointer {
  --fa:"\f25a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-drum-steelpan {
  --fa:"\f56a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-scissors {
  --fa:"\f257";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hands-praying, .fa-praying-hands {
  --fa:"\f684";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
  --fa:"\f01e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-biohazard {
  --fa:"\f780";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-location, .fa-location-crosshairs {
  --fa:"\f601";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mars-double {
  --fa:"\f227";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-child-dress {
  --fa:"\e59c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-users-between-lines {
  --fa:"\e591";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lungs-virus {
  --fa:"\e067";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-tears, .fa-grin-tears {
  --fa:"\f588";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-phone {
  --fa:"\f095";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-calendar-times, .fa-calendar-xmark {
  --fa:"\f273";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-child-reaching {
  --fa:"\e59d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-head-side-virus {
  --fa:"\e064";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-cog, .fa-user-gear {
  --fa:"\f4fe";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-1-9, .fa-sort-numeric-up {
  --fa:"\f163";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-door-closed {
  --fa:"\f52a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shield-virus {
  --fa:"\e06c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dice-six {
  --fa:"\f526";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mosquito-net {
  --fa:"\e52c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-fragment {
  --fa:"\e697";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bridge-water {
  --fa:"\e4ce";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-booth {
  --fa:"\f756";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-text-width {
  --fa:"\f035";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hat-wizard {
  --fa:"\f6e8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pen-fancy {
  --fa:"\f5ac";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-digging, .fa-person-digging {
  --fa:"\f85e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trash {
  --fa:"\f1f8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
  --fa:"\f629";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-book-medical {
  --fa:"\f7e6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-poo {
  --fa:"\f2fe";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-quote-right, .fa-quote-right-alt {
  --fa:"\f10e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shirt, .fa-t-shirt, .fa-tshirt {
  --fa:"\f553";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cubes {
  --fa:"\f1b3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-divide {
  --fa:"\f529";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tenge, .fa-tenge-sign {
  --fa:"\f7d7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-headphones {
  --fa:"\f025";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hands-holding {
  --fa:"\f4c2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hands-clapping {
  --fa:"\e1a8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-republican {
  --fa:"\f75e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-left {
  --fa:"\f060";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-circle-xmark {
  --fa:"\e543";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ruler {
  --fa:"\f545";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-align-left {
  --fa:"\f036";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dice-d6 {
  --fa:"\f6d1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-restroom {
  --fa:"\f7bd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-j {
  --fa:"\4a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-users-viewfinder {
  --fa:"\e595";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-video {
  --fa:"\f1c8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-external-link-alt, .fa-up-right-from-square {
  --fa:"\f35d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-table-cells, .fa-th {
  --fa:"\f00a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-pdf {
  --fa:"\f1c1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bible, .fa-book-bible {
  --fa:"\f647";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-o {
  --fa:"\4f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-medkit, .fa-suitcase-medical {
  --fa:"\f0fa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-secret {
  --fa:"\f21b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-otter {
  --fa:"\f700";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-female, .fa-person-dress {
  --fa:"\f182";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-comment-dollar {
  --fa:"\f651";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-briefcase-clock, .fa-business-time {
  --fa:"\f64a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-table-cells-large, .fa-th-large {
  --fa:"\f009";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-book-tanakh, .fa-tanakh {
  --fa:"\f827";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-phone-volume, .fa-volume-control-phone {
  --fa:"\f2a0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hat-cowboy-side {
  --fa:"\f8c1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clipboard-user {
  --fa:"\f7f3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-child {
  --fa:"\f1ae";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lira-sign {
  --fa:"\f195";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-satellite {
  --fa:"\f7bf";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plane-lock {
  --fa:"\e558";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tag {
  --fa:"\f02b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-comment {
  --fa:"\f075";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-birthday-cake, .fa-cake, .fa-cake-candles {
  --fa:"\f1fd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-envelope {
  --fa:"\f0e0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angle-double-up, .fa-angles-up {
  --fa:"\f102";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-paperclip {
  --fa:"\f0c6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-right-to-city {
  --fa:"\e4b3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ribbon {
  --fa:"\f4d6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lungs {
  --fa:"\f604";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
  --fa:"\f887";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-litecoin-sign {
  --fa:"\e1d3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-border-none {
  --fa:"\f850";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-nodes {
  --fa:"\e4e2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-parachute-box {
  --fa:"\f4cd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-indent {
  --fa:"\f03c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck-field-un {
  --fa:"\e58e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hourglass, .fa-hourglass-empty {
  --fa:"\f254";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mountain {
  --fa:"\f6fc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-doctor, .fa-user-md {
  --fa:"\f0f0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-info, .fa-info-circle {
  --fa:"\f05a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-meatball {
  --fa:"\f73b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-camera, .fa-camera-alt {
  --fa:"\f030";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-virus {
  --fa:"\e578";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-meteor {
  --fa:"\f753";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-car-on {
  --fa:"\e4dd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sleigh {
  --fa:"\f7cc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
  --fa:"\f162";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-holding-droplet, .fa-hand-holding-water {
  --fa:"\f4c1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-water {
  --fa:"\f773";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-calendar-check {
  --fa:"\f274";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-braille {
  --fa:"\f2a1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
  --fa:"\f486";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-landmark {
  --fa:"\f66f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck {
  --fa:"\f0d1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-crosshairs {
  --fa:"\f05b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-cane {
  --fa:"\e53c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tent {
  --fa:"\e57d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vest-patches {
  --fa:"\e086";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-check-double {
  --fa:"\f560";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
  --fa:"\f15d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-money-bill-wheat {
  --fa:"\e52a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cookie {
  --fa:"\f563";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
  --fa:"\f0e2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hard-drive, .fa-hdd {
  --fa:"\f0a0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-squint-tears, .fa-grin-squint-tears {
  --fa:"\f586";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dumbbell {
  --fa:"\f44b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-list-alt, .fa-rectangle-list {
  --fa:"\f022";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tarp-droplet {
  --fa:"\e57c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-medical-circle-check {
  --fa:"\e511";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-skiing-nordic, .fa-skiing-nordic {
  --fa:"\f7ca";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-calendar-plus {
  --fa:"\f271";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plane-arrival {
  --fa:"\f5af";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-alt-circle-left, .fa-circle-left {
  --fa:"\f359";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-subway, .fa-train-subway {
  --fa:"\f239";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chart-gantt {
  --fa:"\e0e4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
  --fa:"\e1bc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-crop-alt, .fa-crop-simple {
  --fa:"\f565";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-money-bill-1, .fa-money-bill-alt {
  --fa:"\f3d1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-left-long, .fa-long-arrow-alt-left {
  --fa:"\f30a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dna {
  --fa:"\f471";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-virus-slash {
  --fa:"\e075";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-minus, .fa-subtract {
  --fa:"\f068";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chess {
  --fa:"\f439";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-left-long, .fa-long-arrow-left {
  --fa:"\f177";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plug-circle-check {
  --fa:"\e55c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-street-view {
  --fa:"\f21d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-franc-sign {
  --fa:"\e18f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-volume-off {
  --fa:"\f026";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
  --fa:"\f2a3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cog, .fa-gear {
  --fa:"\f013";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-droplet-slash, .fa-tint-slash {
  --fa:"\f5c7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mosque {
  --fa:"\f678";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mosquito {
  --fa:"\e52b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-star-of-david {
  --fa:"\f69a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-military-rifle {
  --fa:"\e54b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cart-shopping, .fa-shopping-cart {
  --fa:"\f07a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vials {
  --fa:"\f493";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plug-circle-plus {
  --fa:"\e55f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-place-of-worship {
  --fa:"\f67f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-grip-vertical {
  --fa:"\f58e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hexagon-nodes {
  --fa:"\e699";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-turn-up, .fa-level-up {
  --fa:"\f148";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-u {
  --fa:"\55";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-root-alt, .fa-square-root-variable {
  --fa:"\f698";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clock, .fa-clock-four {
  --fa:"\f017";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-backward-step, .fa-step-backward {
  --fa:"\f048";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pallet {
  --fa:"\f482";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-faucet {
  --fa:"\e005";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-baseball-bat-ball {
  --fa:"\f432";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-s {
  --fa:"\53";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-timeline {
  --fa:"\e29c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-keyboard {
  --fa:"\f11c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-caret-down {
  --fa:"\f0d7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clinic-medical, .fa-house-chimney-medical {
  --fa:"\f7f2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
  --fa:"\f2c8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mobile-android-alt, .fa-mobile-screen {
  --fa:"\f3cf";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plane-up {
  --fa:"\e22d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-piggy-bank {
  --fa:"\f4d3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-battery-3, .fa-battery-half {
  --fa:"\f242";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mountain-city {
  --fa:"\e52e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-coins {
  --fa:"\f51e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-khanda {
  --fa:"\f66d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sliders, .fa-sliders-h {
  --fa:"\f1de";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-folder-tree {
  --fa:"\f802";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-network-wired {
  --fa:"\f6ff";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-map-pin {
  --fa:"\f276";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hamsa {
  --fa:"\f665";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cent-sign {
  --fa:"\e3f5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flask {
  --fa:"\f0c3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-pregnant {
  --fa:"\e31e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wand-sparkles {
  --fa:"\f72b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ellipsis-v, .fa-ellipsis-vertical {
  --fa:"\f142";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ticket {
  --fa:"\f145";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-power-off {
  --fa:"\f011";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-long-arrow-alt-right, .fa-right-long {
  --fa:"\f30b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flag-usa {
  --fa:"\f74d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-laptop-file {
  --fa:"\e51d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-teletype, .fa-tty {
  --fa:"\f1e4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-diagram-next {
  --fa:"\e476";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-rifle {
  --fa:"\e54e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-medical-circle-exclamation {
  --fa:"\e512";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-closed-captioning {
  --fa:"\f20a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hiking, .fa-person-hiking {
  --fa:"\f6ec";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-venus-double {
  --fa:"\f226";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-images {
  --fa:"\f302";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-calculator {
  --fa:"\f1ec";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-people-pulling {
  --fa:"\e535";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-n {
  --fa:"\4e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cable-car, .fa-tram {
  --fa:"\f7da";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-rain {
  --fa:"\f73d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-circle-xmark {
  --fa:"\e4d4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ship {
  --fa:"\f21a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-down-to-line {
  --fa:"\e4b8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-download {
  --fa:"\f019";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin, .fa-grin {
  --fa:"\f580";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-backspace, .fa-delete-left {
  --fa:"\f55a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
  --fa:"\f1fb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-circle-check {
  --fa:"\e5a0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-forward {
  --fa:"\f04e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
  --fa:"\f3ce";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-meh, .fa-meh {
  --fa:"\f11a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-align-center {
  --fa:"\f037";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-book-dead, .fa-book-skull {
  --fa:"\f6b7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-drivers-license, .fa-id-card {
  --fa:"\f2c2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dedent, .fa-outdent {
  --fa:"\f03b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-heart-circle-exclamation {
  --fa:"\e4fe";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
  --fa:"\f015";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-calendar-week {
  --fa:"\f784";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-laptop-medical {
  --fa:"\f812";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-b {
  --fa:"\42";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-medical {
  --fa:"\f477";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dice-one {
  --fa:"\f525";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-kiwi-bird {
  --fa:"\f535";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-right-arrow-left, .fa-exchange {
  --fa:"\f0ec";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
  --fa:"\f2f9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cutlery, .fa-utensils {
  --fa:"\f2e7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-wide-short, .fa-sort-amount-up {
  --fa:"\f161";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mill-sign {
  --fa:"\e1ed";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bowl-rice {
  --fa:"\e2eb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-skull {
  --fa:"\f54c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-broadcast-tower, .fa-tower-broadcast {
  --fa:"\f519";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck-pickup {
  --fa:"\f63c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-long-arrow-alt-up, .fa-up-long {
  --fa:"\f30c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stop {
  --fa:"\f04d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-code-merge {
  --fa:"\f387";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-upload {
  --fa:"\f093";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hurricane {
  --fa:"\f751";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mound {
  --fa:"\e52d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-toilet-portable {
  --fa:"\e583";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-compact-disc {
  --fa:"\f51f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-arrow-down, .fa-file-download {
  --fa:"\f56d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-caravan {
  --fa:"\f8ff";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shield-cat {
  --fa:"\e572";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bolt, .fa-zap {
  --fa:"\f0e7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-glass-water {
  --fa:"\e4f4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-oil-well {
  --fa:"\e532";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vault {
  --fa:"\e2c5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mars {
  --fa:"\f222";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-toilet {
  --fa:"\f7d8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plane-circle-xmark {
  --fa:"\e557";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
  --fa:"\f157";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
  --fa:"\f158";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sun {
  --fa:"\f185";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-guitar {
  --fa:"\f7a6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-laugh-wink, .fa-laugh-wink {
  --fa:"\f59c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-horse-head {
  --fa:"\f7ab";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bore-hole {
  --fa:"\e4c3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-industry {
  --fa:"\f275";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-alt-circle-down, .fa-circle-down {
  --fa:"\f358";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-turn-to-dots {
  --fa:"\e4c1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-florin-sign {
  --fa:"\e184";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
  --fa:"\f884";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-less-than {
  --fa:"\3c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angle-down {
  --fa:"\f107";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-car-tunnel {
  --fa:"\e4de";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-head-side-cough {
  --fa:"\e061";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-grip-lines {
  --fa:"\f7a4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-thumbs-down {
  --fa:"\f165";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-lock {
  --fa:"\f502";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-right-long, .fa-long-arrow-right {
  --fa:"\f178";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-anchor-circle-xmark {
  --fa:"\e4ac";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ellipsis, .fa-ellipsis-h {
  --fa:"\f141";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chess-pawn {
  --fa:"\f443";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-first-aid, .fa-kit-medical {
  --fa:"\f479";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-through-window {
  --fa:"\e5a9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-toolbox {
  --fa:"\f552";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hands-holding-circle {
  --fa:"\e4fb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bug {
  --fa:"\f188";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-credit-card, .fa-credit-card-alt {
  --fa:"\f09d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-automobile, .fa-car {
  --fa:"\f1b9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-holding-hand {
  --fa:"\e4f7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-book-open-reader, .fa-book-reader {
  --fa:"\f5da";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mountain-sun {
  --fa:"\e52f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-left-right-to-line {
  --fa:"\e4ba";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dice-d20 {
  --fa:"\f6cf";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck-droplet {
  --fa:"\e58c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-circle-xmark {
  --fa:"\e5a1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-temperature-arrow-up, .fa-temperature-up {
  --fa:"\e040";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-medal {
  --fa:"\f5a2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bed {
  --fa:"\f236";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-h-square, .fa-square-h {
  --fa:"\f0fd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-podcast {
  --fa:"\f2ce";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
  --fa:"\f2c7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bell {
  --fa:"\f0f3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-superscript {
  --fa:"\f12b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plug-circle-xmark {
  --fa:"\e560";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-star-of-life {
  --fa:"\f621";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-phone-slash {
  --fa:"\f3dd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-paint-roller {
  --fa:"\f5aa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hands-helping, .fa-handshake-angle {
  --fa:"\f4c4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-location-dot, .fa-map-marker-alt {
  --fa:"\f3c5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file {
  --fa:"\f15b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-greater-than {
  --fa:"\3e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-swimming, .fa-swimmer {
  --fa:"\f5c4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-down {
  --fa:"\f063";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-droplet, .fa-tint {
  --fa:"\f043";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-eraser {
  --fa:"\f12d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
  --fa:"\f57d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-burst {
  --fa:"\e53b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dove {
  --fa:"\f4ba";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-battery-0, .fa-battery-empty {
  --fa:"\f244";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-socks {
  --fa:"\f696";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-inbox {
  --fa:"\f01c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-section {
  --fa:"\e447";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
  --fa:"\f625";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-envelope-open-text {
  --fa:"\f658";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
  --fa:"\f0f8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wine-bottle {
  --fa:"\f72f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chess-rook {
  --fa:"\f447";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bars-staggered, .fa-reorder, .fa-stream {
  --fa:"\f550";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dharmachakra {
  --fa:"\f655";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hotdog {
  --fa:"\f80f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-blind, .fa-person-walking-with-cane {
  --fa:"\f29d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-drum {
  --fa:"\f569";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ice-cream {
  --fa:"\f810";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-heart-circle-bolt {
  --fa:"\e4fc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fax {
  --fa:"\f1ac";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-paragraph {
  --fa:"\f1dd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-check-to-slot, .fa-vote-yea {
  --fa:"\f772";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-star-half {
  --fa:"\f089";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
  --fa:"\f468";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chain, .fa-link {
  --fa:"\f0c1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-assistive-listening-systems, .fa-ear-listen {
  --fa:"\f2a2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tree-city {
  --fa:"\e587";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-play {
  --fa:"\f04b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-font {
  --fa:"\f031";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-table-cells-row-lock {
  --fa:"\e67a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rupiah-sign {
  --fa:"\e23d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magnifying-glass, .fa-search {
  --fa:"\f002";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
  --fa:"\f45d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-diagnoses, .fa-person-dots-from-line {
  --fa:"\f470";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trash-can-arrow-up, .fa-trash-restore-alt {
  --fa:"\f82a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-naira-sign {
  --fa:"\e1f6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cart-arrow-down {
  --fa:"\f218";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-walkie-talkie {
  --fa:"\f8ef";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-edit, .fa-file-pen {
  --fa:"\f31c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-receipt {
  --fa:"\f543";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pen-square, .fa-pencil-square, .fa-square-pen {
  --fa:"\f14b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-suitcase-rolling {
  --fa:"\f5c1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-circle-exclamation {
  --fa:"\e53f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chevron-down {
  --fa:"\f078";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-battery, .fa-battery-5, .fa-battery-full {
  --fa:"\f240";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-skull-crossbones {
  --fa:"\f714";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-code-compare {
  --fa:"\e13a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-list-dots, .fa-list-ul {
  --fa:"\f0ca";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-school-lock {
  --fa:"\e56f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tower-cell {
  --fa:"\e585";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-down-long, .fa-long-arrow-alt-down {
  --fa:"\f309";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ranking-star {
  --fa:"\e561";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chess-king {
  --fa:"\f43f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-harassing {
  --fa:"\e549";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-brazilian-real-sign {
  --fa:"\e46c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-landmark-alt, .fa-landmark-dome {
  --fa:"\f752";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up {
  --fa:"\f062";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-television, .fa-tv, .fa-tv-alt {
  --fa:"\f26c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shrimp {
  --fa:"\e448";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-list-check, .fa-tasks {
  --fa:"\f0ae";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-jug-detergent {
  --fa:"\e519";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-user, .fa-user-circle {
  --fa:"\f2bd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-shield {
  --fa:"\f505";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wind {
  --fa:"\f72e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-car-burst, .fa-car-crash {
  --fa:"\f5e1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-y {
  --fa:"\59";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-snowboarding, .fa-snowboarding {
  --fa:"\f7ce";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shipping-fast, .fa-truck-fast {
  --fa:"\f48b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fish {
  --fa:"\f578";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-graduate {
  --fa:"\f501";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-adjust, .fa-circle-half-stroke {
  --fa:"\f042";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clapperboard {
  --fa:"\e131";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-radiation, .fa-radiation-alt {
  --fa:"\f7ba";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-baseball, .fa-baseball-ball {
  --fa:"\f433";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-jet-fighter-up {
  --fa:"\e518";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-diagram-project, .fa-project-diagram {
  --fa:"\f542";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-copy {
  --fa:"\f0c5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
  --fa:"\f6a9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-sparkles {
  --fa:"\e05d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-grip, .fa-grip-horizontal {
  --fa:"\f58d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-share-from-square, .fa-share-square {
  --fa:"\f14d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-child-combatant, .fa-child-rifle {
  --fa:"\e4e0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gun {
  --fa:"\e19b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-phone-square, .fa-square-phone {
  --fa:"\f098";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-add, .fa-plus {
  --fa:"\2b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-expand {
  --fa:"\f065";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-computer {
  --fa:"\e4e5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
  --fa:"\f00d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows, .fa-arrows-up-down-left-right {
  --fa:"\f047";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chalkboard-teacher, .fa-chalkboard-user {
  --fa:"\f51c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-peso-sign {
  --fa:"\e222";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building-shield {
  --fa:"\e4d8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-baby {
  --fa:"\f77c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-users-line {
  --fa:"\e592";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-quote-left, .fa-quote-left-alt {
  --fa:"\f10d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tractor {
  --fa:"\f722";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trash-arrow-up, .fa-trash-restore {
  --fa:"\f829";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-down-up-lock {
  --fa:"\e4b0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lines-leaning {
  --fa:"\e51e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ruler-combined {
  --fa:"\f546";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-copyright {
  --fa:"\f1f9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-equals {
  --fa:"\3d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-blender {
  --fa:"\f517";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-teeth {
  --fa:"\f62e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
  --fa:"\f20b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-map {
  --fa:"\f279";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rocket {
  --fa:"\f135";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-photo-film, .fa-photo-video {
  --fa:"\f87c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-folder-minus {
  --fa:"\f65d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hexagon-nodes-bolt {
  --fa:"\e69a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-store {
  --fa:"\f54e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-trend-up {
  --fa:"\e098";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plug-circle-minus {
  --fa:"\e55e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sign, .fa-sign-hanging {
  --fa:"\f4d9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bezier-curve {
  --fa:"\f55b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bell-slash {
  --fa:"\f1f6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tablet, .fa-tablet-android {
  --fa:"\f3fb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-school-flag {
  --fa:"\e56e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fill {
  --fa:"\f575";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angle-up {
  --fa:"\f106";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-drumstick-bite {
  --fa:"\f6d7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-holly-berry {
  --fa:"\f7aa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chevron-left {
  --fa:"\f053";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bacteria {
  --fa:"\e059";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-lizard {
  --fa:"\f258";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-notdef {
  --fa:"\e1fe";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-disease {
  --fa:"\f7fa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-briefcase-medical {
  --fa:"\f469";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-genderless {
  --fa:"\f22d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chevron-right {
  --fa:"\f054";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-retweet {
  --fa:"\f079";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-car-alt, .fa-car-rear {
  --fa:"\f5de";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pump-soap {
  --fa:"\e06b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-video-slash {
  --fa:"\f4e2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-battery-2, .fa-battery-quarter {
  --fa:"\f243";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-radio {
  --fa:"\f8d7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-baby-carriage, .fa-carriage-baby {
  --fa:"\f77d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-traffic-light {
  --fa:"\f637";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-thermometer {
  --fa:"\f491";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vr-cardboard {
  --fa:"\f729";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-middle-finger {
  --fa:"\f806";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-percent, .fa-percentage {
  --fa:"\25";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck-moving {
  --fa:"\f4df";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-glass-water-droplet {
  --fa:"\e4f5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-display {
  --fa:"\e163";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-smile, .fa-smile {
  --fa:"\f118";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-thumb-tack, .fa-thumbtack {
  --fa:"\f08d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trophy {
  --fa:"\f091";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-praying, .fa-pray {
  --fa:"\f683";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hammer {
  --fa:"\f6e3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-peace {
  --fa:"\f25b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rotate, .fa-sync-alt {
  --fa:"\f2f1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-spinner {
  --fa:"\f110";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-robot {
  --fa:"\f544";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-peace {
  --fa:"\f67c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cogs, .fa-gears {
  --fa:"\f085";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-warehouse {
  --fa:"\f494";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-right-dots {
  --fa:"\e4b7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-splotch {
  --fa:"\f5bc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-hearts, .fa-grin-hearts {
  --fa:"\f584";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dice-four {
  --fa:"\f524";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sim-card {
  --fa:"\f7c4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-transgender, .fa-transgender-alt {
  --fa:"\f225";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mercury {
  --fa:"\f223";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-turn-down, .fa-level-down {
  --fa:"\f149";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-falling-burst {
  --fa:"\e547";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-award {
  --fa:"\f559";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ticket-alt, .fa-ticket-simple {
  --fa:"\f3ff";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-building {
  --fa:"\f1ad";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angle-double-left, .fa-angles-left {
  --fa:"\f100";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-qrcode {
  --fa:"\f029";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clock-rotate-left, .fa-history {
  --fa:"\f1da";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
  --fa:"\f583";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-right-from-file, .fa-file-export {
  --fa:"\f56e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shield, .fa-shield-blank {
  --fa:"\f132";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
  --fa:"\f885";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-comment-nodes {
  --fa:"\e696";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-medical {
  --fa:"\e3b2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-golf-ball, .fa-golf-ball-tee {
  --fa:"\f450";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chevron-circle-left, .fa-circle-chevron-left {
  --fa:"\f137";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-chimney-window {
  --fa:"\e00d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pen-nib {
  --fa:"\f5ad";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tent-arrow-turn-left {
  --fa:"\e580";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tents {
  --fa:"\e582";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magic, .fa-wand-magic {
  --fa:"\f0d0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dog {
  --fa:"\f6d3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-carrot {
  --fa:"\f787";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-moon {
  --fa:"\f186";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wine-glass-alt, .fa-wine-glass-empty {
  --fa:"\f5ce";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cheese {
  --fa:"\f7ef";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-yin-yang {
  --fa:"\f6ad";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-music {
  --fa:"\f001";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-code-commit {
  --fa:"\f386";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-temperature-low {
  --fa:"\f76b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-biking, .fa-person-biking {
  --fa:"\f84a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-broom {
  --fa:"\f51a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shield-heart {
  --fa:"\e574";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gopuram {
  --fa:"\f664";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-earth-oceania, .fa-globe-oceania {
  --fa:"\e47b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-xmark, .fa-times-square, .fa-xmark-square {
  --fa:"\f2d3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hashtag {
  --fa:"\23";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-expand-alt, .fa-up-right-and-down-left-from-center {
  --fa:"\f424";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-oil-can {
  --fa:"\f613";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-t {
  --fa:"\54";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hippo {
  --fa:"\f6ed";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chart-column {
  --fa:"\e0e3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-infinity {
  --fa:"\f534";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vial-circle-check {
  --fa:"\e596";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-arrow-down-to-line {
  --fa:"\e538";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-voicemail {
  --fa:"\f897";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fan {
  --fa:"\f863";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-walking-luggage {
  --fa:"\e554";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-alt-v, .fa-up-down {
  --fa:"\f338";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-moon-rain {
  --fa:"\f73c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-calendar {
  --fa:"\f133";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trailer {
  --fa:"\e041";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bahai, .fa-haykal {
  --fa:"\f666";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sd-card {
  --fa:"\f7c2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dragon {
  --fa:"\f6d5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shoe-prints {
  --fa:"\f54b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-plus, .fa-plus-circle {
  --fa:"\f055";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
  --fa:"\f58b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-holding {
  --fa:"\f4bd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plug-circle-exclamation {
  --fa:"\e55d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
  --fa:"\f127";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-clone {
  --fa:"\f24d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-walking-arrow-loop-left {
  --fa:"\e551";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
  --fa:"\f882";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fire-alt, .fa-fire-flame-curved {
  --fa:"\f7e4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tornado {
  --fa:"\f76f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-circle-plus {
  --fa:"\e494";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-book-quran, .fa-quran {
  --fa:"\f687";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-anchor {
  --fa:"\f13d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-border-all {
  --fa:"\f84c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angry, .fa-face-angry {
  --fa:"\f556";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cookie-bite {
  --fa:"\f564";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-trend-down {
  --fa:"\e097";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-feed, .fa-rss {
  --fa:"\f09e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-draw-polygon {
  --fa:"\f5ee";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-balance-scale, .fa-scale-balanced {
  --fa:"\f24e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
  --fa:"\f62a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shower {
  --fa:"\f2cc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-desktop, .fa-desktop-alt {
  --fa:"\f390";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-m {
  --fa:"\4d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-table-list, .fa-th-list {
  --fa:"\f00b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-comment-sms, .fa-sms {
  --fa:"\f7cd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-book {
  --fa:"\f02d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-plus {
  --fa:"\f234";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-check {
  --fa:"\f00c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-battery-4, .fa-battery-three-quarters {
  --fa:"\f241";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-house-circle-check {
  --fa:"\e509";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angle-left {
  --fa:"\f104";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-diagram-successor {
  --fa:"\e47a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-truck-arrow-right {
  --fa:"\e58b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-split-up-and-left {
  --fa:"\e4bc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fist-raised, .fa-hand-fist {
  --fa:"\f6de";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-moon {
  --fa:"\f6c3";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-briefcase {
  --fa:"\f0b1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-falling {
  --fa:"\e546";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-image-portrait, .fa-portrait {
  --fa:"\f3e0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-tag {
  --fa:"\f507";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rug {
  --fa:"\e569";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-earth-europe, .fa-globe-europe {
  --fa:"\f7a2";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cart-flatbed-suitcase, .fa-luggage-cart {
  --fa:"\f59d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
  --fa:"\f410";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-baht-sign {
  --fa:"\e0ac";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-book-open {
  --fa:"\f518";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-book-journal-whills, .fa-journal-whills {
  --fa:"\f66a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-handcuffs {
  --fa:"\e4f8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
  --fa:"\f071";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-database {
  --fa:"\f1c0";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mail-forward, .fa-share {
  --fa:"\f064";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bottle-droplet {
  --fa:"\e4c4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mask-face {
  --fa:"\e1d7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hill-rockslide {
  --fa:"\e508";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-exchange-alt, .fa-right-left {
  --fa:"\f362";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-paper-plane {
  --fa:"\f1d8";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-road-circle-exclamation {
  --fa:"\e565";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dungeon {
  --fa:"\f6d9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-align-right {
  --fa:"\f038";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
  --fa:"\f53b";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-life-ring {
  --fa:"\f1cd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hands, .fa-sign-language, .fa-signing {
  --fa:"\f2a7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-calendar-day {
  --fa:"\f783";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
  --fa:"\f5c5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-up-down, .fa-arrows-v {
  --fa:"\f07d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-grimace, .fa-grimace {
  --fa:"\f57f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wheelchair-alt, .fa-wheelchair-move {
  --fa:"\e2ce";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-level-down-alt, .fa-turn-down {
  --fa:"\f3be";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-walking-arrow-right {
  --fa:"\e552";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-envelope-square, .fa-square-envelope {
  --fa:"\f199";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dice {
  --fa:"\f522";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bowling-ball {
  --fa:"\f436";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-brain {
  --fa:"\f5dc";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-band-aid, .fa-bandage {
  --fa:"\f462";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-calendar-minus {
  --fa:"\f272";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
  --fa:"\f057";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gifts {
  --fa:"\f79c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hotel {
  --fa:"\f594";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-earth-asia, .fa-globe-asia {
  --fa:"\f57e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-id-card-alt, .fa-id-card-clip {
  --fa:"\f47f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magnifying-glass-plus, .fa-search-plus {
  --fa:"\f00e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-thumbs-up {
  --fa:"\f164";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-clock {
  --fa:"\f4fd";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-allergies, .fa-hand-dots {
  --fa:"\f461";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-invoice {
  --fa:"\f570";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-window-minimize {
  --fa:"\f2d1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-coffee, .fa-mug-saucer {
  --fa:"\f0f4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-brush {
  --fa:"\f55d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-file-half-dashed {
  --fa:"\e698";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mask {
  --fa:"\f6fa";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magnifying-glass-minus, .fa-search-minus {
  --fa:"\f010";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ruler-vertical {
  --fa:"\f548";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-alt, .fa-user-large {
  --fa:"\f406";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-train-tram {
  --fa:"\e5b4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-nurse {
  --fa:"\f82f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-syringe {
  --fa:"\f48e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloud-sun {
  --fa:"\f6c4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stopwatch-20 {
  --fa:"\e06f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-full {
  --fa:"\f45c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magnet {
  --fa:"\f076";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-jar {
  --fa:"\e516";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-note-sticky, .fa-sticky-note {
  --fa:"\f249";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bug-slash {
  --fa:"\e490";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrow-up-from-water-pump {
  --fa:"\e4b6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bone {
  --fa:"\f5d7";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-table-cells-row-unlock {
  --fa:"\e691";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-user-injured {
  --fa:"\f728";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-face-sad-tear, .fa-sad-tear {
  --fa:"\f5b4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plane {
  --fa:"\f072";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tent-arrows-down {
  --fa:"\e581";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-exclamation {
  --fa:"\21";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-arrows-spin {
  --fa:"\e4bb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-print {
  --fa:"\f02f";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
  --fa:"\e2bb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dollar, .fa-dollar-sign, .fa-usd {
  --fa:"\24";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-x {
  --fa:"\58";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magnifying-glass-dollar, .fa-search-dollar {
  --fa:"\f688";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-users-cog, .fa-users-gear {
  --fa:"\f509";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-military-pointing {
  --fa:"\e54a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
  --fa:"\f19c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-umbrella {
  --fa:"\f0e9";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trowel {
  --fa:"\e589";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-d {
  --fa:"\44";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stapler {
  --fa:"\e5af";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-masks-theater, .fa-theater-masks {
  --fa:"\f630";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-kip-sign {
  --fa:"\e1c4";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-point-left {
  --fa:"\f0a5";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-handshake-alt, .fa-handshake-simple {
  --fa:"\f4c6";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fighter-jet, .fa-jet-fighter {
  --fa:"\f0fb";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-share-alt-square, .fa-square-share-nodes {
  --fa:"\f1e1";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-barcode {
  --fa:"\f02a";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-plus-minus {
  --fa:"\e43c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-video, .fa-video-camera {
  --fa:"\f03d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-graduation-cap, .fa-mortar-board {
  --fa:"\f19d";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hand-holding-medical {
  --fa:"\e05c";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-person-circle-check {
  --fa:"\e53e";
}

/* line 8, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-level-up-alt, .fa-turn-up {
  --fa:"\f3bf";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
:host, :root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fonts/fa-brands-400-e3673036a277d209c51edaa888c4f6fa7262b895c55deac5cd89d70aae95a097.woff2) format("woff2"), url(/assets/fonts/fa-brands-400-dac439b41feb18d36e8daaeadbe98bb97cff0564e460b61f7ea43f3c096d4851.ttf) format("truetype");
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-brands, .fab {
  font-weight: 400;
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-monero {
  --fa:"\f3d0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hooli {
  --fa:"\f427";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-yelp {
  --fa:"\f1e9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cc-visa {
  --fa:"\f1f0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lastfm {
  --fa:"\f202";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shopware {
  --fa:"\f5b5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-nc {
  --fa:"\f4e8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-aws {
  --fa:"\f375";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-redhat {
  --fa:"\f7bc";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-yoast {
  --fa:"\f2b1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloudflare {
  --fa:"\e07d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ups {
  --fa:"\f7e0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pixiv {
  --fa:"\e640";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wpexplorer {
  --fa:"\f2de";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dyalog {
  --fa:"\f399";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bity {
  --fa:"\f37a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stackpath {
  --fa:"\f842";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-buysellads {
  --fa:"\f20d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-first-order {
  --fa:"\f2b0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-modx {
  --fa:"\f285";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-guilded {
  --fa:"\e07e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vnv {
  --fa:"\f40b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-js-square, .fa-square-js {
  --fa:"\f3b9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-microsoft {
  --fa:"\f3ca";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-qq {
  --fa:"\f1d6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-orcid {
  --fa:"\f8d2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-java {
  --fa:"\f4e4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-invision {
  --fa:"\f7b0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-pd-alt {
  --fa:"\f4ed";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-centercode {
  --fa:"\f380";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-glide-g {
  --fa:"\f2a6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-drupal {
  --fa:"\f1a9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-jxl {
  --fa:"\e67b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dart-lang {
  --fa:"\e693";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hire-a-helper {
  --fa:"\f3b0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-by {
  --fa:"\f4e7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-unity {
  --fa:"\e049";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-whmcs {
  --fa:"\f40d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rocketchat {
  --fa:"\f3e8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vk {
  --fa:"\f189";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-untappd {
  --fa:"\f405";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mailchimp {
  --fa:"\f59e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-css3-alt {
  --fa:"\f38b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-reddit-square, .fa-square-reddit {
  --fa:"\f1a2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vimeo-v {
  --fa:"\f27d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-contao {
  --fa:"\f26d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-font-awesome {
  --fa:"\e5ad";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-deskpro {
  --fa:"\f38f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-brave {
  --fa:"\e63c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sistrix {
  --fa:"\f3ee";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-instagram-square, .fa-square-instagram {
  --fa:"\e055";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-battle-net {
  --fa:"\f835";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-the-red-yeti {
  --fa:"\f69d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hacker-news-square, .fa-square-hacker-news {
  --fa:"\f3af";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-edge {
  --fa:"\f282";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-threads {
  --fa:"\e618";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-napster {
  --fa:"\f3d2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-snapchat-square, .fa-square-snapchat {
  --fa:"\f2ad";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-google-plus-g {
  --fa:"\f0d5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-artstation {
  --fa:"\f77a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-markdown {
  --fa:"\f60f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sourcetree {
  --fa:"\f7d3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-google-plus {
  --fa:"\f2b3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-diaspora {
  --fa:"\f791";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-foursquare {
  --fa:"\f180";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stack-overflow {
  --fa:"\f16c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-github-alt {
  --fa:"\f113";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-phoenix-squadron {
  --fa:"\f511";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pagelines {
  --fa:"\f18c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-algolia {
  --fa:"\f36c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-red-river {
  --fa:"\f3e3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-sa {
  --fa:"\f4ef";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-safari {
  --fa:"\f267";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-google {
  --fa:"\f1a0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-font-awesome-alt, .fa-square-font-awesome-stroke {
  --fa:"\f35c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-atlassian {
  --fa:"\f77b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-linkedin-in {
  --fa:"\f0e1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-digital-ocean {
  --fa:"\f391";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-nimblr {
  --fa:"\f5a8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chromecast {
  --fa:"\f838";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-evernote {
  --fa:"\f839";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hacker-news {
  --fa:"\f1d4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-sampling {
  --fa:"\f4f0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-adversal {
  --fa:"\f36a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons {
  --fa:"\f25e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-watchman-monitoring {
  --fa:"\e087";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fonticons {
  --fa:"\f280";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-weixin {
  --fa:"\f1d7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shirtsinbulk {
  --fa:"\f214";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-codepen {
  --fa:"\f1cb";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-git-alt {
  --fa:"\f841";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lyft {
  --fa:"\f3c3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rev {
  --fa:"\f5b2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-windows {
  --fa:"\f17a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wizards-of-the-coast {
  --fa:"\f730";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-viadeo, .fa-viadeo-square {
  --fa:"\f2aa";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-meetup {
  --fa:"\f2e0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-centos {
  --fa:"\f789";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-adn {
  --fa:"\f170";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloudsmith {
  --fa:"\f384";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-opensuse {
  --fa:"\e62b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pied-piper-alt {
  --fa:"\f1a8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dribbble-square, .fa-square-dribbble {
  --fa:"\f397";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-codiepie {
  --fa:"\f284";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-node {
  --fa:"\f419";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mix {
  --fa:"\f3cb";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-steam {
  --fa:"\f1b6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cc-apple-pay {
  --fa:"\f416";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-scribd {
  --fa:"\f28a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-debian {
  --fa:"\e60b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-openid {
  --fa:"\f19b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-instalod {
  --fa:"\e081";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-files-pinwheel {
  --fa:"\e69f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-expeditedssl {
  --fa:"\f23e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sellcast {
  --fa:"\f2da";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-twitter, .fa-twitter-square {
  --fa:"\f081";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-r-project {
  --fa:"\f4f7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-delicious {
  --fa:"\f1a5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-freebsd {
  --fa:"\f3a4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vuejs {
  --fa:"\f41f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-accusoft {
  --fa:"\f369";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ioxhost {
  --fa:"\f208";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fonticons-fi {
  --fa:"\f3a2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-app-store {
  --fa:"\f36f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cc-mastercard {
  --fa:"\f1f1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-itunes-note {
  --fa:"\f3b5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-golang {
  --fa:"\e40f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-kickstarter, .fa-square-kickstarter {
  --fa:"\f3bb";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-grav {
  --fa:"\f2d6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-weibo {
  --fa:"\f18a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-uncharted {
  --fa:"\e084";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-firstdraft {
  --fa:"\f3a1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-youtube, .fa-youtube-square {
  --fa:"\f431";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wikipedia-w {
  --fa:"\f266";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rendact, .fa-wpressr {
  --fa:"\f3e4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angellist {
  --fa:"\f209";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-galactic-republic {
  --fa:"\f50c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-nfc-directional {
  --fa:"\e530";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-skype {
  --fa:"\f17e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-joget {
  --fa:"\f3b7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fedora {
  --fa:"\f798";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stripe-s {
  --fa:"\f42a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-meta {
  --fa:"\e49b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-laravel {
  --fa:"\f3bd";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hotjar {
  --fa:"\f3b1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bluetooth-b {
  --fa:"\f294";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-letterboxd {
  --fa:"\e62e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sticker-mule {
  --fa:"\f3f7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-zero {
  --fa:"\f4f3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hips {
  --fa:"\f452";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-css {
  --fa:"\e6a2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-behance {
  --fa:"\f1b4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-reddit {
  --fa:"\f1a1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-discord {
  --fa:"\f392";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-chrome {
  --fa:"\f268";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-app-store-ios {
  --fa:"\f370";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cc-discover {
  --fa:"\f1f2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wpbeginner {
  --fa:"\f297";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-confluence {
  --fa:"\f78d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shoelace {
  --fa:"\e60c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mdb {
  --fa:"\f8ca";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dochub {
  --fa:"\f394";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-accessible-icon {
  --fa:"\f368";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ebay {
  --fa:"\f4f4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-amazon {
  --fa:"\f270";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-unsplash {
  --fa:"\e07c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-yarn {
  --fa:"\f7e3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-steam, .fa-steam-square {
  --fa:"\f1b7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-500px {
  --fa:"\f26e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-vimeo, .fa-vimeo-square {
  --fa:"\f194";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-asymmetrik {
  --fa:"\f372";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
  --fa:"\f2b4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gratipay {
  --fa:"\f184";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-apple {
  --fa:"\f179";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hive {
  --fa:"\e07f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gitkraken {
  --fa:"\f3a6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-keybase {
  --fa:"\f4f5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-apple-pay {
  --fa:"\f415";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-padlet {
  --fa:"\e4a0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-amazon-pay {
  --fa:"\f42c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-github-square, .fa-square-github {
  --fa:"\f092";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stumbleupon {
  --fa:"\f1a4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fedex {
  --fa:"\f797";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-phoenix-framework {
  --fa:"\f3dc";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-shopify {
  --fa:"\e057";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-neos {
  --fa:"\f612";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-threads {
  --fa:"\e619";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hackerrank {
  --fa:"\f5f7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-researchgate {
  --fa:"\f4f8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-swift {
  --fa:"\f8e1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angular {
  --fa:"\f420";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-speakap {
  --fa:"\f3f3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-angrycreative {
  --fa:"\f36e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-y-combinator {
  --fa:"\f23b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-empire {
  --fa:"\f1d1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-envira {
  --fa:"\f299";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-google-scholar {
  --fa:"\e63b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gitlab-square, .fa-square-gitlab {
  --fa:"\e5ae";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-studiovinari {
  --fa:"\f3f8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pied-piper {
  --fa:"\f2ae";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wordpress {
  --fa:"\f19a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-product-hunt {
  --fa:"\f288";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-firefox {
  --fa:"\f269";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-linode {
  --fa:"\f2b8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-goodreads {
  --fa:"\f3a8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-odnoklassniki-square, .fa-square-odnoklassniki {
  --fa:"\f264";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-jsfiddle {
  --fa:"\f1cc";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sith {
  --fa:"\f512";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-themeisle {
  --fa:"\f2b2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-page4 {
  --fa:"\f3d7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hashnode {
  --fa:"\e499";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-react {
  --fa:"\f41b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cc-paypal {
  --fa:"\f1f4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-squarespace {
  --fa:"\f5be";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cc-stripe {
  --fa:"\f1f5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-share {
  --fa:"\f4f2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bitcoin {
  --fa:"\f379";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-keycdn {
  --fa:"\f3ba";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-opera {
  --fa:"\f26a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-itch-io {
  --fa:"\f83a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-umbraco {
  --fa:"\f8e8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-galactic-senate {
  --fa:"\f50d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ubuntu {
  --fa:"\f7df";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-draft2digital {
  --fa:"\f396";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stripe {
  --fa:"\f429";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-houzz {
  --fa:"\f27c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gg {
  --fa:"\f260";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dhl {
  --fa:"\f790";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pinterest-square, .fa-square-pinterest {
  --fa:"\f0d3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-xing {
  --fa:"\f168";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-blackberry {
  --fa:"\f37b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-pd {
  --fa:"\f4ec";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-playstation {
  --fa:"\f3df";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-quinscape {
  --fa:"\f459";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-less {
  --fa:"\f41d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-blogger-b {
  --fa:"\f37d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-opencart {
  --fa:"\f23d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vine {
  --fa:"\f1ca";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-signal-messenger {
  --fa:"\e663";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-paypal {
  --fa:"\f1ed";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gitlab {
  --fa:"\f296";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-typo3 {
  --fa:"\f42b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-reddit-alien {
  --fa:"\f281";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-yahoo {
  --fa:"\f19e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dailymotion {
  --fa:"\e052";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-affiliatetheme {
  --fa:"\f36b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pied-piper-pp {
  --fa:"\f1a7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bootstrap {
  --fa:"\f836";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-odnoklassniki {
  --fa:"\f263";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-nfc-symbol {
  --fa:"\e531";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mintbit {
  --fa:"\e62f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ethereum {
  --fa:"\f42e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-speaker-deck {
  --fa:"\f83c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-nc-eu {
  --fa:"\f4e9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-patreon {
  --fa:"\f3d9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-avianex {
  --fa:"\f374";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ello {
  --fa:"\f5f1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gofore {
  --fa:"\f3a7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bimobject {
  --fa:"\f378";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-brave-reverse {
  --fa:"\e63d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-facebook-f {
  --fa:"\f39e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-google-plus-square, .fa-square-google-plus {
  --fa:"\f0d4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-web-awesome {
  --fa:"\e682";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mandalorian {
  --fa:"\f50f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-first-order-alt {
  --fa:"\f50a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-osi {
  --fa:"\f41a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-google-wallet {
  --fa:"\f1ee";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-d-and-d-beyond {
  --fa:"\f6ca";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-periscope {
  --fa:"\f3da";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fulcrum {
  --fa:"\f50b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloudscale {
  --fa:"\f383";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-forumbee {
  --fa:"\f211";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mizuni {
  --fa:"\f3cc";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-schlix {
  --fa:"\f3ea";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-xing, .fa-xing-square {
  --fa:"\f169";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bandcamp {
  --fa:"\f2d5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wpforms {
  --fa:"\f298";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cloudversify {
  --fa:"\f385";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-usps {
  --fa:"\f7e1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-megaport {
  --fa:"\f5a3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-magento {
  --fa:"\f3c4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-spotify {
  --fa:"\f1bc";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-optin-monster {
  --fa:"\f23c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fly {
  --fa:"\f417";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-bluesky {
  --fa:"\e6a3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-aviato {
  --fa:"\f421";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-itunes {
  --fa:"\f3b4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cuttlefish {
  --fa:"\f38c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-blogger {
  --fa:"\f37c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flickr {
  --fa:"\f16e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-viber {
  --fa:"\f409";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-soundcloud {
  --fa:"\f1be";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-digg {
  --fa:"\f1a6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tencent-weibo {
  --fa:"\f1d5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-letterboxd {
  --fa:"\e62d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-symfony {
  --fa:"\f83d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-maxcdn {
  --fa:"\f136";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-etsy {
  --fa:"\f2d7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-facebook-messenger {
  --fa:"\f39f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-audible {
  --fa:"\f373";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-think-peaks {
  --fa:"\f731";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bilibili {
  --fa:"\e3d9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-erlang {
  --fa:"\f39d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-x-twitter {
  --fa:"\e61b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cotton-bureau {
  --fa:"\f89e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dashcube {
  --fa:"\f210";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-42-group, .fa-innosoft {
  --fa:"\e080";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stack-exchange {
  --fa:"\f18d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-elementor {
  --fa:"\f430";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pied-piper-square, .fa-square-pied-piper {
  --fa:"\e01e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-nd {
  --fa:"\f4eb";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-palfed {
  --fa:"\f3d8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-superpowers {
  --fa:"\f2dd";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-resolving {
  --fa:"\f3e7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-xbox {
  --fa:"\f412";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-web-awesome-stroke {
  --fa:"\e684";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-searchengin {
  --fa:"\f3eb";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tiktok {
  --fa:"\e07b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-facebook-square, .fa-square-facebook {
  --fa:"\f082";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-renren {
  --fa:"\f18b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-linux {
  --fa:"\f17c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-glide {
  --fa:"\f2a5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-linkedin {
  --fa:"\f08c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hubspot {
  --fa:"\f3b2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-deploydog {
  --fa:"\f38e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-twitch {
  --fa:"\f1e8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flutter {
  --fa:"\e694";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ravelry {
  --fa:"\f2d9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mixer {
  --fa:"\e056";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-lastfm-square, .fa-square-lastfm {
  --fa:"\f203";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vimeo {
  --fa:"\f40a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mendeley {
  --fa:"\f7b3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-uniregistry {
  --fa:"\f404";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-figma {
  --fa:"\f799";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-remix {
  --fa:"\f4ee";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cc-amazon-pay {
  --fa:"\f42d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dropbox {
  --fa:"\f16b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-instagram {
  --fa:"\f16d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cmplid {
  --fa:"\e360";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-upwork {
  --fa:"\e641";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-facebook {
  --fa:"\f09a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gripfire {
  --fa:"\f3ac";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-jedi-order {
  --fa:"\f50e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-uikit {
  --fa:"\f403";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fort-awesome-alt {
  --fa:"\f3a3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-phabricator {
  --fa:"\f3db";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ussunnah {
  --fa:"\f407";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-earlybirds {
  --fa:"\f39a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trade-federation {
  --fa:"\f513";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-autoprefixer {
  --fa:"\f41c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-whatsapp {
  --fa:"\f232";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-upwork {
  --fa:"\e67c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-slideshare {
  --fa:"\f1e7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-google-play {
  --fa:"\f3ab";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-viadeo {
  --fa:"\f2a9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-line {
  --fa:"\f3c0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-google-drive {
  --fa:"\f3aa";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-servicestack {
  --fa:"\f3ec";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-simplybuilt {
  --fa:"\f215";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bitbucket {
  --fa:"\f171";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-imdb {
  --fa:"\f2d8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-deezer {
  --fa:"\e077";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-raspberry-pi {
  --fa:"\f7bb";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-jira {
  --fa:"\f7b1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-docker {
  --fa:"\f395";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-screenpal {
  --fa:"\e570";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bluetooth {
  --fa:"\f293";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gitter {
  --fa:"\f426";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-d-and-d {
  --fa:"\f38d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-microblog {
  --fa:"\e01a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cc-diners-club {
  --fa:"\f24c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gg-circle {
  --fa:"\f261";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pied-piper-hat {
  --fa:"\f4e5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-kickstarter-k {
  --fa:"\f3bc";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-yandex {
  --fa:"\f413";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-readme {
  --fa:"\f4d5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-html5 {
  --fa:"\f13b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sellsy {
  --fa:"\f213";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-web-awesome {
  --fa:"\e683";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sass {
  --fa:"\f41e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wirsindhandwerk, .fa-wsh {
  --fa:"\e2d0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-buromobelexperte {
  --fa:"\f37f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-salesforce {
  --fa:"\f83b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-octopus-deploy {
  --fa:"\e082";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-medapps {
  --fa:"\f3c6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ns8 {
  --fa:"\f3d5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pinterest-p {
  --fa:"\f231";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-apper {
  --fa:"\f371";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fort-awesome {
  --fa:"\f286";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-waze {
  --fa:"\f83f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bluesky {
  --fa:"\e671";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cc-jcb {
  --fa:"\f24b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-snapchat, .fa-snapchat-ghost {
  --fa:"\f2ab";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-fantasy-flight-games {
  --fa:"\f6dc";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rust {
  --fa:"\e07a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wix {
  --fa:"\f5cf";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-behance-square, .fa-square-behance {
  --fa:"\f1b5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-supple {
  --fa:"\f3f9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-webflow {
  --fa:"\e65c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rebel {
  --fa:"\f1d0";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-css3 {
  --fa:"\f13c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-staylinked {
  --fa:"\f3f5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-kaggle {
  --fa:"\f5fa";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-space-awesome {
  --fa:"\e5ac";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-deviantart {
  --fa:"\f1bd";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cpanel {
  --fa:"\f388";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-goodreads-g {
  --fa:"\f3a9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-git-square, .fa-square-git {
  --fa:"\f1d2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-tumblr, .fa-tumblr-square {
  --fa:"\f174";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-trello {
  --fa:"\f181";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-nc-jp {
  --fa:"\f4ea";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-get-pocket {
  --fa:"\f265";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-perbyte {
  --fa:"\e083";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-grunt {
  --fa:"\f3ad";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-weebly {
  --fa:"\f5cc";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-connectdevelop {
  --fa:"\f20e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-leanpub {
  --fa:"\f212";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-black-tie {
  --fa:"\f27e";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-themeco {
  --fa:"\f5c6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-python {
  --fa:"\f3e2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-android {
  --fa:"\f17b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-bots {
  --fa:"\e340";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-free-code-camp {
  --fa:"\f2c5";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-hornbill {
  --fa:"\f592";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-js {
  --fa:"\f3b8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ideal {
  --fa:"\e013";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-git {
  --fa:"\f1d3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dev {
  --fa:"\f6cc";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sketch {
  --fa:"\f7c6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-yandex-international {
  --fa:"\f414";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-cc-amex {
  --fa:"\f1f3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-uber {
  --fa:"\f402";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-github {
  --fa:"\f09b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-php {
  --fa:"\f457";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-alipay {
  --fa:"\f642";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-youtube {
  --fa:"\f167";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-skyatlas {
  --fa:"\f216";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-firefox-browser {
  --fa:"\e007";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-replyd {
  --fa:"\f3e6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-suse {
  --fa:"\f7d6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-jenkins {
  --fa:"\f3b6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-twitter {
  --fa:"\f099";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-rockrms {
  --fa:"\f3e9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pinterest {
  --fa:"\f0d2";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-buffer {
  --fa:"\f837";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-npm {
  --fa:"\f3d4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-yammer {
  --fa:"\f840";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-btc {
  --fa:"\f15a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-dribbble {
  --fa:"\f17d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stumbleupon-circle {
  --fa:"\f1a3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-internet-explorer {
  --fa:"\f26b";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-stubber {
  --fa:"\e5c7";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-telegram, .fa-telegram-plane {
  --fa:"\f2c6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-old-republic {
  --fa:"\f510";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-odysee {
  --fa:"\e5c6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-whatsapp, .fa-whatsapp-square {
  --fa:"\f40c";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-node-js {
  --fa:"\f3d3";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-edge-legacy {
  --fa:"\e078";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-slack, .fa-slack-hash {
  --fa:"\f198";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-medrt {
  --fa:"\f3c8";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-usb {
  --fa:"\f287";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-tumblr {
  --fa:"\f173";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-vaadin {
  --fa:"\f408";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-quora {
  --fa:"\f2c4";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-square-x-twitter {
  --fa:"\e61a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-reacteurope {
  --fa:"\f75d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-medium, .fa-medium-m {
  --fa:"\f23a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-amilia {
  --fa:"\f36d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mixcloud {
  --fa:"\f289";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-flipboard {
  --fa:"\f44d";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-viacoin {
  --fa:"\f237";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-critical-role {
  --fa:"\f6c9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-sitrox {
  --fa:"\e44a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-discourse {
  --fa:"\f393";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-joomla {
  --fa:"\f1aa";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-mastodon {
  --fa:"\f4f6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-airbnb {
  --fa:"\f834";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wolf-pack-battalion {
  --fa:"\f514";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-buy-n-large {
  --fa:"\f8a6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-gulp {
  --fa:"\f3ae";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-creative-commons-sampling-plus {
  --fa:"\f4f1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-strava {
  --fa:"\f428";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-ember {
  --fa:"\f423";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-canadian-maple-leaf {
  --fa:"\f785";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-teamspeak {
  --fa:"\f4f9";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pushed {
  --fa:"\f3e1";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wordpress-simple {
  --fa:"\f411";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-nutritionix {
  --fa:"\f3d6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-wodu {
  --fa:"\e088";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-google-pay {
  --fa:"\e079";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-intercom {
  --fa:"\f7af";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-zhihu {
  --fa:"\f63f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-korvue {
  --fa:"\f42f";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-pix {
  --fa:"\e43a";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-steam-symbol {
  --fa:"\f3f6";
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
:host, :root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fonts/fa-regular-400-c08646c037a84d724ae688e9c73ba01557e55f299c9fbd6813de8e0fa411ea93.woff2) format("woff2"), url(/assets/fonts/fa-regular-400-8c49b84c86b19cf67cef173aff0621dad75a9f828aff93b0368a937bc7544fa9.ttf) format("truetype");
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-regular, .far {
  font-weight: 400;
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
:host, :root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fonts/fa-solid-900-6e92a098066f18fa6fc2bcc41b8349377714efda683981612d320b8b6a513754.woff2) format("woff2"), url(/assets/fonts/fa-solid-900-2d024ecb91c63100256676bb519005326378970bca725fa6c57fd186de5ca7da.ttf) format("truetype");
}

/* line 9, app/assets/stylesheets/frontend/font-awesome.min.css */
.fa-solid, .fas {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(/assets/fonts/fa-brands-400-e3673036a277d209c51edaa888c4f6fa7262b895c55deac5cd89d70aae95a097.woff2) format("woff2"), url(/assets/fonts/fa-brands-400-dac439b41feb18d36e8daaeadbe98bb97cff0564e460b61f7ea43f3c096d4851.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(/assets/fonts/fa-solid-900-6e92a098066f18fa6fc2bcc41b8349377714efda683981612d320b8b6a513754.woff2) format("woff2"), url(/assets/fonts/fa-solid-900-2d024ecb91c63100256676bb519005326378970bca725fa6c57fd186de5ca7da.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(/assets/fonts/fa-regular-400-c08646c037a84d724ae688e9c73ba01557e55f299c9fbd6813de8e0fa411ea93.woff2) format("woff2"), url(/assets/fonts/fa-regular-400-8c49b84c86b19cf67cef173aff0621dad75a9f828aff93b0368a937bc7544fa9.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fonts/fa-solid-900-6e92a098066f18fa6fc2bcc41b8349377714efda683981612d320b8b6a513754.woff2) format("woff2"), url(/assets/fonts/fa-solid-900-2d024ecb91c63100256676bb519005326378970bca725fa6c57fd186de5ca7da.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fonts/fa-brands-400-e3673036a277d209c51edaa888c4f6fa7262b895c55deac5cd89d70aae95a097.woff2) format("woff2"), url(/assets/fonts/fa-brands-400-dac439b41feb18d36e8daaeadbe98bb97cff0564e460b61f7ea43f3c096d4851.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fonts/fa-regular-400-c08646c037a84d724ae688e9c73ba01557e55f299c9fbd6813de8e0fa411ea93.woff2) format("woff2"), url(/assets/fonts/fa-regular-400-8c49b84c86b19cf67cef173aff0621dad75a9f828aff93b0368a937bc7544fa9.ttf) format("truetype");
  unicode-range: u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc;
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fonts/fa-v4compatibility-92302d4f24efad728b92d3dfaf314cc74eb4af6d81ee0645441de47f24768e4a.woff2) format("woff2"), url(/assets/fonts/fa-v4compatibility-3aeed15db9fd477bc8d5ed610e768c5a5130903bd664fdec03d67fc6a5b6d7e3.ttf) format("truetype");
  unicode-range: u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la, .lab, .lad, .lal, .lar, .las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-xs {
  font-size: .75em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sm {
  font-size: .875em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-1x {
  font-size: 1em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-2x {
  font-size: 2em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-3x {
  font-size: 3em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-4x {
  font-size: 4em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-5x {
  font-size: 5em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-6x {
  font-size: 6em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-7x {
  font-size: 7em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-8x {
  font-size: 8em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-9x {
  font-size: 9em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-10x {
  font-size: 10em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fw {
  text-align: center;
  width: 1.25em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ul > li {
  position: relative;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pull-left {
  float: left;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pull-right {
  float: right;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pull-left, .lab.la-pull-left, .lal.la-pull-left, .lar.la-pull-left, .las.la-pull-left {
  margin-right: .3em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pull-right, .lab.la-pull-right, .lal.la-pull-right, .lar.la-pull-right, .las.la-pull-right {
  margin-left: .3em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}

@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
:root .la-flip-both, :root .la-flip-horizontal, :root .la-flip-vertical, :root .la-rotate-180, :root .la-rotate-270, :root .la-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stack-1x, .la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stack-1x {
  line-height: inherit;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stack-2x {
  font-size: 2em;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-inverse {
  color: #fff;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-500px:before {
  content: "\f26e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-accessible-icon:before {
  content: "\f368";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-accusoft:before {
  content: "\f369";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ad:before {
  content: "\f641";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-address-book:before {
  content: "\f2b9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-address-card:before {
  content: "\f2bb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-adjust:before {
  content: "\f042";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-adn:before {
  content: "\f170";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-adobe:before {
  content: "\f778";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-adversal:before {
  content: "\f36a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-affiliatetheme:before {
  content: "\f36b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-air-freshener:before {
  content: "\f5d0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-airbnb:before {
  content: "\f834";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-algolia:before {
  content: "\f36c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-align-center:before {
  content: "\f037";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-align-justify:before {
  content: "\f039";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-align-left:before {
  content: "\f036";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-align-right:before {
  content: "\f038";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-alipay:before {
  content: "\f642";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-allergies:before {
  content: "\f461";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-amazon:before {
  content: "\f270";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-amazon-pay:before {
  content: "\f42c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ambulance:before {
  content: "\f0f9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-amilia:before {
  content: "\f36d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-anchor:before {
  content: "\f13d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-android:before {
  content: "\f17b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angellist:before {
  content: "\f209";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angle-double-down:before {
  content: "\f103";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angle-double-left:before {
  content: "\f100";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angle-double-right:before {
  content: "\f101";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angle-double-up:before {
  content: "\f102";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angle-down:before {
  content: "\f107";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angle-left:before {
  content: "\f104";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angle-right:before {
  content: "\f105";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angle-up:before {
  content: "\f106";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angry:before {
  content: "\f556";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angrycreative:before {
  content: "\f36e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-angular:before {
  content: "\f420";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ankh:before {
  content: "\f644";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-app-store:before {
  content: "\f36f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-app-store-ios:before {
  content: "\f370";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-apper:before {
  content: "\f371";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-apple:before {
  content: "\f179";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-apple-alt:before {
  content: "\f5d1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-apple-pay:before {
  content: "\f415";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-archive:before {
  content: "\f187";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-archway:before {
  content: "\f557";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-down:before {
  content: "\f063";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-left:before {
  content: "\f060";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-right:before {
  content: "\f061";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrow-up:before {
  content: "\f062";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrows-alt:before {
  content: "\f0b2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrows-alt-h:before {
  content: "\f337";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-arrows-alt-v:before {
  content: "\f338";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-artstation:before {
  content: "\f77a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-asterisk:before {
  content: "\f069";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-asymmetrik:before {
  content: "\f372";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-at:before {
  content: "\f1fa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-atlas:before {
  content: "\f558";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-atlassian:before {
  content: "\f77b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-atom:before {
  content: "\f5d2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-audible:before {
  content: "\f373";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-audio-description:before {
  content: "\f29e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-autoprefixer:before {
  content: "\f41c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-avianex:before {
  content: "\f374";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-aviato:before {
  content: "\f421";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-award:before {
  content: "\f559";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-aws:before {
  content: "\f375";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-baby:before {
  content: "\f77c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-baby-carriage:before {
  content: "\f77d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-backspace:before {
  content: "\f55a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-backward:before {
  content: "\f04a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bacon:before {
  content: "\f7e5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-balance-scale:before {
  content: "\f24e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-balance-scale-left:before {
  content: "\f515";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-balance-scale-right:before {
  content: "\f516";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ban:before {
  content: "\f05e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-band-aid:before {
  content: "\f462";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bandcamp:before {
  content: "\f2d5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-barcode:before {
  content: "\f02a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bars:before {
  content: "\f0c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-baseball-ball:before {
  content: "\f433";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-basketball-ball:before {
  content: "\f434";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bath:before {
  content: "\f2cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-battery-empty:before {
  content: "\f244";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-battery-full:before {
  content: "\f240";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-battery-half:before {
  content: "\f242";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-battery-quarter:before {
  content: "\f243";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-battery-three-quarters:before {
  content: "\f241";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-battle-net:before {
  content: "\f835";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bed:before {
  content: "\f236";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-beer:before {
  content: "\f0fc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-behance:before {
  content: "\f1b4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-behance-square:before {
  content: "\f1b5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bell:before {
  content: "\f0f3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bell-slash:before {
  content: "\f1f6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bezier-curve:before {
  content: "\f55b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bible:before {
  content: "\f647";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bicycle:before {
  content: "\f206";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-biking:before {
  content: "\f84a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bimobject:before {
  content: "\f378";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-binoculars:before {
  content: "\f1e5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-biohazard:before {
  content: "\f780";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-birthday-cake:before {
  content: "\f1fd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bitbucket:before {
  content: "\f171";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bitcoin:before {
  content: "\f379";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bity:before {
  content: "\f37a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-black-tie:before {
  content: "\f27e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-blackberry:before {
  content: "\f37b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-blender:before {
  content: "\f517";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-blender-phone:before {
  content: "\f6b6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-blind:before {
  content: "\f29d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-blog:before {
  content: "\f781";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-blogger:before {
  content: "\f37c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-blogger-b:before {
  content: "\f37d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bluetooth:before {
  content: "\f293";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bluetooth-b:before {
  content: "\f294";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bold:before {
  content: "\f032";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bolt:before {
  content: "\f0e7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bomb:before {
  content: "\f1e2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bone:before {
  content: "\f5d7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bong:before {
  content: "\f55c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-book:before {
  content: "\f02d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-book-dead:before {
  content: "\f6b7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-book-medical:before {
  content: "\f7e6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-book-open:before {
  content: "\f518";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-book-reader:before {
  content: "\f5da";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bookmark:before {
  content: "\f02e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bootstrap:before {
  content: "\f836";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-border-all:before {
  content: "\f84c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-border-none:before {
  content: "\f850";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-border-style:before {
  content: "\f853";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bowling-ball:before {
  content: "\f436";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-box:before {
  content: "\f466";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-box-open:before {
  content: "\f49e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-boxes:before {
  content: "\f468";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-braille:before {
  content: "\f2a1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-brain:before {
  content: "\f5dc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bread-slice:before {
  content: "\f7ec";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-briefcase:before {
  content: "\f0b1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-briefcase-medical:before {
  content: "\f469";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-broadcast-tower:before {
  content: "\f519";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-broom:before {
  content: "\f51a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-brush:before {
  content: "\f55d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-btc:before {
  content: "\f15a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-buffer:before {
  content: "\f837";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bug:before {
  content: "\f188";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-building:before {
  content: "\f1ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bullhorn:before {
  content: "\f0a1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bullseye:before {
  content: "\f140";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-burn:before {
  content: "\f46a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-buromobelexperte:before {
  content: "\f37f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bus:before {
  content: "\f207";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-bus-alt:before {
  content: "\f55e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-business-time:before {
  content: "\f64a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-buy-n-large:before {
  content: "\f8a6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-buysellads:before {
  content: "\f20d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-calculator:before {
  content: "\f1ec";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-calendar:before {
  content: "\f133";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-calendar-alt:before {
  content: "\f073";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-calendar-check:before {
  content: "\f274";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-calendar-day:before {
  content: "\f783";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-calendar-minus:before {
  content: "\f272";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-calendar-plus:before {
  content: "\f271";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-calendar-times:before {
  content: "\f273";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-calendar-week:before {
  content: "\f784";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-camera:before {
  content: "\f030";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-camera-retro:before {
  content: "\f083";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-campground:before {
  content: "\f6bb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-candy-cane:before {
  content: "\f786";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cannabis:before {
  content: "\f55f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-capsules:before {
  content: "\f46b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-car:before {
  content: "\f1b9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-car-alt:before {
  content: "\f5de";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-car-battery:before {
  content: "\f5df";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-car-crash:before {
  content: "\f5e1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-car-side:before {
  content: "\f5e4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-caret-down:before {
  content: "\f0d7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-caret-left:before {
  content: "\f0d9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-caret-right:before {
  content: "\f0da";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-caret-square-down:before {
  content: "\f150";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-caret-square-left:before {
  content: "\f191";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-caret-square-right:before {
  content: "\f152";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-caret-square-up:before {
  content: "\f151";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-caret-up:before {
  content: "\f0d8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-carrot:before {
  content: "\f787";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cart-arrow-down:before {
  content: "\f218";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cart-plus:before {
  content: "\f217";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cash-register:before {
  content: "\f788";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cat:before {
  content: "\f6be";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cc-amex:before {
  content: "\f1f3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cc-apple-pay:before {
  content: "\f416";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cc-diners-club:before {
  content: "\f24c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cc-discover:before {
  content: "\f1f2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cc-jcb:before {
  content: "\f24b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cc-paypal:before {
  content: "\f1f4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cc-stripe:before {
  content: "\f1f5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cc-visa:before {
  content: "\f1f0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-centercode:before {
  content: "\f380";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-centos:before {
  content: "\f789";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-certificate:before {
  content: "\f0a3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chair:before {
  content: "\f6c0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chalkboard:before {
  content: "\f51b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-charging-station:before {
  content: "\f5e7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chart-area:before {
  content: "\f1fe";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chart-bar:before {
  content: "\f080";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chart-line:before {
  content: "\f201";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chart-pie:before {
  content: "\f200";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-check:before {
  content: "\f00c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-check-circle:before {
  content: "\f058";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-check-double:before {
  content: "\f560";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-check-square:before {
  content: "\f14a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cheese:before {
  content: "\f7ef";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chess:before {
  content: "\f439";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chess-bishop:before {
  content: "\f43a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chess-board:before {
  content: "\f43c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chess-king:before {
  content: "\f43f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chess-knight:before {
  content: "\f441";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chess-pawn:before {
  content: "\f443";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chess-queen:before {
  content: "\f445";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chess-rook:before {
  content: "\f447";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chevron-circle-left:before {
  content: "\f137";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chevron-circle-right:before {
  content: "\f138";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chevron-circle-up:before {
  content: "\f139";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chevron-down:before {
  content: "\f078";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chevron-left:before {
  content: "\f053";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chevron-right:before {
  content: "\f054";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chevron-up:before {
  content: "\f077";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-child:before {
  content: "\f1ae";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chrome:before {
  content: "\f268";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-chromecast:before {
  content: "\f838";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-church:before {
  content: "\f51d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-circle:before {
  content: "\f111";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-circle-notch:before {
  content: "\f1ce";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-city:before {
  content: "\f64f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-clinic-medical:before {
  content: "\f7f2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-clipboard:before {
  content: "\f328";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-clipboard-check:before {
  content: "\f46c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-clipboard-list:before {
  content: "\f46d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-clock:before {
  content: "\f017";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-clone:before {
  content: "\f24d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-closed-captioning:before {
  content: "\f20a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloud:before {
  content: "\f0c2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloud-download-alt:before {
  content: "\f381";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloud-meatball:before {
  content: "\f73b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloud-moon:before {
  content: "\f6c3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloud-rain:before {
  content: "\f73d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloud-sun:before {
  content: "\f6c4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloud-sun-rain:before {
  content: "\f743";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloud-upload-alt:before {
  content: "\f382";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloudscale:before {
  content: "\f383";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloudsmith:before {
  content: "\f384";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cloudversify:before {
  content: "\f385";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cocktail:before {
  content: "\f561";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-code:before {
  content: "\f121";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-code-branch:before {
  content: "\f126";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-codepen:before {
  content: "\f1cb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-codiepie:before {
  content: "\f284";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-coffee:before {
  content: "\f0f4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cog:before {
  content: "\f013";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cogs:before {
  content: "\f085";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-coins:before {
  content: "\f51e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-columns:before {
  content: "\f0db";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-comment:before {
  content: "\f075";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-comment-alt:before {
  content: "\f27a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-comment-dollar:before {
  content: "\f651";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-comment-dots:before {
  content: "\f4ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-comment-medical:before {
  content: "\f7f5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-comment-slash:before {
  content: "\f4b3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-comments:before {
  content: "\f086";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-comments-dollar:before {
  content: "\f653";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-compact-disc:before {
  content: "\f51f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-compass:before {
  content: "\f14e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-compress:before {
  content: "\f066";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-concierge-bell:before {
  content: "\f562";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-confluence:before {
  content: "\f78d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-connectdevelop:before {
  content: "\f20e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-contao:before {
  content: "\f26d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cookie:before {
  content: "\f563";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cookie-bite:before {
  content: "\f564";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-copy:before {
  content: "\f0c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-copyright:before {
  content: "\f1f9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cotton-bureau:before {
  content: "\f89e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-couch:before {
  content: "\f4b8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cpanel:before {
  content: "\f388";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons:before {
  content: "\f25e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-by:before {
  content: "\f4e7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-share:before {
  content: "\f4f2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-credit-card:before {
  content: "\f09d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-critical-role:before {
  content: "\f6c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-crop:before {
  content: "\f125";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-crop-alt:before {
  content: "\f565";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cross:before {
  content: "\f654";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-crosshairs:before {
  content: "\f05b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-crow:before {
  content: "\f520";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-crown:before {
  content: "\f521";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-crutch:before {
  content: "\f7f7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-css3:before {
  content: "\f13c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-css3-alt:before {
  content: "\f38b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cube:before {
  content: "\f1b2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cubes:before {
  content: "\f1b3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cut:before {
  content: "\f0c4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-cuttlefish:before {
  content: "\f38c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-d-and-d:before {
  content: "\f38d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dashcube:before {
  content: "\f210";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-database:before {
  content: "\f1c0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-deaf:before {
  content: "\f2a4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-delicious:before {
  content: "\f1a5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-democrat:before {
  content: "\f747";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-deploydog:before {
  content: "\f38e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-deskpro:before {
  content: "\f38f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-desktop:before {
  content: "\f108";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dev:before {
  content: "\f6cc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-deviantart:before {
  content: "\f1bd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dharmachakra:before {
  content: "\f655";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dhl:before {
  content: "\f790";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-diagnoses:before {
  content: "\f470";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-diaspora:before {
  content: "\f791";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dice:before {
  content: "\f522";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dice-d20:before {
  content: "\f6cf";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dice-d6:before {
  content: "\f6d1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dice-five:before {
  content: "\f523";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dice-four:before {
  content: "\f524";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dice-one:before {
  content: "\f525";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dice-six:before {
  content: "\f526";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dice-three:before {
  content: "\f527";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dice-two:before {
  content: "\f528";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-digg:before {
  content: "\f1a6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-digital-ocean:before {
  content: "\f391";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-digital-tachograph:before {
  content: "\f566";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-directions:before {
  content: "\f5eb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-discord:before {
  content: "\f392";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-discourse:before {
  content: "\f393";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-divide:before {
  content: "\f529";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dizzy:before {
  content: "\f567";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dna:before {
  content: "\f471";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dochub:before {
  content: "\f394";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-docker:before {
  content: "\f395";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dog:before {
  content: "\f6d3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dollar-sign:before {
  content: "\f155";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dolly:before {
  content: "\f472";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dolly-flatbed:before {
  content: "\f474";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-donate:before {
  content: "\f4b9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-door-closed:before {
  content: "\f52a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-door-open:before {
  content: "\f52b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dot-circle:before {
  content: "\f192";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dove:before {
  content: "\f4ba";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-download:before {
  content: "\f019";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-draft2digital:before {
  content: "\f396";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-drafting-compass:before {
  content: "\f568";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dragon:before {
  content: "\f6d5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-draw-polygon:before {
  content: "\f5ee";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dribbble:before {
  content: "\f17d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dribbble-square:before {
  content: "\f397";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dropbox:before {
  content: "\f16b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-drum:before {
  content: "\f569";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-drum-steelpan:before {
  content: "\f56a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-drumstick-bite:before {
  content: "\f6d7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-drupal:before {
  content: "\f1a9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dumbbell:before {
  content: "\f44b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dumpster:before {
  content: "\f793";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dumpster-fire:before {
  content: "\f794";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dungeon:before {
  content: "\f6d9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-dyalog:before {
  content: "\f399";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-earlybirds:before {
  content: "\f39a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ebay:before {
  content: "\f4f4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-edge:before {
  content: "\f282";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-edit:before {
  content: "\f044";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-egg:before {
  content: "\f7fb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-eject:before {
  content: "\f052";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-elementor:before {
  content: "\f430";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ellipsis-h:before {
  content: "\f141";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ellipsis-v:before {
  content: "\f142";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ello:before {
  content: "\f5f1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ember:before {
  content: "\f423";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-empire:before {
  content: "\f1d1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-envelope:before {
  content: "\f0e0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-envelope-open:before {
  content: "\f2b6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-envelope-open-text:before {
  content: "\f658";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-envelope-square:before {
  content: "\f199";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-envira:before {
  content: "\f299";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-equals:before {
  content: "\f52c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-eraser:before {
  content: "\f12d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-erlang:before {
  content: "\f39d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ethereum:before {
  content: "\f42e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ethernet:before {
  content: "\f796";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-etsy:before {
  content: "\f2d7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-euro-sign:before {
  content: "\f153";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-evernote:before {
  content: "\f839";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-exchange-alt:before {
  content: "\f362";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-exclamation:before {
  content: "\f12a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-exclamation-circle:before {
  content: "\f06a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-exclamation-triangle:before {
  content: "\f071";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-expand:before {
  content: "\f065";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-expeditedssl:before {
  content: "\f23e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-external-link-alt:before {
  content: "\f35d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-external-link-square-alt:before {
  content: "\f360";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-eye:before {
  content: "\f06e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-eye-dropper:before {
  content: "\f1fb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-eye-slash:before {
  content: "\f070";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-facebook:before {
  content: "\f09a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-facebook-f:before {
  content: "\f39e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-facebook-messenger:before {
  content: "\f39f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-facebook-square:before {
  content: "\f082";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fan:before {
  content: "\f863";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fast-backward:before {
  content: "\f049";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fast-forward:before {
  content: "\f050";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fax:before {
  content: "\f1ac";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-feather:before {
  content: "\f52d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-feather-alt:before {
  content: "\f56b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fedex:before {
  content: "\f797";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fedora:before {
  content: "\f798";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-female:before {
  content: "\f182";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fighter-jet:before {
  content: "\f0fb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-figma:before {
  content: "\f799";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file:before {
  content: "\f15b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-alt:before {
  content: "\f15c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-archive:before {
  content: "\f1c6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-audio:before {
  content: "\f1c7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-code:before {
  content: "\f1c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-contract:before {
  content: "\f56c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-csv:before {
  content: "\f6dd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-download:before {
  content: "\f56d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-excel:before {
  content: "\f1c3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-export:before {
  content: "\f56e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-image:before {
  content: "\f1c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-import:before {
  content: "\f56f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-invoice:before {
  content: "\f570";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-invoice-dollar:before {
  content: "\f571";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-medical:before {
  content: "\f477";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-medical-alt:before {
  content: "\f478";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-pdf:before {
  content: "\f1c1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-powerpoint:before {
  content: "\f1c4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-prescription:before {
  content: "\f572";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-signature:before {
  content: "\f573";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-upload:before {
  content: "\f574";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-video:before {
  content: "\f1c8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-file-word:before {
  content: "\f1c2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fill:before {
  content: "\f575";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fill-drip:before {
  content: "\f576";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-film:before {
  content: "\f008";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-filter:before {
  content: "\f0b0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fingerprint:before {
  content: "\f577";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fire:before {
  content: "\f06d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fire-alt:before {
  content: "\f7e4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fire-extinguisher:before {
  content: "\f134";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-firefox:before {
  content: "\f269";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-first-aid:before {
  content: "\f479";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-first-order:before {
  content: "\f2b0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-first-order-alt:before {
  content: "\f50a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-firstdraft:before {
  content: "\f3a1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fish:before {
  content: "\f578";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fist-raised:before {
  content: "\f6de";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-flag:before {
  content: "\f024";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-flag-checkered:before {
  content: "\f11e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-flag-usa:before {
  content: "\f74d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-flask:before {
  content: "\f0c3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-flickr:before {
  content: "\f16e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-flipboard:before {
  content: "\f44d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-flushed:before {
  content: "\f579";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fly:before {
  content: "\f417";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-folder:before {
  content: "\f07b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-folder-minus:before {
  content: "\f65d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-folder-open:before {
  content: "\f07c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-folder-plus:before {
  content: "\f65e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-font:before {
  content: "\f031";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-font-awesome:before {
  content: "\f2b4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-font-awesome-alt:before {
  content: "\f35c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-font-awesome-flag:before {
  content: "\f425";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fonticons:before {
  content: "\f280";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fonticons-fi:before {
  content: "\f3a2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-football-ball:before {
  content: "\f44e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fort-awesome:before {
  content: "\f286";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-forumbee:before {
  content: "\f211";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-forward:before {
  content: "\f04e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-foursquare:before {
  content: "\f180";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-free-code-camp:before {
  content: "\f2c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-freebsd:before {
  content: "\f3a4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-frog:before {
  content: "\f52e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-frown:before {
  content: "\f119";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-frown-open:before {
  content: "\f57a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-fulcrum:before {
  content: "\f50b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-funnel-dollar:before {
  content: "\f662";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-futbol:before {
  content: "\f1e3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-galactic-republic:before {
  content: "\f50c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-galactic-senate:before {
  content: "\f50d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gamepad:before {
  content: "\f11b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gas-pump:before {
  content: "\f52f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gavel:before {
  content: "\f0e3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gem:before {
  content: "\f3a5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-genderless:before {
  content: "\f22d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-get-pocket:before {
  content: "\f265";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gg:before {
  content: "\f260";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gg-circle:before {
  content: "\f261";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ghost:before {
  content: "\f6e2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gift:before {
  content: "\f06b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gifts:before {
  content: "\f79c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-git:before {
  content: "\f1d3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-git-alt:before {
  content: "\f841";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-git-square:before {
  content: "\f1d2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-github:before {
  content: "\f09b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-github-alt:before {
  content: "\f113";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-github-square:before {
  content: "\f092";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gitkraken:before {
  content: "\f3a6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gitlab:before {
  content: "\f296";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gitter:before {
  content: "\f426";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-glass-cheers:before {
  content: "\f79f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-glass-martini:before {
  content: "\f000";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-glass-martini-alt:before {
  content: "\f57b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-glass-whiskey:before {
  content: "\f7a0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-glasses:before {
  content: "\f530";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-glide:before {
  content: "\f2a5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-glide-g:before {
  content: "\f2a6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-globe:before {
  content: "\f0ac";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-globe-africa:before {
  content: "\f57c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-globe-americas:before {
  content: "\f57d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-globe-asia:before {
  content: "\f57e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-globe-europe:before {
  content: "\f7a2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gofore:before {
  content: "\f3a7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-golf-ball:before {
  content: "\f450";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-goodreads:before {
  content: "\f3a8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-goodreads-g:before {
  content: "\f3a9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-google:before {
  content: "\f1a0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-google-drive:before {
  content: "\f3aa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-google-play:before {
  content: "\f3ab";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-google-plus:before {
  content: "\f2b3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-google-plus-g:before {
  content: "\f0d5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-google-plus-square:before {
  content: "\f0d4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-google-wallet:before {
  content: "\f1ee";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gopuram:before {
  content: "\f664";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-graduation-cap:before {
  content: "\f19d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gratipay:before {
  content: "\f184";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grav:before {
  content: "\f2d6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-greater-than:before {
  content: "\f531";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-greater-than-equal:before {
  content: "\f532";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grimace:before {
  content: "\f57f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin:before {
  content: "\f580";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-alt:before {
  content: "\f581";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-beam:before {
  content: "\f582";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-beam-sweat:before {
  content: "\f583";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-hearts:before {
  content: "\f584";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-squint:before {
  content: "\f585";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-squint-tears:before {
  content: "\f586";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-stars:before {
  content: "\f587";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-tears:before {
  content: "\f588";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-tongue:before {
  content: "\f589";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grin-wink:before {
  content: "\f58c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grip-horizontal:before {
  content: "\f58d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grip-lines:before {
  content: "\f7a4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grip-vertical:before {
  content: "\f58e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gripfire:before {
  content: "\f3ac";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-grunt:before {
  content: "\f3ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-guitar:before {
  content: "\f7a6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-gulp:before {
  content: "\f3ae";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-h-square:before {
  content: "\f0fd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hacker-news:before {
  content: "\f1d4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hacker-news-square:before {
  content: "\f3af";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hackerrank:before {
  content: "\f5f7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hamburger:before {
  content: "\f805";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hammer:before {
  content: "\f6e3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hamsa:before {
  content: "\f665";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-holding:before {
  content: "\f4bd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-holding-heart:before {
  content: "\f4be";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-lizard:before {
  content: "\f258";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-middle-finger:before {
  content: "\f806";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-paper:before {
  content: "\f256";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-peace:before {
  content: "\f25b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-point-down:before {
  content: "\f0a7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-point-left:before {
  content: "\f0a5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-point-right:before {
  content: "\f0a4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-point-up:before {
  content: "\f0a6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-pointer:before {
  content: "\f25a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-rock:before {
  content: "\f255";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-scissors:before {
  content: "\f257";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hand-spock:before {
  content: "\f259";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hands:before {
  content: "\f4c2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hands-helping:before {
  content: "\f4c4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-handshake:before {
  content: "\f2b5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hanukiah:before {
  content: "\f6e6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hard-hat:before {
  content: "\f807";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hashtag:before {
  content: "\f292";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hat-cowboy:before {
  content: "\f8c0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hat-wizard:before {
  content: "\f6e8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-haykal:before {
  content: "\f666";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hdd:before {
  content: "\f0a0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-heading:before {
  content: "\f1dc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-headphones:before {
  content: "\f025";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-headphones-alt:before {
  content: "\f58f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-headset:before {
  content: "\f590";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-heart:before {
  content: "\f004";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-heart-broken:before {
  content: "\f7a9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-heartbeat:before {
  content: "\f21e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-helicopter:before {
  content: "\f533";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-highlighter:before {
  content: "\f591";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hiking:before {
  content: "\f6ec";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hippo:before {
  content: "\f6ed";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hips:before {
  content: "\f452";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hire-a-helper:before {
  content: "\f3b0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-history:before {
  content: "\f1da";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hockey-puck:before {
  content: "\f453";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-holly-berry:before {
  content: "\f7aa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-home:before {
  content: "\f015";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hooli:before {
  content: "\f427";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hornbill:before {
  content: "\f592";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-horse:before {
  content: "\f6f0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-horse-head:before {
  content: "\f7ab";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hospital:before {
  content: "\f0f8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hospital-alt:before {
  content: "\f47d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hospital-symbol:before {
  content: "\f47e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hot-tub:before {
  content: "\f593";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hotdog:before {
  content: "\f80f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hotel:before {
  content: "\f594";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hotjar:before {
  content: "\f3b1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hourglass:before {
  content: "\f254";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hourglass-end:before {
  content: "\f253";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hourglass-half:before {
  content: "\f252";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hourglass-start:before {
  content: "\f251";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-house-damage:before {
  content: "\f6f1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-houzz:before {
  content: "\f27c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hryvnia:before {
  content: "\f6f2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-html5:before {
  content: "\f13b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-hubspot:before {
  content: "\f3b2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-i-cursor:before {
  content: "\f246";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ice-cream:before {
  content: "\f810";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-icicles:before {
  content: "\f7ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-icons:before {
  content: "\f86d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-id-badge:before {
  content: "\f2c1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-id-card:before {
  content: "\f2c2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-id-card-alt:before {
  content: "\f47f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-igloo:before {
  content: "\f7ae";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-image:before {
  content: "\f03e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-images:before {
  content: "\f302";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-imdb:before {
  content: "\f2d8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-inbox:before {
  content: "\f01c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-indent:before {
  content: "\f03c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-industry:before {
  content: "\f275";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-infinity:before {
  content: "\f534";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-info:before {
  content: "\f129";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-info-circle:before {
  content: "\f05a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-instagram:before {
  content: "\f16d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-intercom:before {
  content: "\f7af";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-internet-explorer:before {
  content: "\f26b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-invision:before {
  content: "\f7b0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ioxhost:before {
  content: "\f208";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-italic:before {
  content: "\f033";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-itch-io:before {
  content: "\f83a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-itunes:before {
  content: "\f3b4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-itunes-note:before {
  content: "\f3b5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-java:before {
  content: "\f4e4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-jedi:before {
  content: "\f669";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-jedi-order:before {
  content: "\f50e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-jenkins:before {
  content: "\f3b6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-jira:before {
  content: "\f7b1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-joget:before {
  content: "\f3b7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-joint:before {
  content: "\f595";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-joomla:before {
  content: "\f1aa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-journal-whills:before {
  content: "\f66a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-js:before {
  content: "\f3b8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-js-square:before {
  content: "\f3b9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-jsfiddle:before {
  content: "\f1cc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-kaaba:before {
  content: "\f66b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-kaggle:before {
  content: "\f5fa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-key:before {
  content: "\f084";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-keybase:before {
  content: "\f4f5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-keyboard:before {
  content: "\f11c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-keycdn:before {
  content: "\f3ba";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-khanda:before {
  content: "\f66d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-kickstarter:before {
  content: "\f3bb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-kickstarter-k:before {
  content: "\f3bc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-kiss:before {
  content: "\f596";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-kiss-beam:before {
  content: "\f597";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-kiss-wink-heart:before {
  content: "\f598";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-kiwi-bird:before {
  content: "\f535";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-korvue:before {
  content: "\f42f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-landmark:before {
  content: "\f66f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-language:before {
  content: "\f1ab";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-laptop:before {
  content: "\f109";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-laptop-code:before {
  content: "\f5fc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-laptop-medical:before {
  content: "\f812";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-laravel:before {
  content: "\f3bd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-lastfm:before {
  content: "\f202";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-lastfm-square:before {
  content: "\f203";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-laugh:before {
  content: "\f599";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-laugh-beam:before {
  content: "\f59a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-laugh-squint:before {
  content: "\f59b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-laugh-wink:before {
  content: "\f59c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-layer-group:before {
  content: "\f5fd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-leaf:before {
  content: "\f06c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-leanpub:before {
  content: "\f212";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-lemon:before {
  content: "\f094";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-less:before {
  content: "\f41d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-less-than:before {
  content: "\f536";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-less-than-equal:before {
  content: "\f537";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-level-down-alt:before {
  content: "\f3be";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-level-up-alt:before {
  content: "\f3bf";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-life-ring:before {
  content: "\f1cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-lightbulb:before {
  content: "\f0eb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-line:before {
  content: "\f3c0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-link:before {
  content: "\f0c1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-linkedin:before {
  content: "\f08c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-linkedin-in:before {
  content: "\f0e1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-linode:before {
  content: "\f2b8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-linux:before {
  content: "\f17c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-lira-sign:before {
  content: "\f195";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-list:before {
  content: "\f03a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-list-alt:before {
  content: "\f022";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-list-ol:before {
  content: "\f0cb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-list-ul:before {
  content: "\f0ca";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-location-arrow:before {
  content: "\f124";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-lock:before {
  content: "\f023";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-lock-open:before {
  content: "\f3c1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-low-vision:before {
  content: "\f2a8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-luggage-cart:before {
  content: "\f59d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-lyft:before {
  content: "\f3c3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-magento:before {
  content: "\f3c4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-magic:before {
  content: "\f0d0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-magnet:before {
  content: "\f076";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mail-bulk:before {
  content: "\f674";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mailchimp:before {
  content: "\f59e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-male:before {
  content: "\f183";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mandalorian:before {
  content: "\f50f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-map:before {
  content: "\f279";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-map-marked:before {
  content: "\f59f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-map-marked-alt:before {
  content: "\f5a0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-map-marker:before {
  content: "\f041";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-map-marker-alt:before {
  content: "\f3c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-map-pin:before {
  content: "\f276";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-map-signs:before {
  content: "\f277";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-markdown:before {
  content: "\f60f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-marker:before {
  content: "\f5a1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mars:before {
  content: "\f222";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mars-double:before {
  content: "\f227";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mars-stroke:before {
  content: "\f229";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mask:before {
  content: "\f6fa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mastodon:before {
  content: "\f4f6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-maxcdn:before {
  content: "\f136";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mdb:before {
  content: "\f8ca";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-medal:before {
  content: "\f5a2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-medapps:before {
  content: "\f3c6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-medium:before {
  content: "\f23a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-medium-m:before {
  content: "\f3c7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-medkit:before {
  content: "\f0fa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-medrt:before {
  content: "\f3c8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-meetup:before {
  content: "\f2e0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-megaport:before {
  content: "\f5a3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-meh:before {
  content: "\f11a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-meh-blank:before {
  content: "\f5a4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-memory:before {
  content: "\f538";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mendeley:before {
  content: "\f7b3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-menorah:before {
  content: "\f676";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mercury:before {
  content: "\f223";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-meteor:before {
  content: "\f753";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-microchip:before {
  content: "\f2db";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-microphone:before {
  content: "\f130";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-microphone-alt:before {
  content: "\f3c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-microphone-alt-slash:before {
  content: "\f539";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-microphone-slash:before {
  content: "\f131";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-microscope:before {
  content: "\f610";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-microsoft:before {
  content: "\f3ca";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-minus:before {
  content: "\f068";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-minus-circle:before {
  content: "\f056";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-minus-square:before {
  content: "\f146";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mitten:before {
  content: "\f7b5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mix:before {
  content: "\f3cb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mixcloud:before {
  content: "\f289";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mizuni:before {
  content: "\f3cc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mobile:before {
  content: "\f10b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mobile-alt:before {
  content: "\f3cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-modx:before {
  content: "\f285";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-monero:before {
  content: "\f3d0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-money-bill:before {
  content: "\f0d6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-money-bill-alt:before {
  content: "\f3d1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-money-bill-wave:before {
  content: "\f53a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-money-check:before {
  content: "\f53c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-money-check-alt:before {
  content: "\f53d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-monument:before {
  content: "\f5a6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-moon:before {
  content: "\f186";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mortar-pestle:before {
  content: "\f5a7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mosque:before {
  content: "\f678";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-motorcycle:before {
  content: "\f21c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mountain:before {
  content: "\f6fc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mouse:before {
  content: "\f8cc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mouse-pointer:before {
  content: "\f245";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-mug-hot:before {
  content: "\f7b6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-music:before {
  content: "\f001";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-napster:before {
  content: "\f3d2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-neos:before {
  content: "\f612";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-network-wired:before {
  content: "\f6ff";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-neuter:before {
  content: "\f22c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-newspaper:before {
  content: "\f1ea";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-nimblr:before {
  content: "\f5a8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-node:before {
  content: "\f419";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-node-js:before {
  content: "\f3d3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-not-equal:before {
  content: "\f53e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-notes-medical:before {
  content: "\f481";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-npm:before {
  content: "\f3d4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ns8:before {
  content: "\f3d5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-nutritionix:before {
  content: "\f3d6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-object-group:before {
  content: "\f247";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-object-ungroup:before {
  content: "\f248";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-odnoklassniki:before {
  content: "\f263";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-oil-can:before {
  content: "\f613";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-old-republic:before {
  content: "\f510";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-om:before {
  content: "\f679";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-opencart:before {
  content: "\f23d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-openid:before {
  content: "\f19b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-opera:before {
  content: "\f26a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-optin-monster:before {
  content: "\f23c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-orcid:before {
  content: "\f8d2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-osi:before {
  content: "\f41a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-otter:before {
  content: "\f700";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-outdent:before {
  content: "\f03b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-page4:before {
  content: "\f3d7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pagelines:before {
  content: "\f18c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pager:before {
  content: "\f815";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-paint-brush:before {
  content: "\f1fc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-paint-roller:before {
  content: "\f5aa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-palette:before {
  content: "\f53f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-palfed:before {
  content: "\f3d8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pallet:before {
  content: "\f482";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-paper-plane:before {
  content: "\f1d8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-paperclip:before {
  content: "\f0c6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-parachute-box:before {
  content: "\f4cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-paragraph:before {
  content: "\f1dd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-parking:before {
  content: "\f540";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-passport:before {
  content: "\f5ab";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pastafarianism:before {
  content: "\f67b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-paste:before {
  content: "\f0ea";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-patreon:before {
  content: "\f3d9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pause:before {
  content: "\f04c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pause-circle:before {
  content: "\f28b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-paw:before {
  content: "\f1b0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-paypal:before {
  content: "\f1ed";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-peace:before {
  content: "\f67c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pen:before {
  content: "\f304";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pen-alt:before {
  content: "\f305";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pen-fancy:before {
  content: "\f5ac";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pen-nib:before {
  content: "\f5ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pen-square:before {
  content: "\f14b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pencil-alt:before {
  content: "\f303";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pencil-ruler:before {
  content: "\f5ae";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-penny-arcade:before {
  content: "\f704";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-people-carry:before {
  content: "\f4ce";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pepper-hot:before {
  content: "\f816";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-percent:before {
  content: "\f295";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-percentage:before {
  content: "\f541";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-periscope:before {
  content: "\f3da";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-person-booth:before {
  content: "\f756";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-phabricator:before {
  content: "\f3db";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-phoenix-framework:before {
  content: "\f3dc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-phoenix-squadron:before {
  content: "\f511";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-phone:before {
  content: "\f095";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-phone-alt:before {
  content: "\f879";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-phone-slash:before {
  content: "\f3dd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-phone-square:before {
  content: "\f098";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-phone-square-alt:before {
  content: "\f87b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-phone-volume:before {
  content: "\f2a0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-photo-video:before {
  content: "\f87c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-php:before {
  content: "\f457";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pied-piper:before {
  content: "\f2ae";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-piggy-bank:before {
  content: "\f4d3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pills:before {
  content: "\f484";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pinterest:before {
  content: "\f0d2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pinterest-p:before {
  content: "\f231";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pinterest-square:before {
  content: "\f0d3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pizza-slice:before {
  content: "\f818";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-place-of-worship:before {
  content: "\f67f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-plane:before {
  content: "\f072";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-plane-arrival:before {
  content: "\f5af";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-plane-departure:before {
  content: "\f5b0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-play:before {
  content: "\f04b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-play-circle:before {
  content: "\f144";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-playstation:before {
  content: "\f3df";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-plug:before {
  content: "\f1e6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-plus:before {
  content: "\f067";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-plus-circle:before {
  content: "\f055";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-plus-square:before {
  content: "\f0fe";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-podcast:before {
  content: "\f2ce";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-poll:before {
  content: "\f681";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-poll-h:before {
  content: "\f682";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-poo:before {
  content: "\f2fe";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-poo-storm:before {
  content: "\f75a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-poop:before {
  content: "\f619";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-portrait:before {
  content: "\f3e0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pound-sign:before {
  content: "\f154";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-power-off:before {
  content: "\f011";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pray:before {
  content: "\f683";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-praying-hands:before {
  content: "\f684";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-prescription:before {
  content: "\f5b1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-prescription-bottle:before {
  content: "\f485";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-print:before {
  content: "\f02f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-procedures:before {
  content: "\f487";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-product-hunt:before {
  content: "\f288";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-project-diagram:before {
  content: "\f542";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-pushed:before {
  content: "\f3e1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-puzzle-piece:before {
  content: "\f12e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-python:before {
  content: "\f3e2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-qq:before {
  content: "\f1d6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-qrcode:before {
  content: "\f029";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-question:before {
  content: "\f128";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-question-circle:before {
  content: "\f059";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-quidditch:before {
  content: "\f458";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-quinscape:before {
  content: "\f459";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-quora:before {
  content: "\f2c4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-quote-left:before {
  content: "\f10d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-quote-right:before {
  content: "\f10e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-quran:before {
  content: "\f687";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-r-project:before {
  content: "\f4f7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-radiation:before {
  content: "\f7b9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-radiation-alt:before {
  content: "\f7ba";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rainbow:before {
  content: "\f75b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-random:before {
  content: "\f074";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ravelry:before {
  content: "\f2d9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-react:before {
  content: "\f41b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-reacteurope:before {
  content: "\f75d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-readme:before {
  content: "\f4d5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rebel:before {
  content: "\f1d0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-receipt:before {
  content: "\f543";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-record-vinyl:before {
  content: "\f8d9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-recycle:before {
  content: "\f1b8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-red-river:before {
  content: "\f3e3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-reddit:before {
  content: "\f1a1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-reddit-alien:before {
  content: "\f281";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-reddit-square:before {
  content: "\f1a2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-redhat:before {
  content: "\f7bc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-redo:before {
  content: "\f01e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-redo-alt:before {
  content: "\f2f9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-registered:before {
  content: "\f25d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-remove-format:before {
  content: "\f87d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-renren:before {
  content: "\f18b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-reply:before {
  content: "\f3e5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-reply-all:before {
  content: "\f122";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-replyd:before {
  content: "\f3e6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-republican:before {
  content: "\f75e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-researchgate:before {
  content: "\f4f8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-resolving:before {
  content: "\f3e7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-restroom:before {
  content: "\f7bd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-retweet:before {
  content: "\f079";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rev:before {
  content: "\f5b2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ribbon:before {
  content: "\f4d6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ring:before {
  content: "\f70b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-road:before {
  content: "\f018";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-robot:before {
  content: "\f544";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rocket:before {
  content: "\f135";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rocketchat:before {
  content: "\f3e8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rockrms:before {
  content: "\f3e9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-route:before {
  content: "\f4d7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rss:before {
  content: "\f09e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rss-square:before {
  content: "\f143";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ruble-sign:before {
  content: "\f158";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ruler:before {
  content: "\f545";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ruler-combined:before {
  content: "\f546";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ruler-horizontal:before {
  content: "\f547";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ruler-vertical:before {
  content: "\f548";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-running:before {
  content: "\f70c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-rupee-sign:before {
  content: "\f156";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sad-cry:before {
  content: "\f5b3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sad-tear:before {
  content: "\f5b4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-safari:before {
  content: "\f267";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-salesforce:before {
  content: "\f83b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sass:before {
  content: "\f41e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-satellite:before {
  content: "\f7bf";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-satellite-dish:before {
  content: "\f7c0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-save:before {
  content: "\f0c7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-schlix:before {
  content: "\f3ea";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-school:before {
  content: "\f549";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-screwdriver:before {
  content: "\f54a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-scribd:before {
  content: "\f28a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-scroll:before {
  content: "\f70e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sd-card:before {
  content: "\f7c2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-search:before {
  content: "\f002";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-search-dollar:before {
  content: "\f688";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-search-location:before {
  content: "\f689";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-search-minus:before {
  content: "\f010";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-search-plus:before {
  content: "\f00e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-searchengin:before {
  content: "\f3eb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-seedling:before {
  content: "\f4d8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sellcast:before {
  content: "\f2da";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sellsy:before {
  content: "\f213";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-server:before {
  content: "\f233";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-servicestack:before {
  content: "\f3ec";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shapes:before {
  content: "\f61f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-share:before {
  content: "\f064";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-share-alt:before {
  content: "\f1e0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-share-alt-square:before {
  content: "\f1e1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-share-square:before {
  content: "\f14d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shekel-sign:before {
  content: "\f20b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shield-alt:before {
  content: "\f3ed";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ship:before {
  content: "\f21a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shipping-fast:before {
  content: "\f48b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shirtsinbulk:before {
  content: "\f214";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shoe-prints:before {
  content: "\f54b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shopping-bag:before {
  content: "\f290";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shopping-basket:before {
  content: "\f291";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shopping-cart:before {
  content: "\f07a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shopware:before {
  content: "\f5b5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shower:before {
  content: "\f2cc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-shuttle-van:before {
  content: "\f5b6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sign:before {
  content: "\f4d9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sign-language:before {
  content: "\f2a7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-signal:before {
  content: "\f012";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-signature:before {
  content: "\f5b7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sim-card:before {
  content: "\f7c4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-simplybuilt:before {
  content: "\f215";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sistrix:before {
  content: "\f3ee";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sitemap:before {
  content: "\f0e8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sith:before {
  content: "\f512";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-skating:before {
  content: "\f7c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sketch:before {
  content: "\f7c6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-skiing:before {
  content: "\f7c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-skull:before {
  content: "\f54c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-skull-crossbones:before {
  content: "\f714";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-skyatlas:before {
  content: "\f216";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-skype:before {
  content: "\f17e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-slack:before {
  content: "\f198";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-slack-hash:before {
  content: "\f3ef";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-slash:before {
  content: "\f715";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sleigh:before {
  content: "\f7cc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sliders-h:before {
  content: "\f1de";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-slideshare:before {
  content: "\f1e7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-smile:before {
  content: "\f118";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-smile-beam:before {
  content: "\f5b8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-smile-wink:before {
  content: "\f4da";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-smog:before {
  content: "\f75f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-smoking:before {
  content: "\f48d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-smoking-ban:before {
  content: "\f54d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sms:before {
  content: "\f7cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-snapchat:before {
  content: "\f2ab";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-snapchat-square:before {
  content: "\f2ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-snowboarding:before {
  content: "\f7ce";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-snowflake:before {
  content: "\f2dc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-snowman:before {
  content: "\f7d0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-snowplow:before {
  content: "\f7d2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-socks:before {
  content: "\f696";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-solar-panel:before {
  content: "\f5ba";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort:before {
  content: "\f0dc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-amount-down:before {
  content: "\f160";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-amount-up:before {
  content: "\f161";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-down:before {
  content: "\f0dd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-numeric-down:before {
  content: "\f162";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-numeric-up:before {
  content: "\f163";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sort-up:before {
  content: "\f0de";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-soundcloud:before {
  content: "\f1be";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sourcetree:before {
  content: "\f7d3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-spa:before {
  content: "\f5bb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-space-shuttle:before {
  content: "\f197";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-speakap:before {
  content: "\f3f3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-speaker-deck:before {
  content: "\f83c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-spell-check:before {
  content: "\f891";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-spider:before {
  content: "\f717";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-spinner:before {
  content: "\f110";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-splotch:before {
  content: "\f5bc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-spotify:before {
  content: "\f1bc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-spray-can:before {
  content: "\f5bd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-square:before {
  content: "\f0c8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-square-full:before {
  content: "\f45c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-square-root-alt:before {
  content: "\f698";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-squarespace:before {
  content: "\f5be";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stack-exchange:before {
  content: "\f18d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stack-overflow:before {
  content: "\f16c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stackpath:before {
  content: "\f842";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stamp:before {
  content: "\f5bf";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-star:before {
  content: "\f005";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-star-and-crescent:before {
  content: "\f699";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-star-half:before {
  content: "\f089";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-star-half-alt:before {
  content: "\f5c0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-star-of-david:before {
  content: "\f69a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-star-of-life:before {
  content: "\f621";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-staylinked:before {
  content: "\f3f5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-steam:before {
  content: "\f1b6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-steam-square:before {
  content: "\f1b7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-steam-symbol:before {
  content: "\f3f6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-step-backward:before {
  content: "\f048";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-step-forward:before {
  content: "\f051";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stethoscope:before {
  content: "\f0f1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sticker-mule:before {
  content: "\f3f7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sticky-note:before {
  content: "\f249";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stop:before {
  content: "\f04d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stop-circle:before {
  content: "\f28d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stopwatch:before {
  content: "\f2f2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-store:before {
  content: "\f54e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-store-alt:before {
  content: "\f54f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-strava:before {
  content: "\f428";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stream:before {
  content: "\f550";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-street-view:before {
  content: "\f21d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-strikethrough:before {
  content: "\f0cc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stripe:before {
  content: "\f429";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stripe-s:before {
  content: "\f42a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stroopwafel:before {
  content: "\f551";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-studiovinari:before {
  content: "\f3f8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stumbleupon:before {
  content: "\f1a4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-subscript:before {
  content: "\f12c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-subway:before {
  content: "\f239";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-suitcase:before {
  content: "\f0f2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sun:before {
  content: "\f185";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-superpowers:before {
  content: "\f2dd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-superscript:before {
  content: "\f12b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-supple:before {
  content: "\f3f9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-surprise:before {
  content: "\f5c2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-suse:before {
  content: "\f7d6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-swatchbook:before {
  content: "\f5c3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-swift:before {
  content: "\f8e1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-swimmer:before {
  content: "\f5c4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-swimming-pool:before {
  content: "\f5c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-symfony:before {
  content: "\f83d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-synagogue:before {
  content: "\f69b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sync:before {
  content: "\f021";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-sync-alt:before {
  content: "\f2f1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-syringe:before {
  content: "\f48e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-table:before {
  content: "\f0ce";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-table-tennis:before {
  content: "\f45d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tablet:before {
  content: "\f10a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tablet-alt:before {
  content: "\f3fa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tablets:before {
  content: "\f490";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tag:before {
  content: "\f02b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tags:before {
  content: "\f02c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tape:before {
  content: "\f4db";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tasks:before {
  content: "\f0ae";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-taxi:before {
  content: "\f1ba";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-teamspeak:before {
  content: "\f4f9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-teeth:before {
  content: "\f62e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-teeth-open:before {
  content: "\f62f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-telegram:before {
  content: "\f2c6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-telegram-plane:before {
  content: "\f3fe";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-temperature-high:before {
  content: "\f769";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-temperature-low:before {
  content: "\f76b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tenge:before {
  content: "\f7d7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-terminal:before {
  content: "\f120";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-text-height:before {
  content: "\f034";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-text-width:before {
  content: "\f035";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-th:before {
  content: "\f00a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-th-large:before {
  content: "\f009";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-th-list:before {
  content: "\f00b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-the-red-yeti:before {
  content: "\f69d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-theater-masks:before {
  content: "\f630";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-themeco:before {
  content: "\f5c6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-themeisle:before {
  content: "\f2b2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-thermometer:before {
  content: "\f491";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-thermometer-full:before {
  content: "\f2c7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-thermometer-half:before {
  content: "\f2c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-think-peaks:before {
  content: "\f731";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-thumbs-down:before {
  content: "\f165";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-thumbs-up:before {
  content: "\f164";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-thumbtack:before {
  content: "\f08d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ticket-alt:before {
  content: "\f3ff";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-times:before {
  content: "\f00d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-times-circle:before {
  content: "\f057";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tint:before {
  content: "\f043";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tint-slash:before {
  content: "\f5c7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tired:before {
  content: "\f5c8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-toggle-off:before {
  content: "\f204";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-toggle-on:before {
  content: "\f205";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-toilet:before {
  content: "\f7d8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-toilet-paper:before {
  content: "\f71e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-toolbox:before {
  content: "\f552";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tools:before {
  content: "\f7d9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tooth:before {
  content: "\f5c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-torah:before {
  content: "\f6a0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-torii-gate:before {
  content: "\f6a1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tractor:before {
  content: "\f722";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-trade-federation:before {
  content: "\f513";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-trademark:before {
  content: "\f25c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-traffic-light:before {
  content: "\f637";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-train:before {
  content: "\f238";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tram:before {
  content: "\f7da";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-transgender:before {
  content: "\f224";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-transgender-alt:before {
  content: "\f225";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-trash:before {
  content: "\f1f8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-trash-alt:before {
  content: "\f2ed";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-trash-restore:before {
  content: "\f829";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tree:before {
  content: "\f1bb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-trello:before {
  content: "\f181";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tripadvisor:before {
  content: "\f262";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-trophy:before {
  content: "\f091";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-truck:before {
  content: "\f0d1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-truck-loading:before {
  content: "\f4de";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-truck-monster:before {
  content: "\f63b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-truck-moving:before {
  content: "\f4df";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-truck-pickup:before {
  content: "\f63c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tshirt:before {
  content: "\f553";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tty:before {
  content: "\f1e4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tumblr:before {
  content: "\f173";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tumblr-square:before {
  content: "\f174";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-tv:before {
  content: "\f26c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-twitch:before {
  content: "\f1e8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-twitter:before {
  content: "\f099";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-twitter-square:before {
  content: "\f081";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-typo3:before {
  content: "\f42b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-uber:before {
  content: "\f402";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ubuntu:before {
  content: "\f7df";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-uikit:before {
  content: "\f403";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-umbraco:before {
  content: "\f8e8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-umbrella:before {
  content: "\f0e9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-underline:before {
  content: "\f0cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-undo:before {
  content: "\f0e2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-undo-alt:before {
  content: "\f2ea";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-uniregistry:before {
  content: "\f404";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-universal-access:before {
  content: "\f29a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-university:before {
  content: "\f19c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-unlink:before {
  content: "\f127";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-unlock:before {
  content: "\f09c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-unlock-alt:before {
  content: "\f13e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-untappd:before {
  content: "\f405";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-upload:before {
  content: "\f093";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ups:before {
  content: "\f7e0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-usb:before {
  content: "\f287";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user:before {
  content: "\f007";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-alt:before {
  content: "\f406";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-astronaut:before {
  content: "\f4fb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-check:before {
  content: "\f4fc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-circle:before {
  content: "\f2bd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-clock:before {
  content: "\f4fd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-cog:before {
  content: "\f4fe";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-edit:before {
  content: "\f4ff";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-friends:before {
  content: "\f500";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-graduate:before {
  content: "\f501";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-injured:before {
  content: "\f728";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-lock:before {
  content: "\f502";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-md:before {
  content: "\f0f0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-minus:before {
  content: "\f503";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-ninja:before {
  content: "\f504";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-nurse:before {
  content: "\f82f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-plus:before {
  content: "\f234";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-secret:before {
  content: "\f21b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-shield:before {
  content: "\f505";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-slash:before {
  content: "\f506";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-tag:before {
  content: "\f507";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-tie:before {
  content: "\f508";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-user-times:before {
  content: "\f235";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-users:before {
  content: "\f0c0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-users-cog:before {
  content: "\f509";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-usps:before {
  content: "\f7e1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-ussunnah:before {
  content: "\f407";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-utensils:before {
  content: "\f2e7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vaadin:before {
  content: "\f408";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vector-square:before {
  content: "\f5cb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-venus:before {
  content: "\f221";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-venus-double:before {
  content: "\f226";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-venus-mars:before {
  content: "\f228";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-viacoin:before {
  content: "\f237";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-viadeo:before {
  content: "\f2a9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-viadeo-square:before {
  content: "\f2aa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vial:before {
  content: "\f492";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vials:before {
  content: "\f493";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-viber:before {
  content: "\f409";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-video:before {
  content: "\f03d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-video-slash:before {
  content: "\f4e2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vihara:before {
  content: "\f6a7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vimeo:before {
  content: "\f40a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vimeo-square:before {
  content: "\f194";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vimeo-v:before {
  content: "\f27d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vine:before {
  content: "\f1ca";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vk:before {
  content: "\f189";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vnv:before {
  content: "\f40b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-voicemail:before {
  content: "\f897";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-volleyball-ball:before {
  content: "\f45f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-volume-down:before {
  content: "\f027";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-volume-mute:before {
  content: "\f6a9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-volume-off:before {
  content: "\f026";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-volume-up:before {
  content: "\f028";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vote-yea:before {
  content: "\f772";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vr-cardboard:before {
  content: "\f729";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-vuejs:before {
  content: "\f41f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-walking:before {
  content: "\f554";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wallet:before {
  content: "\f555";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-warehouse:before {
  content: "\f494";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-water:before {
  content: "\f773";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wave-square:before {
  content: "\f83e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-waze:before {
  content: "\f83f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-weebly:before {
  content: "\f5cc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-weibo:before {
  content: "\f18a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-weight:before {
  content: "\f496";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-weight-hanging:before {
  content: "\f5cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-weixin:before {
  content: "\f1d7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-whatsapp:before {
  content: "\f232";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-whatsapp-square:before {
  content: "\f40c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wheelchair:before {
  content: "\f193";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-whmcs:before {
  content: "\f40d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wifi:before {
  content: "\f1eb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wikipedia-w:before {
  content: "\f266";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wind:before {
  content: "\f72e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-window-close:before {
  content: "\f410";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-window-maximize:before {
  content: "\f2d0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-window-minimize:before {
  content: "\f2d1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-window-restore:before {
  content: "\f2d2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-windows:before {
  content: "\f17a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wine-bottle:before {
  content: "\f72f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wine-glass:before {
  content: "\f4e3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wix:before {
  content: "\f5cf";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-won-sign:before {
  content: "\f159";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wordpress:before {
  content: "\f19a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wordpress-simple:before {
  content: "\f411";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wpbeginner:before {
  content: "\f297";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wpexplorer:before {
  content: "\f2de";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wpforms:before {
  content: "\f298";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wpressr:before {
  content: "\f3e4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-wrench:before {
  content: "\f0ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-x-ray:before {
  content: "\f497";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-xbox:before {
  content: "\f412";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-xing:before {
  content: "\f168";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-xing-square:before {
  content: "\f169";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-y-combinator:before {
  content: "\f23b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-yahoo:before {
  content: "\f19e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-yammer:before {
  content: "\f840";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-yandex:before {
  content: "\f413";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-yandex-international:before {
  content: "\f414";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-yarn:before {
  content: "\f7e3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-yelp:before {
  content: "\f1e9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-yen-sign:before {
  content: "\f157";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-yin-yang:before {
  content: "\f6ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-yoast:before {
  content: "\f2b1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-youtube:before {
  content: "\f167";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-youtube-square:before {
  content: "\f431";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la-zhihu:before {
  content: "\f63f";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Line Awesome Brands';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/fonts/la-brands-400-537abd1356a55b4d48f473729549a18f7db1126b98b09dd1a6ffd17fa29c0bff.eot);
  src: url(/assets/fonts/la-brands-400-537abd1356a55b4d48f473729549a18f7db1126b98b09dd1a6ffd17fa29c0bff.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/la-brands-400-21808bca1b2f470ac645c5fba1a3bd688847d649324eb5a6d2fbcfe784c3bc8a.woff2) format("woff2"), url(/assets/fonts/la-brands-400-30c00b1685cdcfff83b6b96e029fdb2a61b097481dc3829784f4a4d98a9a71af.woff) format("woff"), url(/assets/fonts/la-brands-400-19d98a6ce0ba80a5041227ec3ce3c666192dce37bdfb4ac141dd4478ad0737bf.ttf) format("truetype"), url(/assets/fonts/la-brands-400-feee6452c71b9ceeb4dbfd006b7d51746d6c7361ad63cfbf1603e393aba86c3f.svg#lineawesome) format("svg");
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.lab {
  font-family: 'Line Awesome Brands';
}

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/fonts/la-regular-400-d8416b543a54964a7e0144aa45cf3d2a8b1de8f604efa3178fbaaf3a9580bd8a.eot);
  src: url(/assets/fonts/la-regular-400-d8416b543a54964a7e0144aa45cf3d2a8b1de8f604efa3178fbaaf3a9580bd8a.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/la-regular-400-c5524097c13b7b3831b1d05068d4a16a012254b923bc6db49705bc4ae0162ce8.woff2) format("woff2"), url(/assets/fonts/la-regular-400-c060be78c400c0c45ea0556699fb3a5bf5d421d4b804338d1b3437c05b64d9a7.woff) format("woff"), url(/assets/fonts/la-regular-400-e3d60d171f231df30371d7a5c6c48741ca9b0b4a0a037505638a8ff7e7fd0d0b.ttf) format("truetype"), url(/assets/fonts/la-regular-400-69fef8c15f698fd7e12b5de475a65bb2b9401b6c14529c4974baa7ba0f7f9181.svg#lineawesome) format("svg");
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.lar {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/assets/fonts/la-solid-900-965c401ec322316d239dd1e5a3bbbc3f8e84cd2626b14959a9af485c47b5792f.eot);
  src: url(/assets/fonts/la-solid-900-965c401ec322316d239dd1e5a3bbbc3f8e84cd2626b14959a9af485c47b5792f.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/la-solid-900-824913f32626c5a740dd95a0c0250ee4b2bcb7223d5af581025ee3aa63d53180.woff2) format("woff2"), url(/assets/fonts/la-solid-900-dc61ceee47cfb75b00940b110b2a72b06a45f7000d434c8d05af31f098d67642.woff) format("woff"), url(/assets/fonts/la-solid-900-afa03cc2d00d92ff858714de221d7dd6bd1ead201bc79664a13f54a36d7c653c.ttf) format("truetype"), url(/assets/fonts/la-solid-900-ac1e8367dad040db2ba66e0d1d3015ab356e473eb08cbec936cbaf90452e0daa.svg#lineawesome) format("svg");
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la, .las {
  font-family: 'Line Awesome Free';
  font-weight: 900;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-glass:before {
  content: "\f000";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-meetup {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-star-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-star-o:before {
  content: "\f005";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-remove:before {
  content: "\f00d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-close:before {
  content: "\f00d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-gear:before {
  content: "\f013";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-trash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-trash-o:before {
  content: "\f2ed";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-o:before {
  content: "\f15b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-clock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-clock-o:before {
  content: "\f017";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrow-circle-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrow-circle-o-down:before {
  content: "\f358";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrow-circle-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrow-circle-o-up:before {
  content: "\f35b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-play-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-play-circle-o:before {
  content: "\f144";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-repeat:before {
  content: "\f01e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-rotate-right:before {
  content: "\f01e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-refresh:before {
  content: "\f021";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-list-alt {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-dedent:before {
  content: "\f03b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-video-camera:before {
  content: "\f03d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-picture-o:before {
  content: "\f03e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-photo {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-photo:before {
  content: "\f03e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-image {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-image:before {
  content: "\f03e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pencil:before {
  content: "\f303";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-map-marker:before {
  content: "\f3c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pencil-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pencil-square-o:before {
  content: "\f044";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-share-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-share-square-o:before {
  content: "\f14d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-check-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-check-square-o:before {
  content: "\f14a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrows:before {
  content: "\f0b2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-times-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-times-circle-o:before {
  content: "\f057";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-check-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-check-circle-o:before {
  content: "\f058";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-mail-forward:before {
  content: "\f064";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-eye {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-eye-slash {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-warning:before {
  content: "\f071";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar:before {
  content: "\f073";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrows-v:before {
  content: "\f338";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrows-h:before {
  content: "\f337";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bar-chart {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bar-chart:before {
  content: "\f080";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bar-chart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bar-chart-o:before {
  content: "\f080";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-twitter-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-facebook-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-gears:before {
  content: "\f085";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thumbs-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thumbs-o-up:before {
  content: "\f164";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thumbs-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thumbs-o-down:before {
  content: "\f165";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-heart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-heart-o:before {
  content: "\f004";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sign-out:before {
  content: "\f2f5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-linkedin-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-linkedin-square:before {
  content: "\f08c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thumb-tack:before {
  content: "\f08d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-external-link:before {
  content: "\f35d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sign-in:before {
  content: "\f2f6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-github-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-lemon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-lemon-o:before {
  content: "\f094";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-square-o:before {
  content: "\f0c8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bookmark-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bookmark-o:before {
  content: "\f02e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-twitter {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-facebook {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-facebook:before {
  content: "\f39e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-facebook-f {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-facebook-f:before {
  content: "\f39e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-github {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-credit-card {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-feed:before {
  content: "\f09e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hdd-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hdd-o:before {
  content: "\f0a0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-o-right:before {
  content: "\f0a4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-o-left:before {
  content: "\f0a5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-o-up:before {
  content: "\f0a6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-o-down:before {
  content: "\f0a7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrows-alt:before {
  content: "\f31e";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-group:before {
  content: "\f0c0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-chain:before {
  content: "\f0c1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-scissors:before {
  content: "\f0c4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-files-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-files-o:before {
  content: "\f0c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-floppy-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-floppy-o:before {
  content: "\f0c7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-navicon:before {
  content: "\f0c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-reorder:before {
  content: "\f0c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pinterest {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pinterest-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-google-plus-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-google-plus {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-google-plus:before {
  content: "\f0d5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-money {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-money:before {
  content: "\f3d1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-unsorted:before {
  content: "\f0dc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sort-desc:before {
  content: "\f0dd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sort-asc:before {
  content: "\f0de";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-linkedin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-linkedin:before {
  content: "\f0e1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-rotate-left:before {
  content: "\f0e2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-legal:before {
  content: "\f0e3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-tachometer:before {
  content: "\f3fd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-dashboard:before {
  content: "\f3fd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-comment-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-comment-o:before {
  content: "\f075";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-comments-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-comments-o:before {
  content: "\f086";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-flash:before {
  content: "\f0e7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-clipboard {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-paste {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-paste:before {
  content: "\f328";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-lightbulb-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-lightbulb-o:before {
  content: "\f0eb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-exchange:before {
  content: "\f362";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cloud-download:before {
  content: "\f381";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cloud-upload:before {
  content: "\f382";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bell-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bell-o:before {
  content: "\f0f3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cutlery:before {
  content: "\f2e7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-text-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-text-o:before {
  content: "\f15c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-building-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-building-o:before {
  content: "\f1ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hospital-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hospital-o:before {
  content: "\f0f8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-tablet:before {
  content: "\f3fa";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-mobile:before {
  content: "\f3cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-mobile-phone:before {
  content: "\f3cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-circle-o:before {
  content: "\f111";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-mail-reply:before {
  content: "\f3e5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-github-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-folder-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-folder-o:before {
  content: "\f07b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-folder-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-folder-open-o:before {
  content: "\f07c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-smile-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-smile-o:before {
  content: "\f118";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-frown-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-frown-o:before {
  content: "\f119";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-meh-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-meh-o:before {
  content: "\f11a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-keyboard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-keyboard-o:before {
  content: "\f11c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-flag-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-flag-o:before {
  content: "\f024";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-mail-reply-all:before {
  content: "\f122";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-star-half-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-star-half-o:before {
  content: "\f089";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-star-half-empty {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-star-half-empty:before {
  content: "\f089";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-star-half-full {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-star-half-full:before {
  content: "\f089";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-code-fork:before {
  content: "\f126";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-chain-broken:before {
  content: "\f127";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-shield:before {
  content: "\f3ed";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar-o:before {
  content: "\f133";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-maxcdn {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-html5 {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-css3 {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-ticket:before {
  content: "\f3ff";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-minus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-minus-square-o:before {
  content: "\f146";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-level-up:before {
  content: "\f3bf";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-level-down:before {
  content: "\f3be";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pencil-square:before {
  content: "\f14b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-external-link-square:before {
  content: "\f360";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-compass {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-caret-square-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-caret-square-o-down:before {
  content: "\f150";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-toggle-down {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-toggle-down:before {
  content: "\f150";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-caret-square-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-caret-square-o-up:before {
  content: "\f151";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-toggle-up {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-toggle-up:before {
  content: "\f151";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-caret-square-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-caret-square-o-right:before {
  content: "\f152";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-toggle-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-toggle-right:before {
  content: "\f152";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-eur:before {
  content: "\f153";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-euro:before {
  content: "\f153";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-gbp:before {
  content: "\f154";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-usd:before {
  content: "\f155";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-dollar:before {
  content: "\f155";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-inr:before {
  content: "\f156";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-rupee:before {
  content: "\f156";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-jpy:before {
  content: "\f157";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cny:before {
  content: "\f157";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-rmb:before {
  content: "\f157";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-yen:before {
  content: "\f157";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-rub:before {
  content: "\f158";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-ruble:before {
  content: "\f158";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-rouble:before {
  content: "\f158";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-krw:before {
  content: "\f159";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-won:before {
  content: "\f159";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-btc {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bitcoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bitcoin:before {
  content: "\f15a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-text:before {
  content: "\f15c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sort-alpha-desc:before {
  content: "\f881";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sort-amount-asc:before {
  content: "\f160";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sort-amount-desc:before {
  content: "\f884";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sort-numeric-desc:before {
  content: "\f886";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-youtube-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-youtube {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-xing {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-xing-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-youtube-play {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-youtube-play:before {
  content: "\f167";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-dropbox {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-stack-overflow {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-instagram {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-flickr {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-adn {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bitbucket {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bitbucket-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bitbucket-square:before {
  content: "\f171";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-tumblr {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-tumblr-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-long-arrow-down:before {
  content: "\f309";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-long-arrow-up:before {
  content: "\f30c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-long-arrow-left:before {
  content: "\f30a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-long-arrow-right:before {
  content: "\f30b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-apple {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-windows {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-android {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-linux {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-dribbble {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-skype {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-foursquare {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-trello {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-gratipay {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-gittip {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-gittip:before {
  content: "\f184";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sun-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sun-o:before {
  content: "\f185";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-moon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-moon-o:before {
  content: "\f186";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-vk {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-renren {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pagelines {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-stack-exchange {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrow-circle-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrow-circle-o-right:before {
  content: "\f35a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrow-circle-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-arrow-circle-o-left:before {
  content: "\f359";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-caret-square-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-caret-square-o-left:before {
  content: "\f191";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-toggle-left {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-toggle-left:before {
  content: "\f191";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-dot-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-dot-circle-o:before {
  content: "\f192";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-vimeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-try:before {
  content: "\f195";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-turkish-lira:before {
  content: "\f195";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-plus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-plus-square-o:before {
  content: "\f0fe";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-slack {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-wordpress {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-openid {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-institution:before {
  content: "\f19c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bank:before {
  content: "\f19c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-mortar-board:before {
  content: "\f19d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-yahoo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-google {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-reddit {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-reddit-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-stumbleupon-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-stumbleupon {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-delicious {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-digg {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pied-piper-pp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pied-piper-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-drupal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-joomla {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-spoon:before {
  content: "\f2e5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-behance {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-behance-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-steam {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-steam-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-automobile:before {
  content: "\f1b9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cab:before {
  content: "\f1ba";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-envelope-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-envelope-o:before {
  content: "\f0e0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-deviantart {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-soundcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-pdf-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-word-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-word-o:before {
  content: "\f1c2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-excel-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-excel-o:before {
  content: "\f1c3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-powerpoint-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-image-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-image-o:before {
  content: "\f1c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-photo-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-photo-o:before {
  content: "\f1c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-picture-o:before {
  content: "\f1c5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-archive-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-archive-o:before {
  content: "\f1c6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-zip-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-zip-o:before {
  content: "\f1c6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-audio-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-audio-o:before {
  content: "\f1c7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-sound-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-sound-o:before {
  content: "\f1c7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-video-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-video-o:before {
  content: "\f1c8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-movie-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-movie-o:before {
  content: "\f1c8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-code-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-file-code-o:before {
  content: "\f1c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-vine {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-codepen {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-jsfiddle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-life-ring {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-life-bouy {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-life-bouy:before {
  content: "\f1cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-life-buoy {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-life-buoy:before {
  content: "\f1cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-life-saver {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-life-saver:before {
  content: "\f1cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-support {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-support:before {
  content: "\f1cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-rebel {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-ra {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-ra:before {
  content: "\f1d0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-resistance {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-resistance:before {
  content: "\f1d0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-empire {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-ge {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-ge:before {
  content: "\f1d1";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-git-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-git {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hacker-news {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-y-combinator-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-y-combinator-square:before {
  content: "\f1d4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-yc-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-yc-square:before {
  content: "\f1d4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-tencent-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-qq {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-weixin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-wechat {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-wechat:before {
  content: "\f1d7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-send:before {
  content: "\f1d8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-paper-plane-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-paper-plane-o:before {
  content: "\f1d8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-send-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-send-o:before {
  content: "\f1d8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-circle-thin {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-circle-thin:before {
  content: "\f111";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-header:before {
  content: "\f1dc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sliders:before {
  content: "\f1de";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-futbol-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-futbol-o:before {
  content: "\f1e3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-soccer-ball-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-soccer-ball-o:before {
  content: "\f1e3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-slideshare {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-twitch {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-yelp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-newspaper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-newspaper-o:before {
  content: "\f1ea";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-google-wallet {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cc-visa {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cc-mastercard {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cc-discover {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cc-amex {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cc-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cc-stripe {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bell-slash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bell-slash-o:before {
  content: "\f1f6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-trash:before {
  content: "\f2ed";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-copyright {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-eyedropper:before {
  content: "\f1fb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-area-chart:before {
  content: "\f1fe";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pie-chart:before {
  content: "\f200";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-line-chart:before {
  content: "\f201";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-lastfm {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-lastfm-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-ioxhost {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-angellist {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cc {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cc:before {
  content: "\f20a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-ils:before {
  content: "\f20b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-shekel:before {
  content: "\f20b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sheqel:before {
  content: "\f20b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-meanpath {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-meanpath:before {
  content: "\f2b4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-buysellads {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-connectdevelop {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-dashcube {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-forumbee {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-leanpub {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sellsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-shirtsinbulk {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-simplybuilt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-skyatlas {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-diamond {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-diamond:before {
  content: "\f3a5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-intersex:before {
  content: "\f224";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-facebook-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-facebook-official:before {
  content: "\f09a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pinterest-p {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-whatsapp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hotel:before {
  content: "\f236";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-viacoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-medium {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-y-combinator {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-yc {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-yc:before {
  content: "\f23b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-optin-monster {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-opencart {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-expeditedssl {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-battery-4:before {
  content: "\f240";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-battery:before {
  content: "\f240";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-battery-3:before {
  content: "\f241";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-battery-2:before {
  content: "\f242";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-battery-1:before {
  content: "\f243";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-battery-0:before {
  content: "\f244";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-object-group {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-object-ungroup {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sticky-note-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-sticky-note-o:before {
  content: "\f249";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cc-jcb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-cc-diners-club {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-clone {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hourglass-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hourglass-o:before {
  content: "\f254";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hourglass-1:before {
  content: "\f251";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hourglass-2:before {
  content: "\f252";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hourglass-3:before {
  content: "\f253";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-rock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-rock-o:before {
  content: "\f255";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-grab-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-grab-o:before {
  content: "\f255";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-paper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-paper-o:before {
  content: "\f256";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-stop-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-stop-o:before {
  content: "\f256";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-scissors-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-scissors-o:before {
  content: "\f257";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-lizard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-lizard-o:before {
  content: "\f258";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-spock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-spock-o:before {
  content: "\f259";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-pointer-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-peace-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hand-peace-o:before {
  content: "\f25b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-registered {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-creative-commons {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-gg {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-gg-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-tripadvisor {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-odnoklassniki {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-odnoklassniki-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-get-pocket {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-wikipedia-w {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-safari {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-chrome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-firefox {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-opera {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-internet-explorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-television:before {
  content: "\f26c";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-contao {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-500px {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-amazon {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar-plus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar-plus-o:before {
  content: "\f271";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar-minus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar-minus-o:before {
  content: "\f272";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar-times-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar-times-o:before {
  content: "\f273";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar-check-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-calendar-check-o:before {
  content: "\f274";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-map-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-map-o:before {
  content: "\f279";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-commenting:before {
  content: "\f4ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-commenting-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-commenting-o:before {
  content: "\f4ad";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-houzz {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-vimeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-vimeo:before {
  content: "\f27d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-black-tie {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-fonticons {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-reddit-alien {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-edge {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-credit-card-alt:before {
  content: "\f09d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-codiepie {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-modx {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-fort-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-usb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-product-hunt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-mixcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-scribd {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pause-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pause-circle-o:before {
  content: "\f28b";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-stop-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-stop-circle-o:before {
  content: "\f28d";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bluetooth {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bluetooth-b {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-gitlab {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-wpbeginner {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-wpforms {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-envira {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-wheelchair-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-wheelchair-alt:before {
  content: "\f368";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-question-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-question-circle-o:before {
  content: "\f059";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-volume-control-phone:before {
  content: "\f2a0";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-asl-interpreting:before {
  content: "\f2a3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-deafness:before {
  content: "\f2a4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-hard-of-hearing:before {
  content: "\f2a4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-glide {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-glide-g {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-signing:before {
  content: "\f2a7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-viadeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-viadeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-snapchat {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-snapchat-ghost {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-snapchat-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-pied-piper {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-first-order {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-yoast {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-themeisle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-google-plus-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-google-plus-official:before {
  content: "\f2b3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-google-plus-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-google-plus-circle:before {
  content: "\f2b3";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-font-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-fa {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-fa:before {
  content: "\f2b4";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-handshake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-handshake-o:before {
  content: "\f2b5";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-envelope-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-envelope-open-o:before {
  content: "\f2b6";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-linode {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-address-book-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-address-book-o:before {
  content: "\f2b9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-vcard:before {
  content: "\f2bb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-address-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-address-card-o:before {
  content: "\f2bb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-vcard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-vcard-o:before {
  content: "\f2bb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-user-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-user-circle-o:before {
  content: "\f2bd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-user-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-user-o:before {
  content: "\f007";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-id-badge {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-drivers-license:before {
  content: "\f2c2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-id-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-id-card-o:before {
  content: "\f2c2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-drivers-license-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-drivers-license-o:before {
  content: "\f2c2";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-quora {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-free-code-camp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-telegram {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thermometer-4:before {
  content: "\f2c7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thermometer:before {
  content: "\f2c7";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thermometer-3:before {
  content: "\f2c8";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thermometer-2:before {
  content: "\f2c9";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thermometer-1:before {
  content: "\f2ca";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-thermometer-0:before {
  content: "\f2cb";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bathtub:before {
  content: "\f2cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-s15:before {
  content: "\f2cd";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-window-maximize {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-window-restore {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-times-rectangle:before {
  content: "\f410";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-window-close-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-window-close-o:before {
  content: "\f410";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-times-rectangle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-times-rectangle-o:before {
  content: "\f410";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-bandcamp {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-grav {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-etsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-imdb {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-ravelry {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-eercast {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-eercast:before {
  content: "\f2da";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-snowflake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-snowflake-o:before {
  content: "\f2dc";
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-superpowers {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-wpexplorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* line 1, app/assets/stylesheets/frontend/line-awesome.min.css */
.la.la-spotify {
  font-family: 'Line Awesome Brands';
  font-weight: 400;
}

/* Magnific Popup CSS */
/* line 2, app/assets/stylesheets/frontend/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;
  filter: alpha(opacity=80);
}

/* line 14, app/assets/stylesheets/frontend/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 24, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 58, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 61, app/assets/stylesheets/frontend/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 66, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 72, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 75, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 83, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 86, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 89, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 99, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-preloader a {
  color: #cccccc;
}

/* line 101, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-preloader a:hover {
  color: white;
}

/* line 104, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 107, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 110, app/assets/stylesheets/frontend/magnific-popup.css */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 121, app/assets/stylesheets/frontend/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, app/assets/stylesheets/frontend/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: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

/* line 142, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 145, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 148, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 156, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 164, app/assets/stylesheets/frontend/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: rgba(0, 0, 0, 0);
}

/* line 174, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 176, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

/* line 178, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 191, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 196, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 201, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 203, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 207, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 212, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 214, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 218, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 222, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 225, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 229, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 232, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 237, app/assets/stylesheets/frontend/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: black;
}

/* Main image in popup */
/* line 248, app/assets/stylesheets/frontend/magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 261, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 263, app/assets/stylesheets/frontend/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: #444444;
}

/* line 276, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 282, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 290, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 297, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 300, app/assets/stylesheets/frontend/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 307, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 310, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 312, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  /* line 314, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 317, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 320, app/assets/stylesheets/frontend/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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 330, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 332, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 335, app/assets/stylesheets/frontend/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 346, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 350, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 354, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 358, app/assets/stylesheets/frontend/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 361, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 363, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 369, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 371, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 373, app/assets/stylesheets/frontend/magnific-popup.css */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 16, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 22, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 29, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 34, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 42, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 49, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 52, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 55, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 64, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 72, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 74, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 77, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 79, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 81, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 88, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 91, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 93, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 97, app/assets/stylesheets/frontend/owl.carousel.css */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 103, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 107, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 110, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 113, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 125, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 131, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 136, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 139, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 141, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 147, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 152, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 166, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 170, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 174, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 182, app/assets/stylesheets/frontend/owl.carousel.css */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
/* line 9, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 13, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

/* line 22, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 30, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

/* line 33, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

/* line 36, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 40, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

/* line 49, app/assets/stylesheets/frontend/owl.theme.css */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*! jQuery UI - v1.12.1 - 2017-03-26
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-helper-hidden {
  display: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-front {
  z-index: 100;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable {
  position: relative;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-menu-icons {
  position: relative;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-selectmenu-open {
  display: block;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider-horizontal {
  height: .8em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-spinner-up {
  top: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-spinner-down {
  bottom: 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-tabs {
  position: relative;
  padding: .2em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
body .ui-tooltip {
  border-width: 2px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget-content a {
  color: #333;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget-header a {
  color: #333;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a.ui-button:link, a.ui-button:visited, .ui-button {
  color: #454545;
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(/../images/ui-icons_444444_256x240.png);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget-header .ui-icon {
  background-image: url(/../images/ui-icons_444444_256x240.png);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url(/../images/ui-icons_555555_256x240.png);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url(/../images/ui-icons_ffffff_256x240.png);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url(/../images/ui-icons_777620_256x240.png);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/../images/ui-icons_cc0000_256x240.png);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-button .ui-icon {
  background-image: url(/../images/ui-icons_777777_256x240.png);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-caret-1-n {
  background-position: 0 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-caret-1-e {
  background-position: -32px 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-caret-1-se {
  background-position: -48px 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-caret-1-w {
  background-position: -96px 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 7, app/assets/stylesheets/frontend/jquery-ui.min.css */
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 35, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -60px;
  width: 100%;
}

/* LOADER */
/* line 44, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 57, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  z-index: 4;
}

/* line 67, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 74, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccb78d;
  border: 1px solid transparent;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  opacity: 0.7;
}

/* line 94, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-pager.bx-default-pager a.active {
  opacity: 1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 99, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls-direction {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0;
  overflow: hidden;
  display: none;
}

/* line 110, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls-direction a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: transparent;
  position: relative;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* line 127, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls-direction a:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 131, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-prev {
  float: left;
}

/* line 135, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-prev:after {
  color: #fff;
  content: '\f104';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

/* line 152, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-next {
  float: right;
}

/* line 156, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-next:after {
  color: #fff;
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -webkit-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
}

/* line 173, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 179, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 183, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 193, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 198, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 208, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 215, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 220, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 227, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 236, app/assets/stylesheets/frontend/jquery.bxslider.css */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
/* line 13, app/assets/stylesheets/frontend/flexslider.css */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 17, app/assets/stylesheets/frontend/flexslider.css */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 23, app/assets/stylesheets/frontend/flexslider.css */
.flexslider {
  margin: 0 0 0 !important;
  padding: 0;
}

/* line 28, app/assets/stylesheets/frontend/flexslider.css */
.flexslider .slides {
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/frontend/flexslider.css */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 31, app/assets/stylesheets/frontend/flexslider.css */
.flexslider .slides img {
  width: 100%;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

/* line 40, app/assets/stylesheets/frontend/flexslider.css */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 43, app/assets/stylesheets/frontend/flexslider.css */
html[xmlns] .slides {
  display: block;
}

/* line 44, app/assets/stylesheets/frontend/flexslider.css */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 49, app/assets/stylesheets/frontend/flexslider.css */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 54, app/assets/stylesheets/frontend/flexslider.css */
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}

/* line 55, app/assets/stylesheets/frontend/flexslider.css */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 56, app/assets/stylesheets/frontend/flexslider.css */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 57, app/assets/stylesheets/frontend/flexslider.css */
.flexslider .slides {
  zoom: 1;
  position: relative;
}

/* line 59, app/assets/stylesheets/frontend/flexslider.css */
.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
/* line 64, app/assets/stylesheets/frontend/flexslider.css */
.flex-direction-nav {
  width: 100%;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

/* line 80, app/assets/stylesheets/frontend/flexslider.css */
.flexslider:hover .flex-direction-nav {
  opacity: 1;
}

/* line 84, app/assets/stylesheets/frontend/flexslider.css */
.flex-direction-nav .flex-next {
  width: 40px;
  height: 40px;
  float: right;
  margin-right: 20px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(51, 51, 51, 0.4);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

/* line 101, app/assets/stylesheets/frontend/flexslider.css */
.flex-direction-nav .flex-prev {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 20px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(51, 51, 51, 0.4);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

/* line 118, app/assets/stylesheets/frontend/flexslider.css */
.flex-direction-nav .flex-next:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}

/* line 126, app/assets/stylesheets/frontend/flexslider.css */
.flex-direction-nav .flex-prev:after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}

/* Control Nav */
/* line 135, app/assets/stylesheets/frontend/flexslider.css */
.flex-control-nav {
  position: absolute;
  bottom: 20px;
  text-align: center;
  height: 14px;
  left: 0;
  width: 100%;
}

/* line 136, app/assets/stylesheets/frontend/flexslider.css */
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 137, app/assets/stylesheets/frontend/flexslider.css */
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

/* line 140, app/assets/stylesheets/frontend/flexslider.css */
.flex-control-paging li a.flex-active {
  cursor: default;
  background: #ffffff;
}

/* line 142, app/assets/stylesheets/frontend/flexslider.css */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 143, app/assets/stylesheets/frontend/flexslider.css */
#carousel li {
  width: 25%;
  float: left;
  margin: 0;
}

/* line 144, app/assets/stylesheets/frontend/flexslider.css */
#carousel img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

/* line 145, app/assets/stylesheets/frontend/flexslider.css */
#carousel li.flex-active-slide img {
  opacity: 1;
  cursor: default;
}

/* line 147, app/assets/stylesheets/frontend/flexslider.css */
#carousel .flex-direction-nav {
  display: none;
}

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

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 13, app/assets/stylesheets/frontend/settings.css */
#debungcontrolls,
.debugtimeline {
  width: 100%;
  box-sizing: border-box;
}

/* line 19, app/assets/stylesheets/frontend/settings.css */
.rev_column,
.rev_column .tp-parallax-wrap,
.tp-svg-layer svg {
  vertical-align: top;
}

/* line 25, app/assets/stylesheets/frontend/settings.css */
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

/* line 34, app/assets/stylesheets/frontend/settings.css */
.debugtimeline {
  height: 10px;
  position: relative;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
}

/* line 42, app/assets/stylesheets/frontend/settings.css */
.debugtimeline:hover {
  height: 15px;
}

/* line 46, app/assets/stylesheets/frontend/settings.css */
.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

/* line 55, app/assets/stylesheets/frontend/settings.css */
.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999999 !important;
  background: #fff !important;
}

/* line 65, app/assets/stylesheets/frontend/settings.css */
.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}

/* line 69, app/assets/stylesheets/frontend/settings.css */
.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}

/* line 73, app/assets/stylesheets/frontend/settings.css */
.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}

/* line 84, app/assets/stylesheets/frontend/settings.css */
.rtl {
  direction: rtl;
}

@font-face {
  font-family: revicons;
  src: url(/assets/fonts/revicons/revicons-e031c67a905cd33d471d62437575ecb9167d6a88bdcda8ca1262049293951483.eot?5510888);
  src: url(/assets/fonts/revicons/revicons-e031c67a905cd33d471d62437575ecb9167d6a88bdcda8ca1262049293951483.eot?5510888#iefix) format("embedded-opentype"), url(/assets/fonts/revicons/revicons-371afa9c21c4e39e92552f55a6476c9e429926f89ec89850f6a35a0e703a4f32.woff?5510888) format("woff"), url(/assets/fonts/revicons/revicons-6259c9c40c3029c46ab160618b166878d05663be079e30ba00116558a5e1e3f9.ttf?5510888) format("truetype"), url(/assets/fonts/revicons/revicons-99326601c0b039fc988e0042765a58d9ca5ddbba153e8362abb2c177ac1382ee.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 96, app/assets/stylesheets/frontend/settings.css */
[class*=" revicon-"]:before,
[class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

/* line 113, app/assets/stylesheets/frontend/settings.css */
.revicon-search-1:before {
  content: '\e802';
}

/* line 117, app/assets/stylesheets/frontend/settings.css */
.revicon-pencil-1:before {
  content: '\e831';
}

/* line 121, app/assets/stylesheets/frontend/settings.css */
.revicon-picture-1:before {
  content: '\e803';
}

/* line 125, app/assets/stylesheets/frontend/settings.css */
.revicon-cancel:before {
  content: '\e80a';
}

/* line 129, app/assets/stylesheets/frontend/settings.css */
.revicon-info-circled:before {
  content: '\e80f';
}

/* line 133, app/assets/stylesheets/frontend/settings.css */
.revicon-trash:before {
  content: '\e801';
}

/* line 137, app/assets/stylesheets/frontend/settings.css */
.revicon-left-dir:before {
  content: '\e817';
}

/* line 141, app/assets/stylesheets/frontend/settings.css */
.revicon-right-dir:before {
  content: '\e818';
}

/* line 145, app/assets/stylesheets/frontend/settings.css */
.revicon-down-open:before {
  content: '\e83b';
}

/* line 149, app/assets/stylesheets/frontend/settings.css */
.revicon-left-open:before {
  content: '\e819';
}

/* line 153, app/assets/stylesheets/frontend/settings.css */
.revicon-right-open:before {
  content: '\e81a';
}

/* line 157, app/assets/stylesheets/frontend/settings.css */
.revicon-angle-left:before {
  content: '\e820';
}

/* line 161, app/assets/stylesheets/frontend/settings.css */
.revicon-angle-right:before {
  content: '\e81d';
}

/* line 165, app/assets/stylesheets/frontend/settings.css */
.revicon-left-big:before {
  content: '\e81f';
}

/* line 169, app/assets/stylesheets/frontend/settings.css */
.revicon-right-big:before {
  content: '\e81e';
}

/* line 173, app/assets/stylesheets/frontend/settings.css */
.revicon-magic:before {
  content: '\e807';
}

/* line 177, app/assets/stylesheets/frontend/settings.css */
.revicon-picture:before {
  content: '\e800';
}

/* line 181, app/assets/stylesheets/frontend/settings.css */
.revicon-export:before {
  content: '\e80b';
}

/* line 185, app/assets/stylesheets/frontend/settings.css */
.revicon-cog:before {
  content: '\e832';
}

/* line 189, app/assets/stylesheets/frontend/settings.css */
.revicon-login:before {
  content: '\e833';
}

/* line 193, app/assets/stylesheets/frontend/settings.css */
.revicon-logout:before {
  content: '\e834';
}

/* line 197, app/assets/stylesheets/frontend/settings.css */
.revicon-video:before {
  content: '\e805';
}

/* line 201, app/assets/stylesheets/frontend/settings.css */
.revicon-arrow-combo:before {
  content: '\e827';
}

/* line 205, app/assets/stylesheets/frontend/settings.css */
.revicon-left-open-1:before {
  content: '\e82a';
}

/* line 209, app/assets/stylesheets/frontend/settings.css */
.revicon-right-open-1:before {
  content: '\e82b';
}

/* line 213, app/assets/stylesheets/frontend/settings.css */
.revicon-left-open-mini:before {
  content: '\e822';
}

/* line 217, app/assets/stylesheets/frontend/settings.css */
.revicon-right-open-mini:before {
  content: '\e823';
}

/* line 221, app/assets/stylesheets/frontend/settings.css */
.revicon-left-open-big:before {
  content: '\e824';
}

/* line 225, app/assets/stylesheets/frontend/settings.css */
.revicon-right-open-big:before {
  content: '\e825';
}

/* line 229, app/assets/stylesheets/frontend/settings.css */
.revicon-left:before {
  content: '\e836';
}

/* line 233, app/assets/stylesheets/frontend/settings.css */
.revicon-right:before {
  content: '\e826';
}

/* line 237, app/assets/stylesheets/frontend/settings.css */
.revicon-ccw:before {
  content: '\e808';
}

/* line 241, app/assets/stylesheets/frontend/settings.css */
.revicon-arrows-ccw:before {
  content: '\e806';
}

/* line 245, app/assets/stylesheets/frontend/settings.css */
.revicon-palette:before {
  content: '\e829';
}

/* line 249, app/assets/stylesheets/frontend/settings.css */
.revicon-list-add:before {
  content: '\e80c';
}

/* line 253, app/assets/stylesheets/frontend/settings.css */
.revicon-doc:before {
  content: '\e809';
}

/* line 257, app/assets/stylesheets/frontend/settings.css */
.revicon-left-open-outline:before {
  content: '\e82e';
}

/* line 261, app/assets/stylesheets/frontend/settings.css */
.revicon-left-open-2:before {
  content: '\e82c';
}

/* line 265, app/assets/stylesheets/frontend/settings.css */
.revicon-right-open-outline:before {
  content: '\e82f';
}

/* line 269, app/assets/stylesheets/frontend/settings.css */
.revicon-right-open-2:before {
  content: '\e82d';
}

/* line 273, app/assets/stylesheets/frontend/settings.css */
.revicon-equalizer:before {
  content: '\e83a';
}

/* line 277, app/assets/stylesheets/frontend/settings.css */
.revicon-layers-alt:before {
  content: '\e804';
}

/* line 281, app/assets/stylesheets/frontend/settings.css */
.revicon-popup:before {
  content: '\e828';
}

/* line 285, app/assets/stylesheets/frontend/settings.css */
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
}

/* line 291, app/assets/stylesheets/frontend/settings.css */
.rev_slider {
  position: relative;
  overflow: visible;
}

/* line 296, app/assets/stylesheets/frontend/settings.css */
.entry-content .rev_slider a,
.rev_slider a {
  box-shadow: none;
}

/* line 301, app/assets/stylesheets/frontend/settings.css */
.tp-overflow-hidden {
  overflow: hidden !important;
}

/* line 305, app/assets/stylesheets/frontend/settings.css */
.group_ov_hidden {
  overflow: hidden;
}

/* line 309, app/assets/stylesheets/frontend/settings.css */
.rev_slider img,
.tp-simpleresponsive img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}

/* line 318, app/assets/stylesheets/frontend/settings.css */
.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}

/* line 324, app/assets/stylesheets/frontend/settings.css */
.rev_slider > ul,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0;
}

/* line 346, app/assets/stylesheets/frontend/settings.css */
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  visibility: hidden;
}

/* line 355, app/assets/stylesheets/frontend/settings.css */
.tp-revslider-mainul,
.tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/* line 362, app/assets/stylesheets/frontend/settings.css */
.fullscreen-container,
.fullwidthbanner-container {
  padding: 0;
  position: relative;
}

/* line 368, app/assets/stylesheets/frontend/settings.css */
.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}

/* line 372, app/assets/stylesheets/frontend/settings.css */
.tp-caption .rs-untoggled-content {
  display: block;
}

/* line 376, app/assets/stylesheets/frontend/settings.css */
.tp-caption .rs-toggled-content {
  display: none;
}

/* line 380, app/assets/stylesheets/frontend/settings.css */
.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}

/* line 384, app/assets/stylesheets/frontend/settings.css */
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}

/* line 388, app/assets/stylesheets/frontend/settings.css */
.rev_slider .caption,
.rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1;
}

/* line 398, app/assets/stylesheets/frontend/settings.css */
.rev_slider .caption,
.rev_slider .tp-caption,
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

/* line 407, app/assets/stylesheets/frontend/settings.css */
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap :last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
  margin-bottom: 0;
}

/* line 414, app/assets/stylesheets/frontend/settings.css */
.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 420, app/assets/stylesheets/frontend/settings.css */
.tp-carousel-wrapper {
  cursor: url(/openhand.cur), move;
}

/* line 424, app/assets/stylesheets/frontend/settings.css */
.tp-carousel-wrapper.dragged {
  cursor: url(/closedhand.cur), move;
}

/* line 428, app/assets/stylesheets/frontend/settings.css */
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}

/* line 433, app/assets/stylesheets/frontend/settings.css */
.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}

/* line 440, app/assets/stylesheets/frontend/settings.css */
.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

/* line 448, app/assets/stylesheets/frontend/settings.css */
.rev_slider audio,
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  max-width: none !important;
}

/* line 456, app/assets/stylesheets/frontend/settings.css */
.tp-element-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* line 465, app/assets/stylesheets/frontend/settings.css */
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}

/* line 478, app/assets/stylesheets/frontend/settings.css */
.tp-parallax-wrap {
  transform-style: preserve-3d;
}

/* line 482, app/assets/stylesheets/frontend/settings.css */
.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
}

/* line 491, app/assets/stylesheets/frontend/settings.css */
.rev_column_inner,
.rev_slider .tp-caption.rev_row {
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
}

/* line 498, app/assets/stylesheets/frontend/settings.css */
.rev_row_zone_top {
  top: 0;
}

/* line 502, app/assets/stylesheets/frontend/settings.css */
.rev_row_zone_middle {
  top: 50%;
  transform: translateY(-50%);
}

/* line 507, app/assets/stylesheets/frontend/settings.css */
.rev_row_zone_bottom {
  bottom: 0;
}

/* line 511, app/assets/stylesheets/frontend/settings.css */
.rev_slider .tp-caption.rev_row {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: auto !important;
  font-size: 0;
}

/* line 519, app/assets/stylesheets/frontend/settings.css */
.rev_column {
  display: table-cell;
  position: relative;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}

/* line 527, app/assets/stylesheets/frontend/settings.css */
.rev_column_inner {
  display: block;
  height: auto !important;
  white-space: normal !important;
}

/* line 533, app/assets/stylesheets/frontend/settings.css */
.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0 solid transparent;
}

/* line 545, app/assets/stylesheets/frontend/settings.css */
.tp-caption .backcorner,
.tp-caption .backcornertop,
.tp-caption .frontcorner,
.tp-caption .frontcornertop {
  height: 0;
  top: 0;
  width: 0;
  position: absolute;
}

/* line 555, app/assets/stylesheets/frontend/settings.css */
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
  text-align: inherit;
}

/* line 561, app/assets/stylesheets/frontend/settings.css */
.rev_column_inner .tp-mask-wrap {
  display: inline-block;
}

/* line 565, app/assets/stylesheets/frontend/settings.css */
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}

/* line 574, app/assets/stylesheets/frontend/settings.css */
.tp-video-play-button,
.tp-video-play-button i {
  line-height: 50px !important;
  vertical-align: top;
  text-align: center;
}

/* line 581, app/assets/stylesheets/frontend/settings.css */
.rev_column_inner .rev_layer_in_column,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  vertical-align: top;
}

/* line 588, app/assets/stylesheets/frontend/settings.css */
.rev_break_columns {
  display: block !important;
}

/* line 592, app/assets/stylesheets/frontend/settings.css */
.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important;
}

/* line 597, app/assets/stylesheets/frontend/settings.css */
.fullwidthbanner-container {
  overflow: hidden;
}

/* line 601, app/assets/stylesheets/frontend/settings.css */
.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}

/* line 606, app/assets/stylesheets/frontend/settings.css */
.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
}

/* line 613, app/assets/stylesheets/frontend/settings.css */
.tp-caption .frontcorner {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00A8FF;
  left: -40px;
}

/* line 620, app/assets/stylesheets/frontend/settings.css */
.tp-caption .backcorner {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  right: 0;
}

/* line 627, app/assets/stylesheets/frontend/settings.css */
.tp-caption .frontcornertop {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00A8FF;
  left: -40px;
}

/* line 634, app/assets/stylesheets/frontend/settings.css */
.tp-caption .backcornertop {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  right: 0;
}

/* line 641, app/assets/stylesheets/frontend/settings.css */
.tp-layer-inner-rotation {
  position: relative !important;
}

/* line 645, app/assets/stylesheets/frontend/settings.css */
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}

/* line 650, app/assets/stylesheets/frontend/settings.css */
.caption.fullscreenvideo,
.rs-background-video-layer,
.tp-caption.coverscreenvideo,
.tp-caption.fullscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 661, app/assets/stylesheets/frontend/settings.css */
.noFilterClass {
  filter: none !important;
}

/* line 665, app/assets/stylesheets/frontend/settings.css */
.rs-background-video-layer {
  visibility: hidden;
  z-index: 0;
}

/* line 670, app/assets/stylesheets/frontend/settings.css */
.caption.fullscreenvideo audio,
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

/* line 681, app/assets/stylesheets/frontend/settings.css */
.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}

/* line 687, app/assets/stylesheets/frontend/settings.css */
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 696, app/assets/stylesheets/frontend/settings.css */
.videoisplaying .html5vid .tp-poster {
  display: none;
}

/* line 700, app/assets/stylesheets/frontend/settings.css */
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 4;
  opacity: 0;
  transition: opacity .3s ease-out !important;
}

/* line 720, app/assets/stylesheets/frontend/settings.css */
.tp-audio-html5 .tp-video-play-button,
.tp-hiddenaudio {
  display: none !important;
}

/* line 725, app/assets/stylesheets/frontend/settings.css */
.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}

/* line 730, app/assets/stylesheets/frontend/settings.css */
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px !important;
}

/* line 737, app/assets/stylesheets/frontend/settings.css */
.rs-fullvideo-cover,
.tp-dottedoverlay,
.tp-shadowcover {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 746, app/assets/stylesheets/frontend/settings.css */
.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}

/* line 751, app/assets/stylesheets/frontend/settings.css */
.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}

/* line 761, app/assets/stylesheets/frontend/settings.css */
.tp-seek-bar,
.tp-video-button,
.tp-volume-bar {
  outline: 0;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
}

/* line 770, app/assets/stylesheets/frontend/settings.css */
.videoisplaying .revicon-right-dir {
  display: none;
}

/* line 774, app/assets/stylesheets/frontend/settings.css */
.videoisplaying .tp-revstop {
  display: inline-block;
}

/* line 778, app/assets/stylesheets/frontend/settings.css */
.videoisplaying .tp-video-play-button {
  display: none;
}

/* line 782, app/assets/stylesheets/frontend/settings.css */
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

/* line 786, app/assets/stylesheets/frontend/settings.css */
.fullscreenvideo .fullscreenvideo audio,
.fullscreenvideo .fullscreenvideo video {
  object-fit: contain !important;
}

/* line 791, app/assets/stylesheets/frontend/settings.css */
.fullscreenvideo .fullcoveredvideo audio,
.fullscreenvideo .fullcoveredvideo video {
  object-fit: cover !important;
}

/* line 796, app/assets/stylesheets/frontend/settings.css */
.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity .3s;
  background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 811, app/assets/stylesheets/frontend/settings.css */
.rev-btn.rev-hiddenicon i,
.rev-btn.rev-withicon i {
  transition: all .2s ease-out !important;
  font-size: 15px;
}

/* line 817, app/assets/stylesheets/frontend/settings.css */
.tp-caption:hover .tp-video-controls {
  opacity: .9;
}

/* line 821, app/assets/stylesheets/frontend/settings.css */
.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 0;
}

/* line 830, app/assets/stylesheets/frontend/settings.css */
.tp-video-button:hover {
  cursor: pointer;
}

/* line 834, app/assets/stylesheets/frontend/settings.css */
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}

/* line 842, app/assets/stylesheets/frontend/settings.css */
.tp-video-seek-bar-wrap {
  width: 80%;
}

/* line 846, app/assets/stylesheets/frontend/settings.css */
.tp-video-vol-bar-wrap {
  width: 20%;
}

/* line 850, app/assets/stylesheets/frontend/settings.css */
.tp-seek-bar,
.tp-volume-bar {
  width: 100%;
  padding: 0;
}

/* line 856, app/assets/stylesheets/frontend/settings.css */
.rs-fullvideo-cover {
  width: 100%;
  background: 0 0;
  z-index: 5;
}

/* line 862, app/assets/stylesheets/frontend/settings.css */
.disabled_lc .tp-video-play-button,
.rs-background-video-layer audio::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* line 869, app/assets/stylesheets/frontend/settings.css */
.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

/* line 874, app/assets/stylesheets/frontend/settings.css */
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  z-index: 3;
}

/* line 880, app/assets/stylesheets/frontend/settings.css */
.tp-dottedoverlay.twoxtwo {
  background: url(/../assets/gridtile.png);
}

/* line 884, app/assets/stylesheets/frontend/settings.css */
.tp-dottedoverlay.twoxtwowhite {
  background: url(/../assets/gridtile_white.png);
}

/* line 888, app/assets/stylesheets/frontend/settings.css */
.tp-dottedoverlay.threexthree {
  background: url(/../assets/gridtile_3x3.png);
}

/* line 892, app/assets/stylesheets/frontend/settings.css */
.tp-dottedoverlay.threexthreewhite {
  background: url(/../assets/gridtile_3x3_white.png);
}

/* line 896, app/assets/stylesheets/frontend/settings.css */
.tp-shadowcover {
  width: 100%;
  background: #fff;
  z-index: -1;
}

/* line 902, app/assets/stylesheets/frontend/settings.css */
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

/* line 906, app/assets/stylesheets/frontend/settings.css */
.tp-shadow2:after,
.tp-shadow2:before,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}

/* line 923, app/assets/stylesheets/frontend/settings.css */
.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* line 930, app/assets/stylesheets/frontend/settings.css */
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/* line 935, app/assets/stylesheets/frontend/settings.css */
.tp-shadow5:after,
.tp-shadow5:before {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}

/* line 948, app/assets/stylesheets/frontend/settings.css */
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

/* line 963, app/assets/stylesheets/frontend/settings.css */
.tp-button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}

/* line 972, app/assets/stylesheets/frontend/settings.css */
.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
  background-position: bottom, 15px 11px;
}

/* line 978, app/assets/stylesheets/frontend/settings.css */
.purchase.green,
.purchase.green:hover,
.tp-button.green,
.tp-button.green:hover {
  background-color: #21a117;
  box-shadow: 0 3px 0 0 #104d0b;
}

/* line 986, app/assets/stylesheets/frontend/settings.css */
.purchase.blue,
.purchase.blue:hover,
.tp-button.blue,
.tp-button.blue:hover {
  background-color: #1d78cb;
  box-shadow: 0 3px 0 0 #0f3e68;
}

/* line 994, app/assets/stylesheets/frontend/settings.css */
.purchase.red,
.purchase.red:hover,
.tp-button.red,
.tp-button.red:hover {
  background-color: #cb1d1d;
  box-shadow: 0 3px 0 0 #7c1212;
}

/* line 1002, app/assets/stylesheets/frontend/settings.css */
.purchase.orange,
.purchase.orange:hover,
.tp-button.orange,
.tp-button.orange:hover {
  background-color: #f70;
  box-shadow: 0 3px 0 0 #a34c00;
}

/* line 1010, app/assets/stylesheets/frontend/settings.css */
.purchase.darkgrey,
.purchase.darkgrey:hover,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button.darkgrey:hover,
.tp-button.grey:hover {
  background-color: #555;
  box-shadow: 0 3px 0 0 #222;
}

/* line 1020, app/assets/stylesheets/frontend/settings.css */
.purchase.lightgrey,
.purchase.lightgrey:hover,
.tp-button.lightgrey,
.tp-button.lightgrey:hover {
  background-color: #888;
  box-shadow: 0 3px 0 0 #555;
}

/* line 1028, app/assets/stylesheets/frontend/settings.css */
.rev-btn,
.rev-btn:visited {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}

/* line 1042, app/assets/stylesheets/frontend/settings.css */
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}

/* line 1050, app/assets/stylesheets/frontend/settings.css */
.rev-btn.rev-withicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  margin-left: 10px !important;
}

/* line 1057, app/assets/stylesheets/frontend/settings.css */
.rev-btn.rev-hiddenicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}

/* line 1066, app/assets/stylesheets/frontend/settings.css */
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}

/* line 1072, app/assets/stylesheets/frontend/settings.css */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}

/* line 1079, app/assets/stylesheets/frontend/settings.css */
.rev-btn.rev-medium.rev-hiddenicon i,
.rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0;
}

/* line 1085, app/assets/stylesheets/frontend/settings.css */
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}

/* line 1092, app/assets/stylesheets/frontend/settings.css */
.rev-btn.rev-small.rev-hiddenicon i,
.rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0;
}

/* line 1098, app/assets/stylesheets/frontend/settings.css */
.rev-maxround {
  border-radius: 30px;
}

/* line 1102, app/assets/stylesheets/frontend/settings.css */
.rev-minround {
  border-radius: 3px;
}

/* line 1106, app/assets/stylesheets/frontend/settings.css */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

/* line 1118, app/assets/stylesheets/frontend/settings.css */
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}

/* line 1128, app/assets/stylesheets/frontend/settings.css */
.rev-burger.revb-white span,
.rev-burger.revb-whitenoborder span {
  background: #fff;
}

/* line 1133, app/assets/stylesheets/frontend/settings.css */
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

/* line 1137, app/assets/stylesheets/frontend/settings.css */
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}

/* line 1143, app/assets/stylesheets/frontend/settings.css */
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}

/* line 1150, app/assets/stylesheets/frontend/settings.css */
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}

/* line 1156, app/assets/stylesheets/frontend/settings.css */
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 1160, app/assets/stylesheets/frontend/settings.css */
.rev-burger.revb-darknoborder,
.rev-burger.revb-whitenoborder {
  border: 0;
}

/* line 1165, app/assets/stylesheets/frontend/settings.css */
.rev-burger.revb-darknoborder span {
  background: #333;
}

/* line 1169, app/assets/stylesheets/frontend/settings.css */
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}

/* line 1174, app/assets/stylesheets/frontend/settings.css */
.rev-burger.revb-whitefull span {
  background: #333;
}

/* line 1178, app/assets/stylesheets/frontend/settings.css */
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}

/* line 1183, app/assets/stylesheets/frontend/settings.css */
.rev-burger.revb-darkfull span,
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}

@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}

/* line 1210, app/assets/stylesheets/frontend/settings.css */
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}

/* line 1224, app/assets/stylesheets/frontend/settings.css */
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

/* line 1234, app/assets/stylesheets/frontend/settings.css */
.rev-scroll-btn > .active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  color: #fff;
}

/* line 1240, app/assets/stylesheets/frontend/settings.css */
.rev-scroll-btn > .active,
.rev-scroll-btn > :active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  opacity: .8;
}

/* line 1247, app/assets/stylesheets/frontend/settings.css */
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}

/* line 1251, app/assets/stylesheets/frontend/settings.css */
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}

/* line 1256, app/assets/stylesheets/frontend/settings.css */
.rev-scroll-btn.revs-fulldark span,
.tp-bullet {
  background: #fff;
}

/* line 1261, app/assets/stylesheets/frontend/settings.css */
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
}

/* line 1274, app/assets/stylesheets/frontend/settings.css */
.rev-scroll-btn.revs-dark {
  border-color: #333;
}

/* line 1278, app/assets/stylesheets/frontend/settings.css */
.rev-scroll-btn.revs-dark span {
  background: #333;
}

/* line 1282, app/assets/stylesheets/frontend/settings.css */
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

/* line 1304, app/assets/stylesheets/frontend/settings.css */
.rev-cbutton-dark-sr,
.rev-cbutton-light-sr {
  border-radius: 3px;
}

/* line 1309, app/assets/stylesheets/frontend/settings.css */
.rev-cbutton-light,
.rev-cbutton-light-sr {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}

/* line 1315, app/assets/stylesheets/frontend/settings.css */
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}

/* line 1321, app/assets/stylesheets/frontend/settings.css */
.rev-sbutton-blue {
  background-color: #3B5998;
}

/* line 1325, app/assets/stylesheets/frontend/settings.css */
.rev-sbutton-lightblue {
  background-color: #00A0D1;
}

/* line 1329, app/assets/stylesheets/frontend/settings.css */
.rev-sbutton-red {
  background-color: #DD4B39;
}

/* line 1333, app/assets/stylesheets/frontend/settings.css */
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}

/* line 1344, app/assets/stylesheets/frontend/settings.css */
.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}

/* line 1350, app/assets/stylesheets/frontend/settings.css */
.tp-caption img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1;
}

/* line 1357, app/assets/stylesheets/frontend/settings.css */
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(/../assets/coloredbg.png);
}

/* line 1364, app/assets/stylesheets/frontend/settings.css */
.tp-caption.slidelink a span {
  background: url(/../assets/coloredbg.png);
}

/* line 1368, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner0,
.tp-loader.spinner5 {
  background-image: url(/../assets/loader.gif);
  background-repeat: no-repeat;
}

/* line 1374, app/assets/stylesheets/frontend/settings.css */
.tp-shape {
  width: 100%;
  height: 100%;
}

/* line 1379, app/assets/stylesheets/frontend/settings.css */
.tp-caption .rs-starring {
  display: inline-block;
}

/* line 1383, app/assets/stylesheets/frontend/settings.css */
.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #FFC321 !important;
}

/* line 1390, app/assets/stylesheets/frontend/settings.css */
.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}

/* line 1399, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner0,
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

/* line 1411, app/assets/stylesheets/frontend/settings.css */
.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 1421, app/assets/stylesheets/frontend/settings.css */
.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}

/* line 1431, app/assets/stylesheets/frontend/settings.css */
.tp-caption .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

/* line 1438, app/assets/stylesheets/frontend/settings.css */
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

/* line 1445, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner0 {
  background-position: center center;
}

/* line 1449, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner5 {
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* line 1472, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out;
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* line 1494, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

/* line 1500, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}

/* line 1513, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner3 .bounce1 {
  animation-delay: -.32s;
}

/* line 1517, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner3 .bounce2 {
  animation-delay: -.16s;
}

@keyframes tp-bouncedelay {
  0%,
100%,
80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/* line 1534, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear;
}

/* line 1542, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

/* line 1555, app/assets/stylesheets/frontend/settings.css */
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tp-bounce {
  0%,
100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/* line 1579, app/assets/stylesheets/frontend/settings.css */
.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}

/* line 1588, app/assets/stylesheets/frontend/settings.css */
.tp-bullets,
.tp-tabs,
.tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}

/* line 1598, app/assets/stylesheets/frontend/settings.css */
.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  box-sizing: border-box;
}

/* line 1606, app/assets/stylesheets/frontend/settings.css */
.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1620, app/assets/stylesheets/frontend/settings.css */
.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
  opacity: 1;
}

/* line 1627, app/assets/stylesheets/frontend/settings.css */
.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}

/* line 1632, app/assets/stylesheets/frontend/settings.css */
.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}

/* line 1637, app/assets/stylesheets/frontend/settings.css */
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

/* line 1645, app/assets/stylesheets/frontend/settings.css */
.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}

/* line 1650, app/assets/stylesheets/frontend/settings.css */
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

/* line 1661, app/assets/stylesheets/frontend/settings.css */
.tparrows:hover {
  background: #000;
}

/* line 1665, app/assets/stylesheets/frontend/settings.css */
.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 1674, app/assets/stylesheets/frontend/settings.css */
.hginfo,
.hglayerinfo {
  font-size: 12px;
  font-weight: 600;
}

/* line 1680, app/assets/stylesheets/frontend/settings.css */
.tparrows.tp-leftarrow:before {
  content: '\e824';
}

/* line 1684, app/assets/stylesheets/frontend/settings.css */
.tparrows.tp-rightarrow:before {
  content: '\e825';
}

/* line 1688, app/assets/stylesheets/frontend/settings.css */
body.rtl .tp-kbimg {
  left: 0 !important;
}

/* line 1692, app/assets/stylesheets/frontend/settings.css */
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

/* line 1696, app/assets/stylesheets/frontend/settings.css */
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #FFF;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}

/* line 1708, app/assets/stylesheets/frontend/settings.css */
.helpgrid,
.hginfo {
  position: absolute;
}

/* line 1713, app/assets/stylesheets/frontend/settings.css */
.hginfo {
  top: -2px;
  left: -2px;
  color: #e74c3c;
  background: #000;
  padding: 2px 5px;
}

/* line 1721, app/assets/stylesheets/frontend/settings.css */
.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}

/* line 1725, app/assets/stylesheets/frontend/settings.css */
.helpgrid {
  border: 2px dashed #c0392b;
  top: 0;
  left: 0;
  z-index: 0;
}

/* line 1732, app/assets/stylesheets/frontend/settings.css */
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}

/* line 1746, app/assets/stylesheets/frontend/settings.css */
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}

/* line 1750, app/assets/stylesheets/frontend/settings.css */
.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

/* line 1755, app/assets/stylesheets/frontend/settings.css */
.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: .5;
}

/* line 1761, app/assets/stylesheets/frontend/settings.css */
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

/* line 1765, app/assets/stylesheets/frontend/settings.css */
.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}

/* line 1769, app/assets/stylesheets/frontend/settings.css */
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}

/* line 1773, app/assets/stylesheets/frontend/settings.css */
.reyes::after {
  background: #efcdad;
}

/* line 1777, app/assets/stylesheets/frontend/settings.css */
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}

/* line 1781, app/assets/stylesheets/frontend/settings.css */
.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

/* line 1786, app/assets/stylesheets/frontend/settings.css */
.toaster {
  filter: contrast(1.5) brightness(0.9);
}

/* line 1790, app/assets/stylesheets/frontend/settings.css */
.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}

/* line 1795, app/assets/stylesheets/frontend/settings.css */
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}

/* line 1799, app/assets/stylesheets/frontend/settings.css */
.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3;
}

/* line 1805, app/assets/stylesheets/frontend/settings.css */
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}

/* line 1809, app/assets/stylesheets/frontend/settings.css */
.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5;
}

/* line 1815, app/assets/stylesheets/frontend/settings.css */
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}

/* line 1819, app/assets/stylesheets/frontend/settings.css */
.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}

/* line 1824, app/assets/stylesheets/frontend/settings.css */
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}

/* line 1828, app/assets/stylesheets/frontend/settings.css */
.mayfair::after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .4;
}

/* line 1834, app/assets/stylesheets/frontend/settings.css */
.lofi {
  filter: saturate(1.1) contrast(1.5);
}

/* line 1838, app/assets/stylesheets/frontend/settings.css */
.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}

/* line 1843, app/assets/stylesheets/frontend/settings.css */
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

/* line 1847, app/assets/stylesheets/frontend/settings.css */
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

/* line 1852, app/assets/stylesheets/frontend/settings.css */
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}

/* line 1856, app/assets/stylesheets/frontend/settings.css */
.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}

/* line 1861, app/assets/stylesheets/frontend/settings.css */
.xpro2 {
  filter: sepia(0.3);
}

/* line 1865, app/assets/stylesheets/frontend/settings.css */
.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}

/* line 1870, app/assets/stylesheets/frontend/settings.css */
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

/* line 1874, app/assets/stylesheets/frontend/settings.css */
.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}

/* line 1879, app/assets/stylesheets/frontend/settings.css */
.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}

/* line 1884, app/assets/stylesheets/frontend/settings.css */
.lark {
  filter: contrast(0.9);
}

/* line 1888, app/assets/stylesheets/frontend/settings.css */
.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}

/* line 1893, app/assets/stylesheets/frontend/settings.css */
.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}

/* line 1898, app/assets/stylesheets/frontend/settings.css */
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}

/* line 1902, app/assets/stylesheets/frontend/settings.css */
.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}

/* line 1907, app/assets/stylesheets/frontend/settings.css */
.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}

/* line 1912, app/assets/stylesheets/frontend/settings.css */
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}

/* line 1916, app/assets/stylesheets/frontend/settings.css */
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}

/* line 1921, app/assets/stylesheets/frontend/settings.css */
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}

/* line 1925, app/assets/stylesheets/frontend/settings.css */
.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}

/* line 1930, app/assets/stylesheets/frontend/settings.css */
.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}

/* line 1935, app/assets/stylesheets/frontend/settings.css */
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}

/* line 1939, app/assets/stylesheets/frontend/settings.css */
.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6;
}

/* line 1945, app/assets/stylesheets/frontend/settings.css */
.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply;
}

/* line 1950, app/assets/stylesheets/frontend/settings.css */
._1977:after,
._1977:before,
.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

/* line 2002, app/assets/stylesheets/frontend/settings.css */
._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: relative;
}

/* line 2026, app/assets/stylesheets/frontend/settings.css */
._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
  width: 100%;
  z-index: 1;
}

/* line 2051, app/assets/stylesheets/frontend/settings.css */
._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 2;
}

/* line 2075, app/assets/stylesheets/frontend/settings.css */
._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 3;
}

/* line 2099, app/assets/stylesheets/frontend/settings.css */
.slumber {
  filter: saturate(0.66) brightness(1.05);
}

/* line 2103, app/assets/stylesheets/frontend/settings.css */
.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}

/* line 2108, app/assets/stylesheets/frontend/settings.css */
.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}

/* line 2113, app/assets/stylesheets/frontend/settings.css */
.tp-kbimg-wrap:after,
.tp-kbimg-wrap:before {
  height: 500%;
  width: 500%;
}

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

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 14, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Content a, .tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 19, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 25, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_grey, .medium_grey {
  background-color: #888;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 2px 4px;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 42, app/assets/stylesheets/frontend/layers.css */
.tp-caption.small_text, .small_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 57, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_text, .medium_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 72, app/assets/stylesheets/frontend/layers.css */
.tp-caption.large_text, .large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 87, app/assets/stylesheets/frontend/layers.css */
.tp-caption.very_large_text, .very_large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* line 103, app/assets/stylesheets/frontend/layers.css */
.tp-caption.very_big_white, .very_big_white {
  background-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 120, app/assets/stylesheets/frontend/layers.css */
.tp-caption.very_big_black, .very_big_black {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 137, app/assets/stylesheets/frontend/layers.css */
.tp-caption.modern_medium_fat, .modern_medium_fat {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 152, app/assets/stylesheets/frontend/layers.css */
.tp-caption.modern_medium_fat_white, .modern_medium_fat_white {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 167, app/assets/stylesheets/frontend/layers.css */
.tp-caption.modern_medium_light, .modern_medium_light {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 182, app/assets/stylesheets/frontend/layers.css */
.tp-caption.modern_big_bluebg, .modern_big_bluebg {
  background-color: #4e5b6c;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  text-shadow: none;
}

/* line 199, app/assets/stylesheets/frontend/layers.css */
.tp-caption.modern_big_redbg, .modern_big_redbg {
  background-color: #de543e;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 1px 10px 3px;
  position: absolute;
  text-shadow: none;
}

/* line 216, app/assets/stylesheets/frontend/layers.css */
.tp-caption.modern_small_text_dark, .modern_small_text_dark {
  border-style: none;
  border-width: 0;
  color: #555;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

/* line 230, app/assets/stylesheets/frontend/layers.css */
.tp-caption.boxshadow, .boxshadow {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 237, app/assets/stylesheets/frontend/layers.css */
.tp-caption.black, .black {
  color: #000;
  text-shadow: none;
}

/* line 243, app/assets/stylesheets/frontend/layers.css */
.tp-caption.noshadow, .noshadow {
  text-shadow: none;
}

/* line 248, app/assets/stylesheets/frontend/layers.css */
.tp-caption.thinheadline_dark, .thinheadline_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  text-shadow: none;
}

/* line 260, app/assets/stylesheets/frontend/layers.css */
.tp-caption.thintext_dark, .thintext_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  position: absolute;
  text-shadow: none;
}

/* line 272, app/assets/stylesheets/frontend/layers.css */
.tp-caption.largeblackbg, .largeblackbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 288, app/assets/stylesheets/frontend/layers.css */
.tp-caption.largepinkbg, .largepinkbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #db4360;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 304, app/assets/stylesheets/frontend/layers.css */
.tp-caption.largewhitebg, .largewhitebg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 320, app/assets/stylesheets/frontend/layers.css */
.tp-caption.largegreenbg, .largegreenbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #67ae73;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}

/* line 336, app/assets/stylesheets/frontend/layers.css */
.tp-caption.excerpt, .excerpt {
  background-color: black;
  border-color: #fff;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
  white-space: normal !important;
  width: 150px;
}

/* line 357, app/assets/stylesheets/frontend/layers.css */
.tp-caption.large_bold_grey, .large_bold_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 374, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_thin_grey, .medium_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 391, app/assets/stylesheets/frontend/layers.css */
.tp-caption.small_thin_grey, .small_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #757575;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 408, app/assets/stylesheets/frontend/layers.css */
.tp-caption.lightgrey_divider, .lightgrey_divider {
  background-color: #ebebeb;
  background-position: initial initial;
  background-repeat: initial initial;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 3px;
  text-decoration: none;
  width: 370px;
}

/* line 421, app/assets/stylesheets/frontend/layers.css */
.tp-caption.large_bold_darkblue, .large_bold_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

/* line 435, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_bg_darkblue, .medium_bg_darkblue {
  background-color: #34495e;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 450, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_bold_red, .medium_bold_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 465, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_light_red, .medium_light_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-decoration: none;
}

/* line 480, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_bg_red, .medium_bg_red {
  background-color: #e33a0c;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 495, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_bold_orange, .medium_bold_orange {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #f39c12;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}

/* line 509, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_bg_orange, .medium_bg_orange {
  background-color: #f39c12;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 524, app/assets/stylesheets/frontend/layers.css */
.tp-caption.grassfloor, .grassfloor {
  background-color: #a0b397;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 150px;
  text-decoration: none;
  width: 4000px;
}

/* line 535, app/assets/stylesheets/frontend/layers.css */
.tp-caption.large_bold_white, .large_bold_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

/* line 549, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_light_white, .medium_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}

/* line 564, app/assets/stylesheets/frontend/layers.css */
.tp-caption.mediumlarge_light_white, .mediumlarge_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

/* line 579, app/assets/stylesheets/frontend/layers.css */
.tp-caption.mediumlarge_light_white_center, .mediumlarge_light_white_center {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

/* line 595, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_bg_asbestos, .medium_bg_asbestos {
  background-color: #7f8c8d;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}

/* line 610, app/assets/stylesheets/frontend/layers.css */
.tp-caption.medium_light_black, .medium_light_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}

/* line 625, app/assets/stylesheets/frontend/layers.css */
.tp-caption.large_bold_black, .large_bold_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}

/* line 639, app/assets/stylesheets/frontend/layers.css */
.tp-caption.mediumlarge_light_darkblue, .mediumlarge_light_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

/* line 654, app/assets/stylesheets/frontend/layers.css */
.tp-caption.small_light_white, .small_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  padding: 0;
  text-decoration: none;
}

/* line 669, app/assets/stylesheets/frontend/layers.css */
.tp-caption.roundedimage, .roundedimage {
  border-color: #222;
  border-style: none;
  border-width: 0;
}

/* line 676, app/assets/stylesheets/frontend/layers.css */
.tp-caption.large_bg_black, .large_bg_black {
  background-color: #000;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  padding: 10px 20px 15px;
  text-decoration: none;
}

/* line 691, app/assets/stylesheets/frontend/layers.css */
.tp-caption.mediumwhitebg, .mediumwhitebg {
  background-color: #fff;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 15px 10px;
  text-decoration: none;
  text-shadow: none;
}

/* line 707, app/assets/stylesheets/frontend/layers.css */
.tp-caption.maincaption, .maincaption {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #212a40;
  font-family: roboto;
  font-size: 33px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  text-shadow: none;
}

/* line 722, app/assets/stylesheets/frontend/layers.css */
.tp-caption.miami_title_60px, .miami_title_60px {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}

/* line 738, app/assets/stylesheets/frontend/layers.css */
.tp-caption.miami_subtitle, .miami_subtitle {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: none;
  text-shadow: none;
}

/* line 754, app/assets/stylesheets/frontend/layers.css */
.tp-caption.divideline30px, .divideline30px {
  background: #fff;
  background-color: #fff;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

/* line 766, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Miami_nostyle, .Miami_nostyle {
  border-color: #222;
  border-style: none;
  border-width: 0;
}

/* line 773, app/assets/stylesheets/frontend/layers.css */
.tp-caption.miami_content_light, .miami_content_light {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

/* line 789, app/assets/stylesheets/frontend/layers.css */
.tp-caption.miami_title_60px_dark, .miami_title_60px_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #333;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}

/* line 805, app/assets/stylesheets/frontend/layers.css */
.tp-caption.miami_content_dark, .miami_content_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}

/* line 821, app/assets/stylesheets/frontend/layers.css */
.tp-caption.divideline30px_dark, .divideline30px_dark {
  background-color: #333;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}

/* line 832, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ellipse70px, .ellipse70px {
  background-color: rgba(0, 0, 0, 0.14902);
  border-color: #222;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: 1px;
  min-height: 70px;
  min-width: 70px;
  text-decoration: none;
}

/* line 846, app/assets/stylesheets/frontend/layers.css */
.tp-caption.arrowicon, .arrowicon {
  border-color: #222;
  border-style: none;
  border-width: 0;
  line-height: 1px;
}

/* line 854, app/assets/stylesheets/frontend/layers.css */
.tp-caption.MarkerDisplay, .MarkerDisplay {
  background-color: transparent;
  border-color: #000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  font-family: Permanent Marker;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 868, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Restaurant-Display, .Restaurant-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
  padding: 0;
  text-decoration: none;
}

/* line 885, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Restaurant-Cursive, .Restaurant-Cursive {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Nothing you could do;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 903, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Restaurant-ScrollDownText, .Restaurant-ScrollDownText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0;
  text-decoration: none;
}

/* line 921, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Restaurant-Description, .Restaurant-Description {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 939, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Restaurant-Price, .Restaurant-Price {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 957, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Restaurant-Menuitem, .Restaurant-Menuitem {
  background-color: black;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 976, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Furniture-LogoText, .Furniture-LogoText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 994, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Furniture-Plus, .Furniture-Plus {
  background-color: white;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 7px 4px;
  text-decoration: none;
  text-shadow: none;
}

/* line 1013, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Furniture-Title, .Furniture-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 1032, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Furniture-Subtitle, .Furniture-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 1050, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Gym-Display, .Gym-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}

/* line 1067, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Gym-Subline, .Gym-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1085, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Gym-SmallText, .Gym-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 22;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}

/* line 1103, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Fashion-SmallText, .Fashion-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

/* line 1121, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Fashion-BigDisplay, .Fashion-BigDisplay {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}

/* line 1139, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Fashion-TextBlock, .Fashion-TextBlock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}

/* line 1157, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Sports-Display, .Sports-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 13px;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

/* line 1175, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Sports-DisplayFat, .Sports-DisplayFat {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 900;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}

/* line 1192, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Sports-Subline, .Sports-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  padding: 0;
  text-decoration: none;
}

/* line 1210, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Instagram-Caption, .Instagram-Caption {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

/* line 1227, app/assets/stylesheets/frontend/layers.css */
.tp-caption.News-Title, .News-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto Slab;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}

/* line 1244, app/assets/stylesheets/frontend/layers.css */
.tp-caption.News-Subtitle, .News-Subtitle {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto Slab;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

/* line 1261, app/assets/stylesheets/frontend/layers.css */
.tp-caption.News-Subtitle:hover, .News-Subtitle:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

/* line 1272, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-Display, .Photography-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}

/* line 1290, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-Subline, .Photography-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #777777;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1308, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-ImageHover, .Photography-ImageHover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

/* line 1324, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-ImageHover:hover, .Photography-ImageHover:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1335, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-Menuitem, .Photography-Menuitem {
  background-color: rgba(0, 0, 0, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-decoration: none;
}

/* line 1353, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-Menuitem:hover, .Photography-Menuitem:hover {
  background-color: rgba(0, 255, 222, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1364, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-Textblock, .Photography-Textblock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1382, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-Subline-2, .Photography-Subline-2 {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

/* line 1400, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-ImageHover2, .Photography-ImageHover2 {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}

/* line 1417, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-ImageHover2:hover, .Photography-ImageHover2:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1428, app/assets/stylesheets/frontend/layers.css */
.tp-caption.WebProduct-Title, .WebProduct-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #333333;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-decoration: none;
}

/* line 1445, app/assets/stylesheets/frontend/layers.css */
.tp-caption.WebProduct-SubTitle, .WebProduct-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

/* line 1462, app/assets/stylesheets/frontend/layers.css */
.tp-caption.WebProduct-Content, .WebProduct-Content {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

/* line 1479, app/assets/stylesheets/frontend/layers.css */
.tp-caption.WebProduct-Menuitem, .WebProduct-Menuitem {
  background-color: #333333;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

/* line 1498, app/assets/stylesheets/frontend/layers.css */
.tp-caption.WebProduct-Menuitem:hover, .WebProduct-Menuitem:hover {
  background-color: white;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  text-decoration: none;
}

/* line 1509, app/assets/stylesheets/frontend/layers.css */
.tp-caption.WebProduct-Title-Light, .WebProduct-Title-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1527, app/assets/stylesheets/frontend/layers.css */
.tp-caption.WebProduct-SubTitle-Light, .WebProduct-SubTitle-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1545, app/assets/stylesheets/frontend/layers.css */
.tp-caption.WebProduct-Content-Light, .WebProduct-Content-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1563, app/assets/stylesheets/frontend/layers.css */
.tp-caption.FatRounded, .FatRounded {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: lightgray;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 20px 22px 20px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 1582, app/assets/stylesheets/frontend/layers.css */
.tp-caption.FatRounded:hover, .FatRounded:hover {
  background-color: black;
  border-color: lightgray;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 1593, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none;
}

/* line 1610, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1629, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1648, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-CallToAction:hover, .NotGeneric-CallToAction:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1659, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-Icon, .NotGeneric-Icon {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1678, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-Menuitem, .NotGeneric-Menuitem {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1697, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-Menuitem:hover, .NotGeneric-Menuitem:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1708, app/assets/stylesheets/frontend/layers.css */
.tp-caption.MarkerStyle, .MarkerStyle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Permanent Marker";
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1726, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Gym-Menuitem, .Gym-Menuitem {
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}

/* line 1745, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Gym-Menuitem:hover, .Gym-Menuitem:hover {
  background-color: black;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 1756, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Button, .Newspaper-Button {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 1775, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Button:hover, .Newspaper-Button:hover {
  background-color: white;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: black;
  text-decoration: none;
}

/* line 1786, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #a8d8ee;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 1804, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Title, .Newspaper-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: left;
  text-decoration: none;
}

/* line 1822, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Title-Centered, .Newspaper-Title-Centered {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none;
}

/* line 1840, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Hero-Button, .Hero-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1859, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Hero-Button:hover, .Hero-Button:hover {
  background-color: white;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: black;
  text-decoration: none;
}

/* line 1870, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Video-Title, .Video-Title {
  background-color: black;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

/* line 1888, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Video-SubTitle, .Video-SubTitle {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}

/* line 1907, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-Button, .NotGeneric-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1926, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-Button:hover, .NotGeneric-Button:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1937, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-BigButton, .NotGeneric-BigButton {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 1956, app/assets/stylesheets/frontend/layers.css */
.tp-caption.NotGeneric-BigButton:hover, .NotGeneric-BigButton:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 1967, app/assets/stylesheets/frontend/layers.css */
.tp-caption.WebProduct-Button, .WebProduct-Button {
  background-color: #333333;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 40px;
  text-align: left;
  text-decoration: none;
}

/* line 1986, app/assets/stylesheets/frontend/layers.css */
.tp-caption.WebProduct-Button:hover, .WebProduct-Button:hover {
  background-color: white;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: #333333;
  text-decoration: none;
}

/* line 1997, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Restaurant-Button, .Restaurant-Button {
  background-color: rgba(10, 10, 10, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2016, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Restaurant-Button:hover, .Restaurant-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffe081;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2027, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Gym-Button, .Gym-Button {
  background-color: #8bc027;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2046, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Gym-Button:hover, .Gym-Button:hover {
  background-color: #72a800;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2057, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Gym-Button-Light, .Gym-Button-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2075, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Gym-Button-Light:hover, .Gym-Button-Light:hover {
  background-color: rgba(114, 168, 0, 0);
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2086, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Sports-Button-Light, .Sports-Button-Light {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2105, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Sports-Button-Light:hover, .Sports-Button-Light:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2116, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Sports-Button-Red, .Sports-Button-Red {
  background-color: #db1c22;
  border-color: rgba(219, 28, 34, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2135, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Sports-Button-Red:hover, .Sports-Button-Red:hover {
  background-color: black;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2146, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-Button, .Photography-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2165, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Photography-Button:hover, .Photography-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}

/* line 2176, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Button-2, .Newspaper-Button-2 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}

/* line 2194, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Button-2:hover, .Newspaper-Button-2:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2205, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Feature-Tour, .Feature-Tour {
  background-color: #8bc027;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2223, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Feature-Tour:hover, .Feature-Tour:hover {
  background-color: #72a800;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2234, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Feature-Examples, .Feature-Examples {
  background-color: transparent;
  border-color: rgba(33, 42, 64, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(33, 42, 64, 0.5);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2252, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Feature-Examples:hover, .Feature-Examples:hover {
  background-color: transparent;
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: #8bc027;
  text-decoration: none;
}

/* line 2263, app/assets/stylesheets/frontend/layers.css */
.tp-caption.subcaption, .subcaption {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #6f7c82;
  font-family: roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2282, app/assets/stylesheets/frontend/layers.css */
.tp-caption.menutab, .menutab {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2301, app/assets/stylesheets/frontend/layers.css */
.tp-caption.menutab:hover, .menutab:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #d50000;
  text-decoration: none;
}

/* line 2312, app/assets/stylesheets/frontend/layers.css */
.tp-caption.maincontent, .maincontent {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2331, app/assets/stylesheets/frontend/layers.css */
.tp-caption.minitext, .minitext {
  background-color: transparent;
  border-color: black;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #b9babb;
  font-family: roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}

/* line 2350, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Feature-Buy, .Feature-Buy {
  background-color: #009aee;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2368, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Feature-Buy:hover, .Feature-Buy:hover {
  background-color: #0085d6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2379, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Feature-Examples-Light, .Feature-Examples-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}

/* line 2397, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Feature-Examples-Light:hover, .Feature-Examples-Light:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}

/* line 2408, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Facebook-Likes, .Facebook-Likes {
  background-color: #3b5999;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}

/* line 2426, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Favorites, .Twitter-Favorites {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 2444, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Link, .Twitter-Link {
  background-color: white;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: #8799a5;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 11px 9px;
  text-align: left;
  text-decoration: none;
}

/* line 2462, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Link:hover, .Twitter-Link:hover {
  background-color: #0084b4;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}

/* line 2473, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Retweet, .Twitter-Retweet {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

/* line 2491, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Content, .Twitter-Content {
  background-color: white;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292f33;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 30px 30px 70px;
  text-align: left;
  text-decoration: none;
}

/* line 2509, app/assets/stylesheets/frontend/layers.css */
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 2534, app/assets/stylesheets/frontend/layers.css */
.tp-caption.BigBold-Title,
.BigBold-Title {
  color: white;
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 0px 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2551, app/assets/stylesheets/frontend/layers.css */
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2569, app/assets/stylesheets/frontend/layers.css */
.tp-caption.BigBold-Button,
.BigBold-Button {
  color: white;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2587, app/assets/stylesheets/frontend/layers.css */
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2597, app/assets/stylesheets/frontend/layers.css */
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
  color: #292e31;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 30px 30px 30px 30px;
  text-decoration: none;
  background-color: white;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2614, app/assets/stylesheets/frontend/layers.css */
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 70px 15px 50px;
  text-decoration: none;
  background-color: white;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2632, app/assets/stylesheets/frontend/layers.css */
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2642, app/assets/stylesheets/frontend/layers.css */
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2660, app/assets/stylesheets/frontend/layers.css */
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}

/* line 2670, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Video-SubTitle,
.Video-SubTitle {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 2px;
  text-align: left;
}

/* line 2688, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Video-Title,
.Video-Title {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: black;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2705, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2722, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
  color: white;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2739, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
  color: white;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2757, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
}

/* line 2769, app/assets/stylesheets/frontend/layers.css */
.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 0px 0px 0px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2786, app/assets/stylesheets/frontend/layers.css */
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}

/* line 2804, app/assets/stylesheets/frontend/layers.css */
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2814, app/assets/stylesheets/frontend/layers.css */
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  text-shadow: none;
}

/* line 2836, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
  color: #292e31;
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2853, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
  color: #6f7c82;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2870, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2887, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
  color: #6f7c82;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

/* line 2897, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
  color: #292e31;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2914, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
  color: #6f7c82;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2931, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
  color: #6f7c82;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 2948, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2966, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 2976, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}

/* line 2994, app/assets/stylesheets/frontend/layers.css */
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}

/* line 3004, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Title,
.Newspaper-Title {
  color: white;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Slab";
  padding: 0 0 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3021, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
  color: #a8d8ee;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3038, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Button,
.Newspaper-Button {
  color: white;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
  text-align: left;
}

/* line 3056, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3066, app/assets/stylesheets/frontend/layers.css */
.tp-caption.rtwhitemedium,
.rtwhitemedium {
  font-size: 22px;
  line-height: 26px;
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: black;
  border-style: none;
  text-shadow: none;
}

@media only screen and (max-width: 767px) {
  /* line 3080, app/assets/stylesheets/frontend/layers.css */
  .revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
    width: 200px !important;
  }
}

/* line 3086, app/assets/stylesheets/frontend/layers.css */
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {
  font-family: "Arial", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  border: 0;
  background: #009aee;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 3103, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 3107, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 3111, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-Title,
.Concept-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}

/* line 3129, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: Playfair Display;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3146, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-Content,
.Concept-Content {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3163, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 3182, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3192, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 3211, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3221, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
  color: rgba(0, 0, 0, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: Playfair Display;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3238, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
  color: black;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}

/* line 3256, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
  color: black;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}

/* line 3275, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3285, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3302, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-Notice,
.Concept-Notice {
  color: white;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

/* line 3320, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: 700 !important;
}

/* line 3326, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-Content a:hover {
  border-bottom: 1px solid transparent !important;
}

/* line 3329, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  font-weight: 700 !important;
}

/* line 3335, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Concept-Content-Dark a:hover {
  border-bottom: 1px solid transparent !important;
}

/* line 3339, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}

/* line 3343, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}

/* line 3347, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Creative-Title,
.Creative-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3364, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
  color: #cdb083;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

/* line 3382, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Creative-Button,
.Creative-Button {
  color: #cdb083;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(205, 176, 131, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}

/* line 3400, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
  color: #cdb083;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cdb083;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3411, app/assets/stylesheets/frontend/layers.css */
.tp-caption.subcaption,
.subcaption {
  color: #6f7c82;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: black;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-shadow: none;
  text-align: left;
}

/* line 3429, app/assets/stylesheets/frontend/layers.css */
.tp-caption.RedDot,
.RedDot {
  color: black;
  font-weight: 400;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: #d50000;
  border-color: white;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3443, app/assets/stylesheets/frontend/layers.css */
.tp-caption.RedDot:hover,
.RedDot:hover {
  color: black;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: #d50000;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}

/* line 3454, app/assets/stylesheets/frontend/layers.css */
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3471, app/assets/stylesheets/frontend/layers.css */
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3489, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  type: text;
}

/* line 3507, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-Rating,
.Woo-Rating {
  color: black;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  type: text;
}

/* line 3525, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  type: text;
}

/* line 3544, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  type: text;
}

/* line 3562, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}

/* line 3580, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3590, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}

/* line 3608, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3618, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  type: text;
}

/* line 3636, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  type: text;
}

/* line 3655, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  type: text;
}

/* line 3673, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}

/* line 3691, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3701, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}

/* line 3719, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}

/* line 3730, app/assets/stylesheets/frontend/layers.css */
.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 11px 8px 11px 12px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 3px;
  text-align: left;
}

/* line 3749, app/assets/stylesheets/frontend/layers.css */
.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3760, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Agency-Title,
.Agency-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 3778, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 3795, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
  color: white;
  font-size: 30px;
  line-height: 71px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 3812, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 3823, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Agency-SmallText,
.Agency-SmallText {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}

/* line 3841, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Agency-Social,
.Agency-Social {
  color: #333333;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 3858, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
  color: white;
  text-decoration: none;
  background-color: #333333;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 3869, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 3886, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 3898, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Dining-Title,
.Dining-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 3916, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 3933, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  padding: 17px 73px 17px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 2px;
}

/* line 3951, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}

/* line 3961, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Dining-Social,
.Dining-Social {
  color: white;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}

/* line 3978, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

/* line 3989, app/assets/stylesheets/frontend/layers.css */
tp-caption.Team-Thumb,
.Team-Thumb {
  color: white;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4006, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}

/* line 4017, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Team-Name,
.Team-Name {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4034, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Team-Position,
.Team-Position {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4051, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Team-Description,
.Team-Description {
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}

/* line 4068, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Team-Social,
.Team-Social {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4085, app/assets/stylesheets/frontend/layers.css */
.tp-caption.Team-Social:hover,
.Team-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4097, app/assets/stylesheets/frontend/layers.css */
.tp-caption.VideoControls-Play,
.VideoControls-Play {
  color: black;
  font-size: 50px;
  line-height: 120px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 7px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 4114, app/assets/stylesheets/frontend/layers.css */
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 4125, app/assets/stylesheets/frontend/layers.css */
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}

/* line 4143, app/assets/stylesheets/frontend/layers.css */
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4160, app/assets/stylesheets/frontend/layers.css */
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}

/* line 4177, app/assets/stylesheets/frontend/layers.css */
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}

/* line 4188, app/assets/stylesheets/frontend/layers.css */
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
  color: black;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 4205, app/assets/stylesheets/frontend/layers.css */
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

/* line 4216, app/assets/stylesheets/frontend/layers.css */
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
  color: black;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}

/* line 4233, app/assets/stylesheets/frontend/layers.css */
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 ARES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 11, app/assets/stylesheets/frontend/navigation.css */
.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

/* line 23, app/assets/stylesheets/frontend/navigation.css */
.ares.tparrows:before {
  font-family: "revicons";
  font-size: 25px;
  color: #aaa;
  display: block;
  line-height: 60px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
}

/* line 36, app/assets/stylesheets/frontend/navigation.css */
.ares.tparrows.tp-leftarrow:before {
  content: "\e81f";
}

/* line 39, app/assets/stylesheets/frontend/navigation.css */
.ares.tparrows.tp-rightarrow:before {
  content: "\e81e";
}

/* line 42, app/assets/stylesheets/frontend/navigation.css */
.ares.tparrows:hover:before {
  color: #000;
}

/* line 45, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  line-height: 60px;
  top: 0px;
  margin-left: 30px;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

/* line 63, app/assets/stylesheets/frontend/navigation.css */
.ares.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 30px 0px 0px 30px;
}

/* line 69, app/assets/stylesheets/frontend/navigation.css */
.ares.tparrows:hover .tp-title-wrap {
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
}

/* line 73, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-arr-titleholder {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 10px;
  opacity: 0;
}

/* line 89, app/assets/stylesheets/frontend/navigation.css */
.ares.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 10px;
}

/* line 94, app/assets/stylesheets/frontend/navigation.css */
.ares.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
/* line 104, app/assets/stylesheets/frontend/navigation.css */
.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 114, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 123, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
  background: #fff;
}

/* line 127, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-bullet-title {
  position: absolute;
  color: #888;
  font-size: 12px;
  padding: 0px 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
}

/* line 146, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-bullet-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0px;
}

/* line 158, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/* line 164, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-bullet.selected:hover .tp-bullet-title {
  background: #fff;
}

/* line 167, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #fff;
}

/* line 170, app/assets/stylesheets/frontend/navigation.css */
.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden;
}

/* line 173, app/assets/stylesheets/frontend/navigation.css */
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
}

/* TABS */
/* line 178, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

/* line 185, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 194, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 208, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

/* line 216, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 226, app/assets/stylesheets/frontend/navigation.css */
.ares .tp-tab:hover,
.ares .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 CUSTOM SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 253, app/assets/stylesheets/frontend/navigation.css */
.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
}

/* line 263, app/assets/stylesheets/frontend/navigation.css */
.custom.tparrows:hover {
  background: #000;
}

/* line 266, app/assets/stylesheets/frontend/navigation.css */
.custom.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 274, app/assets/stylesheets/frontend/navigation.css */
.custom.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 277, app/assets/stylesheets/frontend/navigation.css */
.custom.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
/* line 286, app/assets/stylesheets/frontend/navigation.css */
.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 296, app/assets/stylesheets/frontend/navigation.css */
.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}

/* line 305, app/assets/stylesheets/frontend/navigation.css */
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
  background: #7d7d7d;
}

/* THUMBS */
/* TABS */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 DIONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 332, app/assets/stylesheets/frontend/navigation.css */
.dione.tparrows {
  height: 100%;
  width: 100px;
  background: transparent;
  background: rgba(0, 0, 0, 0);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 342, app/assets/stylesheets/frontend/navigation.css */
.dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}

/* line 345, app/assets/stylesheets/frontend/navigation.css */
.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0px;
  position: absolute;
  height: 100%;
  top: 0px;
  overflow: hidden;
}

/* line 353, app/assets/stylesheets/frontend/navigation.css */
.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0px;
}

/* line 358, app/assets/stylesheets/frontend/navigation.css */
.dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100%;
  top: 0px;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  left: 0px;
}

/* line 373, app/assets/stylesheets/frontend/navigation.css */
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0px;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}

/* line 380, app/assets/stylesheets/frontend/navigation.css */
.dione.tparrows:before {
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 392, app/assets/stylesheets/frontend/navigation.css */
.dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}

/* line 396, app/assets/stylesheets/frontend/navigation.css */
.dione.tparrows:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

/* line 402, app/assets/stylesheets/frontend/navigation.css */
.dione.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

/* line 407, app/assets/stylesheets/frontend/navigation.css */
.dione.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

/* BULLETS */
/* line 417, app/assets/stylesheets/frontend/navigation.css */
.dione .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 431, app/assets/stylesheets/frontend/navigation.css */
.dione .tp-bullet-image {
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

/* line 443, app/assets/stylesheets/frontend/navigation.css */
.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

/* line 465, app/assets/stylesheets/frontend/navigation.css */
.dione .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 471, app/assets/stylesheets/frontend/navigation.css */
.dione .tp-bullet.selected,
.dione .tp-bullet:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 484, app/assets/stylesheets/frontend/navigation.css */
.dione .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 ERINYEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 509, app/assets/stylesheets/frontend/navigation.css */
.erinyen.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
}

/* line 521, app/assets/stylesheets/frontend/navigation.css */
.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 531, app/assets/stylesheets/frontend/navigation.css */
.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 534, app/assets/stylesheets/frontend/navigation.css */
.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 538, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

/* line 560, app/assets/stylesheets/frontend/navigation.css */
.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* line 568, app/assets/stylesheets/frontend/navigation.css */
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

/* line 578, app/assets/stylesheets/frontend/navigation.css */
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

/* line 583, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translateX(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

/* line 600, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

/* line 609, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

/* line 618, app/assets/stylesheets/frontend/navigation.css */
.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translateX(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

/* line 623, app/assets/stylesheets/frontend/navigation.css */
.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* BULLETS */
/* line 633, app/assets/stylesheets/frontend/navigation.css */
.erinyen.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555555;
  /* old browsers */
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #555555 0%, #222222 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#555555", endcolorstr="#222222",gradienttype=0 );
  /* ie6-9 */
  padding: 10px 15px;
  margin-left: -15px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 1px rgba(33, 33, 33, 0.3);
}

/* line 652, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 661, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
  background: #e5e5e5;
  /* old browsers */
  background: -moz-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #999999));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #e5e5e5 0%, #999999 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #e5e5e5 0%, #999999 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr="#e5e5e5", endcolorstr="#999999",gradienttype=0 );
  /* ie6-9 */
  border: 1px solid #555;
  width: 12px;
  height: 12px;
}

/* THUMBS */
/* line 681, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-thumb {
  opacity: 1;
}

/* line 685, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 698, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

/* line 712, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-thumb-more:before {
  content: "\e825";
}

/* line 716, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 738, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 744, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

/* line 748, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/* TABS */
/* line 756, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

/* line 765, app/assets/stylesheets/frontend/navigation.css */
.erinyen .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 GYGES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* BULLETS */
/* line 790, app/assets/stylesheets/frontend/navigation.css */
.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777777;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777777 0%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777777), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #777777 0%, #666666 100%);
  background: -o-linear-gradient(top, #777777 0%, #666666 100%);
  background: -ms-linear-gradient(top, #777777 0%, #666666 100%);
  background: linear-gradient(to bottom, #777777 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777",  endColorstr="#666666",GradientType=0 );
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 10px;
}

/* line 810, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 820, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-bullet:hover,
.gyges .tp-bullet.selected {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e1e1e1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e1e1e1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff",  endColorstr="#e1e1e1",GradientType=0 );
  /* IE6-9 */
}

/* THUMBS */
/* line 841, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-thumb {
  opacity: 1;
}

/* line 844, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 858, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 867, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  white-space: nowrap;
}

/* line 886, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-thumb:hover .tp-thumb-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 892, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 904, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
/* line 919, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 926, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 935, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 949, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

/* line 957, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 967, app/assets/stylesheets/frontend/navigation.css */
.gyges .tp-tab:hover,
.gyges .tp-tab.selected {
  background: rgba(0, 0, 0, 0.5);
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 HADES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 994, app/assets/stylesheets/frontend/navigation.css */
.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 100;
}

/* line 1005, app/assets/stylesheets/frontend/navigation.css */
.hades.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

/* line 1014, app/assets/stylesheets/frontend/navigation.css */
.hades.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1017, app/assets/stylesheets/frontend/navigation.css */
.hades.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1021, app/assets/stylesheets/frontend/navigation.css */
.hades.tparrows:hover:before {
  color: #aaa;
  background: #fff;
  background: white;
}

/* line 1026, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-arr-allwrapper {
  position: absolute;
  left: 100%;
  top: 0px;
  background: #888;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

/* line 1044, app/assets/stylesheets/frontend/navigation.css */
.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}

/* line 1053, app/assets/stylesheets/frontend/navigation.css */
.hades:hover .tp-arr-allwrapper {
  -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotatey(0deg);
  transform: rotatey(0deg);
}

/* line 1066, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* BULLETS */
/* line 1081, app/assets/stylesheets/frontend/navigation.css */
.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1091, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #888;
  cursor: pointer;
  border: 5px solid #fff;
  box-sizing: content-box;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translatez(0.01px);
  transform: translatez(0.01px);
}

/* line 1105, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
  background: #555;
}

/* line 1111, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-bullet-image {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

/* line 1130, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  visibility: visible;
}

/* THUMBS */
/* line 1142, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-thumb {
  opacity: 1;
}

/* line 1145, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1159, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 1171, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 1184, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* TABS */
/* line 1199, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-tab {
  opacity: 1;
}

/* line 1203, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}

/* line 1212, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}

/* line 1222, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-tab-button {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  background: #219bd7;
  border-radius: 4px;
  font-weight: 400;
}

/* line 1233, app/assets/stylesheets/frontend/navigation.css */
.hades .tp-tab-inner {
  text-align: center;
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEBE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1250, app/assets/stylesheets/frontend/navigation.css */
.hebe.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
}

/* line 1261, app/assets/stylesheets/frontend/navigation.css */
.hebe.tparrows:before {
  font-family: "revicons";
  font-size: 30px;
  color: #aaa;
  display: block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
}

/* line 1277, app/assets/stylesheets/frontend/navigation.css */
.hebe.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1280, app/assets/stylesheets/frontend/navigation.css */
.hebe.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1283, app/assets/stylesheets/frontend/navigation.css */
.hebe.tparrows:hover:before {
  color: #000;
}

/* line 1286, app/assets/stylesheets/frontend/navigation.css */
.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}

/* line 1303, app/assets/stylesheets/frontend/navigation.css */
.hebe.tp-rightarrow .tp-title-wrap {
  right: 0px;
  -webkit-transform-origin: 100% 50%;
}

/* line 1307, app/assets/stylesheets/frontend/navigation.css */
.hebe.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

/* line 1311, app/assets/stylesheets/frontend/navigation.css */
.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0px 20px 0px 90px;
}

/* line 1322, app/assets/stylesheets/frontend/navigation.css */
.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0px;
  padding: 0px 90px 0px 20px;
}

/* line 1327, app/assets/stylesheets/frontend/navigation.css */
.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

/* line 1334, app/assets/stylesheets/frontend/navigation.css */
.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0px;
  right: -90px;
}

/* line 1344, app/assets/stylesheets/frontend/navigation.css */
.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}

/* BULLETS */
/* line 1351, app/assets/stylesheets/frontend/navigation.css */
.hebe.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1362, app/assets/stylesheets/frontend/navigation.css */
.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222;
  border-radius: 50%;
  box-sizing: content-box;
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translateZ(0.01px);
  transform: translateZ(0.01px);
  transition: all 0.3s;
}

/* line 1377, app/assets/stylesheets/frontend/navigation.css */
.hebe .tp-bullet:hover,
.hebe .tp-bullet.selected {
  background: #222;
  border-color: #fff;
}

/* line 1383, app/assets/stylesheets/frontend/navigation.css */
.hebe .tp-bullet-image {
  position: absolute;
  top: -90px;
  left: -40px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 6px;
}

/* line 1405, app/assets/stylesheets/frontend/navigation.css */
.hebe .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}

/* TABS */
/* line 1417, app/assets/stylesheets/frontend/navigation.css */
.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}

/* line 1426, app/assets/stylesheets/frontend/navigation.css */
.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HEPHAISTOS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1446, app/assets/stylesheets/frontend/navigation.css */
.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

/* line 1457, app/assets/stylesheets/frontend/navigation.css */
.hephaistos.tparrows:hover {
  background: #000;
}

/* line 1460, app/assets/stylesheets/frontend/navigation.css */
.hephaistos.tparrows:before {
  font-family: "revicons";
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 1468, app/assets/stylesheets/frontend/navigation.css */
.hephaistos.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -2px;
}

/* line 1473, app/assets/stylesheets/frontend/navigation.css */
.hephaistos.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -2px;
}

/* BULLETS */
/* line 1483, app/assets/stylesheets/frontend/navigation.css */
.hephaistos.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 1493, app/assets/stylesheets/frontend/navigation.css */
.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}

/* line 1505, app/assets/stylesheets/frontend/navigation.css */
.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
  background: #fff;
  border-color: #000;
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HERMES SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1527, app/assets/stylesheets/frontend/navigation.css */
.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 100;
}

/* line 1538, app/assets/stylesheets/frontend/navigation.css */
.hermes.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1550, app/assets/stylesheets/frontend/navigation.css */
.hermes.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 1553, app/assets/stylesheets/frontend/navigation.css */
.hermes.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 1556, app/assets/stylesheets/frontend/navigation.css */
.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

/* line 1561, app/assets/stylesheets/frontend/navigation.css */
.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

/* line 1567, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0px;
  left: 0px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* line 1580, app/assets/stylesheets/frontend/navigation.css */
.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0px;
  left: auto;
}

/* line 1583, app/assets/stylesheets/frontend/navigation.css */
.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}

/* line 1586, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 110px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  transition: all 0.3s;
  transition-delay: 0.3s;
}

/* line 1594, app/assets/stylesheets/frontend/navigation.css */
.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px);
  -webkit-transform: translateX(180px);
}

/* line 1599, app/assets/stylesheets/frontend/navigation.css */
.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/* line 1603, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* line 1624, app/assets/stylesheets/frontend/navigation.css */
.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/* BULLETS */
/* line 1636, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #FFF;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
}

/* line 1648, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 1651, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 1px #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

/* line 1663, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-bullet.selected:after {
  height: 100%;
}

/* TABS */
/* line 1669, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  box-sizing: border-box;
}

/* line 1674, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative;
}

/* line 1680, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-tab-content {
  background: #363636;
  position: absolute;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 40%;
  bottom: 0px;
  left: -10px;
}

/* line 1693, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 1701, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px;
}

/* line 1711, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-tab.selected .tp-tab-title:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #363636;
  content: " ";
  position: absolute;
  right: -9px;
  bottom: 50%;
  margin-bottom: -30px;
}

/* line 1723, app/assets/stylesheets/frontend/navigation.css */
.hermes .tp-tab-mask {
  padding-right: 10px !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 960px) {
  /* line 1729, app/assets/stylesheets/frontend/navigation.css */
  .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 1730, app/assets/stylesheets/frontend/navigation.css */
  .hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  /* line 1731, app/assets/stylesheets/frontend/navigation.css */
  .hermes .tp-tab-content {
    padding: 15px 15px 15px 25px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1734, app/assets/stylesheets/frontend/navigation.css */
  .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px;
  }
  /* line 1735, app/assets/stylesheets/frontend/navigation.css */
  .hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  /* line 1736, app/assets/stylesheets/frontend/navigation.css */
  .hermes .tp-tab-content {
    padding: 10px 10px 10px 20px;
  }
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 HESPERIDEN SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1750, app/assets/stylesheets/frontend/navigation.css */
.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

/* line 1761, app/assets/stylesheets/frontend/navigation.css */
.hesperiden.tparrows:hover {
  background: #000;
}

/* line 1764, app/assets/stylesheets/frontend/navigation.css */
.hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 1772, app/assets/stylesheets/frontend/navigation.css */
.hesperiden.tparrows.tp-leftarrow:before {
  content: "\e82c";
  margin-left: -3px;
}

/* line 1776, app/assets/stylesheets/frontend/navigation.css */
.hesperiden.tparrows.tp-rightarrow:before {
  content: "\e82d";
  margin-right: -3px;
}

/* BULLETS */
/* line 1784, app/assets/stylesheets/frontend/navigation.css */
.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
  border-radius: 8px;
}

/* line 1796, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999999;
  /* old browsers */
  background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #e1e1e1));
  /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #e1e1e1 100%);
  /* ie10+ */
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  /* w3c */
  filter: progid:dximagetransform.microsoft.gradient(  startcolorstr="#999999", endcolorstr="#e1e1e1",gradienttype=0 );
  /* ie6-9 */
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 1815, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
  background: #666;
}

/* THUMBS */
/* line 1826, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-thumb {
  opacity: 1;
  -webkit-perspective: 600px;
  perspective: 600px;
}

/* line 1831, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  display: block;
  z-index: 1000;
  background-color: #000;
  padding: 5px 10px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotatex(90deg) translatez(0.001px);
  transform-origin: 50% 100%;
  -webkit-transform: rotatex(90deg) translatez(0.001px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
}

/* line 1855, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-thumb:hover .tp-thumb-title {
  transform: rotatex(0deg);
  -webkit-transform: rotatex(0deg);
  opacity: 1;
}

/* TABS */
/* line 1862, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1869, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

/* line 1878, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 1892, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0px;
}

/* line 1900, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

/* line 1910, app/assets/stylesheets/frontend/navigation.css */
.hesperiden .tp-tab:hover,
.hesperiden .tp-tab.selected {
  background: #eee;
}

/* MEDIA QUERIES */
/*-----------------------------------------------------------------------------

- Revolution Slider 5.0 Navigatin Skin Style  -

 METIS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 1937, app/assets/stylesheets/frontend/navigation.css */
.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

/* line 1947, app/assets/stylesheets/frontend/navigation.css */
.metis.tparrows:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
}

/* line 1952, app/assets/stylesheets/frontend/navigation.css */
.metis.tparrows:before {
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 1958, app/assets/stylesheets/frontend/navigation.css */
.metis.tparrows:hover:before {
  transform: scale(1.5);
}

/* BULLETS */
/* line 1964, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 50%;
}

/* line 1978, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}

/* line 1992, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}

/* line 2014, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0deg) translateX(-50%);
  -webkit-transform: rotateX(0deg) translateX(-50%);
  opacity: 1;
}

/* line 2020, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #777777 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #777777));
  background: -webkit-linear-gradient(top, white 0%, #777777 100%);
  background: -o-linear-gradient(top, white 0%, #777777 100%);
  background: -ms-linear-gradient(top, white 0%, #777777 100%);
  background: linear-gradient(to bottom, white 0%, #777777 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
}

/* line 2033, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}

/* line 2046, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-tab-number {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Playfair Display";
  width: 50px;
  margin-right: 17px;
  display: inline-block;
  float: left;
}

/* line 2057, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-tab-mask {
  padding-left: 20px;
  left: 0px;
  max-width: 90px !important;
  transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}

/* line 2063, app/assets/stylesheets/frontend/navigation.css */
.metis:hover .tp-tab-mask {
  padding-left: 0px;
  left: 50px;
  max-width: 500px !important;
}

/* line 2068, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-tab-divider {
  border-right: 1px solid transparent;
  height: 30px;
  width: 1px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}

/* line 2076, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-tab-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Playfair Display";
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  transform: translateX(-100%);
  transition: 0.4s all;
}

/* line 2089, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-tab-title-mask {
  position: absolute;
  overflow: hidden;
  left: 67px;
}

/* line 2094, app/assets/stylesheets/frontend/navigation.css */
.metis:hover .tp-tab-title {
  transform: translateX(0);
}

/* line 2097, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-tab {
  opacity: 0.15;
  transition: 0.4s all;
}

/* line 2101, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-tab:hover,
.metis .tp-tab.selected {
  opacity: 1;
}

/* line 2105, app/assets/stylesheets/frontend/navigation.css */
.metis .tp-tab.selected .tp-tab-divider {
  border-right: 1px solid #cdb083;
}

/* line 2108, app/assets/stylesheets/frontend/navigation.css */
.metis.tp-tabs {
  max-width: 118px !important;
  padding-left: 50px;
}

/* line 2112, app/assets/stylesheets/frontend/navigation.css */
.metis.tp-tabs:before {
  content: " ";
  height: 100%;
  width: 88px;
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  left: 0px;
  top: 0px;
  position: absolute;
  transition: 0.4s all;
}

/* line 2123, app/assets/stylesheets/frontend/navigation.css */
.metis.tp-tabs:hover:before {
  width: 118px;
}

@media (max-width: 499px) {
  /* line 2127, app/assets/stylesheets/frontend/navigation.css */
  .metis.tp-tabs:before {
    background: rgba(0, 0, 0, 0.75);
  }
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 PERSEPHONE SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2143, app/assets/stylesheets/frontend/navigation.css */
.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(200, 200, 200, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5;
}

/* line 2154, app/assets/stylesheets/frontend/navigation.css */
.persephone.tparrows:hover {
  background: #333;
}

/* line 2157, app/assets/stylesheets/frontend/navigation.css */
.persephone.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

/* line 2165, app/assets/stylesheets/frontend/navigation.css */
.persephone.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 2168, app/assets/stylesheets/frontend/navigation.css */
.persephone.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* BULLETS */
/* line 2177, app/assets/stylesheets/frontend/navigation.css */
.persephone.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}

/* line 2187, app/assets/stylesheets/frontend/navigation.css */
.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: content-box;
}

/* line 2196, app/assets/stylesheets/frontend/navigation.css */
.persephone .tp-bullet:hover,
.persephone .tp-bullet.selected {
  background: #222;
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 URANUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2217, app/assets/stylesheets/frontend/navigation.css */
.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: transparent;
}

/* line 2222, app/assets/stylesheets/frontend/navigation.css */
.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 2231, app/assets/stylesheets/frontend/navigation.css */
.uranus.tparrows:hover:before {
  opacity: 0.75;
}

/* BULLETS */
/* line 2236, app/assets/stylesheets/frontend/navigation.css */
.uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent;
}

/* line 2243, app/assets/stylesheets/frontend/navigation.css */
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px #FFF;
  border: none;
  border-radius: 50%;
  background: transparent;
}

/* line 2254, app/assets/stylesheets/frontend/navigation.css */
.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

/* line 2271, app/assets/stylesheets/frontend/navigation.css */
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #fff;
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* ARROWS */
/* line 2289, app/assets/stylesheets/frontend/navigation.css */
.zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}

/* line 2301, app/assets/stylesheets/frontend/navigation.css */
.zeus.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

/* line 2311, app/assets/stylesheets/frontend/navigation.css */
.zeus.tparrows.tp-leftarrow:before {
  content: "\e824";
}

/* line 2314, app/assets/stylesheets/frontend/navigation.css */
.zeus.tparrows.tp-rightarrow:before {
  content: "\e825";
}

/* line 2318, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

/* line 2334, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

/* line 2350, app/assets/stylesheets/frontend/navigation.css */
.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

/* line 2354, app/assets/stylesheets/frontend/navigation.css */
.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

/* line 2360, app/assets/stylesheets/frontend/navigation.css */
.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* BULLETS */
/* line 2368, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}

/* line 2376, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* line 2391, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-bullet:hover:after,
.zeus .tp-bullet.selected:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 2397, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}

/* line 2423, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-bullet-title,
.zeus .tp-bullet-imageoverlay {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 2429, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
  left: -57px;
}

/* line 2451, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-bullet:hover .tp-bullet-title,
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* THUMBS */
/* line 2461, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-thumb {
  opacity: 1;
}

/* line 2465, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 2478, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

/* line 2492, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-thumb-more:before {
  content: "\e825";
}

/* line 2496, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-thumb-title {
  font-family: "Raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 2518, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 2524, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
  background: #000;
}

/* line 2528, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color: #fff;
}

/* TABS */
/* line 2536, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-tab {
  opacity: 1;
  box-sizing: border-box;
}

/* line 2541, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px;
}

/* line 2552, app/assets/stylesheets/frontend/navigation.css */
.zeus .tp-tab:hover .tp-tab-title,
.zeus .tp-tab.selected .tp-tab-title {
  color: #000;
  background: white;
}

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

- Revolution Slider 5.0 Navigatin Skin Style  -

 ZEUS SKIN

author:  ThemePunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* line 2572, app/assets/stylesheets/frontend/navigation.css */
.post-tabs .tp-thumb {
  opacity: 1;
}

/* line 2576, app/assets/stylesheets/frontend/navigation.css */
.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 2588, app/assets/stylesheets/frontend/navigation.css */
.post-tabs .tp-thumb-more:before {
  font-family: "revicons";
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

/* line 2602, app/assets/stylesheets/frontend/navigation.css */
.post-tabs .tp-thumb-more:before {
  content: "\e825";
}

/* line 2606, app/assets/stylesheets/frontend/navigation.css */
.post-tabs .tp-thumb-title {
  font-family: "raleway";
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}

/* line 2628, app/assets/stylesheets/frontend/navigation.css */
.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}

/* line 2634, app/assets/stylesheets/frontend/navigation.css */
.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}

/* line 2638, app/assets/stylesheets/frontend/navigation.css */
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color: #000;
}

/* stylelint-disable */
/* stylelint-disable all */
/*-------------------------------------------------
  =  Table of Css

  1.Import google fonts & basic style of template
  2.Header
  3.Isotope filtering
  4.Kenburn slider basic
  5.General
  6.Blog style
  7.Portfolio style
  8.Contact section
  9.Scroller section style
  10.slider serction style
  11.team style
  12.Tabs, Collapse style
  13.Sidebar Style 
  14.Single Post style
  15.Single Project style
  16.Services style
  17.Footer style
  18.Responsive part
-------------------------------------------------*/
/* line 27, app/assets/stylesheets/frontend/style.css */
.reset-elem {
  margin: 0;
  padding: 0;
}

/* line 32, app/assets/stylesheets/frontend/style.css */
p,
.paragraph {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 16px;
}

/* line 42, app/assets/stylesheets/frontend/style.css */
.heading1,
h1 {
  color: #ffffff;
  font-size: 50px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}

/* line 52, app/assets/stylesheets/frontend/style.css */
.heading2,
h2 {
  color: #ffffff;
  font-size: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 20px;
}

/* line 62, app/assets/stylesheets/frontend/style.css */
.heading3,
h3 {
  color: #ffffff;
  font-size: 25px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 12px;
}

/* line 72, app/assets/stylesheets/frontend/style.css */
.heading3,
h4 {
  color: #ffffff;
  font-size: 17px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: auto;
  margin: 0 0 6px;
}

/* line 82, app/assets/stylesheets/frontend/style.css */
.back-cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

/* line 89, app/assets/stylesheets/frontend/style.css */
a,
.anchor {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* Using SCSS variables to store breakpoints */
/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
/* line 103, app/assets/stylesheets/frontend/style.css */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 340px;
  height: 100vh;
  overflow: visible;
  background-color: rgba(65, 65, 65, 0.9);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media (max-width: 1279px) {
  /* line 119, app/assets/stylesheets/frontend/style.css */
  header {
    width: 300px;
    left: -300px;
    background-color: #414141;
  }
  /* line 125, app/assets/stylesheets/frontend/style.css */
  header.showed {
    left: 0;
  }
}

/* line 130, app/assets/stylesheets/frontend/style.css */
header .logo {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 1459px) {
  /* line 141, app/assets/stylesheets/frontend/style.css */
  header .logo {
    padding: 30px 0;
  }
}

/* line 146, app/assets/stylesheets/frontend/style.css */
header .logo:not(.logo-dual) a img {
  max-width: 100%;
  height: auto;
}

/* line 151, app/assets/stylesheets/frontend/style.css */
header .logo.logo-dual {
  padding: 16px 0 12px;
}

/* line 155, app/assets/stylesheets/frontend/style.css */
header .logo.logo-dual .logo-dual-group,
header .logo.logo-dual .logo-dual-link {
  padding: 0 12px;
  max-width: 100%;
}

/* line 161, app/assets/stylesheets/frontend/style.css */
.logo-dual-group,
.logo-dual-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
}

/* line 171, app/assets/stylesheets/frontend/style.css */
.logo-dual-group img,
.logo-dual-link img {
  display: block;
  object-fit: contain;
}

/* line 177, app/assets/stylesheets/frontend/style.css */
.logo-dual-separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 300;
  line-height: 32px;
  height: 32px;
  flex-shrink: 0;
  user-select: none;
}

/* line 187, app/assets/stylesheets/frontend/style.css */
header .logo.logo-dual .logo-dual-prov,
header .logo.logo-dual .logo-dual-smap {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  object-fit: contain;
}

/* line 196, app/assets/stylesheets/frontend/style.css */
.light-version header .logo-dual-separator,
.yellow-version header .logo-dual-separator {
  color: rgba(0, 0, 0, 0.35);
}

/* line 201, app/assets/stylesheets/frontend/style.css */
.ip-logo .logo-dual-group,
.ip-logo .logo-dual-link {
  max-width: 240px;
  width: 88vw;
}

/* line 207, app/assets/stylesheets/frontend/style.css */
.ip-logo .logo-dual-prov,
.ip-logo .logo-dual-smap {
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  object-fit: contain;
}

/* line 216, app/assets/stylesheets/frontend/style.css */
.template-footer .logo-dual-footer {
  align-items: center;
  gap: 10px;
}

/* line 221, app/assets/stylesheets/frontend/style.css */
.template-footer .logo-dual-footer .logo-dual-prov {
  height: 44px;
  width: auto;
  max-width: 72px;
  max-height: 44px;
  object-fit: contain;
  opacity: 0.85;
}

/* line 230, app/assets/stylesheets/frontend/style.css */
.template-footer .logo-dual-footer .logo-dual-smap {
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
  opacity: 0.85;
}

/* line 239, app/assets/stylesheets/frontend/style.css */
.template-footer .logo-dual-footer .logo-dual-separator {
  font-size: 14px;
  line-height: 44px;
  height: 44px;
}

/* line 245, app/assets/stylesheets/frontend/style.css */
header a.open-menu-toggle {
  display: none;
  padding: 31px 26px;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #23B2EE;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media (max-width: 1279px) {
  /* line 259, app/assets/stylesheets/frontend/style.css */
  header a.open-menu-toggle {
    display: block;
  }
}

/* line 264, app/assets/stylesheets/frontend/style.css */
header a.open-menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 276, app/assets/stylesheets/frontend/style.css */
header a.open-menu-toggle span:last-child {
  width: 17px;
  margin-bottom: 0;
}

/* line 281, app/assets/stylesheets/frontend/style.css */
header a.open-menu-toggle.active {
  padding: 39px 26px;
}

@media (max-width: 1023px) {
  /* line 286, app/assets/stylesheets/frontend/style.css */
  header a.open-menu-toggle.active {
    margin-top: 0;
  }
}

/* line 291, app/assets/stylesheets/frontend/style.css */
header a.open-menu-toggle.active span {
  transform: rotate(45deg);
  margin: 0;
  margin-top: -2px;
}

/* line 297, app/assets/stylesheets/frontend/style.css */
header a.open-menu-toggle.active span:first-child {
  transform: rotate(-45deg);
  margin-top: 0;
}

/* line 302, app/assets/stylesheets/frontend/style.css */
header a.open-menu-toggle.active span:last-child {
  display: none;
}

/* line 306, app/assets/stylesheets/frontend/style.css */
header .nav-menu-box {
  width: 100%;
  text-align: left;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 315, app/assets/stylesheets/frontend/style.css */
header .nav-menu-box ul.navigation-menu-list {
  padding: 0;
  margin: 0;
  counter-reset: my-awesome-counter;
}

/* line 321, app/assets/stylesheets/frontend/style.css */
header .nav-menu-box ul.navigation-menu-list > li {
  display: block;
  border-bottom: 1px solid #4e4f4f;
  position: relative;
  counter-increment: my-awesome-counter;
}

/* line 328, app/assets/stylesheets/frontend/style.css */
header .nav-menu-box ul.navigation-menu-list > li:first-child {
  border-top: 1px solid #4e4f4f;
}

/* line 332, app/assets/stylesheets/frontend/style.css */
header .nav-menu-box ul.navigation-menu-list > li::before {
  content: "0" counter(my-awesome-counter);
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  width: 80px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  font-size: 27px;
  line-height: 80px;
  font-family: "Bebas Neue", cursive;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media (max-width: 1459px) {
  /* line 352, app/assets/stylesheets/frontend/style.css */
  header .nav-menu-box ul.navigation-menu-list > li::before {
    width: 60px;
    line-height: 60px;
  }
}

@media (max-width: 1279px) {
  /* line 359, app/assets/stylesheets/frontend/style.css */
  header .nav-menu-box ul.navigation-menu-list > li::before {
    width: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}

/* line 366, app/assets/stylesheets/frontend/style.css */
header .nav-menu-box ul.navigation-menu-list > li.active::before,
header .nav-menu-box ul.navigation-menu-list > li:hover::before {
  color: #ffffff;
}

/* line 371, app/assets/stylesheets/frontend/style.css */
header .nav-menu-box ul.navigation-menu-list > li:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 80px;
  background-color: #4e4e4f;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media (max-width: 1459px) {
  /* line 386, app/assets/stylesheets/frontend/style.css */
  header .nav-menu-box ul.navigation-menu-list > li:after {
    right: 60px;
  }
}

@media (max-width: 1279px) {
  /* line 392, app/assets/stylesheets/frontend/style.css */
  header .nav-menu-box ul.navigation-menu-list > li:after {
    right: 50px;
  }
}

/* line 397, app/assets/stylesheets/frontend/style.css */
header .nav-menu-box ul.navigation-menu-list > li.active::after,
header .nav-menu-box ul.navigation-menu-list > li:hover::after {
  width: 3px;
  top: 27px;
  bottom: 27px;
  right: 79px;
  background-color: #23B2EE;
}

@media (max-width: 1459px) {
  /* line 408, app/assets/stylesheets/frontend/style.css */
  header .nav-menu-box ul.navigation-menu-list > li.active::after,
header .nav-menu-box ul.navigation-menu-list > li:hover::after {
    top: 17px;
    bottom: 17px;
    right: 59px;
  }
}

@media (max-width: 1279px) {
  /* line 418, app/assets/stylesheets/frontend/style.css */
  header .nav-menu-box ul.navigation-menu-list > li.active::after,
header .nav-menu-box ul.navigation-menu-list > li:hover::after {
    top: 12px;
    bottom: 12px;
    right: 49px;
  }
}

/* line 426, app/assets/stylesheets/frontend/style.css */
header .nav-menu-box ul.navigation-menu-list > li > a {
  display: block !important;
  padding: 30px 35px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  font-family: "Barlow", sans-serif;
}

@media (max-width: 1459px) {
  /* line 440, app/assets/stylesheets/frontend/style.css */
  header .nav-menu-box ul.navigation-menu-list > li > a {
    padding: 20px 25px;
  }
}

@media (max-width: 1279px) {
  /* line 446, app/assets/stylesheets/frontend/style.css */
  header .nav-menu-box ul.navigation-menu-list > li > a {
    font-size: 15px;
    padding: 17px 25px;
  }
}

@media (max-width: 767px) {
  /* line 453, app/assets/stylesheets/frontend/style.css */
  header .nav-menu-box ul.navigation-menu-list > li > a {
    padding: 20px;
  }
}

/* line 458, app/assets/stylesheets/frontend/style.css */
.light-version header .logo {
  background-color: #e3ee00;
}

/* line 462, app/assets/stylesheets/frontend/style.css */
.light-version header .nav-menu-box ul.navigation-menu-list li {
  border-color: #747474;
}

/* line 466, app/assets/stylesheets/frontend/style.css */
.light-version header .nav-menu-box ul.navigation-menu-list li:after {
  background-color: #747474;
}

/* line 470, app/assets/stylesheets/frontend/style.css */
.light-version header .nav-menu-box ul.navigation-menu-list > li.active::after,
.light-version header .nav-menu-box ul.navigation-menu-list > li:hover::after {
  background-color: #88ba27;
}

/* line 475, app/assets/stylesheets/frontend/style.css */
.yellow-version header .logo {
  background-color: #23B2EE;
}

/* line 479, app/assets/stylesheets/frontend/style.css */
.yellow-version header .nav-menu-box ul.navigation-menu-list li {
  border-color: #747474;
}

/* line 483, app/assets/stylesheets/frontend/style.css */
.yellow-version header .nav-menu-box ul.navigation-menu-list li:after {
  background-color: #747474;
}

/* line 487, app/assets/stylesheets/frontend/style.css */
.yellow-version header .nav-menu-box ul.navigation-menu-list > li.active::after,
.yellow-version header .nav-menu-box ul.navigation-menu-list > li:hover::after {
  background-color: #23B2EE;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*-------------------------------------------------- */
/* 1. Isotope filtering */
/*------------------------------------------------- */
/* line 507, app/assets/stylesheets/frontend/style.css */
.isotope-item {
  z-index: 2;
}

/* line 511, app/assets/stylesheets/frontend/style.css */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* line 516, app/assets/stylesheets/frontend/style.css */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 523, app/assets/stylesheets/frontend/style.css */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

/* line 529, app/assets/stylesheets/frontend/style.css */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*-----------------------------------------------------------------------------
 *
 *KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 *
 *Screen Stylesheet
 *
 *version:    1.0
 *date:       07/27/11
 *author:     themepunch
 *email:      support@themepunch.com
 *website:    http://www.themepunch.com */
/*----------------------------------------------------------------------------- */
/* line 547, app/assets/stylesheets/frontend/style.css */
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

/*********************************************
 *    -   SETTINGS FOR BANNER CONTAINERS  -
 ********************************************* */
/* line 556, app/assets/stylesheets/frontend/style.css */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

/* line 562, app/assets/stylesheets/frontend/style.css */
.tp-banner {
  width: 100%;
  position: relative;
}

/* line 567, app/assets/stylesheets/frontend/style.css */
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

/* line 573, app/assets/stylesheets/frontend/style.css */
.slotholder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
/* line 586, app/assets/stylesheets/frontend/style.css */
.ip-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #242424;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

/* line 601, app/assets/stylesheets/frontend/style.css */
.ip-header h1 {
  margin: 0;
}

/* line 605, app/assets/stylesheets/frontend/style.css */
.ip-logo,
.ip-loader {
  position: relative;
  left: auto;
  width: auto;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

/* line 615, app/assets/stylesheets/frontend/style.css */
.ip-logo {
  top: auto;
  height: auto;
  transform: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  box-sizing: border-box;
}

/* line 627, app/assets/stylesheets/frontend/style.css */
.ip-logo img:not(.logo-dual-prov):not(.logo-dual-smap) {
  max-width: 250px;
}

/* line 631, app/assets/stylesheets/frontend/style.css */
.ip-loader {
  bottom: auto;
}

/* line 635, app/assets/stylesheets/frontend/style.css */
.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
}

/* line 640, app/assets/stylesheets/frontend/style.css */
.ip-header .ip-loader svg {
  fill: #242424;
}

/* line 644, app/assets/stylesheets/frontend/style.css */
.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #333333 !important;
  stroke-width: 5px;
}

/* line 649, app/assets/stylesheets/frontend/style.css */
.ip-header .ip-loader svg path.ip-loader-circle {
  transition: stroke-dashoffset 0.2s;
  stroke: #23B2EE;
  stroke-width: 2px;
}

/* line 655, app/assets/stylesheets/frontend/style.css */
.light-version .ip-header .ip-loader svg path.ip-loader-circle {
  stroke: #88ba27;
}

/* line 659, app/assets/stylesheets/frontend/style.css */
.loading .ip-logo,
.loading .ip-loader {
  opacity: 1;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

/* line 665, app/assets/stylesheets/frontend/style.css */
.loading .ip-loader {
  animation-delay: 0.2s;
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    transform: translate3d(0, 800px, 0);
  }
}

/* line 676, app/assets/stylesheets/frontend/style.css */
.loaded .ip-logo,
.loaded .ip-loader {
  opacity: 1;
}

/* line 681, app/assets/stylesheets/frontend/style.css */
.loaded .ip-logo {
  transform-origin: 50% 0;
  animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedLogo {
  to {
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}

/* line 692, app/assets/stylesheets/frontend/style.css */
.loaded .ip-logo {
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

/* line 696, app/assets/stylesheets/frontend/style.css */
.loaded .ip-loader {
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

/* line 707, app/assets/stylesheets/frontend/style.css */
.loaded .ip-header {
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedHeader {
  to {
    transform: translate3d(0, -100%, 0);
  }
}

/* Content animations */
/* line 718, app/assets/stylesheets/frontend/style.css */
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
  animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

/* line 725, app/assets/stylesheets/frontend/style.css */
.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
  animation-delay: 0.1s;
}

/* line 730, app/assets/stylesheets/frontend/style.css */
.loaded .ip-main .browser .box:nth-child(2) {
  animation-delay: 0.15s;
}

/* line 734, app/assets/stylesheets/frontend/style.css */
.loaded .ip-main .browser .box:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes animLoadedContent {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
}

/* line 745, app/assets/stylesheets/frontend/style.css */
.layout-switch .ip-header {
  position: absolute;
}

/* line 749, app/assets/stylesheets/frontend/style.css */
.no-js .ip-header {
  position: relative;
  min-height: 0px;
}

/* line 754, app/assets/stylesheets/frontend/style.css */
.no-js .ip-header .ip-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  transform: none;
}

/* line 761, app/assets/stylesheets/frontend/style.css */
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 768, app/assets/stylesheets/frontend/style.css */
.cursor--small {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  border-radius: 50%;
  z-index: 11000;
  background: #ffffff;
}

/* line 778, app/assets/stylesheets/frontend/style.css */
.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 12000;
}

/* line 784, app/assets/stylesheets/frontend/style.css */
body {
  background: #282828;
  font-family: "Barlow", sans-serif;
}

/* line 789, app/assets/stylesheets/frontend/style.css */
body.light-version {
  background-color: #f3f3f3;
}

/* line 793, app/assets/stylesheets/frontend/style.css */
body.light-version h1,
body.light-version h2,
body.light-version h3,
body.light-version h4,
body.light-version h5,
body.light-version h6,
body.light-version p {
  color: #6a6d74;
}

/* line 803, app/assets/stylesheets/frontend/style.css */
.container {
  max-width: 1170px;
}

/* line 807, app/assets/stylesheets/frontend/style.css */
#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 815, app/assets/stylesheets/frontend/style.css */
.loaded #container {
  opacity: 1;
}

@media (max-width: 767px) {
  /* line 820, app/assets/stylesheets/frontend/style.css */
  h1 {
    font-size: 34px;
  }
  /* line 824, app/assets/stylesheets/frontend/style.css */
  h2 {
    font-size: 24px;
  }
}

/* line 829, app/assets/stylesheets/frontend/style.css */
#content {
  margin-left: 460px;
  border-left: 1px solid #393939;
}

@media (max-width: 1459px) {
  /* line 835, app/assets/stylesheets/frontend/style.css */
  #content {
    margin-left: 400px;
  }
}

@media (max-width: 1279px) {
  /* line 841, app/assets/stylesheets/frontend/style.css */
  #content {
    margin-left: 60px;
  }
}

@media (max-width: 1023px) {
  /* line 847, app/assets/stylesheets/frontend/style.css */
  #content {
    margin-left: 0px;
    border-left: none;
  }
}

/* line 853, app/assets/stylesheets/frontend/style.css */
.light-version #content {
  border-left: 1px solid #e0e0e0;
}

/* line 857, app/assets/stylesheets/frontend/style.css */
a.button-one {
  display: inline-block;
  padding: 14px 30px;
  color: #151515;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Barlow", sans-serif;
  background-color: #23B2EE;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

/* line 873, app/assets/stylesheets/frontend/style.css */
a.button-one span {
  position: relative;
  z-index: 2;
}

/* line 878, app/assets/stylesheets/frontend/style.css */
a.button-one:hover {
  opacity: 0.7;
}

/* line 882, app/assets/stylesheets/frontend/style.css */
a.theme-button {
  display: inline-block;
  padding: 14px 30px;
  color: #151515;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  background-color: #23B2EE;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

/* line 897, app/assets/stylesheets/frontend/style.css */
a.theme-button span {
  position: relative;
  z-index: 2;
}

/* line 902, app/assets/stylesheets/frontend/style.css */
a.theme-button:hover {
  opacity: 0.7;
}

/* line 906, app/assets/stylesheets/frontend/style.css */
.light-version a.button-one,
.light-version a.theme-button {
  background-color: #88ba27;
}

/* line 911, app/assets/stylesheets/frontend/style.css */
section {
  position: relative;
}

@media (max-width: 1659px) {
  /* line 916, app/assets/stylesheets/frontend/style.css */
  section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 1023px) {
  /* line 923, app/assets/stylesheets/frontend/style.css */
  section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* line 929, app/assets/stylesheets/frontend/style.css */
div.section-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
  transform: rotate(-180deg);
  position: absolute;
  top: -1px;
  left: -40px;
}

@media (max-width: 1659px) {
  /* line 940, app/assets/stylesheets/frontend/style.css */
  div.section-title {
    left: -80px;
  }
}

@media (max-width: 1459px) {
  /* line 946, app/assets/stylesheets/frontend/style.css */
  div.section-title {
    left: -60px;
  }
}

@media (max-width: 1023px) {
  /* line 952, app/assets/stylesheets/frontend/style.css */
  div.section-title {
    display: none;
  }
}

/* line 957, app/assets/stylesheets/frontend/style.css */
div.section-title span {
  display: inline-block;
  color: #151515;
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  font-weight: 700;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 85px;
  background-color: #23B2EE;
  float: left;
}

@media (max-width: 1459px) {
  /* line 972, app/assets/stylesheets/frontend/style.css */
  div.section-title span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
  }
}

/* line 980, app/assets/stylesheets/frontend/style.css */
div.section-title h1 {
  display: inline-block;
  font-size: 48px;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  line-height: 58px;
  padding: 20px 13px 20px 7px;
  border: 1px solid #393939;
  background-color: #282828;
  margin-top: -1px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1459px) {
  /* line 995, app/assets/stylesheets/frontend/style.css */
  div.section-title h1 {
    font-size: 40px;
    line-height: 48px;
    padding: 15px 8px 15px 2px;
  }
}

/* line 1002, app/assets/stylesheets/frontend/style.css */
div.title-box.center-title {
  text-align: center;
}

/* line 1006, app/assets/stylesheets/frontend/style.css */
div.title-box span {
  display: inline-block;
  font-size: 13px;
  color: rgba(248, 248, 248, 0.4);
  margin-bottom: 4px;
  font-weight: 100;
  line-height: 20px;
}

/* line 1015, app/assets/stylesheets/frontend/style.css */
div.title-box span:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #23B2EE;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}

/* line 1025, app/assets/stylesheets/frontend/style.css */
div.title-box h2 {
  margin-bottom: 32px;
  line-height: 42px;
}

/* line 1030, app/assets/stylesheets/frontend/style.css */
.light-version div.section-title {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  left: -42px;
}

@media (max-width: 1659px) {
  /* line 1038, app/assets/stylesheets/frontend/style.css */
  .light-version div.section-title {
    left: -82px;
  }
}

@media (max-width: 1459px) {
  /* line 1044, app/assets/stylesheets/frontend/style.css */
  .light-version div.section-title {
    left: -62px;
    padding: 0;
  }
}

@media (max-width: 1023px) {
  /* line 1051, app/assets/stylesheets/frontend/style.css */
  .light-version div.section-title {
    display: none;
  }
}

/* line 1056, app/assets/stylesheets/frontend/style.css */
.light-version div.section-title h1 {
  background-color: #ffffff;
  border: none;
  padding: 20px 8px 10px 2px;
  line-height: 48px;
  font-size: 40px;
}

/* line 1064, app/assets/stylesheets/frontend/style.css */
.light-version div.section-title span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #88ba27;
}

/* line 1071, app/assets/stylesheets/frontend/style.css */
.light-version div.title-box span {
  color: #6a6d74;
}

/* line 1075, app/assets/stylesheets/frontend/style.css */
.light-version div.title-box span:before {
  background-color: #88ba27;
}

/* line 1079, app/assets/stylesheets/frontend/style.css */
section.page-banner-section {
  padding: 200px 0 100px 340px !important;
  text-align: center;
  background-image: url(/../upload/architecture/page-title-bg.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 140px;
}

@media (max-width: 1459px) {
  /* line 1089, app/assets/stylesheets/frontend/style.css */
  section.page-banner-section {
    margin-bottom: 100px;
    padding: 120px 0 60px 340px !important;
  }
}

@media (max-width: 1279px) {
  /* line 1096, app/assets/stylesheets/frontend/style.css */
  section.page-banner-section {
    padding: 100px 0 60px 0 !important;
  }
}

@media (max-width: 1023px) {
  /* line 1102, app/assets/stylesheets/frontend/style.css */
  section.page-banner-section {
    margin-bottom: 0;
  }
}

/* line 1107, app/assets/stylesheets/frontend/style.css */
section.page-banner-section p {
  margin-bottom: 0;
}

/* line 1111, app/assets/stylesheets/frontend/style.css */
.info-box {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 15px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1023px) {
  /* line 1121, app/assets/stylesheets/frontend/style.css */
  .info-box {
    display: none;
  }
}

/* line 1126, app/assets/stylesheets/frontend/style.css */
.info-box p {
  color: #ffffff;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

/* line 1134, app/assets/stylesheets/frontend/style.css */
.info-box p i {
  font-size: 18px;
  margin-right: 7px;
}

/* line 1139, app/assets/stylesheets/frontend/style.css */
.info-box p span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #6e6e6e;
  margin: 0 11px;
}

/* line 1147, app/assets/stylesheets/frontend/style.css */
.divider-line {
  border-bottom: 1px solid #2e2e2e;
}

/*-------------------------------------------------- */
/* Blog style
/*------------------------------------------------- */
/* line 1154, app/assets/stylesheets/frontend/style.css */
section.blog-section {
  padding: 70px 0;
  border-top: 1px solid #393939;
}

/* line 1159, app/assets/stylesheets/frontend/style.css */
section.blog-section .blog-post {
  width: 100%;
  margin-bottom: 35px;
}

/* line 1164, app/assets/stylesheets/frontend/style.css */
section.blog-section .blog-box.col2 {
  margin: -15px;
}

/* line 1168, app/assets/stylesheets/frontend/style.css */
section.blog-section .blog-box.col2 .blog-post {
  width: 50%;
  padding: 15px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 1175, app/assets/stylesheets/frontend/style.css */
  section.blog-section .blog-box.col2 .blog-post {
    width: 100%;
  }
}

/* line 1180, app/assets/stylesheets/frontend/style.css */
section.blog-section .blog-box.col3 {
  margin: -15px;
}

/* line 1184, app/assets/stylesheets/frontend/style.css */
section.blog-section .blog-box.col3 .blog-post {
  width: 33.3333%;
  padding: 15px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 1191, app/assets/stylesheets/frontend/style.css */
  section.blog-section .blog-box.col3 .blog-post {
    width: 100%;
  }
}

/* line 1196, app/assets/stylesheets/frontend/style.css */
.blog-post a.post-thumbnail {
  display: block;
  margin: 0;
}

/* line 1201, app/assets/stylesheets/frontend/style.css */
.blog-post a.post-thumbnail img {
  width: 100%;
  height: auto;
}

/* line 1206, app/assets/stylesheets/frontend/style.css */
.blog-post .post-content {
  padding-top: 30px;
}

/* line 1210, app/assets/stylesheets/frontend/style.css */
.blog-post .post-content h3 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #313131;
}

@media (max-width: 1023px) {
  /* line 1217, app/assets/stylesheets/frontend/style.css */
  .blog-post .post-content h3 {
    font-size: 19px;
    line-height: 30px;
  }
}

/* line 1223, app/assets/stylesheets/frontend/style.css */
.blog-post .post-content h3 a {
  color: #ffffff;
}

/* line 1227, app/assets/stylesheets/frontend/style.css */
.blog-post .post-content h3 a:hover {
  color: #23B2EE;
}

/* line 1231, app/assets/stylesheets/frontend/style.css */
.blog-post .post-content p {
  margin-bottom: 28px;
  opacity: 0.7;
}

/* line 1236, app/assets/stylesheets/frontend/style.css */
.blog-post.post-list-style {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #2e2e2e;
}

@media (max-width: 767px) {
  /* line 1244, app/assets/stylesheets/frontend/style.css */
  .blog-post.post-list-style {
    flex-wrap: wrap;
  }
}

/* line 1249, app/assets/stylesheets/frontend/style.css */
.blog-post.post-list-style:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

/* line 1255, app/assets/stylesheets/frontend/style.css */
.blog-post.post-list-style a.post-thumbnail,
.blog-post.post-list-style .post-content {
  width: 50%;
}

@media (max-width: 767px) {
  /* line 1262, app/assets/stylesheets/frontend/style.css */
  .blog-post.post-list-style a.post-thumbnail,
.blog-post.post-list-style .post-content {
    width: 100%;
  }
}

/* line 1268, app/assets/stylesheets/frontend/style.css */
.blog-post.post-list-style a.post-thumbnail img {
  height: 415px;
  object-fit: cover;
  object-position: center;
}

/* line 1274, app/assets/stylesheets/frontend/style.css */
.blog-post.post-list-style .post-content {
  padding: 50px;
}

@media (max-width: 1023px) {
  /* line 1279, app/assets/stylesheets/frontend/style.css */
  .blog-post.post-list-style .post-content {
    padding: 30px;
  }
}

/* line 1284, app/assets/stylesheets/frontend/style.css */
.blog-post.post-list-style .post-content h3 {
  padding-top: 26px;
  margin-top: 30px;
}

/* line 1289, app/assets/stylesheets/frontend/style.css */
ul.meta-list {
  padding: 0;
  margin: 0;
}

/* line 1294, app/assets/stylesheets/frontend/style.css */
ul.meta-list li {
  display: inline-block;
  margin-right: 17px;
}

@media (max-width: 1459px) {
  /* line 1300, app/assets/stylesheets/frontend/style.css */
  ul.meta-list li {
    margin-right: 8px;
  }
}

/* line 1305, app/assets/stylesheets/frontend/style.css */
ul.meta-list li:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #393939;
  margin-right: 20px;
  float: left;
  margin-top: 14px;
}

@media (max-width: 1459px) {
  /* line 1317, app/assets/stylesheets/frontend/style.css */
  ul.meta-list li:before {
    margin-right: 10px;
    width: 20px;
  }
}

/* line 1323, app/assets/stylesheets/frontend/style.css */
ul.meta-list li:first-child:before {
  display: none;
}

/* line 1327, app/assets/stylesheets/frontend/style.css */
ul.meta-list li a {
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  line-height: 30px;
}

/* anchor-news section: category badge on thumbnail */
/* line 1337, app/assets/stylesheets/frontend/style.css */
#anchor-news .post-thumbnail-wrapper {
  position: relative;
  display: block;
}

/* line 1342, app/assets/stylesheets/frontend/style.css */
#anchor-news a.post-thumbnail.post-thumbnail-news {
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 1348, app/assets/stylesheets/frontend/style.css */
#anchor-news .post-category-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #c8a951;
  color: #ffffff;
  font-size: 9px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  z-index: 2;
  pointer-events: none;
}

/* anchor-news section: smaller meta-list to fit in one line */
/* line 1365, app/assets/stylesheets/frontend/style.css */
#anchor-news ul.meta-list li a {
  font-size: 9px;
  line-height: 24px;
}

/* line 1370, app/assets/stylesheets/frontend/style.css */
#anchor-news ul.meta-list li a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  margin-right: 8px;
}

/* line 1378, app/assets/stylesheets/frontend/style.css */
#anchor-news ul.meta-list li {
  margin-right: 10px;
}

/* line 1382, app/assets/stylesheets/frontend/style.css */
ul.meta-list li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #393939;
  text-align: center;
  font-size: 15px;
  float: left;
  margin-right: 15px;
}

@media (max-width: 1279px) {
  /* line 1395, app/assets/stylesheets/frontend/style.css */
  ul.meta-list li a i {
    margin-right: 10px;
  }
}

/* line 1400, app/assets/stylesheets/frontend/style.css */
ul.pagination-list {
  padding: 24px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid #2e2e2e;
}

/* line 1406, app/assets/stylesheets/frontend/style.css */
ul.pagination-list li {
  display: inline-block;
  margin-right: 17px;
}

/* line 1411, app/assets/stylesheets/frontend/style.css */
ul.pagination-list li a {
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  width: 30px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #2e2e2e;
}

/* line 1421, app/assets/stylesheets/frontend/style.css */
ul.pagination-list li a.active {
  border-bottom: 5px solid #23B2EE;
  margin-bottom: -4px;
}

/* line 1426, app/assets/stylesheets/frontend/style.css */
ul.pagination-list li a:hover {
  color: #ffffff;
}

/* line 1430, app/assets/stylesheets/frontend/style.css */
.light-version section.blog-section {
  border-color: #e0e0e0;
}

/* line 1434, app/assets/stylesheets/frontend/style.css */
.light-version .blog-post .post-content {
  padding: 0;
  background-color: #ffffff;
}

/* line 1439, app/assets/stylesheets/frontend/style.css */
.light-version .blog-post .post-content h4 a {
  color: #6a6d74;
}

/* line 1443, app/assets/stylesheets/frontend/style.css */
.light-version .blog-post .post-content h4 a:hover {
  color: #88ba27;
}

/* line 1447, app/assets/stylesheets/frontend/style.css */
.light-version .blog-post .post-content h4,
.light-version .blog-post .post-content p {
  padding: 0 25px;
}

/* line 1452, app/assets/stylesheets/frontend/style.css */
.light-version .blog-post .post-content h4 {
  font-weight: 500;
  padding-top: 22px;
  margin-bottom: 10px;
}

/* line 1458, app/assets/stylesheets/frontend/style.css */
.light-version .blog-post .post-content p {
  margin-bottom: 0;
  padding-bottom: 22px;
}

/* line 1463, app/assets/stylesheets/frontend/style.css */
.light-version ul.meta-list {
  padding: 25px;
  border-bottom: 1px solid #efefef;
}

/* line 1468, app/assets/stylesheets/frontend/style.css */
.light-version ul.meta-list li:before {
  background-color: #e0e0e0;
}

/* line 1472, app/assets/stylesheets/frontend/style.css */
.light-version ul.meta-list li a {
  color: #51545c;
}

/* line 1476, app/assets/stylesheets/frontend/style.css */
.light-version ul.meta-list li a i {
  border-color: #e0e0e0;
}

/*-------------------------------------------------- */
/* Portfolio style
/*------------------------------------------------- */
/* line 1483, app/assets/stylesheets/frontend/style.css */
section.portfolio-section {
  padding: 70px 105px;
  border-top: 1px solid #393939;
}

@media (max-width: 1279px) {
  /* line 1489, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section {
    padding: 100px 0;
  }
}

@media (max-width: 1023px) {
  /* line 1495, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section {
    padding: 60px 15px;
  }
}

@media (max-width: 767px) {
  /* line 1501, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section {
    padding: 30px 15px;
  }
}

/* line 1506, app/assets/stylesheets/frontend/style.css */
section.portfolio-section.fullscreen {
  padding: 0;
}

/* line 1510, app/assets/stylesheets/frontend/style.css */
section.portfolio-section .portfolio-box {
  margin: -15px;
}

/* line 1514, app/assets/stylesheets/frontend/style.css */
section.portfolio-section .portfolio-box .portfolio-post {
  width: 33.3333%;
  padding: 15px;
}

@media (max-width: 1279px) {
  /* line 1520, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section .portfolio-box .portfolio-post {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* line 1526, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section .portfolio-box .portfolio-post {
    width: 100%;
  }
}

/* line 1531, app/assets/stylesheets/frontend/style.css */
section.portfolio-section .portfolio-box.colum4 .portfolio-post {
  width: 25%;
}

@media (max-width: 1279px) {
  /* line 1536, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section .portfolio-box.colum4 .portfolio-post {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* line 1542, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section .portfolio-box.colum4 .portfolio-post {
    width: 100%;
  }
}

/* line 1547, app/assets/stylesheets/frontend/style.css */
section.portfolio-section .portfolio-box.colum4 .portfolio-post.with-large-size {
  width: 50%;
}

@media (max-width: 767px) {
  /* line 1552, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section .portfolio-box.colum4 .portfolio-post.with-large-size {
    width: 100%;
  }
}

/* line 1557, app/assets/stylesheets/frontend/style.css */
section.portfolio-section .portfolio-box.colum5 .portfolio-post {
  width: 20%;
}

@media (max-width: 1279px) {
  /* line 1562, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section .portfolio-box.colum5 .portfolio-post {
    width: 25%;
  }
}

@media (max-width: 1023px) {
  /* line 1568, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section .portfolio-box.colum5 .portfolio-post {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  /* line 1574, app/assets/stylesheets/frontend/style.css */
  section.portfolio-section .portfolio-box.colum5 .portfolio-post {
    width: 100%;
  }
}

/* line 1579, app/assets/stylesheets/frontend/style.css */
section.portfolio-section .portfolio-box.joined {
  margin: 0;
}

/* line 1583, app/assets/stylesheets/frontend/style.css */
section.portfolio-section .portfolio-box.joined .portfolio-post {
  padding: 0;
}

/* Common style */
/* line 1588, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

/* line 1596, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* line 1607, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure img {
  position: relative;
  display: block;
  width: 110%;
}

/* line 1613, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure figcaption {
  padding: 30px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}

/* line 1624, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure figcaption::before,
.portfolio-post figure figcaption::after {
  pointer-events: none;
}

/* line 1629, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure figcaption,
.portfolio-post figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1638, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure.hover2 figcaption {
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: inherit;
  width: auto;
  height: auto;
  background-color: #3d3d3d;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
/* line 1650, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure figcaption > a {
  z-index: 1000;
  top: 30px;
  left: initial;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  line-height: 56px;
  text-align: center;
}

/* line 1666, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure figcaption > a span {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 60px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 1678, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure figcaption > a:hover span {
  color: #23B2EE;
}

/* line 1682, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure figcaption > a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 1700, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure figcaption > a:hover:after {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

/* line 1707, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure.hover2 figcaption > a {
  border: 5px solid #23B2EE;
  background-color: #3d3d3d;
  top: -30px;
  right: 20px;
}

/* line 1714, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure.hover2 figcaption > a span {
  line-height: 50px;
}

/* line 1718, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure h4,
.portfolio-post figure p {
  margin: 0;
}

/* line 1723, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure h4 a,
.portfolio-post figure p a {
  color: #ffffff;
}

/* line 1728, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure h4 a:hover,
.portfolio-post figure p a:hover {
  color: #23B2EE;
}

/*---------------*/
/***** Milo *****/
/*---------------*/
/* line 1736, app/assets/stylesheets/frontend/style.css */
figure.effect-milo {
  background: #888888;
}

/* line 1740, app/assets/stylesheets/frontend/style.css */
figure.effect-milo img {
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1750, app/assets/stylesheets/frontend/style.css */
figure.effect-milo:hover img {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* line 1756, app/assets/stylesheets/frontend/style.css */
figure.effect-milo.hover2:hover img {
  opacity: 1;
}

/* line 1760, app/assets/stylesheets/frontend/style.css */
figure.effect-milo figcaption > a {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

/* line 1768, app/assets/stylesheets/frontend/style.css */
figure.effect-milo:hover figcaption > a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1774, app/assets/stylesheets/frontend/style.css */
figure.effect-milo p {
  color: #ffffff;
  font-size: 14px;
  text-transform: lowercase;
}

/* line 1780, app/assets/stylesheets/frontend/style.css */
figure.effect-milo.hover2 p {
  font-size: 13px;
  text-transform: uppercase;
}

/* line 1785, app/assets/stylesheets/frontend/style.css */
.portfolio-post figure.effect-milo.hover2 h4 {
  font-size: 16px;
  margin-top: 2px;
}

/* line 1790, app/assets/stylesheets/frontend/style.css */
figure.effect-milo.hover2 figcaption > a {
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}

/* line 1795, app/assets/stylesheets/frontend/style.css */
figure.effect-milo.hover2:hover figcaption > a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*------------------------------------------------- */
/* =  Contact section*/
/*------------------------------------------------- */
/* line 1803, app/assets/stylesheets/frontend/style.css */
section.contact-info-section {
  padding: 70px 0 105px;
  border-top: 1px solid #393939;
}

/* line 1808, app/assets/stylesheets/frontend/style.css */
section.contact-info-section .col-lg-4 {
  margin-right: -1px;
}

/* line 1812, app/assets/stylesheets/frontend/style.css */
section.contact-info-section .col-lg-4 .contact-info-post {
  display: flex;
  align-items: center;
  padding: 35px 55px;
  border: 1px solid #3d3d3d;
}

@media (max-width: 1023px) {
  /* line 1820, app/assets/stylesheets/frontend/style.css */
  section.contact-info-section .col-lg-4 .contact-info-post {
    margin-bottom: 30px;
    padding: 30px 30px;
  }
}

/* line 1826, app/assets/stylesheets/frontend/style.css */
section.contact-info-section .col-lg-4 .contact-info-post i {
  color: #ffffff;
  font-size: 28px;
  margin-right: 26px;
}

/* line 1832, app/assets/stylesheets/frontend/style.css */
section.contact-info-section .col-lg-4 .contact-info-post h4 {
  font-weight: 400;
  font-size: 19px;
}

/* line 1837, app/assets/stylesheets/frontend/style.css */
section.contact-info-section .col-lg-4 .contact-info-post p {
  opacity: 0.4;
  margin-bottom: 0;
  font-size: 14px;
}

/* line 1843, app/assets/stylesheets/frontend/style.css */
.contact-form-box {
  padding-top: 50px;
}

/* line 1847, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form {
  padding: 30px 30px 10px;
  border: 1px solid #3d3d3d;
}

@media (max-width: 1023px) {
  /* line 1853, app/assets/stylesheets/frontend/style.css */
  .contact-form-box #contact-form {
    margin-bottom: 40px;
  }
}

/* line 1858, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form h4 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* line 1864, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form .input-line {
  display: flex;
  border-bottom: 1px solid #3d3d3d;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 35px;
  position: relative;
}

/* line 1875, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form .input-line:last-child {
  margin-bottom: 0;
}

/* line 1879, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form .input-line label {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  padding-bottom: 20px;
}

/* line 1885, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form .input-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 14px;
  background: #3d3d3d;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 1899, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form .input-line:focus-within {
  border-color: #ffffff;
}

/* line 1903, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form .input-line:focus-within:after {
  left: 100%;
  margin-left: -14px;
  background: #ffffff;
}

/* line 1909, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form input[type=text],
.contact-form-box #contact-form textarea {
  display: block;
  width: 100%;
  padding: 0 12px 20px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  outline: none;
  border: none;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 1927, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form textarea {
  padding: 0;
  height: 124px;
}

/* line 1932, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form button {
  width: 100%;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  padding: 12px 22px;
  border: none;
  background: #3d3d3d;
  outline: none;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 1952, app/assets/stylesheets/frontend/style.css */
.contact-form-box #contact-form button:hover {
  background: #23B2EE;
  color: #151515;
}

/* line 1957, app/assets/stylesheets/frontend/style.css */
#msg {
  display: none;
  padding: 14px 30px;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
}

/* line 1965, app/assets/stylesheets/frontend/style.css */
.light-version section.contact-info-section {
  border-color: #e0e0e0;
}

/* line 1969, app/assets/stylesheets/frontend/style.css */
.light-version section.contact-info-section .col-lg-4 {
  margin-right: 0;
}

/* line 1973, app/assets/stylesheets/frontend/style.css */
.light-version section.contact-info-section .col-lg-4 .contact-info-post {
  background-color: #ffffff;
  padding: 35px 40px;
  border: none;
}

/* line 1979, app/assets/stylesheets/frontend/style.css */
.light-version section.contact-info-section .col-lg-4 .contact-info-post i {
  color: #88ba27;
}

/* line 1983, app/assets/stylesheets/frontend/style.css */
.light-version .contact-form-box #contact-form {
  border-color: transparent;
  background-color: #ffffff;
}

/* line 1988, app/assets/stylesheets/frontend/style.css */
.light-version .contact-form-box #contact-form .input-line {
  border-color: #e0e0e0;
}

/* line 1992, app/assets/stylesheets/frontend/style.css */
.light-version .contact-form-box #contact-form .input-line label {
  color: #88ba27;
}

/* line 1996, app/assets/stylesheets/frontend/style.css */
.light-version .contact-form-box #contact-form .input-line:after {
  background-color: #e0e0e0;
}

/* line 2000, app/assets/stylesheets/frontend/style.css */
.light-version .contact-form-box #contact-form input[type=text],
.light-version .contact-form-box #contact-form textarea {
  color: #6a6d74;
}

/* line 2005, app/assets/stylesheets/frontend/style.css */
.light-version .contact-form-box #contact-form button {
  color: #ffffff;
  background-color: #88ba27;
}

/* line 2010, app/assets/stylesheets/frontend/style.css */
.light-version .contact-form-box #contact-form button:hover {
  background-color: #88ba27;
  opacity: 0.85;
}

/*-------------------------------------------------- */
/* Scroller section style
/*------------------------------------------------- */
/* line 2018, app/assets/stylesheets/frontend/style.css */
section.scroller-section {
  padding: 70px 0 105px;
  border-top: 1px solid #393939;
}

/* line 2023, app/assets/stylesheets/frontend/style.css */
section.scroller-section .owl-dots {
  display: none;
}

/* line 2027, app/assets/stylesheets/frontend/style.css */
section.scroller-section .owl-carousel .owl-nav button.owl-prev,
section.scroller-section .owl-carousel .owl-nav button.owl-next {
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 42px;
  padding-bottom: 2px !important;
  color: #ffffff;
  font-size: 28px;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #353535;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 2048, app/assets/stylesheets/frontend/style.css */
section.scroller-section .owl-carousel .owl-nav button.owl-prev:hover,
section.scroller-section .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #23B2EE;
  color: #151515;
  border-color: transparent;
}

/* line 2055, app/assets/stylesheets/frontend/style.css */
section.scroller-section .owl-carousel .owl-nav button.owl-prev {
  margin-right: -1px;
}

/* line 2059, app/assets/stylesheets/frontend/style.css */
section.scroller-section .owl-theme .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -86px;
  right: 0;
}

/* line 2066, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post {
  position: relative;
}

/* line 2070, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .image-holder {
  overflow: hidden;
}

/* line 2074, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .image-holder img {
  width: 105%;
  height: 360px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center;
}

/* line 2087, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media (max-width: 1279px) {
  /* line 2104, app/assets/stylesheets/frontend/style.css */
  section.scroller-section .scroller-post .hover-box {
    padding: 30px;
  }
}

/* line 2109, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .hover-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 2;
  background: linear-gradient(180deg, rgba(196, 152, 110, 0) 0%, rgba(196, 152, 110, 0.1) 25%, rgba(196, 152, 110, 0.5) 50%, #23B2EE 100%);
}

/* line 2125, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .hover-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, rgba(11, 11, 11, 0.1) 25%, rgba(11, 11, 11, 0.4) 50%, rgba(11, 11, 11, 0.7) 100%);
}

/* line 2140, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .hover-box span {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
  position: relative;
  z-index: 2;
}

/* line 2160, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .hover-box a.cat-link {
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin: 0 0 12px;
  position: relative;
  z-index: 2;
}

/* line 2170, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .hover-box a.cat-link:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 2px;
  margin-right: 20px;
  background: #fff;
  margin-top: 10px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}

/* line 2185, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .hover-box h4 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 1459px) {
  /* line 2192, app/assets/stylesheets/frontend/style.css */
  section.scroller-section .scroller-post .hover-box h4 {
    font-size: 20px;
  }
}

/* line 2197, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .hover-box h4 a {
  color: #ffffff;
}

/* line 2201, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post .hover-box h4 a:hover {
  opacity: 0.7;
}

/* line 2205, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post:hover .image-holder img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* line 2210, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post:hover .hover-box:before {
  opacity: 1;
}

/* line 2214, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post:hover .hover-box:after {
  opacity: 0;
}

/* line 2218, app/assets/stylesheets/frontend/style.css */
section.scroller-section .scroller-post:hover .hover-box a.cat-link:before {
  width: 0;
  margin-right: 0;
}

/* line 2223, app/assets/stylesheets/frontend/style.css */
.light-version section.scroller-section {
  border-color: #e0e0e0;
}

/* line 2227, app/assets/stylesheets/frontend/style.css */
.light-version section.scroller-section .owl-carousel .owl-nav button.owl-prev,
.light-version section.scroller-section .owl-carousel .owl-nav button.owl-next {
  color: #c2c3c5;
  border: 1px solid #e0e0e0;
}

/* line 2233, app/assets/stylesheets/frontend/style.css */
.light-version section.scroller-section .owl-carousel .owl-nav button.owl-prev:hover,
.light-version section.scroller-section .owl-carousel .owl-nav button.owl-next:hover {
  color: #ffffff;
  background-color: #88ba27;
  border-color: transparent;
}

/* line 2240, app/assets/stylesheets/frontend/style.css */
.light-version section.scroller-section .scroller-post .hover-box {
  background-color: rgba(136, 186, 39, 0.95);
}

/* line 2244, app/assets/stylesheets/frontend/style.css */
.light-version section.scroller-section .scroller-post .hover-box:before,
.light-version section.scroller-section .scroller-post .hover-box:after {
  display: none;
}

/* line 2249, app/assets/stylesheets/frontend/style.css */
.light-version section.scroller-section .scroller-post:hover .hover-box {
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

/* line 2255, app/assets/stylesheets/frontend/style.css */
.light-version section.scroller-section .scroller-post:hover .hover-box span,
.light-version section.scroller-section .scroller-post:hover .hover-box a.cat-link {
  display: none;
}

/* line 2260, app/assets/stylesheets/frontend/style.css */
.light-version section.scroller-section .scroller-post:hover .hover-box h4 a {
  text-indent: -99999px;
  color: transparent;
  overflow: hidden;
  position: relative;
  width: 63px;
  height: 63px;
  border: 10px solid #d6d6d6;
  background-color: #88ba27;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 2275, app/assets/stylesheets/frontend/style.css */
.light-version section.scroller-section .scroller-post:hover .hover-box h4 a:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 50%;
  width: 1px;
  background-color: #ffffff;
  transform: translateX(-50%);
}

/*-------------------------------------------------- */
/* slider serction style
/*------------------------------------------------- */
/* line 2289, app/assets/stylesheets/frontend/style.css */
section.slider-section {
  margin-bottom: 160px;
}

@media (max-width: 1459px) {
  /* line 2295, app/assets/stylesheets/frontend/style.css */
  section.slider-section {
    margin-bottom: 100px;
  }
}

@media (max-width: 1023px) {
  /* line 2301, app/assets/stylesheets/frontend/style.css */
  section.slider-section {
    margin-bottom: 0;
  }
}

/* line 2306, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle span {
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 999999;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* line 2315, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle span:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #23B2EE;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

/* line 2329, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #23B2EE;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

/* line 2343, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle a {
  color: #151515;
  padding: 10px 28px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #23B2EE;
}

/* line 2359, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle a:hover {
  opacity: 0.85;
}

@media (max-width: 1023px) {
  /* line 2364, app/assets/stylesheets/frontend/style.css */
  section.slider-section.fullscreen-style .tp-bullets {
    display: none;
  }
}

/* line 2369, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style .tp-bullets .tp-bullet {
  height: 12px;
  width: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
}

/* line 2380, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style .tp-bullets .tp-bullet.selected {
  border-color: #23B2EE;
}

/* line 2384, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style .tp-bullets:after {
  content: "";
  position: absolute;
  bottom: -29px;
  right: -30px;
  left: -30px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 2394, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style .tp-static-layer.rev-btn {
  color: #ffffff;
  width: 60px;
  height: 60px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}

/* line 2408, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style li {
  counter-increment: section;
}

/* line 2412, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style li:after {
  content: "0" counter(section);
  position: absolute;
  bottom: 40px;
  right: 110px;
  color: rgba(255, 255, 255, 0.15);
  font-size: 90px;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  width: 150px;
  text-align: center;
  line-height: 140px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1023px) {
  /* line 2428, app/assets/stylesheets/frontend/style.css */
  section.slider-section.fullscreen-style li:after {
    display: none;
  }
}

/* line 2433, app/assets/stylesheets/frontend/style.css */
section.slider-section.fullscreen-style li:before {
  content: "";
  position: absolute;
  bottom: 40px;
  top: 210px;
  right: 40px !important;
  left: initial !important;
  visibility: visible;
  width: 1px;
  display: inline-block;
  z-index: 2;
  background: #ffffff;
  opacity: 0.1 !important;
}

@media (max-width: 1023px) {
  /* line 2449, app/assets/stylesheets/frontend/style.css */
  section.slider-section.fullscreen-style li:before {
    display: none;
  }
}

/* line 2454, app/assets/stylesheets/frontend/style.css */
section.slider-section.with-back-overlay .slotholder:after {
  display: block;
  width: 50% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.95);
  background-blend-mode: multiply;
  background-size: cover;
  background-image: url(/../upload/home10/bg2.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 17;
  margin-left: 100px;
}

@media (max-width: 1023px) {
  /* line 2470, app/assets/stylesheets/frontend/style.css */
  section.slider-section.with-back-overlay .slotholder:after {
    width: 60% !important;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 2477, app/assets/stylesheets/frontend/style.css */
  section.slider-section.with-back-overlay .slotholder:after {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

/* line 2483, app/assets/stylesheets/frontend/style.css */
section.slider-section .tp-caption.NotGeneric-Title {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: inherit;
}

/* line 2490, app/assets/stylesheets/frontend/style.css */
section.slider-section .tp-caption.NotGeneric-SubTitle {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  letter-spacing: inherit;
}

/* line 2496, app/assets/stylesheets/frontend/style.css */
section.slider-section .tp-caption.NotGeneric-SubTitle span {
  display: inline-block;
  font-weight: 400;
  padding: 8px 14px;
  background-color: #23B2EE;
}

/* line 2503, app/assets/stylesheets/frontend/style.css */
section.slider-section .tparrows {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 2514, app/assets/stylesheets/frontend/style.css */
section.slider-section .tparrows:before {
  line-height: 50px;
}

/* line 2518, app/assets/stylesheets/frontend/style.css */
section.slider-section .tparrows.tp-rightarrow:after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1023px) {
  /* line 2529, app/assets/stylesheets/frontend/style.css */
  section.slider-section .tparrows.tp-rightarrow:after {
    display: none;
  }
}

/* line 2534, app/assets/stylesheets/frontend/style.css */
section.slider-section .tparrows.tp-leftarrow:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  left: -10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1023px) {
  /* line 2545, app/assets/stylesheets/frontend/style.css */
  section.slider-section .tparrows.tp-leftarrow:after {
    display: none;
  }
}

/* line 2550, app/assets/stylesheets/frontend/style.css */
section.slider-section .tparrows:hover {
  background-color: #23B2EE;
}

@media (max-width: 1023px) {
  /* line 2555, app/assets/stylesheets/frontend/style.css */
  section.slider-section .tp-rightarrow {
    transform: matrix(1, 0, 0, 1, -80, -140) !important;
  }
}

@media (max-width: 1023px) {
  /* line 2561, app/assets/stylesheets/frontend/style.css */
  section.slider-section .tp-leftarrow {
    transform: matrix(1, 0, 0, 1, -80, -80) !important;
  }
}

@media (max-width: 767px) {
  /* line 2568, app/assets/stylesheets/frontend/style.css */
  .tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
    display: block !important;
    visibility: visible !important;
  }
}

@media (max-width: 767px) {
  /* line 2578, app/assets/stylesheets/frontend/style.css */
  .tp-static-layers {
    display: none !important;
  }
}

/* line 2583, app/assets/stylesheets/frontend/style.css */
p.fixed-notifier {
  position: absolute;
  top: 100px;
  right: -30px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 22;
  transform: rotate(-90deg);
}

@media (max-width: 1023px) {
  /* line 2596, app/assets/stylesheets/frontend/style.css */
  p.fixed-notifier {
    display: none;
  }
}

/* line 2601, app/assets/stylesheets/frontend/style.css */
p.fixed-notifier span {
  display: inline-block;
  float: right;
  width: 30px;
  height: 17px;
  margin-top: 4px;
  margin-left: 20px;
  position: relative;
  border: 1px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

/* line 2616, app/assets/stylesheets/frontend/style.css */
p.fixed-notifier span:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 7px;
  height: 4px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/* line 2630, app/assets/stylesheets/frontend/style.css */
.light-version section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle a,
.light-version section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle span:before,
.light-version section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle span:after,
.light-version section.slider-section .tparrows:hover {
  background-color: #88ba27;
}

/* line 2637, app/assets/stylesheets/frontend/style.css */
.light-version section.slider-section.fullscreen-style .tp-bullets .tp-bullet.selected {
  border-color: #88ba27;
}

/*-------------------------------------------------- */
/* team style
/*------------------------------------------------- */
/* line 2644, app/assets/stylesheets/frontend/style.css */
section.team-section {
  padding: 70px 0;
  border-top: 1px solid #393939;
}

/* line 2649, app/assets/stylesheets/frontend/style.css */
section.team-section .team-box {
  padding-top: 10px;
  margin-bottom: 35px;
}

/* line 2654, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post {
  position: relative;
}

@media (max-width: 1023px) {
  /* line 2659, app/assets/stylesheets/frontend/style.css */
  section.team-section .team-post {
    margin-bottom: 30px;
  }
}

/* line 2664, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post img {
  width: 100%;
  height: auto;
}

/* line 2669, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .image-holder {
  position: relative;
}

/* line 2673, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .image-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #404040;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 2688, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post:hover .image-holder:before {
  opacity: 0.95;
}

/* line 2692, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .hover-team {
  padding: 50px 0 0;
  text-align: center;
}

/* line 2697, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .hover-team ul.social-team {
  padding: 0;
  margin: 0 0 18px;
}

/* line 2702, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .hover-team ul.social-team li {
  display: inline-block;
}

/* line 2706, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .hover-team ul.social-team li a {
  display: inline-block;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 15px;
  line-height: 42px;
  border: 1px solid #515151;
}

/* line 2716, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .hover-team ul.social-team li a:hover {
  background-color: #23B2EE;
  border-color: transparent;
  color: #151515;
}

/* line 2722, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .hover-team h3 {
  display: inline-block;
  position: relative;
}

/* line 2727, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .hover-team h3:before {
  content: "";
  position: absolute;
  left: -25px;
  width: 15px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #23B2EE;
}

/* line 2738, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .hover-team h3:after {
  content: "";
  position: absolute;
  right: -25px;
  width: 15px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #23B2EE;
}

@media (max-width: 1023px) {
  /* line 2750, app/assets/stylesheets/frontend/style.css */
  section.team-section .team-post .hover-team h3 {
    font-size: 20px;
  }
}

/* line 2755, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post .hover-team span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

/* line 2762, app/assets/stylesheets/frontend/style.css */
section.team-section .team-post:hover .hover-team {
  opacity: 1;
}

/* line 2766, app/assets/stylesheets/frontend/style.css */
.light-version section.team-section {
  border-color: #e0e0e0;
}

/* line 2770, app/assets/stylesheets/frontend/style.css */
.light-version section.team-section .team-box .team-post {
  background-color: #ffffff;
}

/* line 2774, app/assets/stylesheets/frontend/style.css */
.light-version section.team-section .team-box .team-post .hover-team {
  padding: 40px 10px;
}

/* line 2778, app/assets/stylesheets/frontend/style.css */
.light-version section.team-section .team-box .team-post .image-holder:before {
  background-color: #88ba27;
}

/* line 2782, app/assets/stylesheets/frontend/style.css */
.light-version section.team-section .team-box .team-post h3:before,
.light-version section.team-section .team-box .team-post h3:after {
  background-color: #88ba27;
}

/* line 2787, app/assets/stylesheets/frontend/style.css */
.light-version section.team-section .team-box .team-post ul.social-team li a {
  color: #6a6d74;
  border-color: #e0e0e0;
}

/* line 2792, app/assets/stylesheets/frontend/style.css */
.light-version section.team-section .team-box .team-post ul.social-team li a:hover {
  color: #ffffff;
  background-color: #88ba27;
  border-color: transparent;
}

/* line 2798, app/assets/stylesheets/frontend/style.css */
.light-version section.team-section .team-box .team-post span {
  color: #6a6d74;
}

/*-------------------------------------------------- */
/* Tabs, Collapse style
/*------------------------------------------------- */
/* line 2805, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section {
  padding: 70px 0 80px;
  border-top: 1px solid #393939;
}

/* line 2810, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .nav-tabs {
  border-bottom: 1px solid #515151;
  border-top: 1px solid #515151;
}

/* line 2815, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .nav-tabs li {
  width: 33.33333%;
  text-align: center;
  border-right: 1px solid #515151;
}

/* line 2821, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .nav-tabs li:first-child {
  border-left: 1px solid #515151;
}

/* line 2825, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .nav-tabs li button {
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  padding: 14px 0;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

/* line 2839, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .nav-tabs li button:hover {
  background-color: #23B2EE;
  color: #151515;
  border-color: transparent;
}

/* line 2845, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .nav-tabs .nav-item.show .nav-link,
section.tabs-collapse-section .nav-tabs .nav-link.active {
  background: #515151;
  color: #ffffff;
  border-color: #515151;
}

/* line 2852, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .tab-content {
  border: 1px solid #515151;
  border-top: none;
}

@media (max-width: 1023px) {
  /* line 2858, app/assets/stylesheets/frontend/style.css */
  section.tabs-collapse-section .tab-content {
    margin-bottom: 30px !important;
  }
}

/* line 2863, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .tab-content .tab-pane {
  padding: 30px;
}

@media (max-width: 767px) {
  /* line 2868, app/assets/stylesheets/frontend/style.css */
  section.tabs-collapse-section .tab-content .tab-pane {
    padding-bottom: 1px !important;
  }
}

/* line 2873, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .tab-content .tab-pane img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  /* line 2879, app/assets/stylesheets/frontend/style.css */
  section.tabs-collapse-section .tab-content .tab-pane img {
    margin-bottom: 30px !important;
  }
}

/* line 2884, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .tab-content .tab-pane p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 2889, app/assets/stylesheets/frontend/style.css */
  section.tabs-collapse-section .tab-content .tab-pane p {
    margin-bottom: 30px !important;
  }
}

/* line 2894, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .accordion-button {
  border: 1px solid #515151;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  background-color: transparent;
  border-radius: 0px !important;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}

/* line 2907, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .accordion-button i {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: #515151;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 2925, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .accordion-button span {
  padding: 0 20px;
}

/* line 2929, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .accordion-button:after {
  display: none;
}

/* line 2933, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .accordion-button:not(.collapsed) i {
  background-color: #23B2EE;
  color: #151515;
}

/* line 2938, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .accordion-header {
  margin-bottom: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

/* line 2946, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .accordion-collapse {
  margin-bottom: 2px;
  border-width: 1px;
  border-color: #515151;
}

/* line 2952, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .accordion-collapse .accordion-body {
  padding: 22px 30px;
}

/* line 2956, app/assets/stylesheets/frontend/style.css */
section.tabs-collapse-section .accordion-collapse p {
  margin-bottom: 0;
}

/* line 2960, app/assets/stylesheets/frontend/style.css */
.features-box {
  margin-top: 110px;
}

/* line 2964, app/assets/stylesheets/frontend/style.css */
.features-box .row {
  align-items: center;
}

/* line 2968, app/assets/stylesheets/frontend/style.css */
.features-box h3 {
  font-size: 26px;
}

/* line 2972, app/assets/stylesheets/frontend/style.css */
.features-box p {
  margin-bottom: 20px;
}

/* line 2976, app/assets/stylesheets/frontend/style.css */
.features-box img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  /* line 2982, app/assets/stylesheets/frontend/style.css */
  .features-box img {
    margin-top: 30px;
  }
}

/* line 2987, app/assets/stylesheets/frontend/style.css */
.light-version section.tabs-collapse-section {
  border-color: #e0e0e0;
}

/* line 2991, app/assets/stylesheets/frontend/style.css */
.light-version section.tabs-collapse-section .nav-tabs {
  border-color: #e0e0e0;
}

/* line 2995, app/assets/stylesheets/frontend/style.css */
.light-version section.tabs-collapse-section .nav-tabs li {
  border-color: #e0e0e0;
  background-color: #ffffff;
}

/* line 3000, app/assets/stylesheets/frontend/style.css */
.light-version section.tabs-collapse-section .nav-tabs li button {
  color: #6a6d74;
}

/* line 3004, app/assets/stylesheets/frontend/style.css */
.light-version section.tabs-collapse-section .nav-tabs li button:hover {
  color: #ffffff;
  background-color: #88ba27;
}

/* line 3009, app/assets/stylesheets/frontend/style.css */
.light-version section.tabs-collapse-section .tab-content {
  border-color: #e0e0e0;
  background-color: #ffffff;
}

/* line 3014, app/assets/stylesheets/frontend/style.css */
.light-version section.tabs-collapse-section .nav-tabs .nav-item.show .nav-link,
.light-version section.tabs-collapse-section .nav-tabs .nav-link.active {
  border-color: #88ba27;
  background-color: #88ba27;
}

/* line 3020, app/assets/stylesheets/frontend/style.css */
.light-version section.tabs-collapse-section .accordion-button:not(.collapsed) i {
  background-color: #88ba27;
}

/* line 3024, app/assets/stylesheets/frontend/style.css */
.light-version section.tabs-collapse-section .accordion-button {
  border-color: #e0e0e0;
  color: #6a6d74;
  background-color: #ffffff;
}

/* line 3030, app/assets/stylesheets/frontend/style.css */
.light-version section.tabs-collapse-section .accordion-collapse {
  border-color: #e0e0e0;
  background-color: #ffffff;
}

/*-------------------------------------------------- */
/* Sidebar style
/*------------------------------------------------- */
/* line 3038, app/assets/stylesheets/frontend/style.css */
.sidebar {
  padding-left: 10px;
}

@media (max-width: 767px) {
  /* line 3043, app/assets/stylesheets/frontend/style.css */
  .sidebar {
    padding-left: 0;
  }
}

/* line 3048, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget {
  margin-bottom: 50px;
}

/* line 3052, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget > h4 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

/* line 3060, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget > h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #23B2EE;
}

/* line 3070, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget form#searchform {
  margin: 0;
}

/* line 3074, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget form#searchform input[type=text] {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 20px;
  outline: none;
  background: transparent;
  border: 1px solid #2e2e2e;
  border-left: 3px solid #23B2EE;
}

/* line 3087, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget form#searchform input[type=text]::placeholder {
  color: #ffffff;
}

/* line 3091, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget form#searchform button[type=submit] {
  background: transparent;
  border: none;
  outline: none;
  float: right;
  margin-top: -36px;
  font-size: 14px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 3102, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget.widget_categories ul,
.sidebar .sidebar-widget.widget_archives ul {
  padding: 0;
  margin: 0;
}

/* line 3108, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget.widget_categories ul li,
.sidebar .sidebar-widget.widget_archives ul li {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #2e2e2e;
}

/* line 3116, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget.widget_categories ul li a,
.sidebar .sidebar-widget.widget_archives ul li a {
  color: #ffffff;
  font-size: 14px;
  display: block;
}

/* line 3123, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget.widget_categories ul li a:hover,
.sidebar .sidebar-widget.widget_archives ul li a:hover {
  color: #23B2EE;
}

/* line 3128, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget.widget_categories ul li a span,
.sidebar .sidebar-widget.widget_archives ul li a span {
  display: inline-block;
  float: right;
  width: 26px;
  height: 26px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
  background: #23B2EE;
}

/* line 3143, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget.widget_categories ul li:last-child,
.sidebar .sidebar-widget.widget_archives ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* line 3150, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget.widget_categories ul li:before,
.sidebar .sidebar-widget.widget_archives ul li:before {
  content: "+";
  display: inline-block;
  background: #23B2EE;
  color: #242424;
  font-size: 14px;
  line-height: 4px;
  text-indent: -1px;
  width: 5px;
  height: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 16px;
}

/* line 3166, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget.widget_tag_cloud a {
  display: inline-block;
  padding: 6px 17px;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #2e2e2e;
  margin-right: 8px;
  margin-bottom: 13px;
}

/* line 3176, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget.widget_tag_cloud a:hover {
  background: #23B2EE;
  border-color: transparent;
}

/* line 3181, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul {
  padding: 0;
  margin: 0;
}

/* line 3186, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul li {
  list-style: none;
  margin-bottom: 25px;
  border-bottom: 1px solid #2e2e2e;
  clear: both;
  min-height: 90px;
  padding-bottom: 25px;
}

/* line 3195, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0;
}

/* line 3201, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul li img {
  float: left;
  width: 95px;
  height: 90px;
  object-fit: cover;
  object-position: center;
}

/* line 3209, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul li .side-content {
  margin-left: 115px;
  padding-top: 5px;
}

/* line 3214, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul li .side-content h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-transform: inherit;
  margin-bottom: 8px;
}

/* line 3222, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul li .side-content h4 a {
  color: #ffffff;
}

/* line 3226, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul li .side-content h4 a:hover {
  color: #23B2EE;
}

/* line 3230, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul li .side-content span {
  display: inline-block;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 300;
  opacity: 1;
}

/* line 3239, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul li .side-content span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #23B2EE;
  margin-right: 8px;
}

/* line 3248, app/assets/stylesheets/frontend/style.css */
.sidebar .sidebar-widget .popular-widget ul li:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------- */
/* Single Post style
/*------------------------------------------------- */
/* line 3255, app/assets/stylesheets/frontend/style.css */
section.single-post-section {
  padding: 70px 0;
  border-top: 1px solid #393939;
}

/* line 3260, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-thumbnail {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 3265, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-thumbnail img {
  width: 100%;
  height: auto;
}

/* line 3270, app/assets/stylesheets/frontend/style.css */
section.single-post-section .meta-list {
  margin-bottom: 20px;
}

/* line 3274, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content p {
  margin-bottom: 20px;
}

/* line 3278, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content p span.dropcap {
  display: inline-block;
  float: left;
  color: #ffffff;
  width: 56px;
  height: 50px;
  text-align: center;
  background: #23B2EE;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 6px;
}

/* line 3295, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content blockquote {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  position: relative;
  padding: 10px 0;
  padding-left: 90px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-left: 5px solid #23B2EE;
}

/* line 3307, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content blockquote:after {
  content: "“";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 20px;
  margin-top: -18px;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  color: #ffffff;
  font-size: 80px;
  font-weight: 400;
}

/* line 3323, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content .tags-list {
  clear: both;
}

/* line 3327, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content ul.post-tags {
  padding: 15px 0 11px;
  margin: 40px 0;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}

/* line 3334, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content ul.post-tags li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}

/* line 3340, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content ul.post-tags li span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-right: 3px;
}

/* line 3348, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content ul.post-tags li a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline !important;
}

/* line 3356, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content ul.post-tags li a:hover {
  color: #23B2EE;
}

/* line 3360, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content .author-box {
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #2e2e2e;
  position: relative;
}

/* line 3369, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content .author-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background: #23B2EE;
}

/* line 3379, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content .author-box .image-holder {
  position: relative;
  z-index: 2;
  margin-right: 30px;
}

/* line 3385, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content .author-box .image-holder img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  object-position: center;
}

/* line 3392, app/assets/stylesheets/frontend/style.css */
section.single-post-section .post-content .author-box p {
  margin-bottom: 0;
}

/* line 3396, app/assets/stylesheets/frontend/style.css */
.comments-box {
  margin-bottom: 30px;
}

/* line 3400, app/assets/stylesheets/frontend/style.css */
.comments-box h3 {
  margin-bottom: 22px;
}

/* line 3404, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list {
  padding: 0;
  margin: 0;
}

/* line 3409, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list > li {
  display: block;
  padding-top: 30px;
}

/* line 3414, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box {
  display: flex;
}

/* line 3418, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box .image-holder {
  position: relative;
  margin-right: 30px;
}

/* line 3423, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box .image-holder:before {
  content: "";
  width: 6px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  background-color: #23B2EE;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 3439, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box .image-holder:after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #23B2EE;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 3453, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box:hover .image-holder:before {
  height: 0;
}

/* line 3457, app/assets/stylesheets/frontend/style.css */
.comment-content {
  margin-top: 10px;
}

/* line 3461, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box:hover .image-holder:after {
  width: 100%;
}

/* line 3465, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box .image-holder img {
  width: 200px;
  height: 215px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 769px) {
  /* line 3473, app/assets/stylesheets/frontend/style.css */
  .comments-box ul.comments-list li .comment-box .image-holder img {
    width: 140px;
    height: 140px;
  }
}

/* line 3479, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box span.time {
  color: #ffffff;
  font-size: 14px;
  opacity: 0;
  font-weight: 300;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 3491, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box p {
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 3499, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box:hover span.time,
.comments-box ul.comments-list li .comment-box:hover p {
  color: #ffffff;
  opacity: 1;
}

/* line 3505, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box span.time i {
  display: inline-block;
  margin-right: 4px;
}

/* line 3510, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box a.reply,
.comments-box ul.comments-list li .comment-box a.comment-reply-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
  margin-top: 20px;
  border: 1px solid #2e2e2e;
}

/* line 3520, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li .comment-box a.reply:hover,
.comments-box ul.comments-list li .comment-box a.comment-reply-link:hover {
  background-color: #23B2EE;
  border-color: transparent;
}

/* line 3526, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list ul.children {
  padding-top: 30px;
}

/* line 3530, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list ul.children > li {
  display: block;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #f7f4fb;
  padding-left: 30px;
}

@media (max-width: 769px) {
  /* line 3539, app/assets/stylesheets/frontend/style.css */
  .comments-box ul.comments-list ul.children > li {
    padding-left: 15px;
  }
}

/* line 3544, app/assets/stylesheets/frontend/style.css */
.comments-box ul.comments-list li:first-child,
.comments-box ul.comments-list ul.children > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

/* line 3551, app/assets/stylesheets/frontend/style.css */
.comments-box #respond {
  margin-top: 30px;
}

/* line 3555, app/assets/stylesheets/frontend/style.css */
#comment-form h3 a#cancel-comment-reply-link,
#respond h3 a#cancel-comment-reply-link {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

/* line 3562, app/assets/stylesheets/frontend/style.css */
#comment-form p.comment-notes,
#comment-form p.logged-in-as,
#comment-form p.comment-form-cookies-consent,
#respond p.comment-notes,
#respond p.logged-in-as,
#respond p.comment-form-cookies-consent {
  display: none;
}

/* line 3571, app/assets/stylesheets/frontend/style.css */
#comment-form form,
#respond form {
  margin-top: 20px;
}

/* line 3576, app/assets/stylesheets/frontend/style.css */
#comment-form .input-line,
#respond .input-line {
  margin-bottom: 30px;
  display: flex;
  padding-top: 6px;
  border-bottom: 1px solid #505050;
  align-items: center;
}

/* line 3585, app/assets/stylesheets/frontend/style.css */
#comment-form .input-line:focus,
#respond .input-line:focus {
  border-bottom: 1px solid #ffffff;
}

/* line 3590, app/assets/stylesheets/frontend/style.css */
#comment-form .input-line label,
#respond .input-line label {
  padding-bottom: 18px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  border-right: none;
}

/* line 3600, app/assets/stylesheets/frontend/style.css */
#comment-form .input-line input[type=text],
#respond .input-line input[type=text] {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 20px 20px 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  border: none;
  background-color: transparent;
  font-weight: 400;
  margin: 0;
}

/* line 3616, app/assets/stylesheets/frontend/style.css */
#comment-form .input-line input[type=text]::placeholder,
#respond .input-line input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 3621, app/assets/stylesheets/frontend/style.css */
#comment-form .input-line:last-child,
#respond .input-line:last-child {
  margin-bottom: 0;
}

/* line 3626, app/assets/stylesheets/frontend/style.css */
#comment-form textarea,
#respond textarea {
  width: 100%;
  height: 118px;
  border: none;
  border-bottom: 1px solid #505050;
  outline: none;
  padding: 0 0 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  background-color: transparent;
  margin-bottom: 18px !important;
  margin-top: 10px;
}

@media (max-width: 768px) {
  /* line 3645, app/assets/stylesheets/frontend/style.css */
  #comment-form textarea,
#respond textarea {
    margin-top: 30px;
  }
}

/* line 3651, app/assets/stylesheets/frontend/style.css */
#comment-form input[type=submit],
#respond input[type=submit] {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 17px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  background: #3d3d3d !important;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* line 3671, app/assets/stylesheets/frontend/style.css */
#comment-form input[type=submit]:hover,
#respond input[type=submit]:hover {
  color: #151515;
  background-color: #23B2EE !important;
}

/* line 3677, app/assets/stylesheets/frontend/style.css */
#respond p.form-submit {
  width: 50%;
  margin-top: -53px;
  float: right;
  padding-left: 15px;
  margin-bottom: 0;
  position: relative;
  opacity: 1;
  z-index: 2;
}

/* line 3688, app/assets/stylesheets/frontend/style.css */
#respond p.form-submit.logged-in {
  width: 100%;
  float: none;
  padding: 0;
  margin-top: 0;
}

@media (max-width: 1023px) {
  /* line 3696, app/assets/stylesheets/frontend/style.css */
  #comment-form {
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------- */
/* Single Project style
/*------------------------------------------------- */
/* line 3704, app/assets/stylesheets/frontend/style.css */
section.single-project-section {
  padding: 70px 0;
  border-top: 1px solid #393939;
}

@media (max-width: 1023px) {
  /* line 3710, app/assets/stylesheets/frontend/style.css */
  section.single-project-section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  /* line 3716, app/assets/stylesheets/frontend/style.css */
  section.single-project-section {
    padding: 40px 0;
  }
}

/* line 3721, app/assets/stylesheets/frontend/style.css */
section.single-project-section .feature-image {
  position: relative;
  margin-bottom: 30px;
}

/* line 3726, app/assets/stylesheets/frontend/style.css */
section.single-project-section .feature-image img {
  width: 100%;
  height: auto;
}

/* line 3731, app/assets/stylesheets/frontend/style.css */
section.single-project-section .col-md-6 .feature-image {
  margin-left: 5px;
}

/* line 3735, app/assets/stylesheets/frontend/style.css */
section.single-project-section .single-project-content {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2e2e2e;
}

/* line 3741, app/assets/stylesheets/frontend/style.css */
section.single-project-section .single-project-content h2 {
  font-size: 25px;
  margin-bottom: 25px;
}

/* line 3746, app/assets/stylesheets/frontend/style.css */
section.single-project-section .single-project-content > .feature-image {
  margin-top: 20px;
}

/* line 3750, app/assets/stylesheets/frontend/style.css */
section.single-project-section .single-project-content .col-md-6 .project-content {
  margin-right: 5px;
}

/* line 3754, app/assets/stylesheets/frontend/style.css */
.project-content ul.project-data-list {
  padding: 0;
  margin: 0 0 20px;
}

/* line 3759, app/assets/stylesheets/frontend/style.css */
.project-content ul.project-data-list li {
  display: block;
  border: 1px solid #3d3d3d;
  border-bottom: none;
}

/* line 3765, app/assets/stylesheets/frontend/style.css */
.project-content ul.project-data-list li:last-child {
  border-bottom: 1px solid #3d3d3d;
}

/* line 3769, app/assets/stylesheets/frontend/style.css */
.project-content ul.project-data-list li span {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
}

/* line 3777, app/assets/stylesheets/frontend/style.css */
.project-content ul.project-data-list li span.data-name {
  width: 150px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #3d3d3d;
  padding: 0 30px;
  margin-right: 30px;
}

/* line 3786, app/assets/stylesheets/frontend/style.css */
.project-content p {
  margin-bottom: 20px;
}

/* line 3790, app/assets/stylesheets/frontend/style.css */
ul.gallery-list {
  padding: 0;
  margin: 0 -40px 0 -1px;
  display: flex;
  flex-wrap: wrap;
}

/* line 3797, app/assets/stylesheets/frontend/style.css */
ul.gallery-list li {
  width: 25%;
  padding-right: 40px;
  padding-left: 1px;
  margin-bottom: 40px;
}

@media (max-width: 1279px) {
  /* line 3805, app/assets/stylesheets/frontend/style.css */
  ul.gallery-list li {
    width: 33.3333%;
  }
}

@media (max-width: 1023px) {
  /* line 3811, app/assets/stylesheets/frontend/style.css */
  ul.gallery-list li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* line 3817, app/assets/stylesheets/frontend/style.css */
  ul.gallery-list li {
    width: 100%;
  }
}

/* line 3822, app/assets/stylesheets/frontend/style.css */
ul.gallery-list li a {
  display: block;
  overflow: hidden;
  margin: 0;
}

/* line 3828, app/assets/stylesheets/frontend/style.css */
ul.gallery-list li a img {
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0) scale(1.12);
  transform: translate3d(-10px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 3840, app/assets/stylesheets/frontend/style.css */
ul.gallery-list li a:hover img {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* line 3846, app/assets/stylesheets/frontend/style.css */
.hover-feature {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 3854, app/assets/stylesheets/frontend/style.css */
.hover-feature h2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 13px 25px;
  font-weight: 400;
  margin: 0 !important;
  background-color: #23B2EE;
}

@media (max-width: 767px) {
  /* line 3865, app/assets/stylesheets/frontend/style.css */
  .hover-feature h2 {
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    font-size: 18px;
  }
}

/* line 3873, app/assets/stylesheets/frontend/style.css */
.hover-feature ul.project-data-list {
  width: 380px;
  float: right;
  margin-top: 40px;
  margin-right: 40px;
}

@media (max-width: 767px) {
  /* line 3881, app/assets/stylesheets/frontend/style.css */
  .hover-feature ul.project-data-list {
    margin-top: 0;
    margin-right: -6px;
  }
}

/* line 3887, app/assets/stylesheets/frontend/style.css */
.hover-feature ul.project-data-list li {
  border-color: transparent !important;
}

/* line 3891, app/assets/stylesheets/frontend/style.css */
.hover-feature ul.project-data-list li span {
  background-color: #3d3d3d !important;
  padding: 0 28px;
  width: 220px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  /* line 3900, app/assets/stylesheets/frontend/style.css */
  .hover-feature ul.project-data-list li span {
    line-height: 32px;
  }
}

/* line 3905, app/assets/stylesheets/frontend/style.css */
.hover-feature ul.project-data-list li span.data-name {
  background-color: #242424 !important;
  margin-right: -3px;
  color: white;
}

/*-------------------------------------------------- */
/* Services style
/*------------------------------------------------- */
/* line 3914, app/assets/stylesheets/frontend/style.css */
section.profiles-section {
  padding: 70px 0 80px;
  border-top: 1px solid #393939;
}

/* line 3919, app/assets/stylesheets/frontend/style.css */
section.profiles-section .services-box .services-post {
  text-align: center;
  padding: 60px 30px;
  background-color: #2c2c2c;
  margin-bottom: 25px;
}

@media (max-width: 1023px) {
  /* line 3927, app/assets/stylesheets/frontend/style.css */
  section.profiles-section .services-box .services-post {
    margin-bottom: 30px;
  }
}

/* line 3932, app/assets/stylesheets/frontend/style.css */
section.profiles-section .services-box .services-post i {
  display: inline-block;
  font-size: 39px;
  margin-bottom: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 3943, app/assets/stylesheets/frontend/style.css */
section.profiles-section .services-box .services-post h4 {
  font-weight: 500;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 3950, app/assets/stylesheets/frontend/style.css */
section.profiles-section .services-box .services-post p {
  color: #808080;
  margin-bottom: 0;
}

/* line 3955, app/assets/stylesheets/frontend/style.css */
section.profiles-section .services-box .services-post:hover i {
  color: #23B2EE;
  font-size: 26px;
}

/* line 3960, app/assets/stylesheets/frontend/style.css */
.light-version section.profiles-section {
  border-color: #e0e0e0;
}

/* line 3964, app/assets/stylesheets/frontend/style.css */
.light-version section.profiles-section .services-box .services-post {
  background-color: #ffffff;
}

/* line 3968, app/assets/stylesheets/frontend/style.css */
.light-version section.profiles-section .services-box .services-post i {
  color: #88ba27;
}

/*-------------------------------------------------- */
/* Footer style
/*------------------------------------------------- */
/* line 3975, app/assets/stylesheets/frontend/style.css */
footer.template-footer {
  position: relative;
}

/* line 3979, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.instagram-line {
  border-top: 1px solid #2e2e2e;
  background: #242424;
}

/* line 3984, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.instagram-line ul.insta-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* line 3990, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.instagram-line ul.insta-list li {
  display: block;
  float: left;
  width: 12.5%;
  border: none;
}

@media (max-width: 1023px) {
  /* line 3998, app/assets/stylesheets/frontend/style.css */
  footer.template-footer div.instagram-line ul.insta-list li {
    width: 25%;
  }
}

/* line 4003, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.instagram-line ul.insta-list li a {
  display: block;
}

/* line 4007, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.instagram-line ul.insta-list li a img {
  width: 100%;
  height: auto;
}

/* line 4012, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.instagram-line ul.insta-list li a:hover {
  opacity: 0.7;
}

/* line 4016, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.widget-part-area {
  background: #1f1f1f;
}

/* line 4020, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.widget-part-area .col-lg-4:first-child .footer-widget-line {
  padding-left: 0;
  border-left: none;
}

@media (max-width: 1659px) {
  /* line 4026, app/assets/stylesheets/frontend/style.css */
  footer.template-footer div.widget-part-area .col-lg-4:first-child .footer-widget-line {
    padding-left: 30px;
  }
}

/* line 4031, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.widget-part-area .footer-widget-line {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  border-left: 1px solid #242424;
}

@media (max-width: 767px) {
  /* line 4041, app/assets/stylesheets/frontend/style.css */
  footer.template-footer div.widget-part-area .footer-widget-line {
    min-height: 40px;
    padding: 30px;
    border-left: none;
    border-bottom: 1px solid #242424;
  }
}

/* line 4049, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.widget-part-area .footer-widget-line h5 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 25px;
  text-transform: uppercase;
}

/* line 4057, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.widget-part-area .footer-widget-line ul.custom-list {
  padding: 0;
  margin: 0;
}

/* line 4062, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.widget-part-area .footer-widget-line ul.custom-list li {
  display: block;
}

/* line 4066, app/assets/stylesheets/frontend/style.css */
footer.template-footer div.widget-part-area .footer-widget-line ul.custom-list li a {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  text-decoration: underline !important;
}

/* line 4073, app/assets/stylesheets/frontend/style.css */
a.go-top {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  color: #151515;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  background: #23B2EE;
}

/* line 4086, app/assets/stylesheets/frontend/style.css */
a.go-top:hover {
  opacity: 0.8;
}

@media (max-width: 1023px) {
  /* line 4091, app/assets/stylesheets/frontend/style.css */
  a.go-top {
    display: none;
  }
}

/* line 4096, app/assets/stylesheets/frontend/style.css */
.footer-last-line {
  margin-left: -1px;
  background: #282828;
  padding: 30px 0;
}

@media (max-width: 1659px) {
  /* line 4103, app/assets/stylesheets/frontend/style.css */
  .footer-last-line {
    padding-left: 30px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  /* line 4110, app/assets/stylesheets/frontend/style.css */
  .footer-last-line {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 4117, app/assets/stylesheets/frontend/style.css */
.footer-last-line p {
  margin: 10px 0;
}

/* line 4121, app/assets/stylesheets/frontend/style.css */
.footer-last-line ul.social-list {
  padding-right: 15px;
  margin: 0;
  text-align: right;
}

@media (max-width: 767px) {
  /* line 4128, app/assets/stylesheets/frontend/style.css */
  .footer-last-line ul.social-list {
    text-align: center;
    padding: 0;
  }
}

/* line 4134, app/assets/stylesheets/frontend/style.css */
.footer-last-line ul.social-list li {
  display: inline-block;
  margin-left: 9px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 4141, app/assets/stylesheets/frontend/style.css */
  .footer-last-line ul.social-list li {
    margin: 0 5px !important;
  }
}

/* line 4146, app/assets/stylesheets/frontend/style.css */
.footer-last-line ul.social-list li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.4);
}

/* line 4156, app/assets/stylesheets/frontend/style.css */
.footer-last-line ul.social-list li a:hover {
  background-color: #23B2EE;
  color: #ffffff;
  border-color: transparent;
}

/* line 4162, app/assets/stylesheets/frontend/style.css */
.light-version footer.template-footer div.widget-part-area {
  background-color: #ffffff;
}

/* line 4166, app/assets/stylesheets/frontend/style.css */
.light-version footer.template-footer div.widget-part-area .footer-widget-line {
  border-color: #eeeeee;
}

/* line 4170, app/assets/stylesheets/frontend/style.css */
.light-version footer.template-footer div.widget-part-area .footer-widget-line h5 {
  color: #6a6d74;
}

/* line 4174, app/assets/stylesheets/frontend/style.css */
.light-version footer.template-footer div.widget-part-area .footer-widget-line ul.custom-list li a {
  color: #51545c;
}

/* line 4178, app/assets/stylesheets/frontend/style.css */
.light-version a.go-top {
  background-color: #88ba27;
}

/* line 4182, app/assets/stylesheets/frontend/style.css */
.light-version .footer-last-line {
  background-color: #f3f3f3;
}

/* line 4186, app/assets/stylesheets/frontend/style.css */
.light-version .footer-last-line ul.social-list li a {
  border: 1px solid #e0e0e0;
  color: #8a91a2;
}

/* line 4191, app/assets/stylesheets/frontend/style.css */
.light-version .footer-last-line ul.social-list li a:hover {
  background-color: #88ba27;
  color: #ffffff;
  border-color: transparent;
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-height: 800px) {
  /* line 4201, app/assets/stylesheets/frontend/style.css */
  header .header-line div.social-line {
    padding: 15px 0;
    height: calc(100vh - 300px);
  }
  /* line 4206, app/assets/stylesheets/frontend/style.css */
  header .header-line div.social-line.active {
    height: calc(100vh - 400px);
  }
  /* line 4210, app/assets/stylesheets/frontend/style.css */
  header .header-line div.copyright-line {
    height: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
/* =============================================================
   Page Sub Navigation  (.psn-*)
   Horizontal bar on desktop, floating FAB button on mobile.
   ============================================================= */
/* ---- Shared ---- */
/* line 4223, app/assets/stylesheets/frontend/style.css */
.psn-ext-icon {
  font-size: 9px;
  opacity: 0.45;
  margin-left: 2px;
}

/* ---- Desktop / Tablet bar ---- */
/* line 4230, app/assets/stylesheets/frontend/style.css */
.psn-bar {
  background: #1a1a2e;
  border-bottom: 3px solid #e0c97f;
  position: sticky;
  z-index: 200;
}

/* line 4236, app/assets/stylesheets/frontend/style.css */
.psn-bar-inner {
  padding: 0 30px;
}

/* line 4239, app/assets/stylesheets/frontend/style.css */
.psn-bar-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 0;
}

/* line 4248, app/assets/stylesheets/frontend/style.css */
.psn-bar-nav::-webkit-scrollbar {
  display: none;
}

/* line 4249, app/assets/stylesheets/frontend/style.css */
.psn-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 13px 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .3px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
  transition: color .2s, border-color .2s;
}

/* line 4265, app/assets/stylesheets/frontend/style.css */
.psn-bar-link:hover {
  color: #e0c97f;
  border-bottom-color: #e0c97f;
}

/* line 4269, app/assets/stylesheets/frontend/style.css */
.psn-bar-link i {
  font-size: 13px;
}

/* ---- Mobile FAB (hidden on desktop) ---- */
/* line 4272, app/assets/stylesheets/frontend/style.css */
.psn-fab-wrap {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 1100;
}

/* line 4279, app/assets/stylesheets/frontend/style.css */
.psn-fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1a1a2e;
  border: 2px solid #e0c97f;
  color: #e0c97f;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
  transition: background .2s, transform .15s;
  outline: none;
}

/* line 4295, app/assets/stylesheets/frontend/style.css */
.psn-fab:hover,
.psn-fab:focus {
  background: #e0c97f;
  color: #1a1a2e;
  transform: scale(1.08);
}

/* line 4301, app/assets/stylesheets/frontend/style.css */
.psn-fab-panel {
  position: absolute;
  bottom: calc(100% + 10px);
  top: auto;
  right: 0;
  min-width: 220px;
  max-width: 88vw;
  background: #1a1a2e;
  border: 1px solid rgba(224, 201, 127, 0.35);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

/* line 4318, app/assets/stylesheets/frontend/style.css */
.psn-fab-panel--open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* line 4323, app/assets/stylesheets/frontend/style.css */
.psn-fab-panel-header {
  padding: 11px 16px 10px;
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #e0c97f;
  border-bottom: 1px solid rgba(224, 201, 127, 0.2);
  background: rgba(224, 201, 127, 0.06);
}

/* line 4334, app/assets/stylesheets/frontend/style.css */
.psn-fab-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: color .15s, background .15s;
}

/* line 4347, app/assets/stylesheets/frontend/style.css */
.psn-fab-link:last-child {
  border-bottom: none;
}

/* line 4348, app/assets/stylesheets/frontend/style.css */
.psn-fab-link:hover {
  color: #e0c97f;
  background: rgba(224, 201, 127, 0.07);
}

/* line 4352, app/assets/stylesheets/frontend/style.css */
.psn-fab-link-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(224, 201, 127, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  color: #e0c97f;
  transition: background .15s;
}

/* line 4365, app/assets/stylesheets/frontend/style.css */
.psn-fab-link:hover .psn-fab-link-icon {
  background: rgba(224, 201, 127, 0.22);
}

/* line 4368, app/assets/stylesheets/frontend/style.css */
.psn-fab-link-label {
  flex: 1;
}

/* ---- Breakpoints ---- */
@media (max-width: 767px) {
  /* line 4372, app/assets/stylesheets/frontend/style.css */
  .psn-bar {
    display: none !important;
  }
  /* line 4373, app/assets/stylesheets/frontend/style.css */
  .psn-fab-wrap {
    display: block;
  }
}

/*--------------------------------------------------
  Organizational Structure chart
--------------------------------------------------*/
/* line 4379, app/assets/stylesheets/frontend/style.css */
.org-tree-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 20px;
}

/* line 4385, app/assets/stylesheets/frontend/style.css */
.org-tree {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  padding: 10px 16px 0;
  box-sizing: border-box;
  transform-origin: top center;
}

/* line 4395, app/assets/stylesheets/frontend/style.css */
.org-node-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 4401, app/assets/stylesheets/frontend/style.css */
.org-v-line {
  width: 2px;
  height: 72px;
  background: #94a3b8;
  flex-shrink: 0;
}

/* line 4408, app/assets/stylesheets/frontend/style.css */
.org-children {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

/* line 4414, app/assets/stylesheets/frontend/style.css */
.org-children > .org-node-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 72px 8px 0;
  min-width: 196px;
}

/* line 4424, app/assets/stylesheets/frontend/style.css */
.org-children > .org-node-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 72px;
  background: #94a3b8;
}

/* line 4435, app/assets/stylesheets/frontend/style.css */
.org-children > .org-node-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #94a3b8;
}

/* line 4445, app/assets/stylesheets/frontend/style.css */
.org-children > .org-node-wrap:first-child::after {
  left: 50%;
}

/* line 4449, app/assets/stylesheets/frontend/style.css */
.org-children > .org-node-wrap:last-child::after {
  right: 50%;
}

/* line 4453, app/assets/stylesheets/frontend/style.css */
.org-children > .org-node-wrap:only-child::after {
  display: none;
}

/* line 4457, app/assets/stylesheets/frontend/style.css */
.org-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(15, 52, 96, 0.1);
  padding: 20px 16px 16px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 180px;
  box-sizing: border-box;
}

/* line 4470, app/assets/stylesheets/frontend/style.css */
.org-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 22px rgba(15, 52, 96, 0.17);
}

/* line 4475, app/assets/stylesheets/frontend/style.css */
.org-card--root {
  border-top: 4px solid #c0392b;
}

/* line 4476, app/assets/stylesheets/frontend/style.css */
.org-card--level1 {
  border-top: 4px solid #3a7bd5;
}

/* line 4477, app/assets/stylesheets/frontend/style.css */
.org-card--level2 {
  border-top: 4px solid #16a34a;
}

/* line 4478, app/assets/stylesheets/frontend/style.css */
.org-card--level3 {
  border-top: 4px solid #7c7c7c;
}

/* line 4480, app/assets/stylesheets/frontend/style.css */
.org-card__photo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e8edf5;
  display: block;
  margin: 0 auto 12px;
}

/* line 4490, app/assets/stylesheets/frontend/style.css */
.org-card__initial {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border: 3px solid #e8edf5;
}

/* line 4506, app/assets/stylesheets/frontend/style.css */
.org-card__initial.org-card--root {
  background: linear-gradient(135deg, #9b1c1c, #c0392b);
}

/* line 4507, app/assets/stylesheets/frontend/style.css */
.org-card__initial.org-card--level1 {
  background: linear-gradient(135deg, #1a3a6e, #3a7bd5);
}

/* line 4508, app/assets/stylesheets/frontend/style.css */
.org-card__initial.org-card--level2 {
  background: linear-gradient(135deg, #14532d, #16a34a);
}

/* line 4509, app/assets/stylesheets/frontend/style.css */
.org-card__initial.org-card--level3 {
  background: linear-gradient(135deg, #7c7c7c, #7c7c7c);
}

/* line 4511, app/assets/stylesheets/frontend/style.css */
.org-card__jabatan {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 5px;
  white-space: normal;
  word-break: break-word;
}

/* line 4522, app/assets/stylesheets/frontend/style.css */
.org-card--root .org-card__jabatan {
  color: #c0392b;
}

/* line 4523, app/assets/stylesheets/frontend/style.css */
.org-card--level1 .org-card__jabatan {
  color: #3a7bd5;
}

/* line 4524, app/assets/stylesheets/frontend/style.css */
.org-card--level2 .org-card__jabatan {
  color: #16a34a;
}

/* line 4525, app/assets/stylesheets/frontend/style.css */
.org-card--level3 .org-card__jabatan {
  color: #7c7c7c;
}

/* line 4527, app/assets/stylesheets/frontend/style.css */
.org-card__nama {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 4px;
  white-space: normal;
  word-break: break-word;
}

/* line 4537, app/assets/stylesheets/frontend/style.css */
.org-card__nip {
  font-family: monospace;
  font-size: 11px;
  color: #94a3b8;
  letter-spacing: 0.3px;
}

/* =============================================================
   pages_style.css
   Styles for public-facing news pages (index, show) and
   the public top navigation bar.
   Uses [data-nav="topbar"] / [data-nav="sidebar"] attribute
   selectors (set on #ip-container in each view) so nav-mode
   differences are resolved in CSS without ERB interpolation.
   ============================================================= */
/* ---------------------------------------------------------------
   1. Public Top Navigation
   --------------------------------------------------------------- */
/* line 14, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(26, 26, 46, 0.97);
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 64px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
}

/* line 26, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-logo {
  flex-shrink: 0;
  margin-right: 30px;
}

/* line 30, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-logo img {
  height: 38px;
  width: auto;
  display: block;
}

/* line 35, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
  flex: 1;
  justify-content: flex-end;
}

/* line 44, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-links li a {
  display: block;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  transition: color .2s, background .2s;
}

/* line 57, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-links li a:hover,
.public-topnav .topnav-links li.active a {
  color: #e0c97f;
  background: rgba(224, 201, 127, 0.08);
}

/* line 62, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
  background: none;
  border: none;
  padding: 8px;
}

/* line 72, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* line 79, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-mobile-menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: rgba(26, 26, 46, 0.98);
  padding: 16px 20px 20px;
  list-style: none;
  margin: 0;
  z-index: 998;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

/* line 90, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-mobile-menu li a {
  display: block;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* line 102, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-mobile-menu li.active a,
.public-topnav .topnav-mobile-menu li a:hover {
  color: #e0c97f;
}

/* line 104, app/assets/stylesheets/frontend/pages_style.css */
.public-topnav .topnav-mobile-menu.open {
  display: block;
}

@media (max-width: 767px) {
  /* line 107, app/assets/stylesheets/frontend/pages_style.css */
  .public-topnav .topnav-links {
    display: none;
  }
  /* line 108, app/assets/stylesheets/frontend/pages_style.css */
  .public-topnav .topnav-hamburger {
    display: flex;
  }
}

/* ---------------------------------------------------------------
   2. Nav-mode layout  (data-nav attribute on #ip-container)
   --------------------------------------------------------------- */
/* Topbar mode */
/* line 117, app/assets/stylesheets/frontend/pages_style.css */
[data-nav="topbar"] #container {
  padding-top: 64px;
}

/* line 120, app/assets/stylesheets/frontend/pages_style.css */
[data-nav="topbar"] #content {
  margin-left: 0 !important;
  border-left: none !important;
}

/* line 124, app/assets/stylesheets/frontend/pages_style.css */
[data-nav="topbar"] #page-sub-nav {
  top: 64px;
}

/* line 127, app/assets/stylesheets/frontend/pages_style.css */
[data-nav="topbar"] .page-hero-banner {
  padding: 120px 0 60px;
}

/* Sidebar mode */
/* line 132, app/assets/stylesheets/frontend/pages_style.css */
[data-nav="sidebar"] #content {
  margin-left: 340px !important;
  padding-left: 0 !important;
}

/* line 136, app/assets/stylesheets/frontend/pages_style.css */
[data-nav="sidebar"] .page-hero-banner {
  padding: 60px 0 40px;
}

/* ---------------------------------------------------------------
   3. Slider content centering relative to visible content area
   When the sidenav (header, width 340px) is open, the visible
   content area shifts 340px right. The slider layer is centered
   at 50vw; translating the inner content by half the sidenav
   width (170px) re-centers it in the remaining viewport.
   --------------------------------------------------------------- */
/* line 147, app/assets/stylesheets/frontend/pages_style.css */
.slider-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: transform 0.3s ease-in-out;
}

/* line 156, app/assets/stylesheets/frontend/pages_style.css */
body.nav-open .slider-content-wrap {
  /* offset handled via JS margin-left on .tp-caption */
}

/* ---------------------------------------------------------------
   3. Article content (CKEditor output in news/show)
   --------------------------------------------------------------- */
/* line 164, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #333 !important;
}

/* Override CKEditor inline color styles (dark-mode editor can inject color:white) */
/* line 171, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content p,
.news-article-content span,
.news-article-content li,
.news-article-content td,
.news-article-content th,
.news-article-content div:not([class]) {
  color: #333 !important;
}

/* line 179, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content h2 {
  font-family: 'Barlow', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 32px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f0f0;
}

/* line 188, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 28px 0 12px;
}

/* line 195, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content p {
  margin: 0 0 18px;
}

/* line 198, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content strong {
  color: #1a1a2e;
}

/* line 199, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content ul,
.news-article-content ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

/* line 204, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content li {
  margin-bottom: 6px;
}

/* line 205, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid #e0c97f;
  background: #f8f5e8;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #555;
}

/* line 214, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 18px 0;
}

/* line 220, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  font-size: 14px;
}

/* line 226, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content table th,
.news-article-content table td {
  border: 1px solid #e0e0e0;
  padding: 10px 14px;
  text-align: left;
}

/* line 232, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content table th {
  background: #1a1a2e;
  color: #fff;
  font-weight: 700;
}

/* line 237, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content table tr:nth-child(even) td {
  background: #f7f7f7;
}

/* line 238, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content a {
  color: #0f3460;
  text-decoration: underline;
}

/* line 242, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content code {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 13px;
}

/* line 248, app/assets/stylesheets/frontend/pages_style.css */
.news-article-content pre {
  background: #1a1a2e;
  color: #e0c97f;
  padding: 18px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 18px 0;
  font-size: 13px;
  line-height: 1.6;
}

/* ---------------------------------------------------------------
   4. Responsive — Tablet (≤ 991px)
   --------------------------------------------------------------- */
@media (max-width: 991px) {
  /* Topbar: keep nav gap, collapse any left margin */
  /* line 265, app/assets/stylesheets/frontend/pages_style.css */
  [data-nav="topbar"] #content {
    margin-left: 0 !important;
    padding-top: 64px !important;
  }
  /* Sidebar: no fixed topnav, so no top gap needed; collapse side margin */
  /* line 270, app/assets/stylesheets/frontend/pages_style.css */
  [data-nav="sidebar"] #content {
    margin-left: 0 !important;
    padding-top: 0 !important;
  }
  /* Sidebar: give breathing room between top edge and hero content */
  /* line 275, app/assets/stylesheets/frontend/pages_style.css */
  [data-nav="sidebar"] .page-hero-banner {
    padding-top: 52px !important;
  }
  /* Breadcrumb title truncates sooner on tablet */
  /* line 279, app/assets/stylesheets/frontend/pages_style.css */
  .news-breadcrumb-title {
    max-width: 260px !important;
  }
  /* Sidebar column stacks below content — add spacing */
  /* line 281, app/assets/stylesheets/frontend/pages_style.css */
  .public-sidebar-col {
    margin-top: 36px !important;
  }
}

/* ---------------------------------------------------------------
   5. Responsive — Mobile (≤ 767px)
   --------------------------------------------------------------- */
@media (max-width: 767px) {
  /* Hero padding by nav mode */
  /* line 290, app/assets/stylesheets/frontend/pages_style.css */
  [data-nav="topbar"] .page-hero-banner {
    padding-top: 76px !important;
    padding-bottom: 36px !important;
  }
  /* line 294, app/assets/stylesheets/frontend/pages_style.css */
  [data-nav="sidebar"] .page-hero-banner {
    padding-top: 52px !important;
    padding-bottom: 36px !important;
  }
  /* Hero meta row — tighter gap */
  /* line 299, app/assets/stylesheets/frontend/pages_style.css */
  .page-hero-banner div[style*="inline-flex"] {
    gap: 12px !important;
  }
  /* Index page */
  /* line 302, app/assets/stylesheets/frontend/pages_style.css */
  .news-main-section {
    padding-top: 24px !important;
    padding-bottom: 48px !important;
  }
  /* line 303, app/assets/stylesheets/frontend/pages_style.css */
  .post-content {
    padding: 14px 14px 16px !important;
  }
  /* line 304, app/assets/stylesheets/frontend/pages_style.css */
  .thumb-featured {
    aspect-ratio: 16/9 !important;
  }
  /* line 305, app/assets/stylesheets/frontend/pages_style.css */
  .news-filter-bar {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  /* line 306, app/assets/stylesheets/frontend/pages_style.css */
  .news-stats-bar {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  /* Show page */
  /* line 309, app/assets/stylesheets/frontend/pages_style.css */
  .news-body-section {
    padding-top: 20px !important;
    padding-bottom: 48px !important;
  }
  /* line 310, app/assets/stylesheets/frontend/pages_style.css */
  .news-excerpt-wrap {
    padding: 18px 16px 0 !important;
  }
  /* line 311, app/assets/stylesheets/frontend/pages_style.css */
  .news-article-content {
    padding: 18px 16px 20px !important;
  }
  /* line 312, app/assets/stylesheets/frontend/pages_style.css */
  .news-article-card-footer {
    padding: 14px 16px 18px !important;
  }
  /* line 313, app/assets/stylesheets/frontend/pages_style.css */
  .news-breadcrumb-title {
    max-width: 140px !important;
  }
  /* line 314, app/assets/stylesheets/frontend/pages_style.css */
  .news-back-buttons {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  /* line 315, app/assets/stylesheets/frontend/pages_style.css */
  .news-back-buttons a {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* ---------------------------------------------------------------
   6. Responsive — Small mobile (≤ 575px)
   --------------------------------------------------------------- */
@media (max-width: 575px) {
  /* line 323, app/assets/stylesheets/frontend/pages_style.css */
  .news-filter-label {
    display: none !important;
  }
  /* line 324, app/assets/stylesheets/frontend/pages_style.css */
  .news-filter-divider {
    display: none !important;
  }
  /* line 325, app/assets/stylesheets/frontend/pages_style.css */
  .page-hero-banner h1 {
    font-size: 32px !important;
  }
  /* line 326, app/assets/stylesheets/frontend/pages_style.css */
  .news-article-content {
    font-size: 15px !important;
  }
}
